Found 14 other functions taking a
_snode
argument:
Peek the next node from current node
Peek the next node from current node
Append a node to the given list This and other sys_slist_*() functions are not thread safe.
Find and remove a node from a list This and other sys_slist_*() functions are not thread safe.
Append a node to the given list This and other sys_slist_*() functions are not thread safe.
Peek the next node from current node, node is not NULL Faster then sys_slist_peek_next() if node is known not to be NULL.
Prepend a node to the given list This and other sys_slist_*() functions are not thread safe.
Remove a node This and other sys_slist_*() functions are not thread safe.
Peek the next node from current node, node is not NULL Faster then sys_slist_peek_next() if node is known not to be NULL.
Prepend a node to the given list This and other sys_slist_*() functions are not thread safe.
Remove a node This and other sys_slist_*() functions are not thread safe.
Find and remove a node from a list This and other sys_slist_*() functions are not thread safe.
Insert a node to the given list This and other sys_slist_*() functions are not thread safe.
Insert a node to the given list This and other sys_slist_*() functions are not thread safe.