Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
void
89
stack_zero(struct stack *st)
90
{
91
92
bzero(st, sizeof *st);
93
}
94
95
void
96
stack_print(const struct stack *st)
Callers
9
stack_capture
Function · 0.85
stack_capture
Function · 0.85
stack_capture
Function · 0.85
epoch_trace_report
Function · 0.85
kdb_backtrace
Function · 0.85
sbuf_print_witness_badstacks
Function · 0.85
witness_lock_order_add
Function · 0.85
witness_debugger
Function · 0.85
stack_capture
Function · 0.85
Calls
1
bzero
Function · 0.85
Tested by
no test coverage detected