Searched refs:nactive (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | breakpoint.c | 178 unsigned int nactive; member 180 .nactive = 0, 186 OPT_UINTEGER('a', "active", &enable_params.nactive, "Specify amount of active threads"), 196 // then starts npassive threads that block and nactive threads that actively spin 219 nthreads = enable_params.npassive + enable_params.nactive; in bench_breakpoint_enable() 248 bench_repeat, enable_params.npassive, enable_params.nactive); in bench_breakpoint_enable()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | uhci-debug.c | 105 int i, nactive, ninactive; in uhci_show_urbp() local 138 i = nactive = ninactive = 0; in uhci_show_urbp() 149 ++nactive; in uhci_show_urbp() 154 if (nactive + ninactive > 0) in uhci_show_urbp() 157 space, "", ninactive, nactive); in uhci_show_urbp()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | uhci-debug.c | 105 int i, nactive, ninactive; in uhci_show_urbp() local 138 i = nactive = ninactive = 0; in uhci_show_urbp() 149 ++nactive; in uhci_show_urbp() 154 if (nactive + ninactive > 0) in uhci_show_urbp() 157 space, "", ninactive, nactive); in uhci_show_urbp()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | xprtmultipath.c | 348 unsigned int nactive; in xprt_switch_find_next_entry_roundrobin() local 358 nactive = READ_ONCE(xps->xps_nactive); in xprt_switch_find_next_entry_roundrobin() 360 if (xprt_queuelen * nactive <= xps_queuelen) in xprt_switch_find_next_entry_roundrobin()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | xprtmultipath.c | 436 unsigned int nactive; in xprt_switch_find_next_entry_roundrobin() local 446 nactive = READ_ONCE(xps->xps_nactive); in xprt_switch_find_next_entry_roundrobin() 448 if (xprt_queuelen * nactive <= xps_queuelen) in xprt_switch_find_next_entry_roundrobin()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | zoned.c | 366 unsigned int nactive; in btrfs_get_dev_zone_info() local 483 nactive = 0; in btrfs_get_dev_zone_info() 502 nactive++; in btrfs_get_dev_zone_info() 520 if (nactive > max_active_zones) { in btrfs_get_dev_zone_info() 523 nactive, rcu_str_deref(device->name), in btrfs_get_dev_zone_info() 529 max_active_zones - nactive); in btrfs_get_dev_zone_info()
|
Completed in 8 milliseconds