HomeSort by relevance Sort by last modified time
    Searched refs:lru_list (Results 1 - 6 of 6) sorted by null

  /external/oprofile/daemon/
opd_anon.h 43 struct list_head lru_list; member in struct:anon_mapping
opd_anon.c 55 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);
opd_sfile.c 36 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/
opd_sample_files.c 32 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/
mlsvm.cpp 462 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;
    [all...]
  /external/opencv/ml/include/
ml.h 438 CvSVMKernelRow lru_list; member in class:CvSVMSolver
    [all...]

Completed in 147 milliseconds