Searched refs:nactive (Results 1 – 6 of 6) sorted by relevance
| /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()
|
| /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()
|
| /linux/net/sunrpc/ |
| H A D | xprtmultipath.c | 457 unsigned int nactive; in xprt_switch_find_next_entry_roundrobin() local 467 nactive = READ_ONCE(xps->xps_nactive); in xprt_switch_find_next_entry_roundrobin() 469 if (xprt_queuelen * nactive <= xps_queuelen) in xprt_switch_find_next_entry_roundrobin()
|
| /linux/Documentation/scsi/scsi_transport_srp/ |
| H A D | rport_state_diagram.dot | 7 running_rta [ label = "running;\nreconnect\ntimer\nactive" ];
|
| /linux/drivers/media/platform/st/stm32/stm32-dcmipp/ |
| H A D | dcmipp-bytecap.c | 161 u32 nactive; member 538 vcap->count.limit, vcap->count.nactive, in dcmipp_bytecap_stop_streaming() 726 vcap->count.nactive++; in dcmipp_bytecap_process_frame()
|
| /linux/fs/btrfs/ |
| H A D | zoned.c | 361 unsigned int nactive; in btrfs_get_dev_zone_info() local 481 nactive = 0; in btrfs_get_dev_zone_info() 501 nactive++; in btrfs_get_dev_zone_info() 519 if (unlikely(nactive > max_active_zones)) { in btrfs_get_dev_zone_info() 527 nactive, rcu_dereference(device->name), in btrfs_get_dev_zone_info() 533 max_active_zones - nactive); in btrfs_get_dev_zone_info()
|