Searched defs:workType (Results 1 – 1 of 1) sorted by relevance
318 type workType struct { struct319 full lfstack // lock-free list of full blocks workbuf320 _ cpu.CacheLinePad // prevents false-sharing between full and empty321 empty lfstack // lock-free list of empty blocks workbuf322 _ cpu.CacheLinePad // prevents false-sharing between empty and nproc/nwait324 wbufSpans struct {335 _ uint32351 bytesMarked uint64353 markrootNext uint32 // next markroot job354 markrootJobs uint32 // number of markroot jobs[all …]