Searched refs:bypass_count (Results 1 – 5 of 5) sorted by relevance
622 int bypass_count; /* bypassed prereads */ member
5536 atomic_read(&conf->pending_full_writes), conf->bypass_count); in __get_priority_stripe()5542 conf->bypass_count = 0; in __get_priority_stripe()5545 conf->bypass_count++; in __get_priority_stripe()5548 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()5549 if (conf->bypass_count < 0) in __get_priority_stripe()5550 conf->bypass_count = 0; in __get_priority_stripe()5555 conf->bypass_count > conf->bypass_threshold) || in __get_priority_stripe()5569 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()5570 if (conf->bypass_count < 0) in __get_priority_stripe()5571 conf->bypass_count = 0; in __get_priority_stripe()
4988 rdev->bypass_count++; in regulator_allow_bypass()4990 if (rdev->bypass_count == rdev->open_count) { in regulator_allow_bypass()4995 rdev->bypass_count--; in regulator_allow_bypass()5001 rdev->bypass_count--; in regulator_allow_bypass()5003 if (rdev->bypass_count != rdev->open_count) { in regulator_allow_bypass()5008 rdev->bypass_count++; in regulator_allow_bypass()5543 &rdev->bypass_count); in rdev_init_debugfs()6269 rdev->use_count, rdev->open_count, rdev->bypass_count, in regulator_summary_show_subtree()
274 u8 bypass_count; member
1433 action0.byp_count = kpuaction->bypass_count; in npc_config_kpuaction()
Completed in 40 milliseconds