Searched refs:kern_pbufpool_alloc_batch_common (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.121.3/bsd/skywalk/packet/ |
| H A D | pbufpool_kern.c | 34 static errno_t kern_pbufpool_alloc_batch_common(const kern_pbufpool_t, 373 kern_pbufpool_alloc_batch_common(const kern_pbufpool_t pp, in kern_pbufpool_alloc_batch_common() function 395 return kern_pbufpool_alloc_batch_common(pp, bufcnt, array, in kern_pbufpool_alloc_batch() 404 return kern_pbufpool_alloc_batch_common(pp, bufcnt, array, in kern_pbufpool_alloc_batch_callback() 412 return kern_pbufpool_alloc_batch_common(pp, bufcnt, array, in kern_pbufpool_alloc_batch_nosleep() 421 return kern_pbufpool_alloc_batch_common(pp, bufcnt, array, in kern_pbufpool_alloc_batch_nosleep_callback()
|