Home
last modified time | relevance | path

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

/net/sched/
Dsch_teql.c286 int busy; in teql_master_xmit() local
295 busy = 0; in teql_master_xmit()
310 busy = 1; in teql_master_xmit()
332 busy = 1; in teql_master_xmit()
349 if (busy) { in teql_master_xmit()
/net/rxrpc/
Dar-accept.c255 goto busy; in rxrpc_accept_incoming_calls()
289 goto busy; in rxrpc_accept_incoming_calls()
298 busy: in rxrpc_accept_incoming_calls()
/net/wireless/
Dcore.c233 bool busy = work_busy(&rdev->scan_done_wk); in cfg80211_stop_p2p_device() local
241 WARN_ON(!busy); in cfg80211_stop_p2p_device()
244 ___cfg80211_scan_done(rdev, !busy); in cfg80211_stop_p2p_device()
/net/core/
Dethtool.c1091 static bool busy; in ethtool_phys_id() local
1098 if (busy) in ethtool_phys_id()
1111 busy = true; in ethtool_phys_id()
1142 busy = false; in ethtool_phys_id()
/net/netfilter/
Dnf_conntrack_core.c1377 int busy; in nf_conntrack_cleanup_net_list() local
1387 busy = 0; in nf_conntrack_cleanup_net_list()
1392 busy = 1; in nf_conntrack_cleanup_net_list()
1394 if (busy) { in nf_conntrack_cleanup_net_list()
/net/bluetooth/
Dl2cap_core.c5506 void l2cap_chan_busy(struct l2cap_chan *chan, int busy) in l2cap_chan_busy() argument
5513 event = busy ? L2CAP_EV_LOCAL_BUSY_DETECTED : L2CAP_EV_LOCAL_BUSY_CLEAR; in l2cap_chan_busy()