Home
last modified time | relevance | path

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

/linux-6.15/tools/usb/usbip/libsrc/
H A 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.15/tools/testing/selftests/bpf/
H A Dbpf_arena_list.h65 static inline void __list_del(arena_list_node_t *n) in __list_del() function
89 __list_del(n); in list_del()
/linux-6.15/scripts/include/
H A Dlist.h106 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-6.15/tools/include/linux/
H A 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.15/samples/bpf/
H A 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.15/include/linux/
H A 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.15/drivers/firewire/
H A Dcore-topology.c234 __list_del(h->prev, &stack); in build_tree()
/linux-6.15/fs/bcachefs/
H A Dsix.c241 __list_del(w->list.prev, w->list.next); in __six_lock_wakeup()
/linux-6.15/arch/x86/kernel/cpu/microcode/
H A Damd.c814 __list_del(p->plist.prev, p->plist.next); in free_cache()
/linux-6.15/net/ipv6/
H A Dcalipso.c233 __list_del(entry->list.prev, entry->list.next); in calipso_cache_check()
/linux-6.15/net/ipv4/
H A Dcipso_ipv4.c267 __list_del(entry->list.prev, entry->list.next); in cipso_v4_cache_check()