Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/skywalk/packet/
H A Dpbufpool_kern.c32 static errno_t kern_pbufpool_alloc_common(const kern_pbufpool_t,
279 kern_pbufpool_alloc_common(const kern_pbufpool_t pp, const uint32_t bufcnt, in kern_pbufpool_alloc_common() function
308 return kern_pbufpool_alloc_common(pp, bufcnt, pph, SKMEM_SLEEP); in kern_pbufpool_alloc()
315 return kern_pbufpool_alloc_common(pp, bufcnt, pph, SKMEM_NOSLEEP); in kern_pbufpool_alloc_nosleep()