Searched refs:can_drain (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/cxgbe/
H A Dt4_mp_ring.h49 ring_can_drain_t can_drain; /* cheap, may be unreliable */ member in struct:mp_ring
H A Dt4_mp_ring.c182 ring_can_drain_t can_drain, struct malloc_type *mt, int flags)
188 can_drain == NULL)
201 r->can_drain = can_drain;
329 r->can_drain(r) == 0)
181 mp_ring_alloc(struct mp_ring **pr, int size, void *cookie, ring_drain_t drain, ring_can_drain_t can_drain, struct malloc_type *mt, int flags) argument

Completed in 44 milliseconds