Searched refs:MAX_FRAMES (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skt_reass.c | 61 #define MAX_FRAMES 8 macro 213 struct sktu_frame *rx_frames[MAX_FRAMES]; in reass_common() 214 struct sktu_frame *tx_frames[MAX_FRAMES]; in reass_common() 218 n_tx_frames = flow->create_input_frames(flow, tx_frames, MAX_FRAMES, in reass_common() 223 n_rx_frames = sktu_channel_port_rx_burst(ch_port, rx_frames, MAX_FRAMES); in reass_common()
|
| /xnu-12377.61.12/san/memory/ |
| H A D | kasan_dynamic_denylist.c | 22 #define MAX_FRAMES 8 macro 353 uintptr_t frames[MAX_FRAMES]; in kasan_is_denylisted() 366 nframes = backtrace(bt, MAX_FRAMES, &ctl, NULL); in kasan_is_denylisted()
|
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | kern_stackshot.c | 535 #define MAX_FRAMES 1000 macro 1525 est_extra_size += real_ncpus * MAX_FRAMES * sizeof(uintptr_t); /* Stacktrace buffers */ in get_stackshot_estsize() 2819 …hot_cpu_ctx.scc_stack_buffer = kcdata_endalloc(stackshot_kcdata_p, sizeof(uintptr_t) * MAX_FRAMES); in kdp_snapshot_preflight_internal() 2830 .scc_stack_buffer = kcdata_endalloc(stackshot_kcdata_p, sizeof(uintptr_t) * MAX_FRAMES) in kdp_snapshot_preflight_internal() 4565 saved_count = backtrace_user(stackshot_cpu_ctx.scc_stack_buffer, MAX_FRAMES, &ctl, in kcdata_record_thread_snapshot() 4595 unsigned int async_count = backtrace_user(stackshot_cpu_ctx.scc_stack_buffer, MAX_FRAMES, &ctl, in kcdata_record_thread_snapshot() 4637 (char *) (stackshot_cpu_ctx.scc_stack_buffer + MAX_FRAMES), MAX_FRAMES, in kcdata_record_thread_snapshot() 5127 static_assert(TASK_IMP_WALK_LIMIT * sizeof(int32_t) <= MAX_FRAMES * sizeof(uintptr_t)); in kdp_stackshot_record_task() 6109 stackshot_cpu_ctx.scc_stack_buffer = stackshot_alloc_arr(uintptr_t, MAX_FRAMES, &error); in stackshot_cpu_do_work()
|