OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:list_del
(Results
1 - 25
of
94
) sorted by null
1
2
3
4
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_mm.c
185
LIST_DEL
(&slab->head);
198
LIST_DEL
(&slab->head);
218
LIST_DEL
(&slab->head);
222
LIST_DEL
(&slab->head);
265
LIST_DEL
(&slab->head);
/external/mesa3d/src/gallium/drivers/nouveau/
nouveau_mm.c
185
LIST_DEL
(&slab->head);
198
LIST_DEL
(&slab->head);
218
LIST_DEL
(&slab->head);
222
LIST_DEL
(&slab->head);
265
LIST_DEL
(&slab->head);
/external/oprofile/daemon/
opd_anon.c
61
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);
opd_sfile.c
494
list_del
(&sf->hash);
495
list_del
(&sf->lru);
540
list_del
(&cg->hash);
626
list_del
(&sf->lru);
/external/oprofile/daemon/liblegacy/
opd_sample_files.c
62
list_del
(&sfile->lru_next);
123
list_del
(&sfile->lru_next);
173
list_del
(&image->sfiles[j][i]->lru_next);
opd_proc.c
97
list_del
(&proc->next);
367
list_del
(&proc->next);
421
list_del
(pos);
opd_mapping.c
61
list_del
(pos);
/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);
list.h
105
*
list_del
- deletes entry from list.
110
static inline void
list_del
(struct list_head *entry)
function
devs.c
78
list_del
(&dip->all_head);
195
list_del
(&this->f_head);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_screen_cache.c
127
LIST_DEL
(&entry->bucket_head);
129
LIST_DEL
(&entry->head);
184
LIST_DEL
(&entry->bucket_head);
185
LIST_DEL
(&entry->head);
253
LIST_DEL
(&entry->head);
266
LIST_DEL
(&entry->bucket_head);
268
LIST_DEL
(&entry->head);
316
LIST_DEL
(&entry->head);
/external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.c
127
LIST_DEL
(&entry->bucket_head);
129
LIST_DEL
(&entry->head);
184
LIST_DEL
(&entry->bucket_head);
185
LIST_DEL
(&entry->head);
253
LIST_DEL
(&entry->head);
266
LIST_DEL
(&entry->bucket_head);
268
LIST_DEL
(&entry->head);
316
LIST_DEL
(&entry->head);
/external/libusb-compat/libusb/
usbi.h
36
#define
LIST_DEL
(begin, ent) \
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_double_list.h
81
static INLINE void
list_del
(struct list_head *item)
function
100
#define
LIST_DEL
(__item)
list_del
(__item)
/external/mesa3d/src/gallium/auxiliary/util/
u_double_list.h
81
static INLINE void
list_del
(struct list_head *item)
function
100
#define
LIST_DEL
(__item)
list_del
(__item)
/external/chromium_org/third_party/libusb/src/libusb/os/
threads_windows.c
99
list_del
(&pos->list);
156
list_del
(&pos->list); // remove from not_waiting list.
165
list_del
(&pos->list);
/external/e2fsprogs/lib/ext2fs/
kernel-list.h
77
static __inline__ void
list_del
(struct list_head *entry)
function
/external/e2fsprogs/lib/blkid/
list.h
94
*
list_del
- deletes entry from list.
100
_INLINE_ void
list_del
(struct list_head *entry)
function
/external/oprofile/libutil/
op_list.h
97
*
list_del
- deletes entry from list.
101
static __inline__ void
list_del
(struct list_head * entry)
function
/external/chromium_org/third_party/libusb/src/libusb/
hotplug.c
191
list_del
(&hotplug_cb->list);
317
list_del
(&hotplug_cb->list);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_cache.c
112
LIST_DEL
(&buf->head);
312
LIST_DEL
(&buf->head);
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_cache.c
112
LIST_DEL
(&buf->head);
312
LIST_DEL
(&buf->head);
/external/yaffs2/yaffs2/
devextras.h
127
*
list_del
- deletes entry from list.
132
static __inline__ void
list_del
(struct list_head *entry)
function
Completed in 797 milliseconds
1
2
3
4