Searched refs:bypass_count (Results 1 – 6 of 6) sorted by relevance
622 int bypass_count; /* bypassed prereads */ member
5654 atomic_read(&conf->pending_full_writes), conf->bypass_count); in __get_priority_stripe()5660 conf->bypass_count = 0; in __get_priority_stripe()5663 conf->bypass_count++; in __get_priority_stripe()5666 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()5667 if (conf->bypass_count < 0) in __get_priority_stripe()5668 conf->bypass_count = 0; in __get_priority_stripe()5673 conf->bypass_count > conf->bypass_threshold) || in __get_priority_stripe()5687 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()5688 if (conf->bypass_count < 0) in __get_priority_stripe()5689 conf->bypass_count = 0; in __get_priority_stripe()
291 u8 bypass_count; member
1674 action0.byp_count = kpuaction->bypass_count; in npc_config_kpuaction()
5234 rdev->bypass_count++; in regulator_allow_bypass()5236 if (rdev->bypass_count == rdev->open_count) { in regulator_allow_bypass()5241 rdev->bypass_count--; in regulator_allow_bypass()5247 rdev->bypass_count--; in regulator_allow_bypass()5249 if (rdev->bypass_count != rdev->open_count) { in regulator_allow_bypass()5254 rdev->bypass_count++; in regulator_allow_bypass()5789 &rdev->bypass_count); in rdev_init_debugfs()6575 rdev->use_count, rdev->open_count, rdev->bypass_count, in regulator_summary_show_subtree()
491 action0.byp_count = kpuaction->bypass_count & 0x7; in npc_config_kpmaction()