HomeSort by relevance Sort by last modified time
    Searched refs:LIST_ADD (Results 1 - 12 of 12) sorted by null

  /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/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/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/libdrm/freedreno/
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/libdrm/tests/radeon/
list.h 53 static 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/auxiliary/pipebuffer/
pb_bufmgr_pool.c 114 LIST_ADD(&pool_buf->head, &pool->free);
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.c 108 LIST_ADD(&block->head, &rscreen->fences.blocks);
  /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);

Completed in 459 milliseconds