Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dhashtable.h136 #define __hash_next(obj, type, member) ({ \ macro
152 (obj) = __hash_next(obj, \
160 (obj) != NULL && ((tmp) = &__hash_next(obj, \
174 (obj) = __hash_next(obj, __typeof(*(obj)), member))
179 (obj) != NULL && ((tmp) = &__hash_next(obj, \