Searched refs:bit_count (Results 1 – 6 of 6) sorted by relevance
100 int recommended_processor_count = bit_count(pset->recommended_bitmask & pset->cpu_bitmask); in sched_amp_spill_threshold()285 int recommended_processor_count = bit_count(pset->recommended_bitmask & pset->cpu_bitmask); in sched_amp_steal_threshold()
727 return bit_count(pset->node->pset_map) > 1; in sched_steal_thread_enabled()2212 return bit_count(pset_available_cpumap(pset)); in pset_available_cpu_count()2243 …return (pset->pset_runq.count > 0) && ((pset->pset_runq.count + rt_runq_count(pset)) > bit_count(a… in pset_has_stealable_threads()2272 …return (rt_rq_count > 0) && ((rt_rq_count + nbackup_cpus - bit_count(pset->pending_AST_URGENT_cpu_… in pset_needs_a_followup_IPI()2279 if (bit_count(node->pset_map) == 1) { in pset_has_stealable_rt_threads()2285 return rt_runq_count(pset) > bit_count(avail_map); in pset_has_stealable_rt_threads()2347 if (bit_count(node->pset_map) == 1) { in pset_commit_processor_to_new_thread()2532 if (bit_count(loop_count) == 1) { in thread_select()4456 if (bit_count(pset_available_cpumap(pset)) > 0) { in sched_rtlocal_queue_shutdown()4670 int existing_backups = bit_count(pset->pending_AST_URGENT_cpu_mask) - rt_runq_count(pset); in realtime_setrun()[all …]
520 (pset->pset_runq.count > bit_count(pset->cpu_state_map[PROCESSOR_DISPATCHING])) && in sched_amp_steal_thread()521 (bit_count(pset->recommended_bitmask & pset->cpu_state_map[PROCESSOR_IDLE]) == 0)) { in sched_amp_steal_thread()
162 bit_count(uint64_t x) in bit_count() function
650 if (bit_count(node->pset_map) == 1) { in pset_update_processor_state()
143 …blob_decode_bitstring(ccder_read_blob *from, ccder_read_blob *bit_string_range, size_t *bit_count);