| /kernel/linux/linux-5.10/lib/ |
| H A D | lru_cache.c | 243 static struct hlist_head *lc_hash_slot(struct lru_cache *lc, unsigned int enr) in lc_hash_slot() argument 249 static struct lc_element *__lc_find(struct lru_cache *lc, unsigned int enr, in __lc_find() argument 280 struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr) in lc_find() argument 295 bool lc_is_used(struct lru_cache *lc, unsigned int enr) in lc_is_used() argument 361 __lc_get(struct lru_cache *lc, unsigned int enr, unsigned int flags) __lc_get() argument 480 lc_get(struct lru_cache *lc, unsigned int enr) lc_get() argument 500 lc_get_cumulative(struct lru_cache *lc, unsigned int enr) lc_get_cumulative() argument 521 lc_try_get(struct lru_cache *lc, unsigned int enr) lc_try_get() argument 606 lc_set(struct lru_cache *lc, unsigned int enr, int index) lc_set() argument [all...] |
| /kernel/linux/linux-6.6/lib/ |
| H A D | lru_cache.c | 233 static struct hlist_head *lc_hash_slot(struct lru_cache *lc, unsigned int enr) in lc_hash_slot() argument 239 static struct lc_element *__lc_find(struct lru_cache *lc, unsigned int enr, in __lc_find() argument 270 struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr) in lc_find() argument 285 bool lc_is_used(struct lru_cache *lc, unsigned int enr) in lc_is_used() argument 351 __lc_get(struct lru_cache *lc, unsigned int enr, unsigned int flags) __lc_get() argument 470 lc_get(struct lru_cache *lc, unsigned int enr) lc_get() argument 490 lc_get_cumulative(struct lru_cache *lc, unsigned int enr) lc_get_cumulative() argument 511 lc_try_get(struct lru_cache *lc, unsigned int enr) lc_try_get() argument [all...] |
| /kernel/linux/linux-5.10/drivers/block/drbd/ |
| H 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() argument 218 static struct lc_element *_al_get(struct drbd_device *device, unsigned int enr, bool nonblock) in _al_get() argument 264 unsigned enr; in drbd_al_begin_io_prepare() local 493 unsigned enr; drbd_al_begin_io_nonblock() local 550 unsigned enr; drbd_al_complete_io() local 651 update_rs_extent(struct drbd_device *device, unsigned int enr, int count, enum update_sync_bits_mode mode) update_rs_extent() argument 902 _bme_get(struct drbd_device *device, unsigned int enr) _bme_get() argument 942 _is_in_al(struct drbd_device *device, unsigned int enr) _is_in_al() argument 962 unsigned int enr = BM_SECT_TO_EXT(sector); drbd_rs_begin_io() local 1014 unsigned int enr = BM_SECT_TO_EXT(sector); drbd_try_rs_begin_io() local 1136 unsigned int enr = BM_SECT_TO_EXT(sector); drbd_rs_complete_io() local [all...] |
| H A D | drbd_bitmap.c | 1630 int drbd_bm_e_weight(struct drbd_device *device, unsigned long enr) in drbd_bm_e_weight() argument
|
| /kernel/linux/linux-6.6/drivers/block/drbd/ |
| H 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() argument 218 static struct lc_element *_al_get(struct drbd_device *device, unsigned int enr, bool nonblock) in _al_get() argument 264 unsigned enr; in drbd_al_begin_io_prepare() local 493 unsigned enr; drbd_al_begin_io_nonblock() local 550 unsigned enr; drbd_al_complete_io() local 651 update_rs_extent(struct drbd_device *device, unsigned int enr, int count, enum update_sync_bits_mode mode) update_rs_extent() argument 904 _bme_get(struct drbd_device *device, unsigned int enr) _bme_get() argument 944 _is_in_al(struct drbd_device *device, unsigned int enr) _is_in_al() argument 964 unsigned int enr = BM_SECT_TO_EXT(sector); drbd_rs_begin_io() local 1017 unsigned int enr = BM_SECT_TO_EXT(sector); drbd_try_rs_begin_io() local 1139 unsigned int enr = BM_SECT_TO_EXT(sector); drbd_rs_complete_io() local [all...] |
| H A D | drbd_bitmap.c | 1667 int drbd_bm_e_weight(struct drbd_device *device, unsigned long enr) in drbd_bm_e_weight() argument
|