Searched refs:ZONE_ID_ANY (Results 1 – 7 of 7) sorted by relevance
| /xnu-10063.101.15/san/memory/ |
| H A D | kasan-fakestack.c | 287 ZONE_ID_ANY, ^(zone_t z) { in kasan_init_fakestack()
|
| /xnu-10063.101.15/osfmk/ipc/ |
| H A D | ipc_object.c | 1378 struct waitq *wq = pgz_decode_allow_invalid(orig_wq, ZONE_ID_ANY); in ipc_object_lock_allow_invalid() 1407 wq != pgz_decode_allow_invalid(orig_wq, ZONE_ID_ANY))) { in ipc_object_lock_allow_invalid()
|
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | zalloc.h | 1634 #define ZONE_ID_ANY ((zone_id_t)-1) macro 1742 ZONE_ID_ANY, NULL }; \
|
| H A D | kalloc.c | 388 (void)zone_create_ext(z_name, size, zc_flags, ZONE_ID_ANY, ^(zone_t z){ in kalloc_zone_init() 1527 shared_z = zone_create_ext(z_name, z_size, ZC_NONE, ZONE_ID_ANY, in kalloc_type_create_zone_for_size()
|
| H A D | zalloc.c | 5497 if (zid != ZONE_ID_ANY && tmp.zm_index != zid) { in __pgz_decode_allow_invalid() 9251 if (zid != ZONE_ID_ANY) { in zone_create_find() 9807 return zone_create_ext(name, size, flags, ZONE_ID_ANY, NULL); in zone_create()
|
| /xnu-10063.101.15/bsd/vfs/ |
| H A D | vfs_fsevents.c | 258 ZC_NOGC | ZC_NOCALLOUT, ZONE_ID_ANY, ^(zone_t z) { in fsevents_internal_init()
|
| /xnu-10063.101.15/osfmk/vm/ |
| H A D | vm_resident.c | 1682 ZONE_ID_ANY, ^(zone_t z) { in vm_page_module_init()
|