Searched refs:Stk (Results 1 – 1 of 1) sorted by relevance
574 struct callstack *Stk; in report_htable_stats() local613 for (Stk = callstack; Stk != NULL; Stk = Stk->next) { in report_htable_stats()616 (ulong_t)Stk->stkbase, in report_htable_stats()617 (ulong_t)Stk->stkend, in report_htable_stats()618 (ulong_t)(Stk->stkend - Stk->stkbase)); in report_htable_stats()635 struct callstack *Stk; in make_lwp_stack() local645 for (Stk = callstack; Stk != NULL; Stk = Stk->next) in make_lwp_stack()646 if (sp >= Stk->stkbase && sp < Stk->stkend) in make_lwp_stack()649 Stk = my_malloc(sizeof (struct callstack), NULL); in make_lwp_stack()650 Stk->next = callstack; in make_lwp_stack()[all …]