Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/skywalk/packet/
H A Dpbufpool_kern.c32 static errno_t kern_pbufpool_alloc_common(const kern_pbufpool_t,
333 kern_pbufpool_alloc_common(const kern_pbufpool_t pp, const uint32_t bufcnt, in kern_pbufpool_alloc_common() function
362 return kern_pbufpool_alloc_common(pp, bufcnt, pph, SKMEM_SLEEP); in kern_pbufpool_alloc()
369 return kern_pbufpool_alloc_common(pp, bufcnt, pph, SKMEM_NOSLEEP); in kern_pbufpool_alloc_nosleep()