Searched refs:kern_pbufpool_alloc_batch_common (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.41.3/bsd/skywalk/packet/ |
| H A D | pbufpool_kern.c | 34 static errno_t kern_pbufpool_alloc_batch_common(const kern_pbufpool_t, 324 kern_pbufpool_alloc_batch_common(const kern_pbufpool_t pp, in kern_pbufpool_alloc_batch_common() function 346 return kern_pbufpool_alloc_batch_common(pp, bufcnt, array, in kern_pbufpool_alloc_batch() 355 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()
|