Home
last modified time | relevance | path

Searched refs:recDepth (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/prog/
Drand.go22 recDepth map[string]int member
29 recDepth: make(map[string]int),
510 r.recDepth[name]++
512 r.recDepth[name]--
513 if r.recDepth[name] == 0 {
514 delete(r.recDepth, name)
517 if r.recDepth[name] >= 3 {