Home
last modified time | relevance | path

Searched refs:max_kstack_used (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_glue.c488 static int max_kstack_used; variable
490 SYSCTL_INT(_debug, OID_AUTO, max_kstack_used, CTLFLAG_RD,
491 &max_kstack_used, 0,
521 prev_used = max_kstack_used; in intr_prof_stack_use()
524 if (atomic_cmpset_int(&max_kstack_used, prev_used, used)) in intr_prof_stack_use()