taglinefilesource code
retry_count467drivers/block/cdu31a.cunsigned int retry_count;
retry_count472drivers/block/cdu31a.cretry_count = jiffies + SONY_RESET_TIMEOUT;
retry_count473drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (!is_attention()))
retry_count508drivers/block/cdu31a.cunsigned int retry_count;
retry_count511drivers/block/cdu31a.cretry_count = SONY_READY_RETRIES;
retry_count512drivers/block/cdu31a.cwhile ((retry_count > 0) && (!is_param_write_rdy()))
retry_count514drivers/block/cdu31a.cretry_count--;
retry_count544drivers/block/cdu31a.cunsigned int retry_count;
retry_count550drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count551drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (is_busy() || (!(is_result_ready()))))
retry_count601drivers/block/cdu31a.cretry_count = SONY_READY_RETRIES;
retry_count602drivers/block/cdu31a.cwhile ((retry_count > 0) && (!is_result_ready()))
retry_count604drivers/block/cdu31a.cretry_count--;
retry_count627drivers/block/cdu31a.cretry_count = SONY_READY_RETRIES;
retry_count628drivers/block/cdu31a.cwhile ((retry_count > 0) && (!is_result_ready()))
retry_count630drivers/block/cdu31a.cretry_count--;
retry_count658drivers/block/cdu31a.cunsigned int retry_count;
retry_count670drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count671drivers/block/cdu31a.cwhile (   (retry_count > jiffies)
retry_count700drivers/block/cdu31a.cunsigned int retry_count;
retry_count704drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count705drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (!is_data_requested()))
retry_count750drivers/block/cdu31a.cunsigned int retry_count;
retry_count770drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count771drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (is_busy()))
retry_count804drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count805drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (!(is_result_ready() || is_data_ready())))
retry_count910drivers/block/cdu31a.cunsigned int retry_count;
retry_count945drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count946drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (is_busy()))
retry_count1898drivers/block/cdu31a.cint retry_count;
retry_count1926drivers/block/cdu31a.cretry_count = jiffies + SONY_RESET_TIMEOUT;
retry_count1927drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (!is_attention()))
retry_count124include/linux/cdrom.hu_char  retry_count;    /* error retry count      */