Home
last modified time | relevance | path

Searched refs:usecnt (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.141.3/bsd/skywalk/packet/
H A Dpbufpool.c801 uint32_t usecnt = 0; in pp_metadata_destruct_common() local
803 KBUF_DTOR(nbuf, usecnt); in pp_metadata_destruct_common()
805 SK_KVA(pp), SK_KVA(objaddr), usecnt); in pp_metadata_destruct_common()
806 if (__improbable(usecnt == 0)) { in pp_metadata_destruct_common()
1003 uint32_t usecnt = 0; in pp_buflet_metadata_dtor() local
1032 KBUF_DTOR(kbft, usecnt); in pp_buflet_metadata_dtor()
1034 SK_KVA(objaddr), usecnt); in pp_buflet_metadata_dtor()
1035 if (__probable(usecnt == 0)) { in pp_buflet_metadata_dtor()
2617 uint32_t usecnt = 0; in pp_free_buflet_common() local
2619 KBUF_DTOR(kbft, usecnt); in pp_free_buflet_common()
[all …]
H A Dpacket_kern.c724 uint32_t usecnt = 0; in kern_packet_clone_internal() local
737 KBUF_DTOR(p2_buf, usecnt); in kern_packet_clone_internal()