Searched defs:list_head (Results 1 - 5 of 5) sorted by relevance

/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/include/linux/
H A Dtypes.h30 struct list_head { struct
31 struct list_head * next, * prev;
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/include/linux/
H A Dtypes.h17 struct list_head { struct
18 struct list_head *next, *prev;
/system/core/include/cutils/
H A Dlist.h81 #define list_head(list) ((list)->next) macro
/system/core/libcutils/include/cutils/
H A Dlist.h81 #define list_head(list) ((list)->next) macro
/system/core/libcutils/include_vndk/cutils/
H A Dlist.h81 #define list_head(list) ((list)->next) macro

Completed in 109 milliseconds