Searched refs:__list_add_valid (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/lib/ |
| D | list_debug.c | 20 bool __list_add_valid(struct list_head *new, struct list_head *prev, in __list_add_valid() function 36 EXPORT_SYMBOL(__list_add_valid);
|
| /Linux-v5.15/arch/arm64/kvm/hyp/nvhe/ |
| D | stub.c | 12 bool __list_add_valid(struct list_head *new, struct list_head *prev, in __list_add_valid() function
|
| /Linux-v5.15/include/linux/ |
| D | list.h | 40 extern bool __list_add_valid(struct list_head *new, 45 static inline bool __list_add_valid(struct list_head *new, in __list_add_valid() function 67 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()
|