Searched refs:lru_list (Results 1 - 6 of 6) 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);
/external/oprofile/daemon/liblegacy/
H A Dopd_sample_files.c32 static LIST_HEAD(lru_list);
45 if (list_empty(&lru_list))
48 list_for_each_safe(pos, pos2, &lru_list) {
63 list_add_tail(&sfile->lru_next, &lru_list);
124 list_add_tail(&sfile->lru_next, &lru_list);
159 list_for_each(pos, &lru_list) {
/external/opencv/ml/src/
H A Dmlsvm.cpp462 lru_list.prev = lru_list.next = &lru_list;
483 CvSVMKernelRow* del_row = existed ? row : lru_list.prev;
500 row->prev = &lru_list;
501 row->next = lru_list.next;
/external/opencv/ml/include/
H A Dml.h438 CvSVMKernelRow lru_list; member in class:CvSVMSolver

Completed in 107 milliseconds