Searched refs:alloc_list (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/ofed/management/opensm/complib/
H A Dcl_vector.c248 cl_qlist_init(&p_vector->alloc_list);
281 while (!cl_is_qlist_empty(&p_vector->alloc_list))
282 free(cl_qlist_remove_head(&p_vector->alloc_list));
393 cl_qlist_insert_tail(&p_vector->alloc_list, p_buf);
H A Dcl_pool.c144 cl_qlist_init(&p_pool->alloc_list);
197 while (!cl_is_qlist_empty(&p_pool->alloc_list))
198 free(cl_qlist_remove_head(&p_pool->alloc_list));
246 cl_qlist_insert_tail(&p_pool->alloc_list, (cl_list_item_t *) p_objects);
/freebsd-11.0-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_qcomppool.h297 cl_qlist_t alloc_list; member in struct:_cl_qcpool
332 * alloc_list
H A Dcl_vector.h303 cl_qlist_t alloc_list; member in struct:_cl_vector
333 * alloc_list
/freebsd-11.0-release/contrib/unbound/libunbound/
H A Dcontext.c175 a = ctx->alloc_list;
177 ctx->alloc_list = a->super; /* snip off list */
202 alloc->super = ctx->alloc_list;
203 ctx->alloc_list = alloc;
H A Dcontext.h103 struct alloc_cache* alloc_list; member in struct:ub_ctx
H A Dlibunbound.c263 a = ctx->alloc_list;
/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dos_unix.c35 static struct dl_list alloc_list = DL_LIST_HEAD_INIT(alloc_list); variable in typeref:struct:dl_list
387 dl_list_for_each(a, &alloc_list, struct os_alloc_trace, list) {
715 dl_list_add(&alloc_list, &a->list);

Completed in 65 milliseconds