Searched defs:lru (Results 1 - 4 of 4) sorted by relevance

/drivers/staging/android/
H A Dashmem.c63 * @lru: The entry in the LRU list
74 struct list_head lru; member in struct:ashmem_range
135 list_add_tail(&range->lru, &ashmem_lru_list);
148 list_del(&range->lru);
439 list_for_each_entry_safe(range, next, &ashmem_lru_list, lru) {
461 * note that lru_count is count of pages on the lru, not a count of
/drivers/md/bcache/
H A Dbcache.h298 struct list_head lru; member in struct:io
536 * Lists of struct btrees; lru is the list for structs that have memory
/drivers/md/
H A Ddm-bufio.c77 * are linked to lru[LIST_CLEAN] with their lru_list field.
80 * lru[LIST_DIRTY] with their lru_list field. When the write
84 * dirty_lru too. They are later added to lru in the process
90 struct list_head lru[LIST_SIZE]; member in struct:dm_bufio_client
436 list_add(&b->lru_list, &c->lru[dirty]);
467 list_move(&b->lru_list, &c->lru[dirty]);
681 list_for_each_entry_reverse(b, &c->lru[LIST_CLEAN], lru_list) {
693 list_for_each_entry_reverse(b, &c->lru[LIST_DIRTY], lru_list) {
820 list_for_each_entry_safe_reverse(b, tmp, &c->lru[LIST_DIRTY], lru_list) {
1188 list_for_each_entry_safe_reverse(b, tmp, &c->lru[LIST_DIRT
[all...]
H A Draid5.h199 struct list_head lru; /* inactive_list or handle_list */ member in struct:stripe_head

Completed in 303 milliseconds