Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dtlb_uv.c53 msp->seen_by.bits = 0; in uv_reply_to_message()
73 if (msp->seen_by.bits & this_cpu_mask) in uv_bau_process_message()
75 atomic_or_long(&msp->seen_by.bits, this_cpu_mask); in uv_bau_process_message()
118 if (!((1L << j) & msp->seen_by.bits)) { in uv_examine_destination()
599 bau_cpubits_clear(&msp->seen_by, (int) in uv_table_bases_init()
/arch/x86/include/asm/uv/
Duv_bau.h265 struct bau_local_cpumask seen_by; /* map of cpu's */ member