Lines Matching defs:flags

455 #define KALLOC_TYPE_DEFINE(var, type, flags) \  argument
499 #define kheap_alloc_tag(kalloc_heap, size, flags, itag) \ argument
501 #define kheap_alloc(kalloc_heap, size, flags) \ argument
508 #define kalloc_data_tag(size, flags, itag) \ argument
510 #define kalloc_data(size, flags) \ argument
513 #define krealloc_data_tag(elem, old_size, new_size, flags, itag) \ argument
516 #define krealloc_data(elem, old_size, new_size, flags) \ argument
1191 #define KALLOC_ARRAY_TYPE_DEFINE_3(name, e_type_t, flags) \ argument
1194 #define KALLOC_ARRAY_TYPE_DEFINE_4(name, h_type_t, e_type_t, flags) \ argument
1272 #define kalloc_type_2(type, flags) ({ \ argument
1303 #define kalloc_type_tag_3(type, flags, tag) ({ \ argument
1309 #define kalloc_type_tag_4(type, count, flags, tag) ({ \ argument
1315 #define kalloc_type_3(type, count, flags) \ argument
1318 #define kalloc_type_tag_5(hdr_ty, e_ty, count, flags, tag) ({ \ argument
1325 #define kalloc_type_4(hdr_ty, e_ty, count, flags) \ argument
1328 #define krealloc_type_tag_6(type, old_count, new_count, elem, flags, tag) ({ \ argument
1336 #define krealloc_type_5(type, old_count, new_count, elem, flags) \ argument
1341 flags, tag) ({ \ argument
1350 #define krealloc_type_6(hdr_ty, e_ty, old_count, new_count, elem, flags) \ argument
1356 #define kalloc_type_3(type, count, flags) ({ \ argument
1363 #define kalloc_type_4(hdr_ty, e_ty, count, flags) ({ \ argument
1480 #define KALLOC_TYPE_CAST_FLAGS(flags) static_cast<kalloc_type_flags_t>(flags) argument
1482 #define KALLOC_TYPE_CAST_FLAGS(flags) (kalloc_type_flags_t)(flags) argument
1502 #define KALLOC_TYPE_ADJUST_FLAGS(flags, ...) \ argument
1508 #define _KALLOC_TYPE_DEFINE(var, type, flags) \ argument
1520 #define KALLOC_TYPE_VAR_DEFINE_3(var, type, flags) \ argument
1533 #define KALLOC_TYPE_VAR_DEFINE_4(var, hdr, type, flags) \ argument
1554 #define KALLOC_TYPE_DEFINE_SITE(var, type, flags) \ argument
1561 #define kalloc_type_impl(kt_view, flags) \ argument
1584 zalloc_flags_t flags, in __kalloc_ext()
1609 zalloc_flags_t flags, in kalloc_type_var_impl()
1637 zalloc_flags_t flags) in __kalloc_type_impl()
1762 zalloc_flags_t flags, in __krealloc_ext()