Lines Matching refs:head
4452 struct hlist_head *head;
4456 head = &bp->ntp_fltr_hash_tbl[i];
4457 hlist_for_each_entry_safe(fltr, tmp, head, hash) {
12934 struct hlist_head *head;
12986 head = &bp->ntp_fltr_hash_tbl[idx];
12988 hlist_for_each_entry_rcu(fltr, head, hash) {
13010 hlist_add_head_rcu(&new_fltr->hash, head);
13028 struct hlist_head *head;
13033 head = &bp->ntp_fltr_hash_tbl[i];
13034 hlist_for_each_entry_safe(fltr, tmp, head, hash) {