| /xnu-12377.41.6/osfmk/kern/ |
| H A D | sched_amp_common.c | 163 bit_set(pset->pending_spill_cpu_mask, processor->cpu_id); in pset_signal_spill() 340 bit_set(ast_processor_map, eprocessor->cpu_id); in sched_amp_balance() 382 bit_set(ast_processor_map, eprocessor->cpu_id); in sched_amp_bounce_thread_group_from_ecores() 385 bit_set(pset->pending_AST_PREEMPT_cpu_mask, eprocessor->cpu_id); in sched_amp_bounce_thread_group_from_ecores()
|
| H A D | processor.c | 250 bit_set(processor_offline_state_map[new_state], cpuid); in processor_update_offline_state_locked() 363 bit_set(pset->cpu_bitmask, cpu_id); in processor_init() 364 bit_set(pset->recommended_bitmask, cpu_id); in processor_init() 367 bit_set(pset->primary_map, cpu_id); in processor_init() 369 bit_set(pset->cpu_state_map[PROCESSOR_OFF_LINE], cpu_id); in processor_init() 382 bit_set(processor_offline_state_map[processor->processor_offline_state], cpu_id); in processor_init() 489 bit_set(processor->processor_set->cpu_running_foreign, processor->cpu_id); in processor_state_update_running_foreign() 508 …bit_set(processor->processor_set->cpu_running_cluster_shared_rsrc_thread[CLUSTER_SHARED_RSRC_TYPE_… in processor_state_update_running_cluster_shared_rsrc() 513 …bit_set(processor->processor_set->cpu_running_cluster_shared_rsrc_thread[CLUSTER_SHARED_RSRC_TYPE_… in processor_state_update_running_cluster_shared_rsrc() 769 bit_set(node->pset_map, pset->pset_id); in pset_init()
|
| H A D | bits.h | 60 #define bit_set(x, b) ((x) |= BIT(b)) macro 92 bit_set(*_map, _n); \ 274 bit_set(map[bitmap_index(n)], bitmap_bit(n)); in bitmap_set()
|
| H A D | processor.h | 820 bit_set(pset->cpu_state_map[new_state], cpuid); in pset_update_processor_state() 827 bit_set(pset->cpu_available_map, cpuid); in pset_update_processor_state()
|
| H A D | sched_prim.c | 2233 bit_set(pset->realtime_map, processor->cpu_id); in pset_commit_processor_to_new_thread() 4207 bit_set(pset->pending_AST_PREEMPT_cpu_mask, processor->cpu_id); in realtime_setrun() 4229 bit_set(pset->pending_AST_PREEMPT_cpu_mask, processor->cpu_id); in realtime_setrun() 4328 bit_set(pset->pending_deferred_AST_cpu_mask, dst->cpu_id); in sched_ipi_action() 4336 bit_set(pset->pending_AST_PREEMPT_cpu_mask, dst->cpu_id); in sched_ipi_action() 4525 bit_set(pset->pending_AST_PREEMPT_cpu_mask, processor->cpu_id); in processor_setrun() 7373 bit_set(pcs.pcs_requested_online_user, processor->cpu_id); in sched_processor_start_user() 7462 bit_set(system_required_cores, cpu_id); in sched_cpu_init_completed() 8306 bit_set(pcs.pcs_recommended_cores, processor->cpu_id); in sched_processor_change_mode_locked() 8339 bit_set(pcs.pcs_effective.pcs_tempdown_cores, processor->cpu_id); in sched_processor_change_mode_locked() [all …]
|
| H A D | sched_clutch.c | 927 …bit_set(debug_info->trace_data.starvation_avoidance_window_close, edf_bucket->scrb_bound * TH_BUCK… in sched_clutch_root_highest_root_bucket() 1035 …bit_set(debug_info->trace_data.warp_window_close, warp_bucket->scrb_bound * TH_BUCKET_SCHED_MAX + … in sched_clutch_root_highest_root_bucket() 4562 bit_set(eligible_pset_bitmask, preferred_pset->pset_cluster_id); in sched_edge_shared_rsrc_migrate_possible() 5148 bit_set(ast_processor_map, cpuid); in sched_edge_balance() 5683 bit_set(ast_processor_map, cpuid); in sched_edge_migrate_thread_group_running_threads() 5685 bit_set(root_clutch->scr_pset->pending_AST_PREEMPT_cpu_mask, cpuid); in sched_edge_migrate_thread_group_running_threads()
|
| /xnu-12377.41.6/iokit/Kernel/arm/ |
| H A D | AppleARMSMP.cpp | 244 bit_set(all_clusters_mask, topology_info->clusters[i].cluster_id); in IOCPUInitialize() 464 bit_set(cpu_power_state_mask, cpu_id); in PE_cpu_power_enable() 476 bit_set(online_clusters_mask, cluster_id); in PE_cpu_power_enable()
|
| /xnu-12377.41.6/bsd/dev/arm64/ |
| H A D | fasttrap_isa.c | 526 uint32_t bit_index, b5, b40, regno, bit_set; local 543 bit_set = ((regval & (1 << bit_index)) != 0); 545 if ((is_tbz && (!bit_set)) || ((!is_tbz) && bit_set)) {
|
| /xnu-12377.41.6/tests/sched/sched_test_harness/ |
| H A D | sched_clutch_harness_impl.c | 162 bit_set(psets[i]->cpu_bitmask, c); in clutch_impl_init_topology() 290 bit_set(cpus[cpu_id]->processor_set->realtime_map, cpu_id); in clutch_impl_cpu_set_thread_current()
|
| H A D | sched_edge_harness.c | 258 bit_set(processor->processor_set->cpu_running_foreign, processor->cpu_id); in processor_state_update_running_foreign()
|
| /xnu-12377.41.6/osfmk/vm/ |
| H A D | vm_mteinfo.c | 987 bit_set(mte_free_queue_mask, nidx); in mteinfo_free_queue_requeue() 1060 bit_set(nlist->mask, nbucket); in cell_list_requeue() 1487 bit_set(cell->free_mask, bit); in mteinfo_covered_page_set_free() 3020 bit_set(list->mask, 0); in mteinfo_init()
|
| /xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_owner.c | 508 bit_set(bmap[chunk_idx], bit_pos); in flow_owner_flowadv_index_free()
|
| /xnu-12377.41.6/bsd/skywalk/nexus/ |
| H A D | nexus.c | 2783 bit_set(*bmap, j); in nx_port_free() 2912 bit_set(*bmap, j); in nx_port_unbind()
|
| /xnu-12377.41.6/bsd/skywalk/mem/ |
| H A D | skmem_region.c | 1656 bit_set(*bmap, i % BMAPSZ); in sksegment_destroy()
|