Home
last modified time | relevance | path

Searched refs:kern_pbufpool_alloc_batch_nosleep (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.101.4/bsd/net/
H A Dskywalk_stubs.c175 STUB(kern_pbufpool_alloc_batch_nosleep);
/xnu-8020.101.4/bsd/skywalk/packet/
H A Dpbufpool_kern.c409 kern_pbufpool_alloc_batch_nosleep(const kern_pbufpool_t pp, in kern_pbufpool_alloc_batch_nosleep() function
H A Dos_packet.h734 extern errno_t kern_pbufpool_alloc_batch_nosleep(const kern_pbufpool_t pbufpool,
/xnu-8020.101.4/bsd/skywalk/mem/
H A Dskmem_test.c361 err = kern_pbufpool_alloc_batch_nosleep(pp, 1, phary, &phcnt); in skmem_buflet_tests()
1353 err = kern_pbufpool_alloc_batch_nosleep(pp, 1, phary, &phcnt); in skmem_quantum_tests()
/xnu-8020.101.4/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c1379 err = kern_pbufpool_alloc_batch_nosleep(pp, 1, kring->ckr_scratch, in nx_netif_compat_na_rxsync()
/xnu-8020.101.4/bsd/skywalk/nexus/
H A Dnexus_adapter.c3483 err = kern_pbufpool_alloc_batch_nosleep(pp, 1, kring->ckr_scratch, in na_packet_pool_alloc_sync()