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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/uv/
H A Duv_bau.h98 #define DEST_Q_SIZE 20 macro
407 short socket_acknowledge_count[DEST_Q_SIZE];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtlb_uv.c149 for (msg2 = msg+1, i = 0; i < DEST_Q_SIZE; msg2++, i++) {
300 for (msg = bcp->va_queue_first, i = 0; i < DEST_Q_SIZE; msg++, i++) {
1400 (DEST_Q_SIZE + 1) * sizeof(struct bau_payload_queue_entry),
1415 bcp->va_queue_last = pqp + (DEST_Q_SIZE - 1);
1430 uv_physnodeaddr(pqp + (DEST_Q_SIZE - 1)));
1432 memset(pqp, 0, sizeof(struct bau_payload_queue_entry) * DEST_Q_SIZE);

Completed in 203 milliseconds