Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ list_remove
Function
list_remove
freebsd/contrib/openzfs/include/os/linux/spl/sys/list.h:116–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
static inline void
117
list_remove(list_t *list, void *object)
118
{
119
list_del(list_d2l(list, object));
120
}
121
122
static inline void *
123
list_remove_head(list_t *list)
Callers
nothing calls this directly
Calls
1
list_del
Function · 0.50
Tested by
no test coverage detected