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

1 2

  /external/libdrm/tests/radeon/
radeon_ttm.c 50 list_add(&bo->list, &list);
  /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/libdrm/
util_double_list.h 53 static inline void list_add(struct list_head *item, struct list_head *list) function
92 #define LIST_ADD(__item, __list) list_add(__item, __list)
  /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/libdrm/amdgpu/
amdgpu_vamgr.c 112 list_add(&n->list, &hole->list);
148 list_add(&n->list, &mgr->va_holes);
220 list_add(&next->list, &hole->list);
  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 47 static __inline__ void list_add(struct list_head *new, struct list_head *head) function
  /external/f2fs-tools/include/
list.h 38 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 51 * list_add - add a new entry
58 _INLINE_ void list_add(struct list_head *add, struct list_head *head) function
  /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/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.
libiptc.c 875 list_add(&c->list, tmp->list.prev);
    [all...]
  /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);
  /bionic/libc/bionic/
system_properties.cpp 689 static inline void list_add(List** list, Args... args) { function
700 list_add(next_list, prefix, context);
705 list_add(next_list, prefix, context);
981 list_add(&contexts, context, nullptr);
1029 list_add(&contexts, "legacy_system_prop_area", __system_property_area__);
    [all...]
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 118 static ListNode* list_add(ListNode * const head, ListNode *new_node);
328 return list_add(head, new_node);
333 static ListNode* list_add(ListNode * const head, ListNode *new_node) { function
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.c 108 LIST_ADD(&block->head, &rscreen->fences.blocks);
  /external/e2fsprogs/e2fsck/
revoke.c 136 list_add(&record->hash, hash_list);
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 91 LIST_ADD(&block->head, &rscreen->fences.blocks);
r600_pipe.h 479 LIST_ADD(&state->head, &rctx->dirty_states);
  /external/libusb/libusb/
core.c 519 list_add(&dev->list, &ctx->usb_devs);
886 list_add(&_handle->list, &ctx->open_devs)
    [all...]
libusbi.h 74 static inline void list_add(struct list_head *entry, struct list_head *head) function

Completed in 729 milliseconds

1 2