Searched refs:bucket (Results 1 – 1 of 1) sorted by relevance
1598 int bucket; in yaffs_unhash_obj() local1604 bucket = yaffs_hash_fn(obj->obj_id); in yaffs_unhash_obj()1605 dev->obj_bucket[bucket].count--; in yaffs_unhash_obj()1861 int bucket = yaffs_find_nice_bucket(dev); in yaffs_new_obj_id() local1864 u32 n = (u32) bucket; in yaffs_new_obj_id()1873 if (1 || dev->obj_bucket[bucket].count > 0) { in yaffs_new_obj_id()1874 list_for_each(i, &dev->obj_bucket[bucket].list) { in yaffs_new_obj_id()1888 int bucket = yaffs_hash_fn(in->obj_id); in yaffs_hash_obj() local1891 list_add(&in->hash_link, &dev->obj_bucket[bucket].list); in yaffs_hash_obj()1892 dev->obj_bucket[bucket].count++; in yaffs_hash_obj()[all …]