Searched refs:list_add (Results 1 - 25 of 33) sorted by relevance

12

/external/oprofile/daemon/
H A Dopd_cookie.c150 list_add(&entry->list, &hashes[hash]);
172 list_add(&entry->list, &hashes[hash]);
H A Dopd_kernel.c102 list_add(&image->list, &modules);
H A Dopd_anon.c211 list_add(&entry->list, &hashes[hash]);
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/e2fsprogs/lib/ext2fs/
H A Dkernel-list.h50 static __inline__ void list_add(struct list_head *new, struct list_head *head) function
/external/e2fsprogs/lib/blkid/
H A Dlist.h54 * list_add - add a new entry
61 _INLINE_ void list_add(struct list_head *add, struct list_head *head) function
/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/blktrace/btt/
H A Dlist.h66 * list_add - add a new entry
73 static inline void list_add(struct list_head *new, struct list_head *head) function
/external/oprofile/daemon/liblegacy/
H A Dopd_image.c158 list_add(&image->hash_next, &opd_images[hash_image]);
H A Dopd_proc.c80 list_add(&proc->next, &opd_procs[proc_hash(tid)]);
98 list_add(&proc->next, &opd_procs[hash]);
H A Dopd_kernel.c87 list_add(&module->module_list, &opd_modules);
/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
/external/iptables/libiptc/
H A Dlinux_list.h83 * 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/oprofile/libdb/
H A Ddb_manage.c261 list_add(&data->list, &files_hash[hash]);
/external/linux-tools-perf/util/
H A Dsession.c523 list_add(&iter->list, &os->sample_cache);
594 list_add(&new->list, &os->samples);
619 list_add(&new->list, &os->samples);
624 list_add(&new->list, &sample->list);
657 list_add(&os->sample_buffer->list, &os->to_free);
/external/kernel-headers/original/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
252 list_add(list, head);
298 * if another CPU could re-list_add() it.
H A Dwait.h117 list_add(&new->task_list, &head->task_list);
/external/libusb/libusb/
H A Dcore.c519 list_add(&dev->list, &ctx->usb_devs);
886 list_add(&_handle->list, &ctx->open_devs);
H A Dlibusbi.h74 static inline void list_add(struct list_head *entry, struct list_head *head) function
/external/linux-tools-perf/util/include/linux/added/
H A Dlist.h40 * 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/sepolicy/check_seapp/
H A Dcheck_seapp.c700 static void list_add(hash_entry *e) { function
811 list_add(entry);
/external/e2fsprogs/e2fsck/
H A Drevoke.c136 list_add(&record->hash, hash_list);
/external/oprofile/opjitconv/
H A Dopjitconv.c93 list_add(&pn->neighbor, names);
/external/linux-tools-perf/
H A Dbuiltin-lock.c332 list_add(&new->hash_entry, entry);
408 list_add(&seq->list, &ts->seq_list);

Completed in 931 milliseconds

12