Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/common/include/linux/
H A Dlist.h435 #define hlist_next_rcu pslist_reader_next macro
442 (VAR) = (hlist_next_rcu(&(VAR)->FIELD) == NULL ? NULL : \
443 hlist_entry(hlist_next_rcu(&(VAR)->FIELD), \