Searched refs:_buf_ring_alloc (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/sys/ |
| H A D | buf_ring.h | 356 struct buf_ring *_buf_ring_alloc(int count, struct malloc_type *type, 359 struct mtx *: _buf_ring_alloc((c), (mt), (f), lk2lo(lk)), \ 360 struct mtx_padalign *: _buf_ring_alloc((c), (mt), (f), lk2lo(lk)),\ 361 struct rwlock *: _buf_ring_alloc((c), (mt), (f), lk2lo(lk)), \ 362 struct rmlock *: _buf_ring_alloc((c), (mt), (f), lk2lo(lk)))
|
| /freebsd/sys/kern/ |
| H A D | subr_bufring.c | 37 _buf_ring_alloc(int count, struct malloc_type *type, int flags, in _buf_ring_alloc() function
|