Searched refs:sk_wq (Results 1 – 2 of 2) sorted by relevance
249 int sock_wake_async(struct socket_wq *sk_wq, int how, int band);
432 struct socket_wq __rcu *sk_wq; member2064 return &rcu_dereference_raw(sk->sk_wq)->wait; in sk_sleep()2078 sk->sk_wq = NULL; in sock_orphan()2087 rcu_assign_pointer(sk->sk_wq, &parent->wq); in sock_graft()2519 sock_wake_async(rcu_dereference(sk->sk_wq), how, band); in sk_wake_async()2527 sock_wake_async(rcu_dereference(sk->sk_wq), how, band); in sk_wake_async_rcu()
Completed in 12 milliseconds