Home
last modified time | relevance | path

Searched refs:nactive (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/perf/bench/
H A Dbreakpoint.c178 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-6.15/drivers/usb/host/
H A Duhci-debug.c105 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-6.15/Documentation/scsi/scsi_transport_srp/
H A Drport_state_diagram.dot7 running_rta [ label = "running;\nreconnect\ntimer\nactive" ];
/linux-6.15/net/sunrpc/
H A Dxprtmultipath.c457 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-6.15/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-bytecap.c158 u32 nactive; member
533 vcap->count.limit, vcap->count.nactive, in dcmipp_bytecap_stop_streaming()
721 vcap->count.nactive++; in dcmipp_bytecap_process_frame()
/linux-6.15/fs/btrfs/
H A Dzoned.c355 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()