Searched refs:data_q (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/buildperf/ |
| H A D | base.py | 310 def _worker(data_q, cmd, **kwargs): argument 329 data_q.put({'ret': ret, 335 data_q.put(err) 339 data_q = SimpleQueue() 341 proc = Process(target=_worker, args=(data_q, cmd,)) 343 data = data_q.get()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | hci_core.c | 4235 hci_queue_acl(chan, &chan->data_q, skb, flags); in hci_send_acl() 4257 skb_queue_tail(&conn->data_q, skb); in hci_send_sco() 4277 if (c->type != type || skb_queue_empty(&c->data_q)) in hci_low_sent() 4372 if (skb_queue_empty(&tmp->data_q)) in hci_chan_sent() 4375 skb = skb_peek(&tmp->data_q); in hci_chan_sent() 4456 if (skb_queue_empty(&chan->data_q)) in hci_prio_recalculate() 4459 skb = skb_peek(&chan->data_q); in hci_prio_recalculate() 4519 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_sco() 4543 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_esco() 4565 u32 priority = (skb_peek(&chan->data_q))->priority; in hci_sched_acl_pkt() [all …]
|
| H A D | hci_conn.c | 575 skb_queue_head_init(&conn->data_q); in hci_conn_add() 640 skb_queue_purge(&conn->data_q); in hci_conn_del() 1720 skb_queue_head_init(&chan->data_q); in hci_chan_create() 1744 skb_queue_purge(&chan->data_q); in hci_chan_del()
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | hci_core.h | 650 struct sk_buff_head data_q; member 683 struct sk_buff_head data_q; member
|