Searched refs:bypass_count (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/linux/regulator/ |
H A D | driver.h | 443 u32 bypass_count; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | npc.h | 169 u8 bypass_count; member
|
H A D | rvu_npc.c | 852 action0.byp_count = kpuaction->bypass_count; in npc_config_kpuaction()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.h | 365 STRIPE_IO_STARTED, /* do not count towards 'bypass_count' */ 614 int bypass_count; /* bypassed prereads */ member
|
H A D | raid5.c | 5505 * the bypass_threshold is exceeded. In general the bypass_count 5508 * stripe with in flight i/o. The bypass_count will be reset when the 5543 pr_debug("%s: handle: %s hold: %s full_writes: %d bypass_count: %d\n", in __get_priority_stripe() 5547 atomic_read(&conf->pending_full_writes), conf->bypass_count); in __get_priority_stripe() 5553 conf->bypass_count = 0; in __get_priority_stripe() 5556 conf->bypass_count++; in __get_priority_stripe() 5559 conf->bypass_count -= conf->bypass_threshold; in __get_priority_stripe() 5560 if (conf->bypass_count < 0) in __get_priority_stripe() 5561 conf->bypass_count = 0; in __get_priority_stripe() 5566 conf->bypass_count > con in __get_priority_stripe() [all...] |
/kernel/linux/linux-6.6/include/linux/regulator/ |
H A D | driver.h | 617 u32 bypass_count; member
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.h | 366 STRIPE_IO_STARTED, /* do not count towards 'bypass_count' */ 626 int bypass_count; /* bypassed prereads */ member
|
H A D | raid5.c | 5609 * the bypass_threshold is exceeded. In general the bypass_count 5612 * stripe with in flight i/o. The bypass_count will be reset when the 5648 pr_debug("%s: handle: %s hold: %s full_writes: %d bypass_count: %d\n", 5652 atomic_read(&conf->pending_full_writes), conf->bypass_count); 5658 conf->bypass_count = 0; 5661 conf->bypass_count++; 5664 conf->bypass_count -= conf->bypass_threshold; 5665 if (conf->bypass_count < 0) 5666 conf->bypass_count = 0; 5671 conf->bypass_count > con [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | npc.h | 258 u8 bypass_count; member
|
H A D | rvu_npc.c | 1457 action0.byp_count = kpuaction->bypass_count; in npc_config_kpuaction()
|
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | core.c | 4596 rdev->bypass_count++; in regulator_allow_bypass() 4598 if (rdev->bypass_count == rdev->open_count) { in regulator_allow_bypass() 4603 rdev->bypass_count--; in regulator_allow_bypass() 4609 rdev->bypass_count--; in regulator_allow_bypass() 4611 if (rdev->bypass_count != rdev->open_count) { in regulator_allow_bypass() 4616 rdev->bypass_count++; in regulator_allow_bypass() 5050 debugfs_create_u32("bypass_count", 0444, rdev->debugfs, in rdev_init_debugfs() 5051 &rdev->bypass_count); in rdev_init_debugfs() 5747 rdev->use_count, rdev->open_count, rdev->bypass_count, in regulator_summary_show_subtree()
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | core.c | 4784 rdev->bypass_count++; in regulator_allow_bypass() 4786 if (rdev->bypass_count == rdev->open_count) { in regulator_allow_bypass() 4791 rdev->bypass_count--; in regulator_allow_bypass() 4797 rdev->bypass_count--; in regulator_allow_bypass() 4799 if (rdev->bypass_count != rdev->open_count) { in regulator_allow_bypass() 4804 rdev->bypass_count++; in regulator_allow_bypass() 5268 debugfs_create_u32("bypass_count", 0444, rdev->debugfs, in rdev_init_debugfs() 5269 &rdev->bypass_count); in rdev_init_debugfs() 5982 rdev->use_count, rdev->open_count, rdev->bypass_count, in regulator_summary_show_subtree()
|
Completed in 44 milliseconds