Home
last modified time | relevance | path

Searched refs:hlist_entry (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/drm2/
H A Ddrm_linux_list.h273 #define hlist_entry(ptr, type, field) container_of(ptr, type, field) macro
283 p ? (tp = hlist_entry(p, typeof(*tp), field)): NULL; p = p->next)
287 p ? (tp = hlist_entry(p, typeof(*tp), field)): NULL; p = p->next)
290 for (; p ? (tp = hlist_entry(p, typeof(*tp), field)): NULL; p = p->next)
295 tpos = hlist_entry((pos), typeof(*(tpos)), member); 1;}); \
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dccompat.h46 #define hlist_entry(ptr, type, field) container_of(ptr, type, field) macro
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c134 entry = hlist_entry(work->first, tsd_hash_entry_t, he_list); in tsd_hash_dtor()
380 entry = hlist_entry(bin->hb_head.first, in tsd_hash_table_fini()
/freebsd/lib/libpmc/pmu-events/
H A Dlist.h422 #define hlist_entry(ptr, type, field) container_of(ptr, type, field) macro
431 ((ptr) ? hlist_entry(ptr, type, member) : NULL)
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h491 #define hlist_entry(ptr, type, field) container_of(ptr, type, field) macro
500 ((ptr) ? hlist_entry(ptr, type, member) : NULL)
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzvol.c176 zv = hlist_entry(p, zvol_state_t, zv_hlink); in zvol_find_by_name_hash()