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

1 2

  /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/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/oprofile/daemon/
opd_cookie.c 150 list_add(&entry->list, &hashes[hash]);
172 list_add(&entry->list, &hashes[hash]);
opd_kernel.c 102 list_add(&image->list, &modules);
opd_anon.c 211 list_add(&entry->list, &hashes[hash]);
opd_sfile.c 270 list_add(&sf->hash, &hashes[hash]);
335 list_add(&cg->hash, &sf->cg_hash[hash]);
  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 47 static __inline__ void list_add(struct list_head *new, struct list_head *head) function
  /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/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/f2fs-tools/include/
list.h 38 static inline void list_add(struct list_head *new, 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/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/chromium_org/third_party/libusb/src/libusb/
hotplug.c 246 list_add(&new_callback->list, &ctx->hotplug_cbs);
  /external/oprofile/daemon/liblegacy/
opd_image.c 158 list_add(&image->hash_next, &opd_images[hash_image]);
opd_proc.c 80 list_add(&proc->next, &opd_procs[proc_hash(tid)]);
98 list_add(&proc->next, &opd_procs[hash]);
opd_kernel.c 87 list_add(&module->module_list, &opd_modules);
  /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/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/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/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);
  /external/oprofile/libdb/
db_manage.c 261 list_add(&data->list, &files_hash[hash]);
  /external/libusb/libusb/
core.c 519 list_add(&dev->list, &ctx->usb_devs);
886 list_add(&_handle->list, &ctx->open_devs)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/include/linux/
list.h 53 * list_add - add a new entry
60 static inline void list_add(struct list_head *new, struct list_head *head) function
156 list_add(list, head);
202 * if another CPU could re-list_add() it.
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-lock.c 330 list_add(&new->hash_entry, entry);
369 list_add(&seq->list, &ts->seq_list);
  /external/sepolicy/tools/
check_seapp.c 771 static void list_add(hash_entry *e) { function
894 list_add(entry);

Completed in 928 milliseconds

1 2