LHCALL_RING_SIZE   79 arch/x86/lguest/boot.c 	.hcall_status = { [0 ... LHCALL_RING_SIZE-1] = 0xFF },
LHCALL_RING_SIZE  119 arch/x86/lguest/boot.c 		if (++next_call == LHCALL_RING_SIZE)
LHCALL_RING_SIZE   38 include/linux/lguest.h 	u8 hcall_status[LHCALL_RING_SIZE];
LHCALL_RING_SIZE   40 include/linux/lguest.h 	struct hcall_args hcalls[LHCALL_RING_SIZE];