MCPcopy 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
80static inline void
81list_destroy(list_t *list)
82{
83 list_del(&list->list_head);
84}
85
86static inline void
87list_insert_head(list_t *list, void *object)

Callers

nothing calls this directly

Calls 1

list_delFunction · 0.50

Tested by

no test coverage detected