Searched refs:__list_del (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.1/tools/usb/usbip/libsrc/ |
| 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-v6.1/scripts/kconfig/ |
| D | list.h | 112 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() function 128 __list_del(entry->prev, entry->next); in list_del()
|
| /Linux-v6.1/scripts/mod/ |
| D | list.h | 109 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() function 117 __list_del(entry->prev, entry->next); in __list_del_entry()
|
| /Linux-v6.1/tools/include/linux/ |
| 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-v6.1/include/linux/ |
| D | list.h | 112 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() function 128 __list_del(entry->prev, entry->next); in __list_del_clearprev() 137 __list_del(entry->prev, entry->next); in __list_del_entry()
|
| /Linux-v6.1/samples/bpf/ |
| D | test_lru_dist.c | 65 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() function 73 __list_del(entry->prev, entry->next); in __list_del_entry()
|
| /Linux-v6.1/drivers/firewire/ |
| D | core-topology.c | 280 __list_del(h->prev, &stack); in build_tree()
|
| /Linux-v6.1/arch/x86/kernel/cpu/microcode/ |
| D | amd.c | 645 __list_del(p->plist.prev, p->plist.next); in free_cache()
|
| /Linux-v6.1/net/ipv6/ |
| D | calipso.c | 233 __list_del(entry->list.prev, entry->list.next); in calipso_cache_check()
|
| /Linux-v6.1/net/ipv4/ |
| D | cipso_ipv4.c | 267 __list_del(entry->list.prev, entry->list.next); in cipso_v4_cache_check()
|