Lines Matching refs:obj_cached
1177 struct obj_cached **obj_cache;
1842 struct obj_cached { struct
1861 static struct obj_cached * argument
1864 struct obj_cached *cache_entry = kalloc_type(struct obj_cached, 1, Z_WAITOK | Z_NOFAIL | Z_ZERO); in alloc_init_cache_entry()
1875 …struct obj_cached **obj_cache = kalloc_type(struct obj_cached *, CACHE_SIZE, Z_WAITOK | Z_NOFAIL |… in init_cache()
1888 struct obj_cached **obj_cache = info->obj_cache; in check_cache_empty()
1904 struct obj_cached **obj_cache = info->obj_cache; in free_cache()
1911 kfree_type(struct obj_cached, 1, obj_cache[i]); in free_cache()
1916 kfree_type(struct obj_cached *, CACHE_SIZE, obj_cache); in free_cache()
1920 static struct obj_cached *
1923 struct obj_cached **obj_cache = info->obj_cache; in find_id_in_cache()
1934 …ache(int obj_id, struct info_sleep_inheritor_test *info, __assert_only struct obj_cached *expected) in free_id_in_cache()
1936 struct obj_cached **obj_cache = info->obj_cache; in free_id_in_cache()
1941 kfree_type(struct obj_cached, 1, obj_cache[i]); in free_id_in_cache()
1949 static struct obj_cached *
1952 struct obj_cached **obj_cache = info->obj_cache; in find_empty_spot_in_cache()
1969 struct obj_cached *obj = NULL, *obj2 = NULL; in get_obj_cache()
2085 struct obj_cached *obj = NULL, *obj2 = NULL; in put_obj_cache()