Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Draid5.h626 int bypass_count; /* bypassed prereads */ member
Draid5.c5652 atomic_read(&conf->pending_full_writes), conf->bypass_count); in __get_priority_stripe()
5658 conf->bypass_count = 0; in __get_priority_stripe()
5661 conf->bypass_count++; in __get_priority_stripe()
5664 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5665 if (conf->bypass_count < 0) in __get_priority_stripe()
5666 conf->bypass_count = 0; in __get_priority_stripe()
5671 conf->bypass_count > conf->bypass_threshold) || in __get_priority_stripe()
5685 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5686 if (conf->bypass_count < 0) in __get_priority_stripe()
5687 conf->bypass_count = 0; in __get_priority_stripe()
/Linux-v6.6/include/linux/regulator/
Ddriver.h617 u32 bypass_count; member
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Dnpc.h258 u8 bypass_count; member
Drvu_npc.c1414 action0.byp_count = kpuaction->bypass_count; in npc_config_kpuaction()
/Linux-v6.6/drivers/regulator/
Dcore.c4780 rdev->bypass_count++; in regulator_allow_bypass()
4782 if (rdev->bypass_count == rdev->open_count) { in regulator_allow_bypass()
4787 rdev->bypass_count--; in regulator_allow_bypass()
4793 rdev->bypass_count--; in regulator_allow_bypass()
4795 if (rdev->bypass_count != rdev->open_count) { in regulator_allow_bypass()
4800 rdev->bypass_count++; in regulator_allow_bypass()
5265 &rdev->bypass_count); in rdev_init_debugfs()
5978 rdev->use_count, rdev->open_count, rdev->bypass_count, in regulator_summary_show_subtree()