Home
last modified time | relevance | path

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

/external/syzkaller/tools/syz-crush/
Dcrush.go59 runInstance(cfg, reporter, vmPool, i)
77 func runInstance(cfg *mgrconfig.Config, reporter report.Reporter, vmPool *vm.Pool, index int) { func
/external/syzkaller/syz-manager/
Dmanager.go375 crash, err := mgr.runInstance(idx)
527 func (mgr *Manager) runInstance(index int) (*Crash, error) { func