Home
last modified time | relevance | path

Searched refs:reuseport_free_rcu (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Dsock_reuseport.c130 /* Note: we use kfree_rcu here instead of reuseport_free_rcu so in reuseport_grow()
138 static void reuseport_free_rcu(struct rcu_head *head) in reuseport_free_rcu() function
194 call_rcu(&old_reuse->rcu, reuseport_free_rcu); in reuseport_add_sock()
225 call_rcu(&reuse->rcu, reuseport_free_rcu); in reuseport_detach_sock()
/kernel/linux/linux-6.6/net/core/
H A Dsock_reuseport.c295 /* Note: we use kfree_rcu here instead of reuseport_free_rcu so in reuseport_grow()
303 static void reuseport_free_rcu(struct rcu_head *head) in reuseport_free_rcu() function
364 call_rcu(&old_reuse->rcu, reuseport_free_rcu); in reuseport_add_sock()
423 call_rcu(&old_reuse->rcu, reuseport_free_rcu); in reuseport_resurrect()
456 call_rcu(&reuse->rcu, reuseport_free_rcu); in reuseport_detach_sock()

Completed in 4 milliseconds