Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/md/
A Draid5.h626 int bypass_count; /* bypassed prereads */ member
A 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.3-rc2/include/linux/regulator/
A Ddriver.h616 u32 bypass_count; member
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/
A Dnpc.h254 u8 bypass_count; member
A Drvu_npc.c1414 action0.byp_count = kpuaction->bypass_count; in npc_config_kpuaction()
/linux-6.3-rc2/drivers/regulator/
A 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()
5201 &rdev->bypass_count); in rdev_init_debugfs()
5918 rdev->use_count, rdev->open_count, rdev->bypass_count, in regulator_summary_show_subtree()

Completed in 48 milliseconds