Searched defs:busy (Results 1 - 4 of 4) sorted by relevance

/net/sched/
H A Dsch_teql.c289 int busy; local
298 busy = 0;
312 busy = 1;
334 busy = 1;
351 if (busy) {
/net/core/
H A Dethtool.c100 [NETIF_F_BUSY_POLL_BIT] = "busy-poll",
1282 static bool busy; local
1289 if (busy)
1302 busy = true;
1333 busy = false;
/net/netfilter/
H A Dnf_conntrack_core.c1489 int busy; local
1499 busy = 0;
1503 busy = 1;
1505 if (busy) {
/net/bluetooth/
H A Dl2cap_core.c5843 void l2cap_chan_busy(struct l2cap_chan *chan, int busy) argument
5850 event = busy ? L2CAP_EV_LOCAL_BUSY_DETECTED : L2CAP_EV_LOCAL_BUSY_CLEAR;
6116 /* Can't issue SREJ frames in the local busy state.
6118 * when local busy is exited.

Completed in 153 milliseconds