/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]);
|
oprofiled.c | 297 list_add(&elt->next, &images_filter[hash % OPD_IMAGE_FILTER_HASH_SIZE]);
|
opd_ibs.c | 795 list_add(&cg->hash, &sf->cg_hash[hash]);
|
/external/e2fsprogs/lib/ext2fs/ |
kernel-list.h | 50 static __inline__ void list_add(struct list_head *new, struct list_head *head) function
|
/external/e2fsprogs/lib/blkid/ |
list.h | 54 * list_add - add a new entry 61 _INLINE_ void list_add(struct list_head *add, 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/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
|
yaffs_guts.c | [all...] |
/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 | 877 list_add(&c->list, tmp->list.prev); [all...] |
/external/oprofile/libdb/ |
db_manage.c | 261 list_add(&data->list, &files_hash[hash]);
|
/external/kernel-headers/original/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 252 list_add(list, head); 298 * if another CPU could re-list_add() it.
|
wait.h | 117 list_add(&new->task_list, &head->task_list);
|
/external/e2fsprogs/e2fsck/ |
revoke.c | 136 list_add(&record->hash, hash_list);
|
/external/oprofile/opjitconv/ |
opjitconv.c | 93 list_add(&pn->neighbor, names);
|
/external/yaffs2/yaffs2/direct/ |
yaffsfs.c | 1284 list_add(&dsc->others,&search_contexts);
|
/external/e2fsprogs/misc/ |
tune2fs.c | 1098 list_add(&(bmv->list), &blk_move_list); [all...] |