Lines Matching defs:flags
462 #define KALLOC_TYPE_DEFINE(var, type, flags) \ argument
506 #define kheap_alloc_tag(kalloc_heap, size, flags, itag) \ argument
508 #define kheap_alloc(kalloc_heap, size, flags) \ argument
515 #define kalloc_data_tag(size, flags, itag) \ argument
517 #define kalloc_data(size, flags) \ argument
520 #define krealloc_data_tag(elem, old_size, new_size, flags, itag) \ argument
523 #define krealloc_data(elem, old_size, new_size, flags) \ argument
846 #define kalloc_type_2(type, flags) ({ \ argument
876 #define kalloc_type_tag_3(type, flags, tag) ({ \ argument
882 #define kalloc_type_tag_4(type, count, flags, tag) ({ \ argument
888 #define kalloc_type_3(type, count, flags) \ argument
891 #define kalloc_type_tag_5(hdr_ty, e_ty, count, flags, tag) ({ \ argument
898 #define kalloc_type_4(hdr_ty, e_ty, count, flags) \ argument
901 #define krealloc_type_tag_6(type, old_count, new_count, elem, flags, tag) ({ \ argument
909 #define krealloc_type_5(type, old_count, new_count, elem, flags) \ argument
914 flags, tag) ({ \ argument
923 #define krealloc_type_6(hdr_ty, e_ty, old_count, new_count, elem, flags) \ argument
929 #define kalloc_type_3(type, count, flags) ({ \ argument
936 #define kalloc_type_4(hdr_ty, e_ty, count, flags) ({ \ argument
1051 #define KALLOC_TYPE_CAST_FLAGS(flags) static_cast<kalloc_type_flags_t>(flags) argument
1053 #define KALLOC_TYPE_CAST_FLAGS(flags) (kalloc_type_flags_t)(flags) argument
1073 #define KALLOC_TYPE_ADJUST_FLAGS(flags, ...) \ argument
1079 #define _KALLOC_TYPE_DEFINE(var, type, flags) \ argument
1090 #define KALLOC_TYPE_VAR_DEFINE_3(var, type, flags) \ argument
1102 #define KALLOC_TYPE_VAR_DEFINE_4(var, hdr, type, flags) \ argument
1121 #define KALLOC_TYPE_DEFINE_SITE(var, type, flags) \ argument
1128 #define kalloc_type_impl(kt_view, flags) \ argument
1140 #define kalloc_type_var_impl(kt_view, size, flags, site) \ argument