taglinefilesource code
retry_count544drivers/block/cdu31a.cunsigned int retry_count;
retry_count549drivers/block/cdu31a.cretry_count = jiffies + SONY_RESET_TIMEOUT;
retry_count550drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (!is_attention()))
retry_count580drivers/block/cdu31a.cunsigned int retry_count;
retry_count583drivers/block/cdu31a.cretry_count = SONY_READY_RETRIES;
retry_count584drivers/block/cdu31a.cwhile ((retry_count > 0) && (!is_param_write_rdy()))
retry_count586drivers/block/cdu31a.cretry_count--;
retry_count616drivers/block/cdu31a.cunsigned int retry_count;
retry_count622drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count623drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (is_busy() || (!(is_result_ready()))))
retry_count684drivers/block/cdu31a.cretry_count = SONY_READY_RETRIES;
retry_count685drivers/block/cdu31a.cwhile ((retry_count > 0) && (!is_result_ready()))
retry_count687drivers/block/cdu31a.cretry_count--;
retry_count713drivers/block/cdu31a.cretry_count = SONY_READY_RETRIES;
retry_count714drivers/block/cdu31a.cwhile ((retry_count > 0) && (!is_result_ready()))
retry_count716drivers/block/cdu31a.cretry_count--;
retry_count753drivers/block/cdu31a.cunsigned int retry_count;
retry_count788drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count789drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (is_busy()))
retry_count986drivers/block/cdu31a.cunsigned int retry_count;
retry_count1017drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count1018drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (is_busy()))
retry_count1152drivers/block/cdu31a.cunsigned int retry_count;
retry_count1228drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count1229drivers/block/cdu31a.cwhile ((retry_count > jiffies) && !(is_data_ready()))
retry_count1267drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count1268drivers/block/cdu31a.cwhile ((retry_count > jiffies) && !(is_result_ready()))
retry_count1853drivers/block/cdu31a.cunsigned int retry_count;
retry_count1863drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count1865drivers/block/cdu31a.cwhile (   (retry_count > jiffies)
retry_count1927drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count1928drivers/block/cdu31a.cwhile ((retry_count > jiffies) && !(is_result_ready()))
retry_count2704drivers/block/cdu31a.cint retry_count;
retry_count2732drivers/block/cdu31a.cretry_count = jiffies + SONY_RESET_TIMEOUT;
retry_count2733drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (!is_attention()))
retry_count124include/linux/cdrom.hu_char  retry_count;    /* error retry count      */