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

/drivers/staging/android/
H A Dashmem.c57 struct list_head lru; /* entry in LRU list */ member in struct:ashmem_range
107 list_add_tail(&range->lru, &ashmem_lru_list);
113 list_del(&range->lru);
357 list_for_each_entry_safe(range, next, &ashmem_lru_list, lru) {
/drivers/md/
H A Ddm-bufio.c78 * are linked to lru[LIST_CLEAN] with their lru_list field.
81 * lru[LIST_DIRTY] with their lru_list field. When the write
85 * dirty_lru too. They are later added to lru in the process
91 struct list_head lru[LIST_SIZE]; member in struct:dm_bufio_client
414 list_add(&b->lru_list, &c->lru[dirty]);
446 list_add(&b->lru_list, &c->lru[dirty]);
652 list_for_each_entry_reverse(b, &c->lru[LIST_CLEAN], lru_list) {
664 list_for_each_entry_reverse(b, &c->lru[LIST_DIRTY], lru_list) {
778 list_for_each_entry_safe_reverse(b, tmp, &c->lru[LIST_DIRTY], lru_list) {
1079 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 125 milliseconds