Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/regulator/
Ddriver.h439 u32 bypass_count; member
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/
Dnpc.h160 u8 bypass_count; member
Drvu_npc.c852 action0.byp_count = kpuaction->bypass_count; in npc_config_kpuaction()
/Linux-v5.10/drivers/md/
Draid5.h614 int bypass_count; /* bypassed prereads */ member
Draid5.c5549 atomic_read(&conf->pending_full_writes), conf->bypass_count); in __get_priority_stripe()
5555 conf->bypass_count = 0; in __get_priority_stripe()
5558 conf->bypass_count++; in __get_priority_stripe()
5561 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5562 if (conf->bypass_count < 0) in __get_priority_stripe()
5563 conf->bypass_count = 0; in __get_priority_stripe()
5568 conf->bypass_count > conf->bypass_threshold) || in __get_priority_stripe()
5582 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5583 if (conf->bypass_count < 0) in __get_priority_stripe()
5584 conf->bypass_count = 0; in __get_priority_stripe()
/Linux-v5.10/drivers/regulator/
Dcore.c4468 rdev->bypass_count++; in regulator_allow_bypass()
4470 if (rdev->bypass_count == rdev->open_count) { in regulator_allow_bypass()
4475 rdev->bypass_count--; in regulator_allow_bypass()
4481 rdev->bypass_count--; in regulator_allow_bypass()
4483 if (rdev->bypass_count != rdev->open_count) { in regulator_allow_bypass()
4488 rdev->bypass_count++; in regulator_allow_bypass()
4924 &rdev->bypass_count); in rdev_init_debugfs()
5620 rdev->use_count, rdev->open_count, rdev->bypass_count, in regulator_summary_show_subtree()