Searched refs:nactive (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/perf/bench/ |
| 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/ |
| 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/Documentation/scsi/scsi_transport_srp/ |
| A D | rport_state_diagram.dot | 7 running_rta [ label = "running;\nreconnect\ntimer\nactive" ];
|
| /linux/net/sunrpc/ |
| 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()
|
| /linux/drivers/media/platform/st/stm32/stm32-dcmipp/ |
| A D | dcmipp-bytecap.c | 140 u32 nactive; member 525 vcap->count.limit, vcap->count.nactive, in dcmipp_bytecap_stop_streaming() 719 vcap->count.nactive++; in dcmipp_bytecap_process_frame()
|
| /linux/fs/btrfs/ |
| A D | zoned.c | 355 unsigned int nactive; in btrfs_get_dev_zone_info() local 472 nactive = 0; in btrfs_get_dev_zone_info() 491 nactive++; in btrfs_get_dev_zone_info() 509 if (nactive > max_active_zones) { in btrfs_get_dev_zone_info() 512 nactive, rcu_str_deref(device->name), in btrfs_get_dev_zone_info() 518 max_active_zones - nactive); in btrfs_get_dev_zone_info()
|
Completed in 25 milliseconds