Searched refs:htype (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.121.3/bsd/skywalk/core/ |
| H A D | skywalk_common.h | 719 #define _sk_alloc_type_header_array(probename, htype, type, count, flags, name) \ argument 723 ret = kalloc_type_tag(htype, type, (count), Z_ZERO | (flags), \ 725 DTRACE_SKYWALK5(probename, char *, #htype, char *, #type, \ 743 #define _sk_free_type_header_array(probename, htype, type, count, elem) \ argument 745 DTRACE_SKYWALK4(probename, char *, #htype, char *, #type, \ 747 kfree_type(htype, type, (count), (elem)); \ 789 #define sk_alloc_type_header_array(htype, type, count, flags, tag) \ argument 790 _sk_alloc_type_header_array(sk_alloc_type_header_array, htype, \ 803 #define sk_free_type_header_array(htype, type, count, elem) \ argument 804 _sk_free_type_header_array(sk_free_type_header_array, htype, \ [all …]
|