Searched refs:list_del (Results 1 - 25 of 59) sorted by relevance

123

/external/oprofile/daemon/
H A Dopd_anon.c61 list_del(&entry->list);
62 list_del(&entry->lru_list);
94 list_del(&entry->list);
95 list_del(&entry->lru_list);
210 list_del(&entry->list);
H A Dopd_sfile.c494 list_del(&sf->hash);
495 list_del(&sf->lru);
540 list_del(&cg->hash);
626 list_del(&sf->lru);
/external/oprofile/daemon/liblegacy/
H A Dopd_sample_files.c62 list_del(&sfile->lru_next);
123 list_del(&sfile->lru_next);
173 list_del(&image->sfiles[j][i]->lru_next);
H A Dopd_proc.c97 list_del(&proc->next);
367 list_del(&proc->next);
421 list_del(pos);
H A Dopd_mapping.c61 list_del(pos);
H A Dopd_image.c71 list_del(&image->hash_next);
/external/blktrace/btt/
H A Dmisc.c60 list_del(&fip->head);
73 list_del(&bip->head);
H A Ddevmap.c89 list_del(&dmp->head);
H A Dtrace_issue.c49 list_del(&q_iop->f_head);
H A Dlist.h105 * list_del - deletes entry from list.
110 static inline void list_del(struct list_head *entry) function
H A Dtrace_complete.c99 list_del(&q_iop->f_head);
/external/chromium_org/third_party/libusb/src/libusb/
H A Dhotplug.c191 list_del(&hotplug_cb->list);
317 list_del(&hotplug_cb->list);
H A Dcore.c573 list_del(&dev->list);
1216 list_del(&itransfer->list);
1232 list_del(&dev_handle->list);
1882 list_del (&ctx->list);
1887 list_del(&dev->list);
1929 list_del (&ctx->list);
1936 list_del(&dev->list);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_double_list.h81 static INLINE void list_del(struct list_head *item) function
100 #define LIST_DEL(__item) list_del(__item)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_double_list.h81 static INLINE void list_del(struct list_head *item) function
100 #define LIST_DEL(__item) list_del(__item)
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-list.h74 static __inline__ void list_del(struct list_head *entry) function
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dthreads_windows.c99 list_del(&pos->list);
156 list_del(&pos->list); // remove from not_waiting list.
165 list_del(&pos->list);
/external/e2fsprogs/lib/blkid/
H A Dlist.h91 * list_del - deletes entry from list.
97 _INLINE_ void list_del(struct list_head *entry) function
H A Ddev.c41 list_del(&dev->bid_devs);
/external/f2fs-tools/include/
H A Dlist.h59 static inline void list_del(struct list_head *entry) function
/external/oprofile/libutil/
H A Dop_list.h97 * list_del - deletes entry from list.
101 static __inline__ void list_del(struct list_head * entry) function
/external/e2fsprogs/e2fsck/
H A Drevoke.c401 list_del(&record->hash);
461 list_del(&record->hash);
635 list_del(&record->hash);
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-lock.c446 list_del(&seq->list);
508 list_del(&seq->list);
564 list_del(&seq->list);
635 list_del(&seq->list);
/external/oprofile/libop/
H A Dop_alloc_counter.c92 list_del(&arc->next);
/external/yaffs2/yaffs2/
H A Ddevextras.h127 * list_del - deletes entry from list.
132 static __inline__ void list_del(struct list_head *entry) function

Completed in 1601 milliseconds

123