Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ list_destroy
Function
list_destroy
freebsd/contrib/openzfs/include/os/linux/spl/sys/list.h:80–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
static inline void
81
list_destroy(list_t *list)
82
{
83
list_del(&list->list_head);
84
}
85
86
static inline void
87
list_insert_head(list_t *list, void *object)
Callers
nothing calls this directly
Calls
1
list_del
Function · 0.50
Tested by
no test coverage detected