MCPcopy Create free account
hub / github.com/F-Stack/f-stack / list_del

Function list_del

freebsd/contrib/vchiq/interface/compat/list.h:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136static inline void
137list_del(struct list_head *entry)
138{
139 entry->prev->next = entry->next;
140 entry->next->prev = entry->prev;
141}
142
143static inline void
144__list_splice_between(struct list_head *prev, const struct list_head *list,

Callers 15

list_moveFunction · 0.70
list_move_tailFunction · 0.70
list_del_initFunction · 0.70
kstat_delete_moduleFunction · 0.50
spl_slab_freeFunction · 0.50
spl_cache_refillFunction · 0.50
spl_cache_shrinkFunction · 0.50
task_expire_implFunction · 0.50
taskq_destroyFunction · 0.50
abd_alloc_chunksFunction · 0.50
list_destroyFunction · 0.50
list_removeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected