Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dskywalk_stubs.c172 STUB(kern_pbufpool_alloc_batch);
/xnu-8020.101.4/bsd/skywalk/mem/
H A Dskmem_test.c411 VERIFY(kern_pbufpool_alloc_batch(pp, 1, phary, &phcnt) == 0); in skmem_buflet_tests()
485 VERIFY(kern_pbufpool_alloc_batch(pp, 1, phary, &phcnt) == 0); in skmem_buflet_tests()
584 VERIFY(kern_pbufpool_alloc_batch(pp, 1, phary, &phcnt) == 0); in skmem_buflet_tests()
586 VERIFY(kern_pbufpool_alloc_batch(pp, 1, phary2, &phcnt) == 0); in skmem_buflet_tests()
607 VERIFY(kern_pbufpool_alloc_batch(pp, 1, phary, &phcnt) == 0); in skmem_buflet_tests()
609 VERIFY(kern_pbufpool_alloc_batch(pp, 1, phary2, &phcnt) == 0); in skmem_buflet_tests()
675 VERIFY(kern_pbufpool_alloc_batch(pp, 4, phary, &phcnt) == EINVAL); in skmem_buflet_tests()
676 VERIFY(kern_pbufpool_alloc_batch(pp, 1, phary, &phcnt) == 0); in skmem_buflet_tests()
/xnu-8020.101.4/bsd/skywalk/packet/
H A Dpbufpool_kern.c392 kern_pbufpool_alloc_batch(const kern_pbufpool_t pp, const uint32_t bufcnt, in kern_pbufpool_alloc_batch() function
H A Dos_packet.h727 extern errno_t kern_pbufpool_alloc_batch(const kern_pbufpool_t pbufpool,
/xnu-8020.101.4/bsd/skywalk/channel/
H A Dchannel_ring.c1113 err = kern_pbufpool_alloc_batch(pp, 1, kring->ckr_scratch, &ph_cnt); in kr_txfinalize()