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

/linux-master/net/ipv4/
H A Dinet_timewait_sock.c52 struct inet_bind_hashbucket *bhead, *bhead2; local
59 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), tw->tw_num,
64 spin_lock(&bhead->lock);
68 spin_unlock(&bhead->lock);
107 struct inet_bind_hashbucket *bhead, *bhead2; local
113 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), inet->inet_num,
117 spin_lock(&bhead->lock);
128 spin_unlock(&bhead->lock);
/linux-master/kernel/rcu/
H A Dtree.c2943 debug_rcu_bhead_unqueue(struct kvfree_rcu_bulk_data *bhead) argument
2948 for (i = 0; i < bhead->nr_records; i++)
2949 debug_rcu_head_unqueue((struct rcu_head *)(bhead->records[i]));

Completed in 273 milliseconds