Searched refs:__list_del (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/usb/usbip/libsrc/ |
| H A D | list.h | 70 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() function 82 __list_del(entry->prev, entry->next); in __list_del_entry() 93 __list_del(entry->prev, entry->next); in list_del()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | bpf_arena_list.h | 65 static inline void __list_del(arena_list_node_t *n) in __list_del() function 89 __list_del(n); in list_del()
|
| /linux/scripts/include/ |
| H A D | list.h | 106 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() function 114 __list_del(entry->prev, entry->next); in __list_del_entry()
|
| /linux/tools/include/linux/ |
| H A D | list.h | 87 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() function 102 __list_del(entry->prev, entry->next); in __list_del_entry() 107 __list_del(entry->prev, entry->next); in list_del()
|
| /linux/include/linux/ |
| H A D | list.h | 201 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() function 217 __list_del(entry->prev, entry->next); in __list_del_clearprev() 226 __list_del(entry->prev, entry->next); in __list_del_entry()
|
| /linux/samples/bpf/ |
| H A D | test_lru_dist.c | 60 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() function 68 __list_del(entry->prev, entry->next); in __list_del_entry()
|
| /linux/drivers/firewire/ |
| H A D | core-topology.c | 234 __list_del(h->prev, &stack); in build_tree()
|
| /linux/arch/x86/kernel/cpu/microcode/ |
| H A D | amd.c | 878 __list_del(p->plist.prev, p->plist.next); in free_cache()
|
| /linux/net/ipv6/ |
| H A D | calipso.c | 233 __list_del(entry->list.prev, entry->list.next); in calipso_cache_check()
|
| /linux/net/ipv4/ |
| H A D | cipso_ipv4.c | 267 __list_del(entry->list.prev, entry->list.next); in cipso_v4_cache_check()
|