Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dcore.c5216 rdev->bypass_count++; in regulator_allow_bypass()
5218 if (rdev->bypass_count == rdev->open_count) { in regulator_allow_bypass()
5223 rdev->bypass_count--; in regulator_allow_bypass()
5229 rdev->bypass_count--; in regulator_allow_bypass()
5231 if (rdev->bypass_count != rdev->open_count) { in regulator_allow_bypass()
5236 rdev->bypass_count++; in regulator_allow_bypass()
5771 &rdev->bypass_count); in rdev_init_debugfs()
6557 rdev->use_count, rdev->open_count, rdev->bypass_count, in regulator_summary_show_subtree()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dnpc.h274 u8 bypass_count; member
H A Drvu_npc.c1436 action0.byp_count = kpuaction->bypass_count; in npc_config_kpuaction()
/linux/drivers/md/
H A Draid5.c5559 atomic_read(&conf->pending_full_writes), conf->bypass_count); in __get_priority_stripe()
5565 conf->bypass_count = 0; in __get_priority_stripe()
5568 conf->bypass_count++; in __get_priority_stripe()
5571 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5572 if (conf->bypass_count < 0) in __get_priority_stripe()
5573 conf->bypass_count = 0; in __get_priority_stripe()
5578 conf->bypass_count > conf->bypass_threshold) || in __get_priority_stripe()
5592 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5593 if (conf->bypass_count < 0) in __get_priority_stripe()
5594 conf->bypass_count = 0; in __get_priority_stripe()