Home
last modified time | relevance | path

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

/dragonfly/sys/dev/misc/psm/
HDpsm.c264 int queue_len; member
3816 int queue_len; local
3891 queue_len = 1;
3895 queue_len = smoother->queue_len + 1;
3941 if (queue_len < gest->window_min)
4042 smoother->queue_len));
4046 smoother->queue_len >= sc->syninfo.tap_min_queue) {
4228 smoother->queue_len = 0;
4255 if (smoother->queue_len < SYNAPTICS_PACKETQUEUE)
4256 smoother->queue_len++;
[all …]
/dragonfly/contrib/wpa_supplicant/src/ap/
HDieee802_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()
/dragonfly/sys/netgraph7/bluetooth/hci/
HDng_hci_main.c535 e2->queue_len = NG_BT_ITEMQ_LEN(&c->conq); in ng_hci_default_rcvmsg()
/dragonfly/sys/netgraph7/bluetooth/include/
HDng_hci.h573 u_int16_t queue_len; /* number of packets in queue */ member
/dragonfly/sys/netgraph7/bluetooth/socket/
HDng_btsocket_l2cap_raw.c135 SYSCTL_INT(_net_bluetooth_l2cap_sockets_raw, OID_AUTO, queue_len,
HDng_btsocket_hci_raw.c134 SYSCTL_INT(_net_bluetooth_hci_sockets_raw, OID_AUTO, queue_len, CTLFLAG_RD,
HDng_btsocket_l2cap.c116 SYSCTL_INT(_net_bluetooth_l2cap_sockets_seq, OID_AUTO, queue_len,