Home
last modified time | relevance | path

Searched refs:malloc_type (Results 1 – 6 of 6) sorted by relevance

/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_subr_bufring.c41 buf_ring_alloc(int count, struct malloc_type *type, int flags, struct mtx *lock) in buf_ring_alloc()
63 buf_ring_free(struct buf_ring *br, struct malloc_type *type) in buf_ring_free()
/haiku/src/libs/compat/freebsd_iflib/compat/net/
H A Dmp_ring.h52 struct malloc_type * mt;
73 mp_ring_can_drain_t, struct malloc_type *, int);
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dbuf_ring.h355 struct buf_ring *buf_ring_alloc(int count, struct malloc_type *type, int flags,
357 void buf_ring_free(struct buf_ring *br, struct malloc_type *type);
H A Dmalloc.h31 struct malloc_type { struct
H A Dbitstring.h121 bit_alloc(int _nbits, struct malloc_type *type, int flags) in bit_alloc()
/haiku/src/libs/compat/freebsd_iflib/
H A Dmp_ring.c251 mp_ring_can_drain_t can_drain, struct malloc_type *mt, int flags) in ifmp_ring_alloc()