Searched refs:malloc_type (Results 1 – 6 of 6) sorted by relevance
/haiku/src/libs/compat/freebsd_network/ |
H A D | fbsd_subr_bufring.c | 41 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 D | mp_ring.h | 52 struct malloc_type * mt; 73 mp_ring_can_drain_t, struct malloc_type *, int);
|
/haiku/src/libs/compat/freebsd_network/compat/sys/ |
H A D | buf_ring.h | 355 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 D | malloc.h | 31 struct malloc_type { struct
|
H A D | bitstring.h | 121 bit_alloc(int _nbits, struct malloc_type *type, int flags) in bit_alloc()
|
/haiku/src/libs/compat/freebsd_iflib/ |
H A D | mp_ring.c | 251 mp_ring_can_drain_t can_drain, struct malloc_type *mt, int flags) in ifmp_ring_alloc()
|