Searched refs:obj_id (Results 1 – 5 of 5) sorted by relevance
1843 int obj_id; member1865 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 …]
88 #define vm_phantom_hash(obj_id, offset) (\ argument89 …( (natural_t)((uintptr_t)obj_id * vm_ghost_bucket_hash) + (offset ^ vm_ghost_bucket_hash)) & vm_gh…
1105 pinfo->pri_obj_id = top.obj_id; in fill_procregioninfo()
15563 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()
200 unsigned int obj_id; member