HomeSort by relevance Sort by last modified time
    Searched refs:list_for_each (Results 51 - 75 of 79) sorted by null

1 23 4

  /external/oprofile/daemon/
opd_kernel.c 219 list_for_each(pos, &modules) {
opd_anon.c 190 list_for_each(pos, &hashes[hash]) {
opd_sfile.c 261 list_for_each(pos, &hashes[hash]) {
325 list_for_each(pos, &sf->cg_hash[hash]) {
oprofiled.c 333 list_for_each(pos, &images_filter[hash % OPD_IMAGE_FILTER_HASH_SIZE]) {
opd_ibs.c 785 list_for_each(pos, &sf->cg_hash[hash]) {
  /external/oprofile/libop/
op_alloc_counter.c 142 list_for_each(pos, &ctr_arc[depth].next) {
op_events.c 288 list_for_each(pos, &um_list) {
619 list_for_each(pos, &um_list) {
682 list_for_each(pos, &events_list) {
696 list_for_each(pos, &events_list) {
867 list_for_each(pos, &events_list) {
913 list_for_each(pos, &events_list) {
  /external/yaffs2/yaffs2/
devextras.h 188 * list_for_each - iterate over a list
192 #define list_for_each(pos, head) \ macro
yaffs_guts.c     [all...]
yaffs_fs.c 912 list_for_each(i, &obj->variant.directoryVariant.children) {
    [all...]
  /system/core/adb/
adb_auth_client.c 150 list_for_each(item, &key_list) {
adb_auth_host.c 369 list_for_each(item, &key_list) {
  /external/oprofile/daemon/liblegacy/
opd_proc.c 172 list_for_each(pos, &proc->maps) {
267 list_for_each(pos, &old->maps) {
  /external/oprofile/utils/
ophelp.c 437 list_for_each(pos, events) { function
701 list_for_each(pos, events) { function
  /external/e2fsprogs/lib/blkid/
read.c 463 list_for_each(p, &dev->bid_tags) {
devname.c 56 list_for_each(p, &cache->bic_devs) {
  /external/oprofile/libdb/
db_manage.c 165 list_for_each(pos, &files_hash[hash]) {
  /hardware/qcom/audio/hal/
audio_hw.c 384 list_for_each(node, &adev->usecase_list) {
403 list_for_each(node, &adev->usecase_list) {
416 list_for_each(node, &adev->usecase_list) {
451 list_for_each(node, &adev->usecase_list) {
469 list_for_each(node, &adev->usecase_list) {
482 list_for_each(node, &adev->usecase_list) {
830 list_for_each(node, &adev->usecase_list) {
    [all...]
  /hardware/qcom/audio/voice_processing/
voice_processing.c 398 list_for_each(node, &session_list) {
713 list_for_each(node, &session_list) {
  /external/iptables/libiptc/
linux_list.h 334 * list_for_each - iterate over a list
338 #define list_for_each(pos, head) \ macro
347 * This variant differs from list_for_each() in that it's the
libiptc.c 606 * because list_for_each processing will always hit the first chain
706 // list_for_each(pos, &handle->chains) {
707 list_for_each(pos, list_start_pos->prev) {
732 list_for_each(pos, &handle->chains) {
772 list_for_each(pos, list_start_pos->prev) {
    [all...]
  /external/oprofile/opjitconv/
opjitconv.c 150 list_for_each(pos, anon_dirs) { function
  /external/kernel-headers/original/linux/
list.h 357 * list_for_each - iterate over a list
361 #define list_for_each(pos, head) \ macro
370 * This variant differs from list_for_each() in that it's the
  /external/linux-tools-perf/util/include/linux/added/
list.h 346 * list_for_each - iterate over a list
350 #define list_for_each(pos, head) \ macro
359 * This variant differs from list_for_each() in that it's the
  /external/oprofile/gui/
oprof_start.cpp 207 list_for_each(pos, events) { function

Completed in 571 milliseconds

1 23 4