Home
last modified time | relevance | path

Searched refs:mp_ring_can_drain_t (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/
H A Dmp_ring.h38 typedef u_int (*mp_ring_can_drain_t)(struct ifmp_ring *); typedef
52 mp_ring_can_drain_t can_drain; /* cheap, may be unreliable */
66 mp_ring_can_drain_t, struct malloc_type *, int);
H A Dmp_ring.c248 mp_ring_can_drain_t can_drain, struct malloc_type *mt, int flags) in ifmp_ring_alloc()