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

Function stack_zero

freebsd/kern/subr_stack.c:88–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void
89stack_zero(struct stack *st)
90{
91
92 bzero(st, sizeof *st);
93}
94
95void
96stack_print(const struct stack *st)

Callers 9

stack_captureFunction · 0.85
stack_captureFunction · 0.85
stack_captureFunction · 0.85
epoch_trace_reportFunction · 0.85
kdb_backtraceFunction · 0.85
witness_lock_order_addFunction · 0.85
witness_debuggerFunction · 0.85
stack_captureFunction · 0.85

Calls 1

bzeroFunction · 0.85

Tested by

no test coverage detected