Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid5.h622 int bypass_count; /* bypassed prereads */ member
H A Draid5.c5654 atomic_read(&conf->pending_full_writes), conf->bypass_count); in __get_priority_stripe()
5660 conf->bypass_count = 0; in __get_priority_stripe()
5663 conf->bypass_count++; in __get_priority_stripe()
5666 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5667 if (conf->bypass_count < 0) in __get_priority_stripe()
5668 conf->bypass_count = 0; in __get_priority_stripe()
5673 conf->bypass_count > conf->bypass_threshold) || in __get_priority_stripe()
5687 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5688 if (conf->bypass_count < 0) in __get_priority_stripe()
5689 conf->bypass_count = 0; in __get_priority_stripe()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dnpc.h291 u8 bypass_count; member
H A Drvu_npc.c1674 action0.byp_count = kpuaction->bypass_count; in npc_config_kpuaction()
/linux/drivers/regulator/
H A Dcore.c5234 rdev->bypass_count++; in regulator_allow_bypass()
5236 if (rdev->bypass_count == rdev->open_count) { in regulator_allow_bypass()
5241 rdev->bypass_count--; in regulator_allow_bypass()
5247 rdev->bypass_count--; in regulator_allow_bypass()
5249 if (rdev->bypass_count != rdev->open_count) { in regulator_allow_bypass()
5254 rdev->bypass_count++; in regulator_allow_bypass()
5789 &rdev->bypass_count); in rdev_init_debugfs()
6575 rdev->use_count, rdev->open_count, rdev->bypass_count, in regulator_summary_show_subtree()
/linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/
H A Dnpc.c491 action0.byp_count = kpuaction->bypass_count & 0x7; in npc_config_kpmaction()