Home
last modified time | relevance | path

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

/xnu-11215/osfmk/tests/
H A Dkernel_tests.c1882 info->obj_cache = obj_cache; in init_cache()
1888 struct obj_cached **obj_cache = info->obj_cache; in check_cache_empty() local
1904 struct obj_cached **obj_cache = info->obj_cache; in free_cache() local
1912 obj_cache[i] = NULL; in free_cache()
1923 struct obj_cached **obj_cache = info->obj_cache; in find_id_in_cache() local
1926 if (obj_cache[i] != NULL && obj_cache[i]->obj_id == obj_id) { in find_id_in_cache()
1927 return obj_cache[i]; in find_id_in_cache()
1936 struct obj_cached **obj_cache = info->obj_cache; in free_id_in_cache() local
1939 if (obj_cache[i] != NULL && obj_cache[i]->obj_id == obj_id) { in free_id_in_cache()
1942 obj_cache[i] = NULL; in free_id_in_cache()
[all …]