Searched refs:bhead (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | inet_timewait_sock.c | 48 struct inet_bind_hashbucket *bhead; in inet_twsk_kill() local 55 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), tw->tw_num, in inet_twsk_kill() 58 spin_lock(&bhead->lock); in inet_twsk_kill() 60 spin_unlock(&bhead->lock); in inet_twsk_kill() 108 struct inet_bind_hashbucket *bhead; in inet_twsk_hashdance() local 113 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), inet->inet_num, in inet_twsk_hashdance() 115 spin_lock(&bhead->lock); in inet_twsk_hashdance() 119 spin_unlock(&bhead->lock); in inet_twsk_hashdance()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inet_timewait_sock.c | 54 struct inet_bind_hashbucket *bhead, *bhead2; in inet_twsk_kill() local 61 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), tw->tw_num, in inet_twsk_kill() 66 spin_lock(&bhead->lock); in inet_twsk_kill() 70 spin_unlock(&bhead->lock); in inet_twsk_kill() 121 struct inet_bind_hashbucket *bhead, *bhead2; in inet_twsk_hashdance() local 127 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), inet->inet_num, in inet_twsk_hashdance() 131 spin_lock(&bhead->lock); in inet_twsk_hashdance() 143 spin_unlock(&bhead->lock); in inet_twsk_hashdance()
|
/kernel/linux/linux-5.10/kernel/rcu/ |
H A D | tree.c | 3143 debug_rcu_bhead_unqueue(struct kvfree_rcu_bulk_data *bhead) in debug_rcu_bhead_unqueue() argument 3148 for (i = 0; i < bhead->nr_records; i++) in debug_rcu_bhead_unqueue() 3149 debug_rcu_head_unqueue((struct rcu_head *)(bhead->records[i])); in debug_rcu_bhead_unqueue()
|
/kernel/linux/linux-6.6/kernel/rcu/ |
H A D | tree.c | 2931 debug_rcu_bhead_unqueue(struct kvfree_rcu_bulk_data *bhead) in debug_rcu_bhead_unqueue() argument 2936 for (i = 0; i < bhead->nr_records; i++) in debug_rcu_bhead_unqueue() 2937 debug_rcu_head_unqueue((struct rcu_head *)(bhead->records[i])); in debug_rcu_bhead_unqueue()
|
Completed in 21 milliseconds