Home
last modified time | relevance | path

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

/arch/x86/include/asm/uv/
Duv_bau.h98 struct bau_local_cpumask { struct
265 struct bau_local_cpumask seen_by; /* map of cpu's */
320 static inline void bau_cpubits_clear(struct bau_local_cpumask *dstp, int nbits) in bau_cpubits_clear()
325 #define cpubit_isset(cpu, bau_local_cpumask) \ argument
326 test_bit((cpu), (bau_local_cpumask).bits)