Searched defs:recovery_count (Results 1 - 2 of 2) sorted by relevance

/drivers/md/
H A Ddm-region-hash.c43 * io, up the recovery_count, and remove the region from the
77 struct semaphore recovery_count; member in struct:dm_region_hash
214 sema_init(&rh->recovery_count, 0);
381 up(&rh->recovery_count);
623 while (!down_trylock(&rh->recovery_count)) {
627 up(&rh->recovery_count);
703 down(&rh->recovery_count);
712 up(&rh->recovery_count);
/drivers/ide/
H A Dcmd640.c432 u8 active_count, recovery_count; local
437 recovery_count = recovery_counts[index];
438 if (active_count > 3 && recovery_count == 1)
439 ++recovery_count;
441 recovery_count += 1; /* cmd640b uses (count + 1)*/
442 printk(", clocks=%d/%d/%d\n", setup_counts[index], active_count, recovery_count);
463 u8 recovery_count = recovery_counts[index]; local
480 if (recovery_count < recovery_counts[mate])
481 recovery_count = recovery_counts[mate];
507 __put_cmd640_reg(drwtim_regs[index], pack_nibbles(active_count, recovery_count));
519 u8 setup_count, active_count, recovery_count, recovery_count2, cycle_count; local
[all...]

Completed in 63 milliseconds