Searched defs:enr (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/lib/ | 
| D | lru_cache.c | 243 static struct hlist_head *lc_hash_slot(struct lru_cache *lc, unsigned int enr)  in lc_hash_slot()249 static struct lc_element *__lc_find(struct lru_cache *lc, unsigned int enr,  in __lc_find()
 280 struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr)  in lc_find()
 295 bool lc_is_used(struct lru_cache *lc, unsigned int enr)  in lc_is_used()
 361 static struct lc_element *__lc_get(struct lru_cache *lc, unsigned int enr, unsigned int flags)  in __lc_get()
 480 struct lc_element *lc_get(struct lru_cache *lc, unsigned int enr)  in lc_get()
 500 struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr)  in lc_get_cumulative()
 521 struct lc_element *lc_try_get(struct lru_cache *lc, unsigned int enr)  in lc_try_get()
 606 void lc_set(struct lru_cache *lc, unsigned int enr, int index)  in lc_set()
 
 | 
| /Linux-v5.4/drivers/block/drbd/ | 
| D | drbd_actlog.c | 206 static struct bm_extent *find_active_resync_extent(struct drbd_device *device, unsigned int enr)  in find_active_resync_extent()218 static struct lc_element *_al_get(struct drbd_device *device, unsigned int enr, bool nonblock)  in _al_get()
 264 	unsigned enr;  in drbd_al_begin_io_prepare()  local
 493 	unsigned enr;  in drbd_al_begin_io_nonblock()  local
 550 	unsigned enr;  in drbd_al_complete_io()  local
 652 		unsigned int enr, int count,  in update_rs_extent()
 902 struct bm_extent *_bme_get(struct drbd_device *device, unsigned int enr)  in _bme_get()
 942 static int _is_in_al(struct drbd_device *device, unsigned int enr)  in _is_in_al()
 962 	unsigned int enr = BM_SECT_TO_EXT(sector);  in drbd_rs_begin_io()  local
 1014 	unsigned int enr = BM_SECT_TO_EXT(sector);  in drbd_try_rs_begin_io()  local
 [all …]
 
 | 
| D | drbd_bitmap.c | 1632 int drbd_bm_e_weight(struct drbd_device *device, unsigned long enr)  in drbd_bm_e_weight()
 |