Searched refs:bit_set (Results 1 – 11 of 11) sorted by relevance
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | sched_amp_common.c | 159 bit_set(pset->pending_spill_cpu_mask, processor->cpu_id); in pset_signal_spill() 336 bit_set(ast_processor_map, eprocessor->cpu_id); in sched_amp_balance() 378 bit_set(ast_processor_map, eprocessor->cpu_id); in sched_amp_bounce_thread_group_from_ecores() 381 bit_set(pset->pending_AST_PREEMPT_cpu_mask, eprocessor->cpu_id); in sched_amp_bounce_thread_group_from_ecores()
|
| H A D | bits.h | 59 #define bit_set(x, b) ((x) |= BIT(b)) macro 104 bit_set(*_map, _n); \ 287 bit_set(map[bitmap_index(n)], bitmap_bit(n)); in bitmap_set()
|
| H A D | processor.c | 293 bit_set(pset->cpu_bitmask, cpu_id); in processor_init() 294 bit_set(pset->recommended_bitmask, cpu_id); in processor_init() 295 bit_set(pset->primary_map, cpu_id); in processor_init() 296 bit_set(pset->cpu_state_map[PROCESSOR_OFF_LINE], cpu_id); in processor_init() 395 bit_set(processor->processor_set->cpu_running_foreign, processor->cpu_id); in processor_state_update_running_foreign() 414 …bit_set(processor->processor_set->cpu_running_cluster_shared_rsrc_thread[CLUSTER_SHARED_RSRC_TYPE_… in processor_state_update_running_cluster_shared_rsrc() 419 …bit_set(processor->processor_set->cpu_running_cluster_shared_rsrc_thread[CLUSTER_SHARED_RSRC_TYPE_… in processor_state_update_running_cluster_shared_rsrc() 637 bit_set(node->pset_map, pset->pset_id); in pset_init()
|
| H A D | processor.h | 627 bit_set(pset->cpu_state_map[new_state], cpuid); in pset_update_processor_state() 634 bit_set(pset->cpu_available_map, cpuid); in pset_update_processor_state()
|
| H A D | sched_prim.c | 2337 bit_set(pset->realtime_map, processor->cpu_id); in pset_commit_processor_to_new_thread() 4724 bit_set(pset->pending_AST_PREEMPT_cpu_mask, processor->cpu_id); in realtime_setrun() 4746 bit_set(pset->pending_AST_PREEMPT_cpu_mask, processor->cpu_id); in realtime_setrun() 4844 bit_set(pset->pending_deferred_AST_cpu_mask, dst->cpu_id); in sched_ipi_action() 4852 bit_set(pset->pending_AST_PREEMPT_cpu_mask, dst->cpu_id); in sched_ipi_action() 5044 bit_set(pset->pending_AST_PREEMPT_cpu_mask, processor->cpu_id); in processor_setrun() 7895 bit_set(usercontrol_requested_recommended_cores, processor->cpu_id); in sched_processor_enable() 7925 bit_set(sched_online_processors, processor->cpu_id); in sched_mark_processor_online_locked() 7987 bit_set(recommended_cores, master_processor->cpu_id); /* add boot processor or we hang */ in sched_update_recommended_cores() 8009 bit_set(pset->recommended_bitmask, processor->cpu_id); in sched_update_recommended_cores() [all …]
|
| H A D | sched_clutch.c | 4038 bit_set(eligible_pset_bitmask, preferred_pset->pset_cluster_id); in sched_edge_shared_rsrc_migrate_possible() 4130 bit_set(ast_processor_map, cpuid); in sched_edge_balance() 4397 bit_set(eligible_pset_bitmask, preferred_pset->pset_cluster_id); in sched_edge_amp_rebalance_pset() 4732 bit_set(ast_processor_map, cpuid); in sched_edge_migrate_thread_group_running_threads() 4734 bit_set(root_clutch->scr_pset->pending_AST_PREEMPT_cpu_mask, cpuid); in sched_edge_migrate_thread_group_running_threads()
|
| /xnu-10063.141.1/iokit/Kernel/arm/ |
| H A D | AppleARMSMP.cpp | 247 bit_set(all_clusters_mask, topology_info->clusters[i].cluster_id); in IOCPUInitialize() 429 bit_set(cpu_power_state_mask, cpu_id); in PE_cpu_power_enable() 440 bit_set(online_clusters_mask, cluster_id); in PE_cpu_power_enable()
|
| /xnu-10063.141.1/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-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_owner.c | 504 bit_set(bmap[chunk_idx], bit_pos); in flow_owner_flowadv_index_free()
|
| /xnu-10063.141.1/bsd/skywalk/nexus/ |
| H A D | nexus.c | 2739 bit_set(*bmap, j); in nx_port_free() 2864 bit_set(*bmap, j); in nx_port_unbind()
|
| /xnu-10063.141.1/bsd/skywalk/mem/ |
| H A D | skmem_region.c | 1607 bit_set(*bmap, i % BMAPSZ); in sksegment_destroy()
|