Home
last modified time | relevance | path

Searched refs:__list_del (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/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
88 __list_del(entry->prev, entry->next); in __list_del_entry()
93 __list_del(entry->prev, entry->next); in list_del()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
H A Dlist.h186 __list_del(struct list_head *prev, struct list_head *next) in __list_del() function
209 __list_del(entry->prev, entry->next); in list_del()
215 __list_del(entry->prev, entry->next); in list_del_init()
222 __list_del(list->prev, list->next); in list_move_tail()
/kernel/linux/linux-5.10/scripts/kconfig/
H A 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()
/kernel/linux/linux-6.6/scripts/kconfig/
H A 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()
/kernel/linux/linux-6.6/scripts/mod/
H A 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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/linux/
H A Dlist.h110 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() function
126 __list_del(entry->prev, entry->next); in __list_del_clearprev()
135 __list_del(entry->prev, entry->next); in __list_del_entry()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_lru_dist.c66 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() function
74 __list_del(entry->prev, entry->next); in __list_del_entry()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
H A Dttm_page_alloc.c318 __list_del(p->lru.prev, &pool->list); in ttm_page_pool_free()
353 __list_del(&p->lru, &pool->list); in ttm_page_pool_free()
/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-topology.c279 __list_del(h->prev, &stack); in build_tree()
/kernel/linux/linux-6.6/drivers/firewire/
H A Dcore-topology.c280 __list_del(h->prev, &stack); in build_tree()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/microcode/
H A Damd.c641 __list_del(p->plist.prev, p->plist.next); in free_cache()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/microcode/
H A Damd.c623 __list_del(p->plist.prev, p->plist.next); in free_cache()
/kernel/linux/linux-5.10/net/ipv6/
H A Dcalipso.c233 __list_del(entry->list.prev, entry->list.next); in calipso_cache_check()
/kernel/linux/linux-6.6/net/ipv6/
H A Dcalipso.c233 __list_del(entry->list.prev, entry->list.next); in calipso_cache_check()
/kernel/linux/linux-5.10/net/ipv4/
H A Dcipso_ipv4.c268 __list_del(entry->list.prev, entry->list.next); in cipso_v4_cache_check()
/kernel/linux/linux-6.6/net/ipv4/
H A Dcipso_ipv4.c267 __list_del(entry->list.prev, entry->list.next); in cipso_v4_cache_check()

Completed in 40 milliseconds