DEST_Q_SIZE       641 arch/x86/include/asm/uv/uv_bau.h 	short			socket_acknowledge_count[DEST_Q_SIZE];
DEST_Q_SIZE       240 arch/x86/platform/uv/tlb_uv.c 	for (msg2 = msg+1, i = 0; i < DEST_Q_SIZE; msg2++, i++) {
DEST_Q_SIZE       385 arch/x86/platform/uv/tlb_uv.c 	for (msg = bcp->queue_first, i = 0; i < DEST_Q_SIZE; msg++, i++) {
DEST_Q_SIZE      1805 arch/x86/platform/uv/tlb_uv.c 	plsize = (DEST_Q_SIZE + 1) * sizeof(struct bau_pq_entry);
DEST_Q_SIZE      1820 arch/x86/platform/uv/tlb_uv.c 		bcp->queue_last		= pqp + (DEST_Q_SIZE - 1);
DEST_Q_SIZE      1824 arch/x86/platform/uv/tlb_uv.c 	last = ops.bau_gpa_to_offset(uv_gpa(pqp + (DEST_Q_SIZE - 1)));
DEST_Q_SIZE      1842 arch/x86/platform/uv/tlb_uv.c 	memset(pqp, 0, sizeof(struct bau_pq_entry) * DEST_Q_SIZE);