HomeSort by relevance Sort by last modified time
    Searched full:list_del (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/libnl/python/netlink/
utils.h 19 static inline void list_del(struct list_head *entry, struct list_head *prev) function
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_mm.c 192 LIST_DEL(&slab->head);
205 LIST_DEL(&slab->head);
225 LIST_DEL(&slab->head);
229 LIST_DEL(&slab->head);
272 LIST_DEL(&slab->head);
  /external/syslinux/gpxe/src/core/
device.c 81 list_del ( &rootdev->dev.siblings );
100 list_del ( &rootdev->dev.siblings );
process.c 65 list_del ( &process->list );
83 list_del ( &process->list );
posix_io.c 77 list_del ( &iobuf->list );
299 list_del ( &iobuf->list );
352 list_del ( &file->list );
  /external/ltp/utils/ffsb-6.0-rc2/
list.c 40 void list_del(struct list_head *entry) function
list.h 19 void list_del(struct list_head *entry);
  /external/syslinux/com32/lib/syslinux/
debug.c 64 list_del(&entry->list);
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.c 134 LIST_DEL(&entry->bucket_head);
137 LIST_DEL(&entry->head);
193 LIST_DEL(&entry->bucket_head);
194 LIST_DEL(&entry->head);
265 LIST_DEL(&entry->head);
279 LIST_DEL(&entry->bucket_head);
282 LIST_DEL(&entry->head);
333 LIST_DEL(&entry->head);
358 LIST_DEL(&entry->head);
  /external/syslinux/gpxe/src/net/
infiniband.c 109 list_del ( &cq->list );
127 list_del ( &cq->list );
246 list_del ( &qp->send.list );
247 list_del ( &qp->recv.list );
248 list_del ( &qp->list );
307 list_del ( &qp->send.list );
308 list_del ( &qp->recv.list );
311 list_del ( &qp->list );
613 list_del ( &ibdev->open_list );
677 list_del ( &mgid->list )
    [all...]
  /external/blktrace/btt/
misc.c 60 list_del(&fip->head);
73 list_del(&bip->head);
devmap.c 89 list_del(&dmp->head);
trace_issue.c 49 list_del(&q_iop->f_head);
  /external/syslinux/gpxe/src/arch/i386/drivers/net/
undi.c 116 list_del ( &undi->dev.siblings );
134 list_del ( &undi->dev.siblings );
undionly.c 86 list_del ( &undi->dev.siblings );
99 list_del ( &undi->dev.siblings );
  /external/syslinux/gpxe/src/drivers/bus/
isa.c 131 list_del ( &isa->dev.siblings );
157 list_del ( &isa->dev.siblings );
  /external/libdrm/amdgpu/
amdgpu_vamgr.c 62 list_del(&hole->list);
102 list_del(&hole->list);
175 list_del(&hole->list);
199 list_del(&hole->list);
  /external/libdrm/tests/radeon/
radeon_ttm.c 53 list_del(&bo->list);
  /external/libusb-compat/libusb/
usbi.h 36 #define LIST_DEL(begin, ent) \
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_slab.c 58 LIST_DEL(&entry->head); /* remove from reclaim list */
69 LIST_DEL(&slab->head);
127 LIST_DEL(&slab->head);
148 LIST_DEL(&entry->head);
  /external/libdrm/
util_double_list.h 77 static inline void list_del(struct list_head *item) function
95 #define LIST_DEL(__item) list_del(__item)
  /external/libusb/libusb/os/
threads_windows.c 131 list_del(&pos->list);
184 list_del(&pos->list); // remove from not_waiting list.
196 list_del(&pos->list);
  /external/syslinux/gpxe/src/include/gpxe/
list.h 114 static inline void list_del ( struct list_head *entry ) { function
117 #define list_del( entry ) do { \ macro
122 list_del ( (entry) ); \
  /external/mesa3d/src/util/
list.h 88 static inline void list_del(struct list_head *item) function
159 #define LIST_DEL(__item) list_del(__item)
  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 74 static __inline__ void list_del(struct list_head *entry) function

Completed in 1420 milliseconds

1 2 3 4 5 6