Home
last modified time | relevance | path

Searched refs:__list_del_entry (Results 1 – 10 of 10) sorted by relevance

/linux/scripts/include/
H A Dlist.h112 static inline void __list_del_entry(struct list_head *entry) in __list_del_entry() function
125 __list_del_entry(entry); in list_del()
167 __list_del_entry(list); in list_move()
179 __list_del_entry(list); in list_move_tail()
/linux/tools/include/linux/
H A Dlist.h100 static inline void __list_del_entry(struct list_head *entry) in __list_del_entry() function
112 extern void __list_del_entry(struct list_head *entry);
145 __list_del_entry(entry); in list_del_init()
156 __list_del_entry(list); in list_move()
168 __list_del_entry(list); in list_move_tail()
/linux/tools/usb/usbip/libsrc/
H A Dlist.h80 static inline void __list_del_entry(struct list_head *entry) in __list_del_entry() function
/linux/samples/bpf/
H A Dtest_lru_dist.c66 static inline void __list_del_entry(struct list_head *entry) in __list_del_entry() function
73 __list_del_entry(list); in list_move()
/linux/include/linux/
H A Drculist.h178 __list_del_entry(entry); in list_del_rcu()
212 __list_del_entry(entry); in list_bidir_del_rcu()
H A Dskbuff.h1914 __list_del_entry(&skb->list); in skb_list_del_init()
/linux/kernel/gcov/
H A Dclang.c200 __list_del_entry(&info->head); in gcov_info_unlink()
/linux/drivers/gpu/drm/i915/
H A Di915_scheduler.c230 __list_del_entry(&stack.dfs_link); in __i915_schedule()
/linux/security/tomoyo/
H A Dgc.c390 * __list_del_entry() guarantees that the list element became no longer in tomoyo_try_to_gc()
395 __list_del_entry(element); in tomoyo_try_to_gc()
/linux/fs/orangefs/
H A Dsuper.c624 __list_del_entry(&ORANGEFS_SB(sb)->list); in orangefs_kill_sb()