MCPcopy Create free account
hub / github.com/dtrace4linux/linux / ctf_list_append

Function ctf_list_append

common/ctf/ctf_util.c:21–35  ·  view source on GitHub ↗

* Simple doubly-linked list append routine. This implementation assumes that * each list element contains an embedded ctf_list_t as the first member. * An additional ctf_list_t is used to store the head (l_next) and tail * (l_prev) pointers. The current head and tail list elements have their * previous and next pointers set to NULL, respectively. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

ctf_dtd_insertFunction · 0.70
ctf_add_enumeratorFunction · 0.70
ctf_add_memberFunction · 0.70
membaddFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected