Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/nfsstat/
H A Dnfsstat.c121 uint64_t *queue_len, long double *busy_pct);
568 long double *ms_per_transfer, uint64_t *queue_len, in compute_new_stats() argument
620 *queue_len = cur_stats->srvstartcnt - cur_stats->srvdonecnt; in compute_new_stats()
1199 uint64_t queue_len; in exp_sidewaysintpr() local
1216 &ms_per_transfer, &queue_len, in exp_sidewaysintpr()
1238 &ms_per_transfer, &queue_len, &busy_pct); in exp_sidewaysintpr()
1242 ms_per_transfer, queue_len, busy_pct); in exp_sidewaysintpr()
/freebsd-13.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-13.1/sys/dev/atkbdc/
H A Dpsm.c258 int queue_len; member
3803 int queue_len; local
3878 queue_len = 1;
3882 queue_len = smoother->queue_len + 1;
3928 if (queue_len < gest->window_min)
4029 smoother->queue_len));
4222 smoother->queue_len = 0;
4249 if (smoother->queue_len < SYNAPTICS_PACKETQUEUE)
4250 smoother->queue_len++;
4256 if (smoother->queue_len < gest->window_min)
[all …]
/freebsd-13.1/usr.sbin/bluetooth/hccontrol/
H A Dnode.c324 r.connections[n].queue_len, in hci_read_connection_list()
/freebsd-13.1/contrib/wpa/src/ap/
H A Dieee802_11.c1635 unsigned int queue_len; in auth_sae_process_commit() local
1650 queue_len = dl_list_len(&hapd->sae_commit_queue); in auth_sae_process_commit()
1651 eloop_register_timeout(0, queue_len * 10000, auth_sae_process_commit, in auth_sae_process_commit()
1661 unsigned int queue_len; in auth_sae_queue() local
1664 queue_len = dl_list_len(&hapd->sae_commit_queue); in auth_sae_queue()
1665 if (queue_len >= 15) { in auth_sae_queue()
1674 queue_len); in auth_sae_queue()
1709 eloop_register_timeout(0, queue_len * 10000, auth_sae_process_commit, in auth_sae_queue()
/freebsd-13.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-13.1/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c142 SYSCTL_UINT(_net_bluetooth_l2cap_sockets_raw, OID_AUTO, queue_len,
H A Dng_btsocket_hci_raw.c140 SYSCTL_UINT(_net_bluetooth_hci_sockets_raw, OID_AUTO, queue_len, CTLFLAG_RD,
H A Dng_btsocket_sco.c122 SYSCTL_UINT(_net_bluetooth_sco_sockets_seq, OID_AUTO, queue_len,
H A Dng_btsocket_l2cap.c123 SYSCTL_UINT(_net_bluetooth_l2cap_sockets_seq, OID_AUTO, queue_len,
/freebsd-13.1/sys/netgraph/bluetooth/include/
H A Dng_hci.h652 u_int16_t queue_len; /* number of packets in queue */ member
/freebsd-13.1/sys/dev/bnxt/
H A Dhsi_struct_def.h12002 uint32_t queue_len; member