Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_core.c3769 unsigned int num = 0, min = ~0, cur_prio = 0; in hci_chan_sent() local
3795 if (skb->priority < cur_prio) in hci_chan_sent()
3798 if (skb->priority > cur_prio) { in hci_chan_sent()
3801 cur_prio = skb->priority; in hci_chan_sent()