Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/enetc/
H A Dif_enetc.c1099 qidx_t pidx, queue_len; in enetc_isc_txd_encap() local
1105 queue_len = sc->tx_queue_size; in enetc_isc_txd_encap()
1120 if (++pidx == queue_len) in enetc_isc_txd_encap()
1130 if (++pidx == queue_len) in enetc_isc_txd_encap()
1141 if (++pidx == queue_len) in enetc_isc_txd_encap()
1200 qidx_t hw_pidx, queue_len; in enetc_isc_rxd_available() local
1220 if (++pidx == queue_len) in enetc_isc_rxd_available()
1234 qidx_t cidx, queue_len; in enetc_isc_rxd_pkt_get() local
1276 if (++cidx == queue_len) in enetc_isc_rxd_pkt_get()
1297 qidx_t pidx, queue_len; in enetc_isc_rxd_refill() local
[all …]
/freebsd-14.2/usr.bin/nfsstat/
H A Dnfsstat.c119 uint64_t *queue_len, long double *busy_pct);
572 long double *ms_per_transfer, uint64_t *queue_len, in compute_new_stats() argument
624 *queue_len = cur_stats->srvstartcnt - cur_stats->srvdonecnt; in compute_new_stats()
1206 uint64_t queue_len; in exp_sidewaysintpr() local
1223 &ms_per_transfer, &queue_len, in exp_sidewaysintpr()
1245 &ms_per_transfer, &queue_len, &busy_pct); in exp_sidewaysintpr()
1249 ms_per_transfer, queue_len, busy_pct); in exp_sidewaysintpr()
/freebsd-14.2/usr.sbin/iostat/
H A Diostat.c794 u_int64_t queue_len; in devstats() local
854 DSM_QUEUE_LENGTH, &queue_len, in devstats()
898 queue_len, busy_pct); in devstats()
910 queue_len, in devstats()
/freebsd-14.2/sys/dev/atkbdc/
H A Dpsm.c260 int queue_len; member
3786 int queue_len; local
3861 queue_len = 1;
3865 queue_len = smoother->queue_len + 1;
3911 if (queue_len < gest->window_min)
4012 smoother->queue_len));
4198 smoother->queue_len = 0;
4225 if (smoother->queue_len < SYNAPTICS_PACKETQUEUE)
4226 smoother->queue_len++;
4232 if (smoother->queue_len < gest->window_min)
[all …]
/freebsd-14.2/usr.sbin/bluetooth/hccontrol/
H A Dnode.c323 r.connections[n].queue_len, in hci_read_connection_list()
/freebsd-14.2/contrib/wpa/src/ap/
H A Dieee802_11.c1678 unsigned int queue_len; in auth_sae_process_commit() local
1693 queue_len = dl_list_len(&hapd->sae_commit_queue); in auth_sae_process_commit()
1694 eloop_register_timeout(0, queue_len * 10000, auth_sae_process_commit, in auth_sae_process_commit()
1704 unsigned int queue_len; in auth_sae_queue() local
1707 queue_len = dl_list_len(&hapd->sae_commit_queue); in auth_sae_queue()
1708 if (queue_len >= 15) { in auth_sae_queue()
1717 queue_len); in auth_sae_queue()
1752 eloop_register_timeout(0, queue_len * 10000, auth_sae_process_commit, in auth_sae_queue()
/freebsd-14.2/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c550 e2->queue_len = NG_BT_ITEMQ_LEN(&c->conq); in ng_hci_default_rcvmsg()
/freebsd-14.2/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-14.2/sys/netgraph/bluetooth/include/
H A Dng_hci.h651 u_int16_t queue_len; /* number of packets in queue */ member
/freebsd-14.2/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h34219 uint32_t queue_len; member