Searched refs:lkpi_hash_entry (Results 1 – 1 of 1) sorted by relevance
43 struct lkpi_hash_entry { struct44 CK_LIST_ENTRY(lkpi_hash_entry) entry;48 CK_LIST_HEAD(, lkpi_hash_entry) head;89 CTASSERT(sizeof(struct lkpi_hash_entry) == sizeof(*node)); in __hash_node_type_assert()96 (struct lkpi_hash_entry *)(node), entry); \102 return (((struct lkpi_hash_entry *)node)->entry.cle_prev != NULL); in hash_hashed()126 CK_LIST_REMOVE((struct lkpi_hash_entry *)node, entry); in hash_del_rcu()131 const struct lkpi_hash_entry *__first = CK_LIST_FIRST(&(ht)->head); \137 const struct lkpi_hash_entry *__next = \138 CK_LIST_NEXT((struct lkpi_hash_entry *)&(obj)->member, entry); \