Home
last modified time | relevance | path

Searched refs:queue_len (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/usr.bin/nfsstat/
H A Dnfsstat.c123 uint64_t *queue_len, long double *busy_pct);
585 long double *ms_per_transfer, uint64_t *queue_len, in compute_new_stats() argument
637 *queue_len = cur_stats->srvstartcnt - cur_stats->srvdonecnt; in compute_new_stats()
1141 uint64_t queue_len; in exp_sidewaysintpr() local
1158 &ms_per_transfer, &queue_len, in exp_sidewaysintpr()
1180 &ms_per_transfer, &queue_len, &busy_pct); in exp_sidewaysintpr()
1184 ms_per_transfer, queue_len, busy_pct); in exp_sidewaysintpr()
/freebsd-12.1/usr.sbin/iostat/
H A Diostat.c798 u_int64_t queue_len; in devstats() local
858 DSM_QUEUE_LENGTH, &queue_len, in devstats()
902 queue_len, busy_pct); in devstats()
914 queue_len, in devstats()
/freebsd-12.1/sys/dev/atkbdc/
H A Dpsm.c257 int queue_len; member
3783 int queue_len; local
3858 queue_len = 1;
3862 queue_len = smoother->queue_len + 1;
3908 if (queue_len < gest->window_min)
4009 smoother->queue_len));
4202 smoother->queue_len = 0;
4229 if (smoother->queue_len < SYNAPTICS_PACKETQUEUE)
4230 smoother->queue_len++;
4236 if (smoother->queue_len < gest->window_min)
[all …]
/freebsd-12.1/usr.sbin/bluetooth/hccontrol/
H A Dnode.c369 r.connections[n].queue_len, in hci_read_connection_list()
/freebsd-12.1/contrib/wpa/src/ap/
H A Dieee802_11.c1302 unsigned int queue_len; in auth_sae_process_commit() local
1317 queue_len = dl_list_len(&hapd->sae_commit_queue); in auth_sae_process_commit()
1318 eloop_register_timeout(0, queue_len * 10000, auth_sae_process_commit, in auth_sae_process_commit()
1328 unsigned int queue_len; in auth_sae_queue() local
1331 queue_len = dl_list_len(&hapd->sae_commit_queue); in auth_sae_queue()
1332 if (queue_len >= 15) { in auth_sae_queue()
1341 queue_len); in auth_sae_queue()
1376 eloop_register_timeout(0, queue_len * 10000, auth_sae_process_commit, in auth_sae_queue()
/freebsd-12.1/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c551 e2->queue_len = NG_BT_ITEMQ_LEN(&c->conq); in ng_hci_default_rcvmsg()
/freebsd-12.1/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c141 SYSCTL_UINT(_net_bluetooth_l2cap_sockets_raw, OID_AUTO, queue_len,
H A Dng_btsocket_hci_raw.c139 SYSCTL_UINT(_net_bluetooth_hci_sockets_raw, OID_AUTO, queue_len, CTLFLAG_RD,
H A Dng_btsocket_sco.c121 SYSCTL_UINT(_net_bluetooth_sco_sockets_seq, OID_AUTO, queue_len,
H A Dng_btsocket_l2cap.c122 SYSCTL_UINT(_net_bluetooth_l2cap_sockets_seq, OID_AUTO, queue_len,
/freebsd-12.1/sys/netgraph/bluetooth/include/
H A Dng_hci.h588 u_int16_t queue_len; /* number of packets in queue */ member
/freebsd-12.1/sys/dev/bnxt/
H A Dhsi_struct_def.h12002 uint32_t queue_len; member