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

Function list_add

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

Source from the content-addressed store, hash-verified

122}
123
124static inline void
125list_add(struct list_head *node, struct list_head *head)
126{
127 __list_add_between(head, node, head->next);
128}
129
130static inline void
131list_add_tail(struct list_head *node, struct list_head *head)

Callers 14

tsd_hash_addFunction · 0.85
spl_slab_freeFunction · 0.85
spl_cache_refillFunction · 0.85
spl_cache_shrinkFunction · 0.85
task_expire_implFunction · 0.85
taskq_insert_in_orderFunction · 0.85
taskq_dispatchFunction · 0.85
list_insert_headFunction · 0.85
list_insert_afterFunction · 0.85
list_moveFunction · 0.85
vchiq_ioctlFunction · 0.85

Calls 1

__list_add_betweenFunction · 0.85

Tested by

no test coverage detected