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

1 23

  /external/oprofile/libdb/
db_manage.c 165 list_for_each(pos, &files_hash[hash]) {
  /external/oprofile/daemon/
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/e2fsprogs/lib/blkid/
devname.c 56 list_for_each(p, &cache->bic_devs) {
  /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
  /system/core/init/
devices.c 135 list_for_each(node, &sys_perms) {
  /external/yaffs2/yaffs2/
yaffs_guts.c     [all...]
yaffs_fs.c 912 list_for_each(i, &obj->variant.directoryVariant.children) {
    [all...]
  /external/oprofile/gui/
oprof_start.cpp 207 list_for_each(pos, events) { function
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 1248 list_for_each(i, &search_contexts) {
  /system/core/charger/
charger.c 316 list_for_each(node, &charger->supplies) {
  /external/e2fsprogs/misc/
tune2fs.c 1119 list_for_each(entry, &blk_move_list) {
    [all...]
  /system/security/keystore/
keystore.cpp 752 list_for_each(node, &mGrants) { function
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
mlme.c     [all...]

Completed in 710 milliseconds

1 23