Home
last modified time | relevance | path

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

/drivers/md/
A Draid5.h622 int bypass_count; /* bypassed prereads */ member
A Draid5.c5536 atomic_read(&conf->pending_full_writes), conf->bypass_count); in __get_priority_stripe()
5542 conf->bypass_count = 0; in __get_priority_stripe()
5545 conf->bypass_count++; in __get_priority_stripe()
5548 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5549 if (conf->bypass_count < 0) in __get_priority_stripe()
5550 conf->bypass_count = 0; in __get_priority_stripe()
5555 conf->bypass_count > conf->bypass_threshold) || in __get_priority_stripe()
5569 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe()
5570 if (conf->bypass_count < 0) in __get_priority_stripe()
5571 conf->bypass_count = 0; in __get_priority_stripe()
/drivers/regulator/
A Dcore.c4988 rdev->bypass_count++; in regulator_allow_bypass()
4990 if (rdev->bypass_count == rdev->open_count) { in regulator_allow_bypass()
4995 rdev->bypass_count--; in regulator_allow_bypass()
5001 rdev->bypass_count--; in regulator_allow_bypass()
5003 if (rdev->bypass_count != rdev->open_count) { in regulator_allow_bypass()
5008 rdev->bypass_count++; in regulator_allow_bypass()
5543 &rdev->bypass_count); in rdev_init_debugfs()
6269 rdev->use_count, rdev->open_count, rdev->bypass_count, in regulator_summary_show_subtree()
/drivers/net/ethernet/marvell/octeontx2/af/
A Dnpc.h274 u8 bypass_count; member
A Drvu_npc.c1433 action0.byp_count = kpuaction->bypass_count; in npc_config_kpuaction()

Completed in 40 milliseconds