Home
last modified time | relevance | path

Searched defs:uu_list_pool (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/include/
H A Dlibuutil_impl.h85 struct uu_list_pool { struct
86 uu_list_pool_t *ulp_next; argument
87 uu_list_pool_t *ulp_prev; argument
89 char ulp_name[UU_LIST_POOL_MAXNAME];
90 size_t ulp_nodeoffset;
91 size_t ulp_objsize;
92 uu_compare_fn_t *ulp_cmp;
93 uint8_t ulp_debug;
94 uint8_t ulp_last_index;
95 pthread_mutex_t ulp_lock; /* protects null_list */
[all …]