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

12

/external/yaffs2/yaffs2/
H A Ddevextras.h86 * list_add - add a new entry
93 static __inline__ void list_add(struct list_head *new, struct list_head *head) function
H A Dyaffs_guts.c1559 list_add(&in->hashLink, &dev->objectBucket[bucket].list);
1744 list_add(&in->hardLinks, &equivalentObject->hardLinks);
4615 list_add(&hl->hardLinks, &in->hardLinks);
5870 list_add(&obj->siblings, &directory->variant.directoryVariant.children);
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.c1284 list_add(&dsc->others,&search_contexts);
/external/sepolicy/tools/
H A Dcheck_seapp.c771 static void list_add(hash_entry *e) { function
894 list_add(entry);
/external/oprofile/daemon/liblegacy/
H A Dopd_image.c158 list_add(&image->hash_next, &opd_images[hash_image]);
H A Dopd_kernel.c87 list_add(&module->module_list, &opd_modules);
H A Dopd_proc.c80 list_add(&proc->next, &opd_procs[proc_hash(tid)]);
98 list_add(&proc->next, &opd_procs[hash]);
/external/oprofile/daemon/
H A Dopd_anon.c211 list_add(&entry->list, &hashes[hash]);
H A Dopd_cookie.c150 list_add(&entry->list, &hashes[hash]);
172 list_add(&entry->list, &hashes[hash]);
H A Dopd_ibs.c795 list_add(&cg->hash, &sf->cg_hash[hash]);
H A Dopd_kernel.c102 list_add(&image->list, &modules);
H A Dopd_sfile.c270 list_add(&sf->hash, &hashes[hash]);
335 list_add(&cg->hash, &sf->cg_hash[hash]);
H A Doprofiled.c297 list_add(&elt->next, &images_filter[hash % OPD_IMAGE_FILTER_HASH_SIZE]);
/external/oprofile/libdb/
H A Ddb_manage.c261 list_add(&data->list, &files_hash[hash]);
/external/oprofile/libutil/
H A Dop_list.h57 * list_add - add a new entry
64 static __inline__ void list_add(struct list_head * new_entry, struct list_head * head) function
/external/oprofile/opjitconv/
H A Dopjitconv.c93 list_add(&pn->neighbor, names);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_double_list.h57 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/winsys/radeon/drm/
H A Dradeon_drm_bo.c229 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/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-lock.c330 list_add(&new->hash_entry, entry);
369 list_add(&seq->list, &ts->seq_list);
H A Dbuiltin-inject.c288 list_add(&ent->node, &inject->samples);
H A Dbuiltin-kvm.c423 list_add(&event->hash_entry, head);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-finder.c70 list_add(&ln->list, p);
H A Dsession.c554 list_add(&iter->list, &os->sample_cache);
636 list_add(&new->list, &os->samples);
661 list_add(&new->list, &os->samples);
666 list_add(&new->list, &sample->list);
699 list_add(&os->sample_buffer->list, &os->to_free);
H A Dsymbol.c760 list_add(&map->node, &md->maps);
/external/linux-tools-perf/perf-3.12.0/include/linux/
H A Dlist.h53 * 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.

Completed in 263 milliseconds

12