taglinefilesource code
retry_count318drivers/block/cdu31a.cunsigned int retry_count;
retry_count321drivers/block/cdu31a.cretry_count = SONY_READY_RETRIES;
retry_count322drivers/block/cdu31a.cwhile ((retry_count > 0) && (!is_param_write_rdy()))
retry_count324drivers/block/cdu31a.cretry_count--;
retry_count354drivers/block/cdu31a.cunsigned int retry_count;
retry_count360drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count361drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (is_busy() || (!(is_result_ready()))))
retry_count411drivers/block/cdu31a.cretry_count = SONY_READY_RETRIES;
retry_count412drivers/block/cdu31a.cwhile ((retry_count > 0) && (!is_result_ready()))
retry_count414drivers/block/cdu31a.cretry_count--;
retry_count437drivers/block/cdu31a.cretry_count = SONY_READY_RETRIES;
retry_count438drivers/block/cdu31a.cwhile ((retry_count > 0) && (!is_result_ready()))
retry_count440drivers/block/cdu31a.cretry_count--;
retry_count483drivers/block/cdu31a.cunsigned int retry_count;
retry_count517drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count518drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (is_busy()))
retry_count550drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count551drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (!(is_result_ready() || is_data_ready())))
retry_count585drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count586drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (!is_data_requested()))
retry_count642drivers/block/cdu31a.cunsigned int retry_count;
retry_count671drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count672drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (is_busy()))
retry_count1579drivers/block/cdu31a.cint retry_count;
retry_count1607drivers/block/cdu31a.cretry_count = jiffies + SONY_RESET_TIMEOUT;
retry_count1608drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (!is_attention()))
retry_count106include/linux/cdrom.hu_char  retry_count;    /* error retry count      */