Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libuutil/common/
H A Dlibuutil_impl.h108 struct uu_list_pool { struct
109 uu_list_pool_t *ulp_next; argument
110 uu_list_pool_t *ulp_prev; argument
112 char ulp_name[UU_LIST_POOL_MAXNAME];
113 size_t ulp_nodeoffset;
114 size_t ulp_objsize;
115 uu_compare_fn_t *ulp_cmp;
116 uint8_t ulp_debug;
117 uint8_t ulp_last_index;
118 pthread_mutex_t ulp_lock; /* protects null_list */
[all …]