Searched refs:kern_pbufpool_alloc_batch_common (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.41.6/bsd/skywalk/packet/ |
| H A D | pbufpool_kern.c | 34 static errno_t kern_pbufpool_alloc_batch_common(const kern_pbufpool_t, 321 kern_pbufpool_alloc_batch_common(const kern_pbufpool_t pp, in kern_pbufpool_alloc_batch_common() function 343 return kern_pbufpool_alloc_batch_common(pp, bufcnt, array, in kern_pbufpool_alloc_batch() 352 return kern_pbufpool_alloc_batch_common(pp, bufcnt, array, in kern_pbufpool_alloc_batch_callback() 361 return kern_pbufpool_alloc_batch_common(pp, bufcnt, array, in kern_pbufpool_alloc_batch_nosleep() 370 return kern_pbufpool_alloc_batch_common(pp, bufcnt, array, in kern_pbufpool_alloc_batch_nosleep_callback()
|