Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/regulator/
Ddriver.h608 u32 bypass_count; member
/Linux-v5.15/drivers/md/
Draid5.h614 int bypass_count; /* bypassed prereads */ member
Draid5.c5552 atomic_read(&conf->pending_full_writes), conf->bypass_count); in __get_priority_stripe()
5558 conf->bypass_count = 0; in __get_priority_stripe()
5561 conf->bypass_count++; in __get_priority_stripe()
5564 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5565 if (conf->bypass_count < 0) in __get_priority_stripe()
5566 conf->bypass_count = 0; in __get_priority_stripe()
5571 conf->bypass_count > conf->bypass_threshold) || in __get_priority_stripe()
5585 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5586 if (conf->bypass_count < 0) in __get_priority_stripe()
5587 conf->bypass_count = 0; in __get_priority_stripe()
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/af/
Dnpc.h239 u8 bypass_count; member
Drvu_npc.c1347 action0.byp_count = kpuaction->bypass_count; in npc_config_kpuaction()
/Linux-v5.15/drivers/regulator/
Dcore.c4639 rdev->bypass_count++; in regulator_allow_bypass()
4641 if (rdev->bypass_count == rdev->open_count) { in regulator_allow_bypass()
4646 rdev->bypass_count--; in regulator_allow_bypass()
4652 rdev->bypass_count--; in regulator_allow_bypass()
4654 if (rdev->bypass_count != rdev->open_count) { in regulator_allow_bypass()
4659 rdev->bypass_count++; in regulator_allow_bypass()
5095 &rdev->bypass_count); in rdev_init_debugfs()
5796 rdev->use_count, rdev->open_count, rdev->bypass_count, in regulator_summary_show_subtree()