Home
last modified time | relevance | path

Searched refs:core_thr_mask (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/arch/mips/netlogic/common/
Dsmp.c217 uint32_t core0_thr_mask, core_thr_mask; in nlm_parse_cpumask() local
243 core_thr_mask = 0; in nlm_parse_cpumask()
246 core_thr_mask |= (1 << j); in nlm_parse_cpumask()
247 if (core_thr_mask != 0 && core_thr_mask != core0_thr_mask) in nlm_parse_cpumask()