Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ list_insert_head
Function
list_insert_head
freebsd/contrib/openzfs/include/os/linux/spl/sys/list.h:86–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
static inline void
87
list_insert_head(list_t *list, void *object)
88
{
89
list_add(list_d2l(list, object), &list->list_head);
90
}
91
92
static inline void
93
list_insert_tail(list_t *list, void *object)
Callers
1
list_insert_after
Function · 0.70
Calls
1
list_add
Function · 0.85
Tested by
no test coverage detected