Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaGlobal.h533 typedef struct obj_to_be_freed_list { struct
534 meta_object_t *first; /* points to first obj in the list */
535 meta_object_t *last; /* points to last obj in the list */
536 uint32_t count; /* current total objs in the list */
537 pthread_mutex_t obj_to_be_free_mutex;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.h239 typedef struct obj_to_be_freed_list { struct
240 kernel_object_t *first; /* points to first obj in the list */
241 kernel_object_t *last; /* points to last obj in the list */
242 uint32_t count; /* current total objs in the list */
243 pthread_mutex_t obj_to_be_free_mutex;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObject.h352 typedef struct obj_to_be_freed_list { struct
357 } obj_to_be_freed_list_t; argument