Home
last modified time | relevance | path

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

/linux/include/linux/regulator/
A Ddriver.h610 u32 bypass_count; member
/linux/drivers/md/
A Draid5.h614 int bypass_count; /* bypassed prereads */ member
A Draid5.c5552 atomic_read(&conf->pending_full_writes), conf->bypass_count); in __get_priority_stripe()
5558 conf->bypass_count = 0; in __get_priority_stripe()
5561 conf->bypass_count++; in __get_priority_stripe()
5564 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5565 if (conf->bypass_count < 0) in __get_priority_stripe()
5566 conf->bypass_count = 0; in __get_priority_stripe()
5571 conf->bypass_count > conf->bypass_threshold) || in __get_priority_stripe()
5585 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5586 if (conf->bypass_count < 0) in __get_priority_stripe()
5587 conf->bypass_count = 0; in __get_priority_stripe()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Dnpc.h243 u8 bypass_count; member
A Drvu_npc.c1347 action0.byp_count = kpuaction->bypass_count; in npc_config_kpuaction()
/linux/drivers/regulator/
A Dcore.c4643 rdev->bypass_count++; in regulator_allow_bypass()
4645 if (rdev->bypass_count == rdev->open_count) { in regulator_allow_bypass()
4650 rdev->bypass_count--; in regulator_allow_bypass()
4656 rdev->bypass_count--; in regulator_allow_bypass()
4658 if (rdev->bypass_count != rdev->open_count) { in regulator_allow_bypass()
4663 rdev->bypass_count++; in regulator_allow_bypass()
5099 &rdev->bypass_count); in rdev_init_debugfs()
5800 rdev->use_count, rdev->open_count, rdev->bypass_count, in regulator_summary_show_subtree()

Completed in 41 milliseconds