Home | History | Annotate | Download | only in runtime

Lines Matching refs:ndone

774 	ndone   uint32
1423 work.ndone = 0
1712 nproc := work.nproc // work.nproc can change right after we increment work.ndone
1713 if xadd(&work.ndone, +1) == nproc-1 {