Home
last modified time | relevance | path

Searched refs:list_head (Results 1 – 8 of 8) sorted by relevance

/samples/bpf/
A Dtest_lru_dist.c35 struct list_head { struct
36 struct list_head *next, *prev; argument
39 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD()
45 static inline void __list_add(struct list_head *new, in __list_add()
46 struct list_head *prev, in __list_add()
47 struct list_head *next) in __list_add()
55 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
60 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del()
71 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
84 struct list_head list;
[all …]
/samples/livepatch/
A Dlivepatch-shadow-fix2.c37 struct list_head list;
A Dlivepatch-shadow-fix1.c43 struct list_head list;
A Dlivepatch-shadow-mod.c91 struct list_head list;
/samples/kmemleak/
A Dkmemleak-test.c24 struct list_head list;
/samples/v4l/
A Dv4l2-pci-skeleton.c66 struct list_head buf_list;
73 struct list_head list;
/samples/vfio-mdev/
A Dmbochs.c169 struct list_head next;
190 struct list_head dmabufs;
A Dmtty.c163 struct list_head next;

Completed in 20 milliseconds