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

12

/external/libdrm/tests/radeon/
H A Dradeon_ttm.c53 list_del(&bo->list);
H A Dlist.h77 static void list_del(struct list_head *item) function
95 #define LIST_DEL(__item) list_del(__item)
/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);
H A Ddevs.c78 list_del(&dip->all_head);
195 list_del(&this->f_head);
/external/libdrm/freedreno/
H A Dlist.h77 static inline void list_del(struct list_head *item) function
95 #define LIST_DEL(__item) list_del(__item)
H A Dfreedreno_bo.c102 list_del(&bo->list);
151 list_del(&bo->list);
158 list_del(&bo->list);
/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/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);
H A Dtag.c54 list_del(&tag->bit_tags); /* list of tags for this device */
55 list_del(&tag->bit_names); /* list of tags with this type */
/external/f2fs-tools/include/
H A Dlist.h59 static inline void list_del(struct list_head *entry) function
/external/libdrm/freedreno/kgsl/
H A Dkgsl_pipe.c131 list_del(list);
160 list_del(list);
/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/src/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/linux-tools-perf/src/tools/perf/util/
H A Dcallchain.c406 list_del(&list->list);
420 list_del(&child->siblings);
/external/blktrace/btreplay/
H A Dbtreplay.c583 list_del(&dip->head);
659 list_del(&mdp->head);
840 list_del(&iocbp->head);
933 list_del(&tip->head);
/external/linux-tools-perf/src/tools/perf/ui/gtk/
H A Dannotate.c150 list_del(&pos->node);
/external/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c219 list_del(&hole->list);
287 list_del(&hole->list);
313 list_del(&hole->list);
336 list_del(&hole->list);
/external/blktrace/
H A Dblktrace.c1242 list_del(&dpp->head);
1278 list_del(&tbp->head);
1334 list_del(&tbp->head);
1895 list_del(&tp->head);
2191 list_del(&nc->ch_head);
2194 list_del(&nc->ns_head);
2246 list_del(&dpp->head);
2266 list_del(&ch->head);
/external/libusb/libusb/
H A Dcore.c831 list_del(&dev->list);
987 list_del(&dev_handle->list);

Completed in 1096 milliseconds

12