/external/oprofile/daemon/ |
opd_cookie.c | 150 list_add(&entry->list, &hashes[hash]); 172 list_add(&entry->list, &hashes[hash]);
|
opd_anon.c | 211 list_add(&entry->list, &hashes[hash]);
|
/external/libusb-compat/libusb/ |
usbi.h | 25 #define LIST_ADD(begin, ent) \
|
core.c | 223 LIST_ADD(busses, bus); 300 LIST_ADD(usb_busses, bus); 333 LIST_ADD(devices, dev); 637 LIST_ADD(bus->devices, dev);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_double_list.h | 57 static INLINE void list_add(struct list_head *item, struct list_head *list) function 97 #define LIST_ADD(__item, __list) list_add(__item, __list)
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/ |
nouveau_mm.c | 144 LIST_ADD(&slab->head, &mm_bucket_by_order(cache, chunk_order)->free); 186 LIST_ADD(&slab->head, &bucket->used); 199 LIST_ADD(&slab->head, &bucket->full);
|
nouveau_fence.c | 79 LIST_ADD(&work->list, &fence->work);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_double_list.h | 57 static INLINE void list_add(struct list_head *item, struct list_head *list) function 97 #define LIST_ADD(__item, __list) list_add(__item, __list)
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_mm.c | 144 LIST_ADD(&slab->head, &mm_bucket_by_order(cache, chunk_order)->free); 186 LIST_ADD(&slab->head, &bucket->used); 199 LIST_ADD(&slab->head, &bucket->full);
|
nouveau_fence.c | 79 LIST_ADD(&work->list, &fence->work);
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
threads_windows.c | 153 list_add(&pos->list, &cond->not_waiting); 157 list_add(&pos->list, &cond->waiters); 166 list_add(&pos->list, &cond->not_waiting);
|
/external/e2fsprogs/lib/ext2fs/ |
kernel-list.h | 50 static __inline__ void list_add(struct list_head *new, struct list_head *head) function
|
/external/blktrace/btt/ |
list.h | 66 * list_add - add a new entry 73 static inline void list_add(struct list_head *new, struct list_head *head) function
|
/external/e2fsprogs/lib/blkid/ |
list.h | 54 * list_add - add a new entry 61 _INLINE_ void list_add(struct list_head *add, struct list_head *head) function
|
/external/oprofile/libutil/ |
op_list.h | 57 * list_add - add a new entry 64 static __inline__ void list_add(struct list_head * new_entry, struct list_head * head) function
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_screen_cache.c | 131 LIST_ADD(&entry->head, &cache->empty); 186 LIST_ADD(&entry->head, &cache->empty); 277 LIST_ADD(&entry->head, &cache->validated); 320 LIST_ADD(&entry->head, &cache->unused); 323 LIST_ADD(&entry->bucket_head, &cache->bucket[bucket]);
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_screen_cache.c | 131 LIST_ADD(&entry->head, &cache->empty); 186 LIST_ADD(&entry->head, &cache->empty); 277 LIST_ADD(&entry->head, &cache->validated); 320 LIST_ADD(&entry->head, &cache->unused); 323 LIST_ADD(&entry->bucket_head, &cache->bucket[bucket]);
|
/external/yaffs2/yaffs2/ |
devextras.h | 86 * list_add - add a new entry 93 static __inline__ void list_add(struct list_head *new, struct list_head *head) function
|
/external/oprofile/daemon/liblegacy/ |
opd_proc.c | 80 list_add(&proc->next, &opd_procs[proc_hash(tid)]); 98 list_add(&proc->next, &opd_procs[hash]);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/ |
pb_bufmgr_pool.c | 114 LIST_ADD(&pool_buf->head, &pool->free);
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/ |
radeon_drm_bo.c | 229 list_add(&n->list, &hole->list); 253 list_add(&n->list, &mgr->va_holes); 271 list_add(&hole->list, &mgr->va_holes); 357 list_add(&next->list, &hole->list);
|
/external/iptables/libiptc/ |
linux_list.h | 83 * list_add - add a new entry 90 static inline void list_add(struct list_head *new, struct list_head *head) function 241 list_add(list, head); 273 * if another CPU could re-list_add() it.
|
/external/linux-tools-perf/util/include/linux/added/ |
list.h | 40 * list_add - add a new entry 47 static inline void list_add(struct list_head *new, struct list_head *head) function 137 list_add(list, head); 183 * if another CPU could re-list_add() it.
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
pb_bufmgr_pool.c | 114 LIST_ADD(&pool_buf->head, &pool->free);
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
radeon_drm_bo.c | 229 list_add(&n->list, &hole->list); 253 list_add(&n->list, &mgr->va_holes); 271 list_add(&hole->list, &mgr->va_holes); 357 list_add(&next->list, &hole->list);
|