Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/marvell/octeontx2/af/
Dnpc.h122 u8 bypass_count; member
Drvu_npc.c861 action0.byp_count = kpuaction->bypass_count; in npc_config_kpuaction()
/Linux-v5.4/include/linux/regulator/
Ddriver.h451 u32 bypass_count; member
/Linux-v5.4/drivers/md/
Draid5.h613 int bypass_count; /* bypassed prereads */ member
Draid5.c5360 atomic_read(&conf->pending_full_writes), conf->bypass_count); in __get_priority_stripe()
5366 conf->bypass_count = 0; in __get_priority_stripe()
5369 conf->bypass_count++; in __get_priority_stripe()
5372 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5373 if (conf->bypass_count < 0) in __get_priority_stripe()
5374 conf->bypass_count = 0; in __get_priority_stripe()
5379 conf->bypass_count > conf->bypass_threshold) || in __get_priority_stripe()
5393 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5394 if (conf->bypass_count < 0) in __get_priority_stripe()
5395 conf->bypass_count = 0; in __get_priority_stripe()
/Linux-v5.4/drivers/regulator/
Dcore.c4317 rdev->bypass_count++; in regulator_allow_bypass()
4319 if (rdev->bypass_count == rdev->open_count) { in regulator_allow_bypass()
4322 rdev->bypass_count--; in regulator_allow_bypass()
4326 rdev->bypass_count--; in regulator_allow_bypass()
4328 if (rdev->bypass_count != rdev->open_count) { in regulator_allow_bypass()
4331 rdev->bypass_count++; in regulator_allow_bypass()
4768 &rdev->bypass_count); in rdev_init_debugfs()
5449 rdev->use_count, rdev->open_count, rdev->bypass_count, in regulator_summary_show_subtree()