Searched refs:cache_entry (Results 1 – 1 of 1) sorted by relevance
1864 struct obj_cached *cache_entry = kalloc_type(struct obj_cached, 1, Z_WAITOK | Z_NOFAIL | Z_ZERO); in alloc_init_cache_entry() local1865 cache_entry->obj_id = 0; in alloc_init_cache_entry()1866 cache_entry->obj_state = OBJ_STATE_UNUSED; in alloc_init_cache_entry()1867 cache_entry->obj_refcount = kern_apfs_reflock_alloc_init(); in alloc_init_cache_entry()1868 snprintf(cache_entry->obj_buff, OBJ_BUFF_SIZE, "I am groot"); in alloc_init_cache_entry()1869 return cache_entry; in alloc_init_cache_entry()