Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/packet/ !
H A Dpbufpool_kern.c32 static errno_t kern_pbufpool_alloc_common(const kern_pbufpool_t,
285 kern_pbufpool_alloc_common(const kern_pbufpool_t pp, const uint32_t bufcnt, in kern_pbufpool_alloc_common() function
314 return kern_pbufpool_alloc_common(pp, bufcnt, pph, SKMEM_SLEEP); in kern_pbufpool_alloc()
321 return kern_pbufpool_alloc_common(pp, bufcnt, pph, SKMEM_NOSLEEP); in kern_pbufpool_alloc_nosleep()