Searched refs:htype (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/skywalk/core/ |
| H A D | skywalk_common.h | 718 #define _sk_alloc_type_header_array(probename, htype, type, count, flags, tag) \ argument 722 ret = kalloc_type_site(htype, type, (count), Z_ZERO | (flags), \ 724 DTRACE_SKYWALK5(probename, char *, #htype, char *, #type, \ 742 #define _sk_free_type_header_array(probename, htype, type, count, elem) \ argument 744 DTRACE_SKYWALK4(probename, char *, #htype, char *, #type, \ 746 kfree_type(htype, type, (count), (elem)); \ 791 #define sk_alloc_type_header_array(htype, type, count, flags, tag) \ argument 792 _sk_alloc_type_header_array(sk_alloc_type_header_array, htype, \ 801 #define sk_free_type_header_array(htype, type, count, elem) \ argument 802 _sk_free_type_header_array(sk_free_type_header_array, htype, \ [all …]
|