Searched refs:CPU_OR (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/ofed/libmlx5/ |
| H A D | mlx5.c | 53 #ifndef CPU_OR 54 #define CPU_OR(x, y, z) do {} while (0) macro 366 CPU_OR(&result_set, &my_cpus); in mlx5_enable_sandy_bridge_fix() 367 CPU_OR(&result_set, &dev_local_cpus); in mlx5_enable_sandy_bridge_fix()
|
| /freebsd-12.1/sys/sys/ |
| H A D | cpuset.h | 58 #define CPU_OR(d, s) BIT_OR(CPU_SETSIZE, d, s) macro
|
| /freebsd-12.1/sys/i386/i386/ |
| H A D | vm_machdep.c | 639 CPU_OR(&sf->cpumask, &other_cpus); in sf_buf_shootdown()
|
| /freebsd-12.1/sys/kern/ |
| H A D | sched_4bsd.c | 1140 CPU_OR(&dontuse, &stopped_cpus); in forward_wakeup() 1141 CPU_OR(&dontuse, &hlt_cpus_mask); in forward_wakeup()
|
| H A D | subr_smp.c | 706 CPU_OR(&parent->cg_mask, &child->cg_mask); in smp_topo_addleaf()
|
| H A D | kern_cpuset.c | 1793 CPU_OR(mask, &ttd->td_cpuset->cs_mask); in kern_cpuset_getaffinity()
|
| /freebsd-12.1/share/man/man9/ |
| H A D | Makefile | 856 cpuset.9 CPU_OR.9 \
|