Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/net/
H A Dskywalk_stubs.c197 STUB(kern_pbufpool_alloc_batch_nosleep);
/xnu-8796.101.5/bsd/skywalk/packet/
H A Dpbufpool_kern.c361 kern_pbufpool_alloc_batch_nosleep(const kern_pbufpool_t pp, in kern_pbufpool_alloc_batch_nosleep() function
H A Dos_packet.h849 extern errno_t kern_pbufpool_alloc_batch_nosleep(const kern_pbufpool_t pbufpool,
/xnu-8796.101.5/bsd/skywalk/mem/
H A Dskmem_test.c367 err = kern_pbufpool_alloc_batch_nosleep(pp, 1, phary, &phcnt); in skmem_buflet_tests()
1497 err = kern_pbufpool_alloc_batch_nosleep(pp, 1, phary, &phcnt); in skmem_quantum_tests()
/xnu-8796.101.5/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c1360 err = kern_pbufpool_alloc_batch_nosleep(pp, 1, kring->ckr_scratch, in nx_netif_compat_na_rxsync()
/xnu-8796.101.5/bsd/skywalk/nexus/
H A Dnexus_adapter.c3465 err = kern_pbufpool_alloc_batch_nosleep(pp, 1, kring->ckr_scratch, in na_packet_pool_alloc_sync()