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

1 2 3

  /system/core/init/
parser.c 22 list_for_each(node, &service_list) {
36 list_for_each(node, &action_list) {
39 list_for_each(node2, &act->commands) {
list.h 35 #define list_for_each(node, list) \ macro
init_parser.c 249 list_for_each(node, &service_list) {
262 list_for_each(node, &service_list) {
275 list_for_each(node, &service_list) {
288 list_for_each(node, &service_list) {
299 list_for_each(node, &service_list) {
312 list_for_each(node, &service_list) {
325 list_for_each(node, &action_list) {
337 list_for_each(node, &action_list) {
356 list_for_each(node, &action_list) {
signal_handler.c 113 list_for_each(node, &svc->onrestart.commands) {
  /device/samsung/crespo/alsa-lib/src/mixer/
bag.c 58 list_for_each(pos, bag) { function
mixer_local.h 42 #define bag_for_each(pos, bag) list_for_each(pos, bag)
mixer.c 180 list_for_each(pos, &mixer->classes) {
251 list_for_each(pos, &mixer->slaves) {
275 list_for_each(pos, &mixer->slaves) {
297 list_for_each(pos, &mixer->slaves) {
521 list_for_each(pos, &mixer->slaves) {
569 list_for_each(pos, &mixer->slaves) {
587 list_for_each(pos, &mixer->slaves) {
689 list_for_each(pos, &mixer->slaves) {
713 list_for_each(pos, &mixer->slaves) {
843 list_for_each(pos, &mixer->slaves)
    [all...]
  /external/oprofile/daemon/
opd_cookie.c 142 list_for_each(pos, &hashes[hash]) {
165 list_for_each(pos, &hashes[hash]) {
190 list_for_each(pos, &hashes[hash]) {
  /device/samsung/crespo/alsa-lib/src/
dlmisc.c 196 list_for_each(p, &pcm_dlobj_list) {
209 list_for_each(p, &pcm_dlobj_list) {
shmarea.c 104 list_for_each(pos, &shm_areas) {
async.c 58 list_for_each(i, &snd_async_handlers) {
  /external/e2fsprogs/lib/blkid/
cache.c 71 list_for_each(p, &cache->bic_devs) {
163 list_for_each(p, &cache->bic_devs) {
save.c 44 list_for_each(p, &dev->bid_tags) {
119 list_for_each(p, &cache->bic_devs) {
tag.c 75 list_for_each(p, &dev->bid_tags) {
113 list_for_each(p, &cache->bic_tags) {
353 list_for_each(p, &head->bit_names) {
list.h 155 * list_for_each - iterate over elements in a list
159 #define list_for_each(pos, head) \ macro
  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 109 #define list_for_each(pos, head) \ macro
  /device/samsung/crespo/alsa-lib/include/
list.h 140 * list_for_each - iterate over a list
144 #define list_for_each(pos, head) \ macro
  /external/oprofile/libutil/
op_list.h 156 * list_for_each - iterate over a list
160 #define list_for_each(pos, head) \ macro
  /bionic/libc/kernel/common/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /development/ndk/platforms/android-3/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /external/kernel-headers/original/linux/sunrpc/
sched.h 104 list_for_each(pos, head) \
113 list_for_each(pos, head) \
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)

Completed in 3648 milliseconds

1 2 3