HomeSort by relevance Sort by last modified time
    Searched full:list_head (Results 176 - 200 of 1166) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/mtd/
blktrans.h 25 struct list_head list;
56 struct list_head devs;
57 struct list_head list;
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/mtd/
blktrans.h 25 struct list_head list;
56 struct list_head devs;
57 struct list_head list;
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/mtd/
blktrans.h 25 struct list_head list;
56 struct list_head devs;
57 struct list_head list;
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/mtd/
blktrans.h 25 struct list_head list;
56 struct list_head devs;
57 struct list_head list;
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/mtd/
blktrans.h 25 struct list_head list;
56 struct list_head devs;
57 struct list_head list;
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/mtd/
blktrans.h 25 struct list_head list;
56 struct list_head devs;
57 struct list_head list;
  /external/blktrace/btt/
bt_timeline.c 41 LIST_HEAD(all_devs);
42 LIST_HEAD(all_procs);
43 LIST_HEAD(all_ios);
44 LIST_HEAD(free_ios);
45 LIST_HEAD(free_bilinks);
misc.c 35 struct list_head head;
41 struct list_head head;
45 LIST_HEAD(files_to_clean);
46 LIST_HEAD(all_bufs);
50 struct list_head *p, *q;
68 struct list_head *p, *q;
  /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...]
msg.h 69 struct list_head m_list;
90 struct list_head q_messages;
91 struct list_head q_receivers;
92 struct list_head q_senders;
android_power.h 18 struct list_head link;
38 struct list_head link;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
util_mem.h 31 struct list_head list; /* link */
41 struct list_head block; /* block linked-list header */
62 struct list_head *prev);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
util_mem.h 31 struct list_head list; /* link */
41 struct list_head block; /* block linked-list header */
62 struct list_head *prev);
  /external/linux-tools-perf/util/
annotate.h 21 struct list_head node;
27 struct objdump_line *objdump__get_next_ip_line(struct list_head *head,
54 struct list_head source;
102 void objdump_line_list__purge(struct list_head *head);
callchain.h 26 struct list_head siblings;
27 struct list_head children;
28 struct list_head val;
56 struct list_head list;
top.h 23 struct list_head node;
41 struct list_head active_symbols;
  /external/oprofile/daemon/
opd_sfile.h 58 struct list_head hash;
60 struct list_head lru;
68 struct list_head cg_hash[CG_HASH_SIZE];
76 struct list_head hash;
  /development/ndk/platforms/android-3/include/linux/
plist.h 20 struct list_head prio_list;
21 struct list_head node_list;
sysdev.h 21 struct list_head drivers;
38 struct list_head entry;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
plist.h 20 struct list_head prio_list;
21 struct list_head node_list;
sysdev.h 21 struct list_head drivers;
38 struct list_head entry;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
plist.h 20 struct list_head prio_list;
21 struct list_head node_list;
sysdev.h 21 struct list_head drivers;
38 struct list_head entry;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
plist.h 20 struct list_head prio_list;
21 struct list_head node_list;
sysdev.h 21 struct list_head drivers;
38 struct list_head entry;

Completed in 2177 milliseconds

1 2 3 4 5 6 78 91011>>