Searched refs:CPU_OR (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ofed/libmlx5/ |
H A D | mlx5.c | 53 #ifndef CPU_OR 54 #define CPU_OR(x, y, z) do {} while (0) macro 373 CPU_OR(&result_set, &my_cpus); in mlx5_enable_sandy_bridge_fix() 374 CPU_OR(&result_set, &dev_local_cpus); in mlx5_enable_sandy_bridge_fix() 376 CPU_OR(&result_set, &my_cpus, &dev_local_cpus); in mlx5_enable_sandy_bridge_fix()
|
/freebsd/sys/sys/ |
H A D | cpuset.h | 58 #define CPU_OR(d, s1, s2) __BIT_OR2(CPU_SETSIZE, d, s1, s2) macro
|
/freebsd/sys/i386/i386/ |
H A D | vm_machdep.c | 595 CPU_OR(&sf->cpumask, &sf->cpumask, &other_cpus); in sf_buf_shootdown()
|
/freebsd/sys/kern/ |
H A D | sched_4bsd.c | 1190 CPU_OR(&dontuse, &dontuse, &stopped_cpus); in forward_wakeup() 1191 CPU_OR(&dontuse, &dontuse, &hlt_cpus_mask); in forward_wakeup()
|
H A D | subr_smp.c | 772 CPU_OR(&parent->cg_mask, &parent->cg_mask, &child->cg_mask); in smp_topo_addleaf()
|
H A D | kern_cpuset.c | 2036 CPU_OR(mask, mask, &ttd->td_cpuset->cs_mask); in kern_cpuset_getaffinity()
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm.c | 2603 CPU_OR(&vm->startup_cpus, &vm->startup_cpus, waiting); in vm_await_start()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 956 cpuset.9 CPU_OR.9 \
|