Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/net/
H A Dskywalk_stubs.c194 STUB(kern_pbufpool_alloc_batch);
/xnu-10002.81.5/bsd/skywalk/mem/
H A Dskmem_test.c417 VERIFY(kern_pbufpool_alloc_batch(pp, 1, phary, &phcnt) == 0); in skmem_buflet_tests()
491 VERIFY(kern_pbufpool_alloc_batch(pp, 1, phary, &phcnt) == 0); in skmem_buflet_tests()
590 VERIFY(kern_pbufpool_alloc_batch(pp, 1, phary, &phcnt) == 0); in skmem_buflet_tests()
592 VERIFY(kern_pbufpool_alloc_batch(pp, 1, phary2, &phcnt) == 0); in skmem_buflet_tests()
613 VERIFY(kern_pbufpool_alloc_batch(pp, 1, phary, &phcnt) == 0); in skmem_buflet_tests()
615 VERIFY(kern_pbufpool_alloc_batch(pp, 1, phary2, &phcnt) == 0); in skmem_buflet_tests()
681 VERIFY(kern_pbufpool_alloc_batch(pp, 4, phary, &phcnt) == EINVAL); in skmem_buflet_tests()
682 VERIFY(kern_pbufpool_alloc_batch(pp, 1, phary, &phcnt) == 0); in skmem_buflet_tests()
/xnu-10002.81.5/bsd/skywalk/packet/
H A Dpbufpool_kern.c338 kern_pbufpool_alloc_batch(const kern_pbufpool_t pp, const uint32_t bufcnt, in kern_pbufpool_alloc_batch() function
H A Dos_packet.h856 extern errno_t kern_pbufpool_alloc_batch(const kern_pbufpool_t pbufpool,
/xnu-10002.81.5/bsd/skywalk/channel/
H A Dchannel_ring.c1126 err = kern_pbufpool_alloc_batch(pp, 1, kring->ckr_scratch, &ph_cnt); in kr_txfinalize()