Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libuutil/
H A Duu_list.c94 (void) pthread_mutex_init(&pp->ulp_lock, NULL); in uu_list_pool_create()
218 (void) pthread_mutex_lock(&pp->ulp_lock); in uu_list_create()
225 (void) pthread_mutex_unlock(&pp->ulp_lock); in uu_list_create()
252 (void) pthread_mutex_lock(&pp->ulp_lock); in uu_list_destroy()
255 (void) pthread_mutex_unlock(&pp->ulp_lock); in uu_list_destroy()
706 (void) pthread_mutex_lock(&pp->ulp_lock); in uu_list_lockup()
716 (void) pthread_mutex_unlock(&pp->ulp_lock); in uu_list_release()
H A Dlibuutil.abi768 …<var-decl name='ulp_lock' type-id='type-id-32' visibility='default' filepath='../../include/libuut…
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibuutil_impl.h118 pthread_mutex_t ulp_lock; /* protects null_list */ member