Home
last modified time | relevance | path

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

/linux-6.15/include/linux/regulator/
H A Ddriver.h622 u32 bypass_count; member
/linux-6.15/drivers/md/
H A Draid5.h622 int bypass_count; /* bypassed prereads */ member
H A Draid5.c5544 atomic_read(&conf->pending_full_writes), conf->bypass_count); in __get_priority_stripe()
5550 conf->bypass_count = 0; in __get_priority_stripe()
5553 conf->bypass_count++; in __get_priority_stripe()
5556 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5557 if (conf->bypass_count < 0) in __get_priority_stripe()
5558 conf->bypass_count = 0; in __get_priority_stripe()
5563 conf->bypass_count > conf->bypass_threshold) || in __get_priority_stripe()
5577 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5578 if (conf->bypass_count < 0) in __get_priority_stripe()
5579 conf->bypass_count = 0; in __get_priority_stripe()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Dnpc.h274 u8 bypass_count; member
H A Drvu_npc.c1445 action0.byp_count = kpuaction->bypass_count; in npc_config_kpuaction()
/linux-6.15/drivers/regulator/
H A Dcore.c4947 rdev->bypass_count++; in regulator_allow_bypass()
4949 if (rdev->bypass_count == rdev->open_count) { in regulator_allow_bypass()
4954 rdev->bypass_count--; in regulator_allow_bypass()
4960 rdev->bypass_count--; in regulator_allow_bypass()
4962 if (rdev->bypass_count != rdev->open_count) { in regulator_allow_bypass()
4967 rdev->bypass_count++; in regulator_allow_bypass()
5502 &rdev->bypass_count); in rdev_init_debugfs()
6227 rdev->use_count, rdev->open_count, rdev->bypass_count, in regulator_summary_show_subtree()