Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ list_empty
Function
list_empty
freebsd/contrib/vchiq/interface/compat/list.h:97–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
static inline int
98
list_empty(const struct list_head *head)
99
{
100
return (head->next == head);
101
}
102
103
static inline int
104
list_is_singular(const struct list_head *head)
Callers
15
list_remove
Function · 0.85
list_head
Function · 0.85
list_tail
Function · 0.85
list_move_tail
Function · 0.85
list_is_empty
Function · 0.85
tsd_remove_entry
Function · 0.85
tsd_destroy
Function · 0.85
tsd_exit
Function · 0.85
taskq_seq_show_impl
Function · 0.85
kstat_delete_module
Function · 0.85
kstat_proc_entry_install
Function · 0.85
kstat_proc_entry_delete
Function · 0.85
Calls
no outgoing calls
Tested by
1
controller
Function · 0.68