LFNode            152 src/pkg/runtime/mgc0.c #define SIZE (WorkbufSize-sizeof(LFNode)-sizeof(uintptr))
LFNode            153 src/pkg/runtime/mgc0.c 	LFNode  node; // must be first
LFNode             90 src/pkg/runtime/runtime.h typedef	struct	LFNode		LFNode;
LFNode            543 src/pkg/runtime/runtime.h 	LFNode	*next;
LFNode           1038 src/pkg/runtime/runtime.h void	runtime·lfstackpush(uint64 *head, LFNode *node);
LFNode           1039 src/pkg/runtime/runtime.h LFNode*	runtime·lfstackpop(uint64 *head);