Home
last modified time | relevance | path

Searched defs:workType (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/runtime/
Dmgc.go318 type workType struct { struct
319 full lfstack // lock-free list of full blocks workbuf
320 _ cpu.CacheLinePad // prevents false-sharing between full and empty
321 empty lfstack // lock-free list of empty blocks workbuf
322 _ cpu.CacheLinePad // prevents false-sharing between empty and nproc/nwait
324 wbufSpans struct {
335 _ uint32
351 bytesMarked uint64
353 markrootNext uint32 // next markroot job
354 markrootJobs uint32 // number of markroot jobs
[all …]