Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Ddebugobjects.c36 static struct debug_bucket obj_hash[ODEBUG_HASH_SIZE]; variable
217 struct debug_bucket *db = obj_hash; in debug_objects_oom()
248 return &obj_hash[hash]; in get_bucket()
1012 raw_spin_lock_init(&obj_hash[i].lock); in debug_objects_early_init()
1023 struct debug_bucket *db = obj_hash; in debug_objects_replace_static_objects()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c171 struct cfs_hash *obj_hash = site->ls_obj_hash; in lu_object_unhash() local
174 cfs_hash_bd_get_and_lock(obj_hash, &top->loh_fid, &bd, 1); in lu_object_unhash()
179 bkt = cfs_hash_bd_extra_get(obj_hash, &bd); in lu_object_unhash()
183 cfs_hash_bd_del_locked(obj_hash, &bd, &top->loh_hash); in lu_object_unhash()
184 cfs_hash_bd_unlock(obj_hash, &bd, 1); in lu_object_unhash()