Searched defs:enr (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/lib/ |
A D | lru_cache.c | 233 static struct hlist_head *lc_hash_slot(struct lru_cache *lc, unsigned int enr) in lc_hash_slot() 239 static struct lc_element *__lc_find(struct lru_cache *lc, unsigned int enr, in __lc_find() 270 struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr) in lc_find() 285 bool lc_is_used(struct lru_cache *lc, unsigned int enr) in lc_is_used() 351 static struct lc_element *__lc_get(struct lru_cache *lc, unsigned int enr, unsigned int flags) in __lc_get() 470 struct lc_element *lc_get(struct lru_cache *lc, unsigned int enr) in lc_get() 490 struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr) in lc_get_cumulative() 511 struct lc_element *lc_try_get(struct lru_cache *lc, unsigned int enr) in lc_try_get()
|
/linux-6.3-rc2/drivers/block/drbd/ |
A 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 …]
|
A D | drbd_bitmap.c | 1664 int drbd_bm_e_weight(struct drbd_device *device, unsigned long enr) in drbd_bm_e_weight()
|
Completed in 12 milliseconds