taglinefilesource code
retry_count350drivers/block/cdu31a.cunsigned int retry_count;
retry_count355drivers/block/cdu31a.cretry_count = jiffies + SONY_RESET_TIMEOUT;
retry_count356drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (!is_attention()))
retry_count391drivers/block/cdu31a.cunsigned int retry_count;
retry_count394drivers/block/cdu31a.cretry_count = SONY_READY_RETRIES;
retry_count395drivers/block/cdu31a.cwhile ((retry_count > 0) && (!is_param_write_rdy()))
retry_count397drivers/block/cdu31a.cretry_count--;
retry_count427drivers/block/cdu31a.cunsigned int retry_count;
retry_count433drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count434drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (is_busy() || (!(is_result_ready()))))
retry_count484drivers/block/cdu31a.cretry_count = SONY_READY_RETRIES;
retry_count485drivers/block/cdu31a.cwhile ((retry_count > 0) && (!is_result_ready()))
retry_count487drivers/block/cdu31a.cretry_count--;
retry_count510drivers/block/cdu31a.cretry_count = SONY_READY_RETRIES;
retry_count511drivers/block/cdu31a.cwhile ((retry_count > 0) && (!is_result_ready()))
retry_count513drivers/block/cdu31a.cretry_count--;
retry_count544drivers/block/cdu31a.cunsigned int retry_count;
retry_count548drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count549drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (!is_data_requested()))
retry_count591drivers/block/cdu31a.cunsigned int retry_count;
retry_count627drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count628drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (is_busy()))
retry_count661drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count662drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (!(is_result_ready() || is_data_ready())))
retry_count757drivers/block/cdu31a.cunsigned int retry_count;
retry_count792drivers/block/cdu31a.cretry_count = jiffies + SONY_JIFFIES_TIMEOUT;
retry_count793drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (is_busy()))
retry_count1717drivers/block/cdu31a.cint retry_count;
retry_count1745drivers/block/cdu31a.cretry_count = jiffies + SONY_RESET_TIMEOUT;
retry_count1746drivers/block/cdu31a.cwhile ((retry_count > jiffies) && (!is_attention()))
retry_count106include/linux/cdrom.hu_char  retry_count;    /* error retry count      */