Home
last modified time | relevance | path

Searched refs:obj_id (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/osfmk/tests/
H A Dkernel_tests.c1843 int obj_id; member
1865 cache_entry->obj_id = 0; in alloc_init_cache_entry()
1926 if (obj_cache[i] != NULL && obj_cache[i]->obj_id == obj_id) { in find_id_in_cache()
1939 if (obj_cache[i] != NULL && obj_cache[i]->obj_id == obj_id) { in free_id_in_cache()
1976 if ((obj = find_id_in_cache(obj_id, info)) != NULL) { in get_obj_cache()
2032 obj->obj_id = obj_id; in get_obj_cache()
2046 assert(obj->obj_id == obj_id); in get_obj_cache()
2069 obj2 = find_id_in_cache(obj_id, info); in get_obj_cache()
2091 obj = find_id_in_cache(obj_id, info); in put_obj_cache()
2129 obj2 = find_id_in_cache(obj_id, info); in put_obj_cache()
[all …]
/xnu-11215/osfmk/vm/
H A Dvm_phantom_cache.c88 #define vm_phantom_hash(obj_id, offset) (\ argument
89 …( (natural_t)((uintptr_t)obj_id * vm_ghost_bucket_hash) + (offset ^ vm_ghost_bucket_hash)) & vm_gh…
H A Dbsd_vm.c1105 pinfo->pri_obj_id = top.obj_id; in fill_procregioninfo()
H A Dvm_map.c15563 top->obj_id = 0; in vm_map_region_top_walk()
15639 top->obj_id = (unsigned int) (uintptr_t)VM_KERNEL_ADDRHASH(obj); in vm_map_region_top_walk()
/xnu-11215/osfmk/mach/
H A Dvm_region.h200 unsigned int obj_id; member