Home
last modified time | relevance | path

Searched refs:data_q (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dbase.py310 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 Dhci_core.c3207 hci_queue_acl(chan, &chan->data_q, skb, flags); in hci_send_acl()
3229 skb_queue_tail(&conn->data_q, skb); in hci_send_sco()
3297 hci_queue_iso(conn, &conn->data_q, skb); in hci_send_iso()
3354 if (c->type != type || skb_queue_empty(&c->data_q)) in hci_low_sent()
3432 if (skb_queue_empty(&tmp->data_q)) in hci_chan_sent()
3435 skb = skb_peek(&tmp->data_q); in hci_chan_sent()
3497 if (skb_queue_empty(&chan->data_q)) in hci_prio_recalculate()
3500 skb = skb_peek(&chan->data_q); in hci_prio_recalculate()
3600 u32 priority = (skb_peek(&chan->data_q))->priority; in hci_sched_acl_pkt()
3609 skb = skb_dequeue(&chan->data_q); in hci_sched_acl_pkt()
[all …]
H A Dhci_conn.c986 skb_queue_head_init(&conn->data_q); in __hci_conn_add()
1138 skb_queue_purge(&conn->data_q); in hci_conn_del()
2662 skb_queue_head_init(&chan->data_q); in hci_chan_create()
2686 skb_queue_purge(&chan->data_q); in hci_chan_del()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h729 struct sk_buff_head data_q; member
767 struct sk_buff_head data_q; member