MCPcopy 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
116static inline void
117list_remove(list_t *list, void *object)
118{
119 list_del(list_d2l(list, object));
120}
121
122static inline void *
123list_remove_head(list_t *list)

Callers

nothing calls this directly

Calls 1

list_delFunction · 0.50

Tested by

no test coverage detected