Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/regulator/
Ddriver.h616 u32 bypass_count; member
/linux-6.1.9/drivers/md/
Draid5.h626 int bypass_count; /* bypassed prereads */ member
Draid5.c5658 atomic_read(&conf->pending_full_writes), conf->bypass_count); in __get_priority_stripe()
5664 conf->bypass_count = 0; in __get_priority_stripe()
5667 conf->bypass_count++; in __get_priority_stripe()
5670 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5671 if (conf->bypass_count < 0) in __get_priority_stripe()
5672 conf->bypass_count = 0; in __get_priority_stripe()
5677 conf->bypass_count > conf->bypass_threshold) || in __get_priority_stripe()
5691 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5692 if (conf->bypass_count < 0) in __get_priority_stripe()
5693 conf->bypass_count = 0; in __get_priority_stripe()
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Dnpc.h252 u8 bypass_count; member
Drvu_npc.c1392 action0.byp_count = kpuaction->bypass_count; in npc_config_kpuaction()
/linux-6.1.9/drivers/regulator/
Dcore.c4714 rdev->bypass_count++; in regulator_allow_bypass()
4716 if (rdev->bypass_count == rdev->open_count) { in regulator_allow_bypass()
4721 rdev->bypass_count--; in regulator_allow_bypass()
4727 rdev->bypass_count--; in regulator_allow_bypass()
4729 if (rdev->bypass_count != rdev->open_count) { in regulator_allow_bypass()
4734 rdev->bypass_count++; in regulator_allow_bypass()
5195 &rdev->bypass_count); in rdev_init_debugfs()
5912 rdev->use_count, rdev->open_count, rdev->bypass_count, in regulator_summary_show_subtree()