taglinefilesource code
retry_count557drivers/block/cdu31a.cunsigned int retry_count;
retry_count562drivers/block/cdu31a.cretry_count = jiffies + SONY_RESET_TIMEOUT;
retry_count563drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (!is_attention()))
retry_count593drivers/block/cdu31a.cunsigned int retry_count;
retry_count596drivers/block/cdu31a.cretry_count = SONY_READY_RETRIES;
retry_count597drivers/block/cdu31a.cwhile ((retry_count > 0) && (!is_param_write_rdy()))
retry_count599drivers/block/cdu31a.cretry_count--;
retry_count629drivers/block/cdu31a.cunsigned int retry_count;
retry_count635drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count636drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (is_busy() || (!(is_result_ready()))))
retry_count697drivers/block/cdu31a.cretry_count = SONY_READY_RETRIES;
retry_count698drivers/block/cdu31a.cwhile ((retry_count > 0) && (!is_result_ready()))
retry_count700drivers/block/cdu31a.cretry_count--;
retry_count726drivers/block/cdu31a.cretry_count = SONY_READY_RETRIES;
retry_count727drivers/block/cdu31a.cwhile ((retry_count > 0) && (!is_result_ready()))
retry_count729drivers/block/cdu31a.cretry_count--;
retry_count766drivers/block/cdu31a.cunsigned int retry_count;
retry_count801drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count802drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (is_busy()))
retry_count1008drivers/block/cdu31a.cunsigned int retry_count;
retry_count1039drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count1040drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (is_busy()))
retry_count1174drivers/block/cdu31a.cunsigned int retry_count;
retry_count1250drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count1251drivers/block/cdu31a.cwhile ((retry_count > jiffies) && !(is_data_ready()))
retry_count1289drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count1290drivers/block/cdu31a.cwhile ((retry_count > jiffies) && !(is_result_ready()))
retry_count1844drivers/block/cdu31a.cunsigned int retry_count;
retry_count1854drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count1856drivers/block/cdu31a.cwhile (   (retry_count > jiffies)
retry_count1918drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count1919drivers/block/cdu31a.cwhile ((retry_count > jiffies) && !(is_result_ready()))
retry_count2703drivers/block/cdu31a.cint retry_count;
retry_count2731drivers/block/cdu31a.cretry_count = jiffies + SONY_RESET_TIMEOUT;
retry_count2732drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (!is_attention()))
retry_count124include/linux/cdrom.hu_char  retry_count;    /* error retry count      */