Home
last modified time | relevance | path

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

/arch/x86/include/asm/uv/
Duv_bau.h163 #define DEST_Q_SIZE 20 macro
614 short socket_acknowledge_count[DEST_Q_SIZE];
/arch/x86/platform/uv/
Dtlb_uv.c228 for (msg2 = msg+1, i = 0; i < DEST_Q_SIZE; msg2++, i++) { in bau_process_retry_msg()
373 for (msg = bcp->queue_first, i = 0; i < DEST_Q_SIZE; msg++, i++) { in do_reset()
1785 plsize = (DEST_Q_SIZE + 1) * sizeof(struct bau_pq_entry); in pq_init()
1800 bcp->queue_last = pqp + (DEST_Q_SIZE - 1); in pq_init()
1808 last = uv_physnodeaddr(pqp + (DEST_Q_SIZE - 1)); in pq_init()
1815 memset(pqp, 0, sizeof(struct bau_pq_entry) * DEST_Q_SIZE); in pq_init()