Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
130
static inline void
131
list_add_tail(struct list_head *node, struct list_head *head)
132
{
133
__list_add_between(head->prev, node, head);
134
}
135
136
static inline void
137
list_del(struct list_head *entry)
Callers
15
list_move_tail
Function · 0.70
kstat_create_module
Function · 0.50
kstat_proc_entry_install
Function · 0.50
spl_kmem_alloc_track
Function · 0.50
spl_slab_alloc
Function · 0.50
spl_kmem_cache_create
Function · 0.50
__spl_cache_grow
Function · 0.50
spl_cache_shrink
Function · 0.50
task_done
Function · 0.50
taskq_dispatch
Function · 0.50
taskq_dispatch_delay
Function · 0.50
taskq_dispatch_ent
Function · 0.50
Calls
1
__list_add_between
Function · 0.85
Tested by
no test coverage detected