/linux/lib/ |
H A D | stackdepot.c | 312 struct stack_record *stack; depot_pop_free_pool() local 346 struct stack_record *stack; depot_pop_free() local 383 struct stack_record *stack = NULL; depot_alloc_stack() local 446 struct stack_record *stack; depot_fetch_stack() local 468 depot_free_stack(struct stack_record * stack) depot_free_stack() argument 539 struct stack_record *stack, *ret = NULL; find_stack() local 702 struct stack_record *stack; stack_depot_fetch() local 729 struct stack_record *stack; stack_depot_put() local 747 stack_depot_print(depot_stack_handle_t stack) stack_depot_print() argument [all...] |
H A D | ref_tracker.c | 45 depot_stack_handle_t stack = tracker->alloc_stack_handle; in ref_tracker_get_stats() local 89 depot_stack_handle_t stack; in __ref_tracker_dir_pr_ostream() local
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | build_id.c | 10 static void print_stack(struct bpf_stack_build_id *stack, int frame_cnt) in print_stack() 40 struct bpf_stack_build_id *stack; in subtest_nofault() local 78 struct bpf_stack_build_id *stack; in subtest_sleepable() local
|
/linux/arch/openrisc/kernel/ |
H A D | unwinder.c | 60 void unwind_stack(void *data, unsigned long *stack, in unwind_stack() 93 void unwind_stack(void *data, unsigned long *stack, in unwind_stack()
|
/linux/mm/ |
H A D | page_owner.c | 39 struct stack { struct 40 struct stack_record *stack_record; argument 41 struct stack *next; argument 169 struct stack *stack; in add_stack_record_to_list() local 858 struct stack *stack; in stack_start() local 880 struct stack *stack = v; in stack_next() local 894 struct stack *stack = v; in stack_print() local
|
/linux/arch/loongarch/kernel/ |
H A D | process.c | 253 bool in_irq_stack(unsigned long stack, struct stack_info *info) in in_irq_stack() 274 bool in_task_stack(unsigned long stack, struct task_struct *task, in in_task_stack() 291 int get_stack_info(unsigned long stack, struct task_struct *task, in get_stack_info()
|
/linux/arch/powerpc/kernel/ |
H A D | stacktrace.c | 44 unsigned long *stack = (unsigned long *) sp; in arch_stack_walk() local 96 unsigned long *stack = (unsigned long *) sp; in arch_stack_walk_reliable() local
|
/linux/scripts/kconfig/ |
H A D | symbol.c | 1067 static void dep_stack_insert(struct dep_stack *stack, struct symbol *sym) in dep_stack_insert() argument 1091 struct dep_stack *stack; sym_check_print_recursive() local 1196 struct dep_stack stack; sym_check_sym_deps() local 1243 struct dep_stack stack; sym_check_choice_deps() local 1299 struct dep_stack stack; sym_check_deps() local [all...] |
/linux/drivers/misc/lkdtm/ |
H A D | bugs.c | 139 static noinline void __lkdtm_CORRUPT_STACK(void *stack) in __lkdtm_CORRUPT_STACK() 187 static noinline void __lkdtm_REPORT_STACK_CANARY(void *stack) in __lkdtm_REPORT_STACK_CANARY() 527 const unsigned char *stack = task_stack_page(current); in lkdtm_STACK_GUARD_PAGE_LEADING() local 541 const unsigned char *stack = task_stack_page(current); in lkdtm_STACK_GUARD_PAGE_TRAILING() local
|
/linux/sound/soc/sof/amd/ |
H A D | acp-common.c | 62 u32 *stack, size_t stack_words) in amd_get_registers() 94 u32 stack[AMD_STACK_DUMP_SIZE]; in amd_sof_dump() local
|
/linux/io_uring/ |
H A D | slist.h | 89 struct io_wq_work_node *stack) in wq_stack_add_head() 103 struct io_wq_work_node *wq_stack_extract(struct io_wq_work_node *stack) in wq_stack_extract()
|
/linux/arch/um/os-Linux/skas/ |
H A D | process.c | 456 void *stack; in start_userspace() local 790 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() argument 817 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread()
|
/linux/tools/perf/util/ |
H A D | annotate-data.c | 181 struct type_state_stack *stack, *tmp; in exit_type_state() local 528 struct type_state_stack *stack; find_stack_state() local 541 set_stack_state(struct type_state_stack * stack,int offset,u8 kind,Dwarf_Die * type_die) set_stack_state() argument 572 struct type_state_stack *stack = find_stack_state(state, offset); findnew_stack_state() local 835 struct type_state_stack *stack; update_var_state() local 1131 struct type_state_stack *stack; check_matching_type() local 1164 struct type_state_stack *stack; check_matching_type() local [all...] |
/linux/mm/kmsan/ |
H A D | init.c | 149 static void smallstack_push(struct smallstack *stack, struct page *pages) in smallstack_push() 157 static struct page *smallstack_pop(struct smallstack *stack) in smallstack_pop()
|
/linux/sound/soc/sof/intel/ |
H A D | atom.c | 38 u32 *stack, size_t stack_words) in atom_get_registers() 65 u32 stack[STACK_DUMP_SIZE]; in atom_dump() local
|
/linux/kernel/trace/ |
H A D | fprobe.c | 156 static inline bool write_fprobe_header(unsigned long *stack, in write_fprobe_header() 167 static inline void read_fprobe_header(unsigned long *stack, in read_fprobe_header() 184 static inline bool write_fprobe_header(unsigned long *stack, in write_fprobe_header() 197 static inline void read_fprobe_header(unsigned long *stack, in read_fprobe_header()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_get_stack_rawtp_err.c | 11 __u64 stack[MAX_STACK_RAWTP]; in bpf_prog2() local
|
/linux/arch/xtensa/include/asm/ |
H A D | smp.h | 18 unsigned long stack; member
|
/linux/tools/testing/selftests/proc/ |
H A D | thread-self.c | 51 void *stack; in main() local
|
/linux/arch/um/kernel/ |
H A D | sysrq.c | 29 void show_stack(struct task_struct *task, unsigned long *stack, in show_stack()
|
/linux/arch/x86/kernel/ |
H A D | rethook.c | 119 unsigned long *stack = (unsigned long *)regs->sp; in arch_rethook_prepare() local
|
/linux/drivers/net/ethernet/intel/idpf/ |
H A D | idpf_lib.c | 18 struct idpf_vector_lifo *stack; in idpf_init_vector_stack() local 53 struct idpf_vector_lifo *stack; in idpf_deinit_vector_stack() local 166 struct idpf_vector_lifo *stack = &adapter->vector_stack; in idpf_vector_lifo_push() local 187 struct idpf_vector_lifo *stack = &adapter->vector_stack; in idpf_vector_lifo_pop() local 255 struct idpf_vector_lifo *stack; in idpf_req_rel_vector_indexes() local
|
/linux/tools/perf/arch/arm64/tests/ |
H A D | dwarf-unwind.c | 16 struct stack_dump *stack = &sample->user_stack; in sample_ustack() local
|
/linux/tools/perf/arch/arm/tests/ |
H A D | dwarf-unwind.c | 16 struct stack_dump *stack = &sample->user_stack; in sample_ustack() local
|
/linux/tools/perf/arch/powerpc/tests/ |
H A D | dwarf-unwind.c | 16 struct stack_dump *stack = &sample->user_stack; in sample_ustack() local
|