Searched refs:wait (Results 76 - 81 of 81) sorted by relevance

1234

/net/netfilter/ipvs/
H A Dip_vs_sync.c49 #include <linux/wait.h>
/net/openvswitch/
H A Ddatapath.c40 #include <linux/wait.h>
/net/core/
H A Dpktgen.c157 #include <linux/wait.h>
3418 DEFINE_WAIT(wait);
/net/packet/
H A Daf_packet.c3620 poll_table *wait)
3624 unsigned int mask = datagram_poll(file, sock, wait);
3619 packet_poll(struct file *file, struct socket *sock, poll_table *wait) argument
/net/mac80211/
H A Dcfg.c2209 * If the STA is not authorized, wait until it gets
2450 * the wait time was zero before.
2932 * With a count of 0, we don't have to wait for any
3298 params->wait, cookie, skb,
/net/wireless/
H A Dnl80211.c7877 params.wait = nla_get_u32(info->attrs[NL80211_ATTR_DURATION]);
7880 * We should wait on the channel for at least a minimum amount
7883 if (params.wait < NL80211_MIN_REMAIN_ON_CHANNEL_TIME ||
7884 params.wait > rdev->wiphy.max_remain_on_channel_duration)

Completed in 148 milliseconds

1234