Searched refs:bypass_count (Results 1 – 4 of 4) sorted by relevance
373 u32 bypass_count; member
480 int bypass_count; /* bypassed prereads */ member
4926 atomic_read(&conf->pending_full_writes), conf->bypass_count); in __get_priority_stripe()4932 conf->bypass_count = 0; in __get_priority_stripe()4935 conf->bypass_count++; in __get_priority_stripe()4938 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()4939 if (conf->bypass_count < 0) in __get_priority_stripe()4940 conf->bypass_count = 0; in __get_priority_stripe()4945 conf->bypass_count > conf->bypass_threshold) || in __get_priority_stripe()4959 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()4960 if (conf->bypass_count < 0) in __get_priority_stripe()4961 conf->bypass_count = 0; in __get_priority_stripe()
3363 rdev->bypass_count++; in regulator_allow_bypass()3365 if (rdev->bypass_count == rdev->open_count) { in regulator_allow_bypass()3368 rdev->bypass_count--; in regulator_allow_bypass()3372 rdev->bypass_count--; in regulator_allow_bypass()3374 if (rdev->bypass_count != rdev->open_count) { in regulator_allow_bypass()3377 rdev->bypass_count++; in regulator_allow_bypass()3826 &rdev->bypass_count); in rdev_init_debugfs()4254 rdev->use_count, rdev->open_count, rdev->bypass_count); in regulator_summary_show_subtree()