Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/regulator/
H A Ddriver.h620 u32 bypass_count; member
/openbmc/linux/drivers/md/
H A Draid5.h622 int bypass_count; /* bypassed prereads */ member
H A Draid5.c5609 atomic_read(&conf->pending_full_writes), conf->bypass_count); in __get_priority_stripe()
5615 conf->bypass_count = 0; in __get_priority_stripe()
5618 conf->bypass_count++; in __get_priority_stripe()
5621 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5622 if (conf->bypass_count < 0) in __get_priority_stripe()
5623 conf->bypass_count = 0; in __get_priority_stripe()
5628 conf->bypass_count > conf->bypass_threshold) || in __get_priority_stripe()
5642 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5643 if (conf->bypass_count < 0) in __get_priority_stripe()
5644 conf->bypass_count = 0; in __get_priority_stripe()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dnpc.h262 u8 bypass_count; member
H A Drvu_npc.c1457 action0.byp_count = kpuaction->bypass_count; in npc_config_kpuaction()
/openbmc/linux/drivers/regulator/
H A Dcore.c4790 rdev->bypass_count++; in regulator_allow_bypass()
4792 if (rdev->bypass_count == rdev->open_count) { in regulator_allow_bypass()
4797 rdev->bypass_count--; in regulator_allow_bypass()
4803 rdev->bypass_count--; in regulator_allow_bypass()
4805 if (rdev->bypass_count != rdev->open_count) { in regulator_allow_bypass()
4810 rdev->bypass_count++; in regulator_allow_bypass()
5275 &rdev->bypass_count); in rdev_init_debugfs()
5988 rdev->use_count, rdev->open_count, rdev->bypass_count, in regulator_summary_show_subtree()