Home
last modified time | relevance | path

Searched refs:bhead (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/net/ipv4/
Dinet_timewait_sock.c52 struct inet_bind_hashbucket *bhead, *bhead2; in inet_twsk_kill() local
59 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), tw->tw_num, in inet_twsk_kill()
64 spin_lock(&bhead->lock); in inet_twsk_kill()
68 spin_unlock(&bhead->lock); in inet_twsk_kill()
116 struct inet_bind_hashbucket *bhead, *bhead2; in inet_twsk_hashdance_schedule() local
122 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), inet->inet_num, in inet_twsk_hashdance_schedule()
127 spin_lock(&bhead->lock); in inet_twsk_hashdance_schedule()
138 spin_unlock(&bhead->lock); in inet_twsk_hashdance_schedule()
/linux-6.12.1/kernel/rcu/
Dtree.c3295 debug_rcu_bhead_unqueue(struct kvfree_rcu_bulk_data *bhead) in debug_rcu_bhead_unqueue() argument
3300 for (i = 0; i < bhead->nr_records; i++) in debug_rcu_bhead_unqueue()
3301 debug_rcu_head_unqueue((struct rcu_head *)(bhead->records[i])); in debug_rcu_bhead_unqueue()