HomeSort by relevance Sort by last modified time
    Searched refs:LIST_HEAD (Results 76 - 100 of 130) sorted by null

1 2 34 5 6

  /external/oprofile/libop/
op_events.c 25 static LIST_HEAD(events_list);
26 static LIST_HEAD(um_list);
286 struct list_head * pos;
579 struct list_head * pos, * pos2;
608 struct list_head * pos;
627 struct list_head * op_events(op_cpu cpu_type)
665 struct list_head * pos, * pos2;
680 struct list_head * pos;
693 struct list_head * pos;
865 struct list_head * pos
    [all...]
  /bionic/libc/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /development/ndk/platforms/android-3/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /external/blktrace/btreplay/
btrecord.c 55 struct list_head head;
99 static LIST_HEAD(input_files); // List of all input files
331 struct list_head *p;
782 struct list_head *p, *q;
  /external/chromium/third_party/libevent/compat/sys/
queue.h 140 #define LIST_HEAD(name, type) \
  /external/chromium_org/third_party/libevent/compat/sys/
queue.h 140 #define LIST_HEAD(name, type) \
  /external/kernel-headers/original/linux/
list.h 21 struct list_head { struct
22 struct list_head *next, *prev;
27 #define LIST_HEAD(name) \
28 struct list_head name = LIST_HEAD_INIT(name)
30 static inline void INIT_LIST_HEAD(struct list_head *list)
42 static inline void __list_add(struct list_head *new,
43 struct list_head *prev,
44 struct list_head *next)
60 static inline void list_add(struct list_head *new, struct list_head *head
    [all...]
  /external/linux-tools-perf/util/include/linux/added/
list.h 8 #define LIST_HEAD(name) \
9 struct list_head name = LIST_HEAD_INIT(name)
11 static inline void INIT_LIST_HEAD(struct list_head *list)
24 static inline void __list_add(struct list_head *new,
25 struct list_head *prev,
26 struct list_head *next)
34 extern void __list_add(struct list_head *new,
35 struct list_head *prev,
36 struct list_head *next);
47 static inline void list_add(struct list_head *new, struct list_head *head
    [all...]
  /external/oprofile/daemon/
opd_sfile.c 33 static struct list_head hashes[HASH_SIZE];
36 static LIST_HEAD(lru_list);
223 struct list_head * pos;
302 struct list_head * pos;
533 struct list_head * pos;
534 struct list_head * pos2;
555 struct list_head * pos;
556 struct list_head * pos2;
604 struct list_head * pos;
605 struct list_head * pos2
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
queue.h 84 #define LIST_HEAD(name, type) \

Completed in 391 milliseconds

1 2 34 5 6