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

Function list_add_tail

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

Source from the content-addressed store, hash-verified

128}
129
130static inline void
131list_add_tail(struct list_head *node, struct list_head *head)
132{
133 __list_add_between(head->prev, node, head);
134}
135
136static inline void
137list_del(struct list_head *entry)

Callers 15

list_move_tailFunction · 0.70
kstat_create_moduleFunction · 0.50
kstat_proc_entry_installFunction · 0.50
spl_kmem_alloc_trackFunction · 0.50
spl_slab_allocFunction · 0.50
spl_kmem_cache_createFunction · 0.50
__spl_cache_growFunction · 0.50
spl_cache_shrinkFunction · 0.50
task_doneFunction · 0.50
taskq_dispatchFunction · 0.50
taskq_dispatch_delayFunction · 0.50
taskq_dispatch_entFunction · 0.50

Calls 1

__list_add_betweenFunction · 0.85

Tested by

no test coverage detected