Searched refs:new_stack (Results 1 – 5 of 5) sorted by relevance
29 extern void move_stack(unsigned long new_stack);
51 extern void move_stack(unsigned long new_stack);
120 struct thread_stack_entry *new_stack; in thread_stack__grow() local126 new_stack = realloc(ts->stack, sz); in thread_stack__grow()127 if (!new_stack) in thread_stack__grow()130 ts->stack = new_stack; in thread_stack__grow()
1212 __u32 *new_stack; in btf_dump_push_decl_stack_id() local1217 new_stack = libbpf_reallocarray(d->decl_stack, new_cap, sizeof(new_stack[0])); in btf_dump_push_decl_stack_id()1218 if (!new_stack) in btf_dump_push_decl_stack_id()1220 d->decl_stack = new_stack; in btf_dump_push_decl_stack_id()
446 void call_on_stack(unsigned long p1, void *func, unsigned long new_stack);