Searched refs:nactive (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/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"), 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()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/Documentation/scsi/scsi_transport_srp/ |
H A D | rport_state_diagram.dot | 7 running_rta [ label = "running;\nreconnect\ntimer\nactive" ];
|
/openbmc/linux/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()
|