Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/uv/
Duv_bau.h160 #define DEST_Q_SIZE 20 macro
641 short socket_acknowledge_count[DEST_Q_SIZE];
/Linux-v4.19/arch/x86/platform/uv/
Dtlb_uv.c243 for (msg2 = msg+1, i = 0; i < DEST_Q_SIZE; msg2++, i++) { in bau_process_retry_msg()
388 for (msg = bcp->queue_first, i = 0; i < DEST_Q_SIZE; msg++, i++) { in do_reset()
1818 plsize = (DEST_Q_SIZE + 1) * sizeof(struct bau_pq_entry); in pq_init()
1833 bcp->queue_last = pqp + (DEST_Q_SIZE - 1); in pq_init()
1837 last = ops.bau_gpa_to_offset(uv_gpa(pqp + (DEST_Q_SIZE - 1))); in pq_init()
1855 memset(pqp, 0, sizeof(struct bau_pq_entry) * DEST_Q_SIZE); in pq_init()