Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
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/net/sunrpc/
A Dxprtmultipath.c370 unsigned int nactive; in xprt_switch_find_next_entry_roundrobin() local
380 nactive = READ_ONCE(xps->xps_nactive); in xprt_switch_find_next_entry_roundrobin()
382 if (xprt_queuelen * nactive <= xps_queuelen) in xprt_switch_find_next_entry_roundrobin()
/linux/Documentation/scsi/scsi_transport_srp/
A Drport_state_diagram.dot7 running_rta [ label = "running;\nreconnect\ntimer\nactive" ];
/linux/fs/btrfs/
A Dzoned.c319 unsigned int nactive; in btrfs_get_dev_zone_info() local
411 nactive = 0; in btrfs_get_dev_zone_info()
430 nactive++; in btrfs_get_dev_zone_info()
448 if (nactive > max_active_zones) { in btrfs_get_dev_zone_info()
451 nactive, rcu_str_deref(device->name), in btrfs_get_dev_zone_info()
457 max_active_zones - nactive); in btrfs_get_dev_zone_info()

Completed in 11 milliseconds