Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c57 #ifndef CPU_EQUAL
58 #define CPU_EQUAL(x, y) 1 macro
378 stall_enable = CPU_EQUAL(&result_set, &dev_local_cpus) ? 0 : 1; in mlx5_enable_sandy_bridge_fix()
/freebsd/sys/sys/
H A Dcpuset.h52 #define CPU_EQUAL(p, c) (__BIT_CMP(CPU_SETSIZE, p, c) == 0) macro