Searched refs:data_q (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc/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()
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_core.c | 3200 hci_queue_acl(chan, &chan->data_q, skb, flags); in hci_send_acl() 3222 skb_queue_tail(&conn->data_q, skb); in hci_send_sco() 3290 hci_queue_iso(conn, &conn->data_q, skb); in hci_send_iso() 3347 if (c->type != type || skb_queue_empty(&c->data_q)) in hci_low_sent() 3425 if (skb_queue_empty(&tmp->data_q)) in hci_chan_sent() 3428 skb = skb_peek(&tmp->data_q); in hci_chan_sent() 3490 if (skb_queue_empty(&chan->data_q)) in hci_prio_recalculate() 3493 skb = skb_peek(&chan->data_q); in hci_prio_recalculate() 3547 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_sco() 3571 while (quote-- && (skb = skb_dequeue(&conn->data_q))) { in hci_sched_esco() [all …]
|
H A D | hci_conn.c | 988 skb_queue_head_init(&conn->data_q); in __hci_conn_add() 1141 skb_queue_purge(&conn->data_q); in hci_conn_del() 2684 skb_queue_head_init(&chan->data_q); in hci_chan_create() 2708 skb_queue_purge(&chan->data_q); in hci_chan_del()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_core.h | 729 struct sk_buff_head data_q; member 767 struct sk_buff_head data_q; member
|