Home
last modified time | relevance | path

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

/tools/usb/usbip/libsrc/
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()
/tools/testing/selftests/bpf/
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()
/tools/include/linux/
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()

Completed in 8 milliseconds