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