Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/skywalk/core/ !
H A Dskywalk_common.h713 #define _sk_alloc_type_header_array(probename, htype, type, count, flags, name) \ argument
717 ret = kalloc_type_tag(htype, type, (count), Z_ZERO | (flags), \
719 DTRACE_SKYWALK5(probename, char *, #htype, char *, #type, \
744 #define _sk_free_type_header_array(probename, htype, type, count, elem) \ argument
746 DTRACE_SKYWALK4(probename, char *, #htype, char *, #type, \
748 kfree_type(htype, type, (count), (elem)); \
787 #define sk_alloc_type_header_array(htype, type, count, flags, tag) \ argument
788 _sk_alloc_type_header_array(sk_alloc_type_header_array, htype, \
804 #define sk_free_type_header_array(htype, type, count, elem) \ argument
805 _sk_free_type_header_array(sk_free_type_header_array, htype, \
[all …]