Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/core/
H A Dskywalk_common.h733 #define _sk_alloc_type_header_array(probename, htype, type, count, flags, tag) \ argument
739 ret = kalloc_type_tag_bt(htype, type, (count), Z_ZERO | (flags),\
742 DTRACE_SKYWALK5(probename, char *, #htype, char *, #type, \
760 #define _sk_free_type_header_array(probename, htype, type, count, elem) \ argument
762 DTRACE_SKYWALK4(probename, char *, #htype, char *, #type, \
764 kfree_type(htype, type, (count), (elem)); \
816 #define sk_alloc_type_header_array(htype, type, count, flags, tag) \ argument
817 _sk_alloc_type_header_array(sk_alloc_type_header_array, htype, \
826 #define sk_free_type_header_array(htype, type, count, elem) \ argument
827 _sk_free_type_header_array(sk_free_type_header_array, htype, \
[all …]