Home
last modified time | relevance | path

Searched refs:__list_del (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/tools/usb/usbip/libsrc/
Dlist.h70 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-6.6.21/scripts/kconfig/
Dlist.h112 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-6.6.21/scripts/mod/
Dlist.h109 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-6.6.21/tools/include/linux/
Dlist.h87 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-6.6.21/include/linux/
Dlist.h193 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() function
209 __list_del(entry->prev, entry->next); in __list_del_clearprev()
218 __list_del(entry->prev, entry->next); in __list_del_entry()
/linux-6.6.21/samples/bpf/
Dtest_lru_dist.c60 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-6.6.21/drivers/firewire/
Dcore-topology.c280 __list_del(h->prev, &stack); in build_tree()
/linux-6.6.21/arch/x86/kernel/cpu/microcode/
Damd.c623 __list_del(p->plist.prev, p->plist.next); in free_cache()
/linux-6.6.21/net/ipv6/
Dcalipso.c233 __list_del(entry->list.prev, entry->list.next); in calipso_cache_check()
/linux-6.6.21/net/ipv4/
Dcipso_ipv4.c267 __list_del(entry->list.prev, entry->list.next); in cipso_v4_cache_check()