Home
last modified time | relevance | path

Searched defs:enr (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/lib/
Dlru_cache.c255 static struct hlist_head *lc_hash_slot(struct lru_cache *lc, unsigned int enr) in lc_hash_slot()
261 static struct lc_element *__lc_find(struct lru_cache *lc, unsigned int enr, in __lc_find()
292 struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr) in lc_find()
307 bool lc_is_used(struct lru_cache *lc, unsigned int enr) in lc_is_used()
373 static struct lc_element *__lc_get(struct lru_cache *lc, unsigned int enr, unsigned int flags) in __lc_get()
492 struct lc_element *lc_get(struct lru_cache *lc, unsigned int enr) in lc_get()
512 struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr) in lc_get_cumulative()
533 struct lc_element *lc_try_get(struct lru_cache *lc, unsigned int enr) in lc_try_get()
618 void lc_set(struct lru_cache *lc, unsigned int enr, int index) in lc_set()
/Linux-v4.19/drivers/block/drbd/
Ddrbd_actlog.c218 static struct bm_extent *find_active_resync_extent(struct drbd_device *device, unsigned int enr) in find_active_resync_extent()
230 static struct lc_element *_al_get(struct drbd_device *device, unsigned int enr, bool nonblock) in _al_get()
276 unsigned enr; in drbd_al_begin_io_prepare() local
505 unsigned enr; in drbd_al_begin_io_nonblock() local
562 unsigned enr; in drbd_al_complete_io() local
664 unsigned int enr, int count, in update_rs_extent()
914 struct bm_extent *_bme_get(struct drbd_device *device, unsigned int enr) in _bme_get()
954 static int _is_in_al(struct drbd_device *device, unsigned int enr) in _is_in_al()
974 unsigned int enr = BM_SECT_TO_EXT(sector); in drbd_rs_begin_io() local
1026 unsigned int enr = BM_SECT_TO_EXT(sector); in drbd_try_rs_begin_io() local
[all …]
Ddrbd_bitmap.c1644 int drbd_bm_e_weight(struct drbd_device *device, unsigned long enr) in drbd_bm_e_weight()