Home
last modified time | relevance | path

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

/openbmc/btbridge/
H A Dbtbridged.c124 t = context->bt_q; in bt_q_get_seq()
164 bt_q = context->bt_q; in bt_q_enqueue()
186 if (!bt_q) { in bt_q_enqueue()
202 if (!bt_q) in bt_q_free()
206 if (bt_q->call) in bt_q_free()
210 free(bt_q); in bt_q_free()
223 context->bt_q = context->bt_q->next; in bt_q_drop()
248 bt_q = context->bt_q; in bt_q_dequeue()
249 if (!bt_q) { in bt_q_dequeue()
254 r = bt_q->next; in bt_q_dequeue()
[all …]