Searched refs:__list_del_entry (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/lib/
H A Dlist_debug.c44 void __list_del_entry(struct list_head *entry) __list_del_entry() function
67 EXPORT_SYMBOL(__list_del_entry); variable
77 __list_del_entry(entry); list_del()
/linux-4.1.27/tools/usb/usbip/libsrc/
H A Dlist.h85 static inline void __list_del_entry(struct list_head *entry) __list_del_entry() function
/linux-4.1.27/include/linux/
H A Dlist.h100 static inline void __list_del_entry(struct list_head *entry) __list_del_entry() function
112 extern void __list_del_entry(struct list_head *entry);
145 __list_del_entry(entry); list_del_init()
156 __list_del_entry(list); list_move()
168 __list_del_entry(list); list_move_tail()
H A Drculist.h131 __list_del_entry(entry); list_del_rcu()
/linux-4.1.27/security/tomoyo/
H A Dgc.c378 * __list_del_entry() guarantees that the list element became no longer tomoyo_try_to_gc()
383 __list_del_entry(element); tomoyo_try_to_gc()
/linux-4.1.27/fs/
H A Ddcache.c524 __list_del_entry(&dentry->d_child); __dentry_kill()

Completed in 302 milliseconds