MCPcopy Create free account
hub / github.com/F-Stack/f-stack / list_del_init

Function list_del_init

freebsd/contrib/vchiq/interface/compat/list.h:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194static inline void
195list_del_init(struct list_head *node)
196{
197 list_del(node);
198 INIT_LIST_HEAD(node);
199}
200
201#define list_entry(PTR, TYPE, FIELD) container_of(PTR, TYPE, FIELD)
202#define list_first_entry(PTR, TYPE, FIELD) \

Callers 11

tsd_hash_delFunction · 0.85
kstat_proc_entry_installFunction · 0.85
kstat_proc_entry_deleteFunction · 0.85
kmem_del_initFunction · 0.85
spl_kmem_cache_destroyFunction · 0.85
spl_cache_objFunction · 0.85
task_allocFunction · 0.85
task_doneFunction · 0.85
taskq_cancel_idFunction · 0.85
taskq_threadFunction · 0.85
taskq_destroyFunction · 0.85

Calls 2

INIT_LIST_HEADFunction · 0.85
list_delFunction · 0.70

Tested by

no test coverage detected