OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:list_head
(Results
126 - 150
of
1166
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
mutex.h
26
struct
list_head
wait_list;
30
struct
list_head
list;
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
android_power.h
19
struct
list_head
link;
38
struct
list_head
link;
mutex.h
26
struct
list_head
wait_list;
30
struct
list_head
list;
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
android_power.h
19
struct
list_head
link;
38
struct
list_head
link;
mutex.h
26
struct
list_head
wait_list;
30
struct
list_head
list;
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
android_power.h
19
struct
list_head
link;
38
struct
list_head
link;
mutex.h
26
struct
list_head
wait_list;
30
struct
list_head
list;
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
android_power.h
19
struct
list_head
link;
38
struct
list_head
link;
mutex.h
26
struct
list_head
wait_list;
30
struct
list_head
list;
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
android_power.h
19
struct
list_head
link;
38
struct
list_head
link;
mutex.h
26
struct
list_head
wait_list;
30
struct
list_head
list;
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
android_power.h
19
struct
list_head
link;
38
struct
list_head
link;
mutex.h
26
struct
list_head
wait_list;
30
struct
list_head
list;
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
android_power.h
19
struct
list_head
link;
38
struct
list_head
link;
mutex.h
26
struct
list_head
wait_list;
30
struct
list_head
list;
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
android_power.h
19
struct
list_head
link;
38
struct
list_head
link;
mutex.h
26
struct
list_head
wait_list;
30
struct
list_head
list;
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
android_power.h
19
struct
list_head
link;
38
struct
list_head
link;
mutex.h
26
struct
list_head
wait_list;
30
struct
list_head
list;
/external/blktrace/btt/
devmap.c
25
struct
list_head
head;
29
LIST_HEAD
(all_devmaps);
51
struct
list_head
*p;
84
struct
list_head
*p, *q;
/external/iptables/libiptc/
linux_list.h
53
struct
list_head
{
struct
54
struct
list_head
*next, *prev;
59
#define
LIST_HEAD
(name) \
60
struct
list_head
name = LIST_HEAD_INIT(name)
72
static inline void __list_add(struct
list_head
*new,
73
struct
list_head
*prev,
74
struct
list_head
*next)
90
static inline void list_add(struct
list_head
*new, struct
list_head
*head)
103
static inline void list_add_tail(struct
list_head
*new, struct list_head *head
[
all
...]
/bionic/libc/kernel/common/linux/
klist.h
30
struct
list_head
k_list;
37
struct
list_head
n_node;
45
struct
list_head
* i_head;
/development/ndk/platforms/android-3/include/linux/mtd/
blktrans.h
25
struct
list_head
list;
56
struct
list_head
devs;
57
struct
list_head
list;
/external/kernel-headers/original/linux/mtd/
blktrans.h
23
struct
list_head
list;
59
struct
list_head
devs;
60
struct
list_head
list;
/external/linux-tools-perf/util/include/linux/
list.h
23
static inline void list_del_range(struct
list_head
*begin,
24
struct
list_head
*end)
32
* @pos: the &struct
list_head
to use as a loop cursor, from where to start
Completed in 2458 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>