Searched refs:queue_len (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/usr.sbin/iostat/
H A Diostat.c796 u_int64_t queue_len; local
854 DSM_QUEUE_LENGTH, &queue_len,
898 queue_len, busy_pct);
910 queue_len,
/freebsd-11-stable/usr.bin/nfsstat/
H A Dnfsstat.c122 uint64_t *queue_len, long double *busy_pct);
497 long double *ms_per_transfer, uint64_t *queue_len,
549 *queue_len = cur_stats->srvstartcnt - cur_stats->srvdonecnt;
1269 uint64_t queue_len; local
1286 &ms_per_transfer, &queue_len,
1308 &ms_per_transfer, &queue_len, &busy_pct);
1312 ms_per_transfer, queue_len, busy_pct);
492 compute_new_stats(struct nfsstatsv1 *cur_stats, struct nfsstatsv1 *prev_stats, int curop, long double etime, long double *mbsec, long double *kb_per_transfer, long double *transfers_per_second, long double *ms_per_transfer, uint64_t *queue_len, long double *busy_pct) argument
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A Dnode.c314 r.connections[n].queue_len,
/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c256 int queue_len; member in struct:smoother
3806 int queue_len; local
3880 queue_len = 1;
3884 queue_len = smoother->queue_len + 1;
3930 if (queue_len < gest->window_min)
4028 smoother->queue_len));
4032 smoother->queue_len >= sc->syninfo.tap_min_queue) {
4221 smoother->queue_len = 0;
4248 if (smoother->queue_len < SYNAPTICS_PACKETQUEU
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_11.c1302 unsigned int queue_len; local
1317 queue_len = dl_list_len(&hapd->sae_commit_queue);
1318 eloop_register_timeout(0, queue_len * 10000, auth_sae_process_commit,
1328 unsigned int queue_len; local
1331 queue_len = dl_list_len(&hapd->sae_commit_queue);
1332 if (queue_len >= 15) {
1340 MACSTR " for processing (queue_len %u)", MAC2STR(mgmt->sa),
1341 queue_len);
1376 eloop_register_timeout(0, queue_len * 10000, auth_sae_process_commit,
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge.c2487 u16 queue_len, counter = 0; local
2490 queue_len = vdev->no_of_vpath;
2540 vpath_selector[queue_len - 1];
2542 if (counter >= queue_len)
2543 counter = queue_len - 1;
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c530 e2->queue_len = NG_BT_ITEMQ_LEN(&c->conq);
854 "%s: %s - dropping HCI ACL data packet, con_handle=%d, len=%d, queue_len=%d\n",
973 "%s: %s - dropping HCI SCO data packet, con_handle=%d, len=%d, queue_len=%d\n",
1062 "%s: %s - dropping HCI command packet, len=%d, queue_len=%d\n",
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c139 SYSCTL_UINT(_net_bluetooth_l2cap_sockets_raw, OID_AUTO, queue_len,
H A Dng_btsocket_hci_raw.c137 SYSCTL_UINT(_net_bluetooth_hci_sockets_raw, OID_AUTO, queue_len, CTLFLAG_RD,
H A Dng_btsocket_sco.c119 SYSCTL_UINT(_net_bluetooth_sco_sockets_seq, OID_AUTO, queue_len,
H A Dng_btsocket_l2cap.c120 SYSCTL_UINT(_net_bluetooth_l2cap_sockets_seq, OID_AUTO, queue_len,
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_hci.h582 u_int16_t queue_len; /* number of packets in queue */ member in struct:__anon150
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h12002 uint32_t queue_len; member in struct:hwrm_queue_qcfg_output
[all...]

Completed in 437 milliseconds