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

1 2

  /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]);
  /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
  /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/oprofile/libdb/
db_manage.c 261 list_add(&data->list, &files_hash[hash]);
  /external/linux-tools-perf/util/
session.c 523 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);
    [all...]
  /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/libusb/libusb/
core.c 519 list_add(&dev->list, &ctx->usb_devs);
886 list_add(&_handle->list, &ctx->open_devs)
    [all...]
libusbi.h 74 static inline void list_add(struct list_head *entry, struct list_head *head) function
  /external/linux-tools-perf/util/include/linux/added/
list.h 40 * 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/
check_seapp.c 700 static void list_add(hash_entry *e) { function
811 list_add(entry);
  /external/e2fsprogs/e2fsck/
revoke.c 136 list_add(&record->hash, hash_list);
  /external/oprofile/opjitconv/
opjitconv.c 93 list_add(&pn->neighbor, names);
  /external/linux-tools-perf/
builtin-lock.c 332 list_add(&new->hash_entry, entry);
408 list_add(&seq->list, &ts->seq_list);

Completed in 753 milliseconds

1 2