Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_hw_cpu.c243 u32_t cpu_mask) in init_5706_cpus() argument
252 if(cpu_mask & CPU_RXP) in init_5706_cpus()
300 if(cpu_mask & CPU_TXP) in init_5706_cpus()
348 if(cpu_mask & CPU_TPAT) in init_5706_cpus()
396 if(cpu_mask & CPU_COM) in init_5706_cpus()
444 if(cpu_mask & CPU_CP) in init_5706_cpus()
503 u32_t cpu_mask) in init_5709_cpus() argument
510 if(cpu_mask & CPU_RXP) in init_5709_cpus()
558 if(cpu_mask & CPU_TXP) in init_5709_cpus()
702 if(cpu_mask & CPU_CP) in init_5709_cpus()
[all …]
H A Dlm5706.h1065 u32_t cpu_mask);
/illumos-gate/usr/src/cmd/stat/common/
H A Dwalkers.c374 int cpu_mask = SNAP_CPUS | SNAP_PSETS | SNAP_SYSTEM; in snapshot_has_changed() local
387 if (!ret && (old->s_types & cpu_mask)) in snapshot_has_changed()
/illumos-gate/usr/src/uts/common/xen/public/
H A Dsysctl.h74 struct xenctl_cpumap cpu_mask; member
/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c179 static uint_t cpu_mask; variable
242 list_index = (curcpu() & cpu_mask); in malloc()
891 cpu_mask = new_cpu_mask; in setup_caches()