Searched defs:enr (Results  1 – 4 of 4) sorted by relevance
| /linux-4.4.14/lib/ | 
| D | lru_cache.c | 257 static struct hlist_head *lc_hash_slot(struct lru_cache *lc, unsigned int enr)  in lc_hash_slot()263 static struct lc_element *__lc_find(struct lru_cache *lc, unsigned int enr,  in __lc_find()
 294 struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr)  in lc_find()
 309 bool lc_is_used(struct lru_cache *lc, unsigned int enr)  in lc_is_used()
 375 static struct lc_element *__lc_get(struct lru_cache *lc, unsigned int enr, unsigned int flags)  in __lc_get()
 494 struct lc_element *lc_get(struct lru_cache *lc, unsigned int enr)  in lc_get()
 514 struct lc_element *lc_get_cumulative(struct lru_cache *lc, unsigned int enr)  in lc_get_cumulative()
 535 struct lc_element *lc_try_get(struct lru_cache *lc, unsigned int enr)  in lc_try_get()
 620 void lc_set(struct lru_cache *lc, unsigned int enr, int index)  in lc_set()
 
 | 
| /linux-4.4.14/drivers/block/drbd/ | 
| D | drbd_actlog.c | 217 static struct bm_extent *find_active_resync_extent(struct drbd_device *device, unsigned int enr)  in find_active_resync_extent()229 static struct lc_element *_al_get(struct drbd_device *device, unsigned int enr, bool nonblock)  in _al_get()
 275 	unsigned enr;  in drbd_al_begin_io_prepare()  local
 347 	unsigned enr;  in drbd_al_begin_io_nonblock()  local
 404 	unsigned enr;  in drbd_al_complete_io()  local
 650 		unsigned int enr, int count,  in update_rs_extent()
 885 struct bm_extent *_bme_get(struct drbd_device *device, unsigned int enr)  in _bme_get()
 925 static int _is_in_al(struct drbd_device *device, unsigned int enr)  in _is_in_al()
 945 	unsigned int enr = BM_SECT_TO_EXT(sector);  in drbd_rs_begin_io()  local
 997 	unsigned int enr = BM_SECT_TO_EXT(sector);  in drbd_try_rs_begin_io()  local
 [all …]
 
 | 
| D | drbd_bitmap.c | 1608 int drbd_bm_e_weight(struct drbd_device *device, unsigned long enr)  in drbd_bm_e_weight()
 | 
| /linux-4.4.14/arch/m68k/include/asm/ | 
| D | m68360_quicc.h | 275                 volatile unsigned short enr:1;  member
 |