Searched refs:htype (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/bsd/skywalk/core/ |
| H A D | skywalk_common.h | 721 #define _sk_alloc_type_header_array(probename, htype, type, count, flags, name) \ argument 723 __auto_type ret = kalloc_type_tag(htype, type, (count), \ 725 DTRACE_SKYWALK5(probename, char *, #htype, char *, #type, \ 757 #define _sk_free_type_header_array(probename, htype, type, count, elem) \ argument 759 DTRACE_SKYWALK4(probename, char *, #htype, char *, #type, \ 761 kfree_type(htype, type, (count), (elem)); \ 806 #define sk_alloc_type_header_array(htype, type, count, flags, tag) \ argument 807 _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 …]
|