Searched refs:__list_add_valid (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/lib/ |
D | list_debug.c | 20 bool __list_add_valid(struct list_head *new, struct list_head *prev, in __list_add_valid() function 40 EXPORT_SYMBOL(__list_add_valid);
|
/Linux-v6.1/arch/arm64/kvm/hyp/nvhe/ |
D | list_debug.c | 29 bool __list_add_valid(struct list_head *new, struct list_head *prev, in __list_add_valid() function
|
/Linux-v6.1/include/linux/ |
D | list.h | 42 extern bool __list_add_valid(struct list_head *new, 47 static inline bool __list_add_valid(struct list_head *new, in __list_add_valid() function 69 if (!__list_add_valid(new, prev, next)) in __list_add()
|
D | rculist.h | 79 if (!__list_add_valid(new, prev, next)) in __list_add_rcu()
|