Home
last modified time | relevance | path

Searched refs:bypass_count (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/regulator/
Ddriver.h373 u32 bypass_count; member
/linux-4.4.14/drivers/md/
Draid5.h480 int bypass_count; /* bypassed prereads */ member
Draid5.c4926 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()
/linux-4.4.14/drivers/regulator/
Dcore.c3363 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()