Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dnpc.h274 u8 bypass_count; member
H A Drvu_npc.c1433 action0.byp_count = kpuaction->bypass_count; in npc_config_kpuaction()
/linux/drivers/regulator/
H A Dcore.c5137 rdev->bypass_count++; in regulator_allow_bypass()
5139 if (rdev->bypass_count == rdev->open_count) { in regulator_allow_bypass()
5144 rdev->bypass_count--; in regulator_allow_bypass()
5150 rdev->bypass_count--; in regulator_allow_bypass()
5152 if (rdev->bypass_count != rdev->open_count) { in regulator_allow_bypass()
5157 rdev->bypass_count++; in regulator_allow_bypass()
5692 &rdev->bypass_count); in rdev_init_debugfs()
6421 rdev->use_count, rdev->open_count, rdev->bypass_count, in regulator_summary_show_subtree()
/linux/drivers/md/
H A Draid5.c5555 atomic_read(&conf->pending_full_writes), conf->bypass_count); in __get_priority_stripe()
5561 conf->bypass_count = 0; in __get_priority_stripe()
5564 conf->bypass_count++; in __get_priority_stripe()
5567 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5568 if (conf->bypass_count < 0) in __get_priority_stripe()
5569 conf->bypass_count = 0; in __get_priority_stripe()
5574 conf->bypass_count > conf->bypass_threshold) || in __get_priority_stripe()
5588 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5589 if (conf->bypass_count < 0) in __get_priority_stripe()
5590 conf->bypass_count = 0; in __get_priority_stripe()