Searched refs:lru_list (Results 1 - 3 of 3) sorted by relevance

/external/oprofile/daemon/
H A Dopd_anon.h43 struct list_head lru_list; member in struct:anon_mapping
H A Dopd_anon.c55 entry = list_entry(pos, struct anon_mapping, lru_list);
62 list_del(&entry->lru_list);
95 list_del(&entry->lru_list);
119 list_add_tail(&m->lru_list, &lru);
H A Dopd_sfile.c36 static LIST_HEAD(lru_list);
558 list_for_each_safe(pos, pos2, &lru_list) {
608 if (list_empty(&lru_list))
611 list_for_each_safe(pos, pos2, &lru_list) {
633 list_add_tail(&sf->lru, &lru_list);

Completed in 256 milliseconds