Searched refs:__list_del (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/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 88 __list_del(entry->prev, entry->next); in __list_del_entry() 93 __list_del(entry->prev, entry->next); in list_del()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/ |
D | list.h | 186 __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()
|
/Linux-v4.19/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-v4.19/kernel/locking/ |
D | mutex.h | 14 __list_del((waiter)->list.prev, (waiter)->list.next)
|
/Linux-v4.19/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-v4.19/samples/bpf/ |
D | test_lru_dist.c | 69 static inline void __list_del(struct list_head *prev, struct list_head *next) in __list_del() function 77 __list_del(entry->prev, entry->next); in __list_del_entry()
|
/Linux-v4.19/kernel/bpf/ |
D | xskmap.c | 150 __list_del(xs->flush_node.prev, xs->flush_node.next); in __xsk_map_flush()
|
/Linux-v4.19/include/linux/ |
D | list.h | 103 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() function 120 __list_del(entry->prev, entry->next); in __list_del_entry()
|
/Linux-v4.19/drivers/gpu/drm/ttm/ |
D | ttm_page_alloc.c | 318 __list_del(p->lru.prev, &pool->list); in ttm_page_pool_free() 353 __list_del(&p->lru, &pool->list); in ttm_page_pool_free()
|
/Linux-v4.19/drivers/firewire/ |
D | core-topology.c | 291 __list_del(h->prev, &stack); in build_tree()
|
/Linux-v4.19/arch/x86/kernel/cpu/microcode/ |
D | amd.c | 425 __list_del(p->plist.prev, p->plist.next); in free_cache()
|
/Linux-v4.19/net/ipv6/ |
D | calipso.c | 244 __list_del(entry->list.prev, entry->list.next); in calipso_cache_check()
|
/Linux-v4.19/fs/ |
D | libfs.c | 134 __list_del(cursor->d_child.prev, cursor->d_child.next); in move_cursor()
|
/Linux-v4.19/net/ipv4/ |
D | cipso_ipv4.c | 282 __list_del(entry->list.prev, entry->list.next); in cipso_v4_cache_check()
|