| /xnu-11215/tests/ |
| H A D | microstackshot_tests.c | 152 __block int pmi_events = 0; 154 __block int pmi_records = 0; 155 __block int io_records = 0; 156 __block int interrupt_records = 0; 157 __block int timer_arm_records = 0; 158 __block int unknown_records = 0; 159 __block int empty_records = 0; 336 __block int pmi_records = 0; 337 __block int io_records = 0; 340 __block int unknown_records = 0; [all …]
|
| H A D | thread_group_set_32261625.c | 24 __block int seen_new_thread = 0, __block seen_thread_group_set = 0;
|
| H A D | kevent_pty.c | 82 __block pid_t master_pid; 203 __block int iters = 0; in redispatch() 205 __block void (^redispatch_blk)(void) = Block_copy(^{ in redispatch()
|
| H A D | perf_compressor.c | 193 __block bool decompr_latency_is_stable = false; in run_compressor_test() 288 __block int num_pages; 289 __block char **buf; 360 __block bool collect_dt_stat_measurements = true;
|
| H A D | pipe_kevent.c | 53 __block int iter = 1;
|
| H A D | monotonic_core.c | 94 __block bool saw_events = false;
|
| /xnu-11215/tests/ktrace/ |
| H A D | kperf_tests.c | 157 __block uint64_t nfires = 0; 158 __block uint64_t nsamples = 0; 244 __block int last_fire_cpu = -1; 247 __block int nexpected = 0; 248 __block int nextra = 0; 249 __block int nidles = 0; 359 __block uint64_t nfires = 0; 497 __block int i = -HISTORY_LEN; in cpu_oversample_log() 524 __block uint64_t nfires = 0; 992 __block uint64_t nfires = 0; [all …]
|
| H A D | kdebug_tests.c | 47 __block int events_seen = 0; 173 __block int single_seen = 0; 174 __block int paired_seen = 0; 248 __block bool seen = 0; 356 __block int events = 0; 494 __block int events = 0; 526 __block uint64_t prev_ts = 0; 529 __block bool in_order = true; 1238 __block uint64_t seen = 0; 1746 __block pid_t pid; [all …]
|
| H A D | kperf_backtracing_tests.c | 70 __block unsigned int stacks = 0; in expect_backtrace() 71 __block unsigned int frames = 0; in expect_backtrace() 72 __block unsigned int hdr_frames = 0; in expect_backtrace() 73 __block unsigned int allow_larger = allow_larger_by; in expect_backtrace() 505 __block bool saw_stack = false; 556 __block bool saw_stack = false; 557 __block bool saw_stack_data = false; 558 __block uint64_t nevents = 0; 621 __block uint64_t stacks_seen = 0; 622 __block uint64_t valid_stacks_seen = 0;
|
| H A D | kdebug_coproc_tests.c | 159 __block bool saw_past_event = false; 198 __block bool found_abs_event = false; in expect_convert_between_abs_cont() 199 __block bool found_cont_event = false; in expect_convert_between_abs_cont()
|
| /xnu-11215/tests/sched/ |
| H A D | thread_group_flags.c | 216 __block int ret; in search_for_workload_id_tg_flags_tracepoints() 222 __block int num_validated_new_tgs = 0; in search_for_workload_id_tg_flags_tracepoints() 237 __block int num_validated_flags = 0; in search_for_workload_id_tg_flags_tracepoints() 253 __block int num_validated_joins = 0; in search_for_workload_id_tg_flags_tracepoints() 291 …__block struct thread_data *datas = (struct thread_data *)calloc(num_workload_ids, sizeof(struct t… 307 __block pthread_t *threads = start_threads(join_workload_fn, datas, num_workload_ids); 337 __block int ret; in search_for_pid_based_tg_flags_tracepoints() 343 __block int tracepoint_idx = 0; in search_for_pid_based_tg_flags_tracepoints() 401 …__block struct thread_data *datas = (struct thread_data *)calloc(num_threads, sizeof(struct thread… 409 __block pthread_t *threads = start_threads(join_leave_pid_based, datas, num_threads);
|
| H A D | zero_to_n_tests.c | 68 __block bool test_failed = true; in run_zn() 69 __block bool test_skipped = false; in run_zn()
|
| H A D | overloaded_runqueue.c | 191 __block int ret; in search_for_interrupt_disable_timeout_tracepoint() 197 __block const char *offending_thread = NULL; in search_for_interrupt_disable_timeout_tracepoint() 242 __block int ret;
|
| /xnu-11215/osfmk/kern/ |
| H A D | exclaves_shared_memory.c | 60 __block kern_return_t kr = KERN_SUCCESS; in exclaves_shared_memory_access_check() 162 __block bool success = false; in exclaves_shared_memory_teardown() 200 __block bool success = false; in exclaves_shared_memory_map() 241 __block bool success = false; in exclaves_shared_memory_unmap() 281 __block bool success = false;
|
| H A D | exclaves_conclave.c | 88 __block bool success = false; in exclaves_conclave_launcher_launch() 127 __block bool success = false; in exclaves_conclave_launcher_stop() 168 __block bool success = false; in exclaves_conclave_launcher_suspend()
|
| H A D | exclaves_xnuproxy.c | 303 __block exclaves_ctx_t local_ctx = {}; in exclaves_xnuproxy_ctx_alloc() 358 __block exclaves_ctx_t local_ctx = *ctx; in exclaves_xnuproxy_ctx_free() 391 __block size_t count = 0; in countof_char_v() 585 __block uint64_t endpoint = 0; in exclaves_xnuproxy_init()
|
| H A D | exclaves_frame_mint.c | 79 __block bool success = false; in exclaves_frame_mint_populate()
|
| H A D | exclaves_inspection.c | 206 __block kern_return_t error = KERN_SUCCESS; in process_exclaves_buffer() 233 __block kern_return_t kr = KERN_SUCCESS; in collect_scid_list() 406 __block kern_return_t kr = KERN_SUCCESS; in exclaves_inspection_init()
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_prot.c | 702 __block int error = 0; in setuid() 703 __block uid_t old_ruid; in setuid() 704 __block uid_t ruid; in setuid() 789 __block int error = 0; in seteuid() 853 __block int error = 0; in setreuid() 854 __block uid_t old_ruid; in setreuid() 956 __block int error = 0; in setgid() 1022 __block int error = 0; in setegid() 1091 __block int error = 0; in setregid()
|
| /xnu-11215/tests/workq/ |
| H A D | workq_sigmask.c | 36 __block int ret; 88 __block int ret;
|
| /xnu-11215/tests/cpu_counters/ |
| H A D | kpc_tests.c | 450 __block unsigned int sample_count = 0; 451 __block unsigned int pmi_count = 0; 452 __block unsigned int callstack_count = 0; 453 __block uint64_t first_ns = 0; 454 __block uint64_t last_ns = 0; 560 __block uint64_t first_check_ns = 0; 561 __block uint64_t last_check_ns = 0;
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOWorkloadConfig.cpp | 343 __block IOReturn ret = kIOReturnSuccess; in parseFlags() 379 __block IOReturn ret = kIOReturnError; in parsePhases() 483 __block IOReturn ret = kIOReturnError; in parseWorkloadIDTable() 546 __block IOReturn ret = kIOReturnSuccess; in parseWorkloadIDConfigurationFlags() 679 __block IOReturn ret = kIOReturnSuccess; in IOUnparseWorkloadConfig()
|
| /xnu-11215/tests/vm/ |
| H A D | memorystatus_freeze_test.c | 402 __block int num_iter = 0; 403 __block char **buf; 628 __block int demote_value = 1; 1133 __block int is_frozen; 1276 __block errno_t ret; 1277 __block int maxproc; 1571 __block dispatch_source_t first_signal_block; 1579 __block int ret = pid_suspend(second_child);
|
| /xnu-11215/osfmk/arm64/ |
| H A D | hibernate_restore.c | 307 __block map_ctx ctx = {}; in pal_hib_resume_tramp() 316 __block uint64_t phys_start = 0, phys_end = 0; in pal_hib_resume_tramp()
|
| /xnu-11215/tests/skywalk/ |
| H A D | skt_netifdirect.c | 499 uint32_t __block n_tx_expired_chan_events = 0, __block n_tx_status_chan_events = 0; in skt_netif_send_and_receive() 500 uint64_t __block total_tx_exp_notif_delay = 0, __block total_tx_exp_prop_delay = 0; in skt_netif_send_and_receive()
|