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

/linux-master/scripts/mod/
H A Dlist.h115 static inline void __list_del_entry(struct list_head *entry) function
128 __list_del_entry(entry);
/linux-master/scripts/kconfig/
H A Dlist.h112 static inline void __list_del_entry(struct list_head *entry) function
125 __list_del_entry(entry);
/linux-master/tools/usb/usbip/libsrc/
H A Dlist.h80 static inline void __list_del_entry(struct list_head *entry) function
/linux-master/tools/include/linux/
H A Dlist.h100 static inline void __list_del_entry(struct list_head *entry) function
112 extern void __list_del_entry(struct list_head *entry);
145 __list_del_entry(entry);
156 __list_del_entry(list);
168 __list_del_entry(list);
/linux-master/include/linux/
H A Dlist.h93 * Performs the full set of list corruption checks before __list_del_entry().
99 * Performs list corruption checks before __list_del_entry(). Returns false if a
213 static inline void __list_del_entry(struct list_head *entry) function
229 __list_del_entry(entry);
287 __list_del_entry(entry);
298 __list_del_entry(list);
310 __list_del_entry(list);
389 __list_del_entry(entry);
H A Drculist.h157 __list_del_entry(entry);
H A Dskbuff.h1813 __list_del_entry(&skb->list);
/linux-master/samples/bpf/
H A Dtest_lru_dist.c66 static inline void __list_del_entry(struct list_head *entry) function
73 __list_del_entry(list);
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dpage_alloc.c76 __list_del_entry(node);
/linux-master/drivers/gpu/drm/i915/selftests/
H A Di915_active.c325 __list_del_entry(&active->cb.node);
/linux-master/kernel/gcov/
H A Dclang.c200 __list_del_entry(&info->head);
/linux-master/security/tomoyo/
H A Dgc.c390 * __list_del_entry() guarantees that the list element became no longer
395 __list_del_entry(element);
/linux-master/drivers/gpu/drm/i915/
H A Di915_scheduler.c230 __list_del_entry(&stack.dfs_link);
H A Di915_active.c1109 __list_del_entry(&active->cb.node);
H A Di915_request.c407 __list_del_entry(&rq->link); /* poison neither prev/next (RCU walks) */
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.c260 __list_del_entry(&bookmark.obj_link);
/linux-master/fs/orangefs/
H A Dsuper.c625 __list_del_entry(&ORANGEFS_SB(sb)->list);
/linux-master/drivers/gpu/drm/
H A Ddrm_mm.c802 __list_del_entry(&node->node_list);

Completed in 212 milliseconds