/linux-2.6.39/drivers/gpu/drm/ |
D | drm_hashtab.c | 70 entry = hlist_entry(list, struct drm_hash_item, head); in drm_ht_verbose_list() 86 entry = hlist_entry(list, struct drm_hash_item, head); in drm_ht_find_key() 108 entry = hlist_entry(list, struct drm_hash_item, head); in drm_ht_insert_item() 162 *item = hlist_entry(list, struct drm_hash_item, head); in drm_ht_find_item()
|
/linux-2.6.39/include/linux/ |
D | rculist.h | 447 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; }); \ 464 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; }); \ 476 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; }); \ 488 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; }); \
|
D | list.h | 664 #define hlist_entry(ptr, type, member) container_of(ptr,type,member) macro 684 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \ 696 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \ 707 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \ 721 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1;}); \
|
D | perf_event.h | 754 struct hlist_node hlist_entry; member
|
/linux-2.6.39/kernel/trace/ |
D | trace_event_perf.c | 147 hlist_add_head_rcu(&p_event->hlist_entry, list); in perf_trace_add() 154 hlist_del_rcu(&p_event->hlist_entry); in perf_trace_del()
|
/linux-2.6.39/fs/fscache/ |
D | page.c | 199 object = hlist_entry(cookie->backing_objects.first, in __fscache_attr_changed() 377 object = hlist_entry(cookie->backing_objects.first, in __fscache_read_or_alloc_page() 496 object = hlist_entry(cookie->backing_objects.first, in __fscache_read_or_alloc_pages() 598 object = hlist_entry(cookie->backing_objects.first, in __fscache_alloc_page() 792 object = hlist_entry(cookie->backing_objects.first, in __fscache_write_page() 906 object = hlist_entry(cookie->backing_objects.first, in __fscache_uncache_page()
|
D | cookie.c | 201 object = hlist_entry(cookie->backing_objects.first, in fscache_acquire_non_index_cookie() 449 object = hlist_entry(cookie->backing_objects.first, in __fscache_relinquish_cookie()
|
D | cache.c | 114 object = hlist_entry(cookie->backing_objects.first, in fscache_select_cache_for_object()
|
/linux-2.6.39/fs/notify/ |
D | fsnotify.c | 247 inode_mark = hlist_entry(srcu_dereference(inode_node, &fsnotify_mark_srcu), in fsnotify() 253 vfsmount_mark = hlist_entry(srcu_dereference(vfsmount_node, &fsnotify_mark_srcu), in fsnotify()
|
/linux-2.6.39/net/bridge/ |
D | br_fdb.c | 101 f = hlist_entry(h, struct net_bridge_fdb_entry, hlist); in br_fdb_changeaddr() 187 = hlist_entry(h, struct net_bridge_fdb_entry, hlist); in br_fdb_delete_by_port()
|
D | br_forward.c | 228 rport = rp ? hlist_entry(rp, struct net_bridge_port, rlist) : in br_multicast_flood()
|
/linux-2.6.39/drivers/infiniband/hw/ehca/ |
D | ehca_cq.c | 81 qp = hlist_entry(iter, struct ehca_qp, list_entries); in ehca_cq_unassign_qp() 107 qp = hlist_entry(iter, struct ehca_qp, list_entries); in ehca_cq_get_qp()
|
/linux-2.6.39/net/ax25/ |
D | ax25_uid.c | 174 pt = hlist_entry(v, struct ax25_uid_assoc, uid_node); in ax25_uid_seq_show()
|
/linux-2.6.39/arch/x86/kernel/ |
D | kvm.c | 98 hlist_entry(p, typeof(*n), link); in _find_apf_task() 184 hlist_entry(p, typeof(*n), link); in apf_task_wake_all()
|
/linux-2.6.39/Documentation/RCU/ |
D | rculist_nulls.txt | 41 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; }); 52 ({ tpos = hlist_entry(pos, typeof(*tpos), member); 1; });
|
/linux-2.6.39/lib/ |
D | debugobjects.c | 139 obj = hlist_entry(obj_pool.first, typeof(*obj), node); in alloc_object() 172 obj = hlist_entry(obj_pool.first, typeof(*obj), node); in free_obj_work() 1009 new = hlist_entry(obj_pool.first, typeof(*obj), node); in debug_objects_replace_static_objects()
|
/linux-2.6.39/mm/ |
D | mmu_notifier.c | 39 mn = hlist_entry(mm->mmu_notifier_mm->list.first, in __mmu_notifier_release()
|
/linux-2.6.39/include/net/ |
D | ip_fib.h | 189 return hlist_entry(ptr->first, struct fib_table, tb_hlist); in fib_get_table()
|
D | sock.h | 355 return hlist_entry(node, struct sock, sk_node); in sk_entry() 360 return hlist_entry(head->first, struct sock, sk_node); in __sk_head() 381 hlist_entry(sk->sk_node.next, struct sock, sk_node) : NULL; in sk_next()
|
/linux-2.6.39/net/mac80211/ |
D | mesh_pathtbl.c | 667 struct mpath_node *node = hlist_entry(p, struct mpath_node, list); in mesh_path_node_free() 685 node = hlist_entry(p, struct mpath_node, list); in mesh_path_node_copy()
|
/linux-2.6.39/net/l2tp/ |
D | l2tp_debugfs.c | 113 session = hlist_entry(walk, struct l2tp_session, hlist); in l2tp_dfs_seq_tunnel_show()
|
/linux-2.6.39/net/netrom/ |
D | nr_route.c | 890 struct nr_node *nr_node = hlist_entry(v, struct nr_node, in nr_node_show() 959 nr_neigh = hlist_entry(v, struct nr_neigh, neigh_node); in nr_neigh_show()
|
/linux-2.6.39/net/ipv4/netfilter/ |
D | nf_conntrack_l3proto_ipv4_compat.c | 281 exp = hlist_entry(n, struct nf_conntrack_expect, hnode); in exp_seq_show()
|
/linux-2.6.39/kernel/ |
D | pid.c | 411 result = hlist_entry(first, struct task_struct, pids[(type)].node); in pid_task()
|
/linux-2.6.39/fs/nfs/ |
D | unlink.c | 244 data = hlist_entry(nfsi->silly_list.first, struct nfs_unlinkdata, list); in nfs_unblock_sillyrename()
|