Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dkern_malloc.c575 XSIMPLEQ_INIT(&bucket[indx].kb_freelist);
H A Dsubr_pool.c942 XSIMPLEQ_INIT(&ph->ph_items); in pool_p_alloc()
/openbsd/sys/sys/
H A Dqueue.h366 #define XSIMPLEQ_INIT(head) do { \ macro