Searched defs:obj_to_be_freed_list (Results 1 – 3 of 3) sorted by relevance
533 typedef struct obj_to_be_freed_list { struct534 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;
239 typedef struct obj_to_be_freed_list { struct240 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;
352 typedef struct obj_to_be_freed_list { struct357 } obj_to_be_freed_list_t; argument