Home
last modified time | relevance | path

Searched refs:hlist_entry (Results 26 – 50 of 56) sorted by relevance

123

/linux/net/batman-adv/
H A Dhard-interface.c423 hardif_neigh = hlist_entry(first, struct batadv_hardif_neigh_node, in batadv_hardif_no_broadcast()
H A Dtranslation-table.c616 tt_removed_entry = hlist_entry(tt_removed_node, in batadv_tt_local_add()
1290 tt_removed_entry = hlist_entry(tt_removed_node, in batadv_tt_local_purge_list()
H A Dbridge_loop_avoidance.c818 claim_removed_entry = hlist_entry(claim_removed_node, in batadv_bla_del_claim()
/linux/kernel/
H A Dwatch_queue.c610 watch = hlist_entry(wqueue->watches.first, struct watch, queue_node); in watch_queue_clear()
/linux/include/net/
H A Dip_fib.h306 return hlist_entry(tb_hlist, struct fib_table, tb_hlist); in fib_get_table()
H A Dsock.h706 return hlist_entry(node, struct sock, sk_node); in sk_entry()
711 return hlist_entry(head->first, struct sock, sk_node); in __sk_head()
/linux/fs/
H A Ddcache.c584 next = hlist_entry(dentry->d_sib.next, struct dentry, d_sib); in dentry_unlist()
941 alias = hlist_entry(inode->i_dentry.first, struct dentry, d_u.d_alias); in __d_find_any_alias()
1024 de = hlist_entry(l->first, struct dentry, d_u.d_alias); in d_find_alias_rcu()
H A Dlibfs.c116 struct dentry *d = hlist_entry(*p, struct dentry, d_sib); in scan_positives()
/linux/fs/afs/
H A Dproc.c261 struct afs_volume *vol = hlist_entry(v, struct afs_volume, proc_link); in afs_proc_cell_volumes_show()
H A Dcell.c687 pcell = hlist_entry(*p, struct afs_cell, proc_link); in afs_activate_cell()
/linux/net/sunrpc/
H A Dauth.c391 cred = hlist_entry(head->first, struct rpc_cred, cr_hash); in rpcauth_clear_credcache()
H A Dcache.c547 ch = hlist_entry(head->first, struct cache_head, in cache_purge()
/linux/net/netfilter/
H A Dnf_conntrack_expect.c633 expect = hlist_entry(n, struct nf_conntrack_expect, hnode); in exp_seq_show()
/linux/kernel/bpf/
H A Dbpf_local_storage.c335 selem = hlist_entry(n, struct bpf_local_storage_elem, snode); in check_storage_bpf_ma()
H A Dcgroup.c568 return hlist_entry(progs->first, typeof(*pl), node); in find_attach_entry()
866 return hlist_entry(progs->first, typeof(*pl), node); in find_detach_entry()
/linux/net/mctp/test/
H A Droute-test.c1029 key = hlist_entry(mns->keys.first, struct mctp_sk_key, hlist); in mctp_test_route_output_key_create()
/linux/block/
H A Dblk-zoned.c1445 zwplug = hlist_entry(disk->zone_wplugs_hash[i].first, in disk_destroy_zone_wplugs_hash_table()
H A Dblk-cgroup.c1277 struct blkcg_gq *blkg = hlist_entry(blkcg->blkg_list.first, in blkcg_destroy_blkgs()
/linux/net/netfilter/ipvs/
H A Dip_vs_conn.c1099 return hlist_entry(e, struct ip_vs_conn, c_list); in ip_vs_conn_seq_next()
H A Dip_vs_ctl.c2358 return hlist_entry(e, struct ip_vs_service, s_list); in ip_vs_info_seq_next()
2376 return hlist_entry(e, struct ip_vs_service, f_list); in ip_vs_info_seq_next()
/linux/net/ipv4/
H A Dfib_trie.c1656 struct fib_alias *fa = hlist_entry(pprev, typeof(*fa), fa_list.next); in fib_remove_alias()
2726 tb = hlist_entry(tb_node, struct fib_table, tb_hlist); in fib_trie_seq_next()
/linux/net/sched/
H A Dsch_qfq.c902 return hlist_entry(grp->slots[grp->front].first, in qfq_slot_head()
/linux/lib/
H A Dlist-test.c1015 hlist_entry(&(test_struct.list), in hlist_test_entry_safe()
/linux/net/ax25/
H A Daf_ax25.c1951 ax25_cb *ax25 = hlist_entry(v, struct ax25_cb, ax25_node); in ax25_info_show()
/linux/kernel/events/
H A Dcore.c10090 hlist_for_each_entry_rcu(event, head, hlist_entry) { in do_perf_sw_event()
10159 hlist_add_head_rcu(&event->hlist_entry, head); in perf_swevent_add()
10167 hlist_del_rcu(&event->hlist_entry); in perf_swevent_del()
10483 hlist_for_each_entry_rcu(event, head, hlist_entry) { in perf_tp_event()
12168 INIT_HLIST_NODE(&event->hlist_entry); in perf_event_alloc()

123