HomeSort by relevance Sort by last modified time
    Searched full:list_add (Results 26 - 50 of 70) sorted by null

12 3

  /external/oprofile/daemon/
opd_kernel.c 102 list_add(&image->list, &modules);
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/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/chromium_org/third_party/libusb/src/libusb/
hotplug.c 254 list_add(&new_callback->list, &ctx->hotplug_cbs);
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_cnf.c 140 if (!ENGINE_ctrl_cmd_string(e, "LIST_ADD", "2", 0))
eng_dyn.c 100 "LIST_ADD",
  /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/openssl/crypto/engine/
eng_cnf.c 140 if (!ENGINE_ctrl_cmd_string(e, "LIST_ADD", "2", 0))
eng_dyn.c 100 "LIST_ADD",
  /external/oprofile/daemon/liblegacy/
opd_image.c 158 list_add(&image->hash_next, &opd_images[hash_image]);
opd_kernel.c 87 list_add(&module->module_list, &opd_modules);
  /external/oprofile/libdb/
db_manage.c 261 list_add(&data->list, &files_hash[hash]);
  /external/linux-tools-perf/
builtin-lock.c 332 list_add(&new->hash_entry, entry);
408 list_add(&seq->list, &ts->seq_list);
  /external/sepolicy/tools/
check_seapp.c 722 static void list_add(hash_entry *e) { function
845 list_add(entry);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pipe.c 108 LIST_ADD(&block->head, &rscreen->fences.blocks);
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.c 108 LIST_ADD(&block->head, &rscreen->fences.blocks);
  /external/oprofile/opjitconv/
opjitconv.c 93 list_add(&pn->neighbor, names);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_pipe.c 91 LIST_ADD(&block->head, &rscreen->fences.blocks);
r600_pipe.h 479 LIST_ADD(&state->head, &rctx->dirty_states);
  /external/e2fsprogs/e2fsck/
revoke.c 136 list_add(&record->hash, hash_list);
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 91 LIST_ADD(&block->head, &rscreen->fences.blocks);
r600_pipe.h 479 LIST_ADD(&state->head, &rctx->dirty_states);

Completed in 934 milliseconds

12 3