Searched refs:keep_going (Results 1 – 1 of 1) sorted by relevance
321 bool keep_going = cbk(root_ref, ctx); in ForeachRoot() local323 if (!keep_going) in ForeachRoot()383 bool keep_going = true; in ForeachDownstreamDevice() local385 for (uint i = 0; keep_going && (i < fbl::count_of(upstream->downstream_)); ++i) { in ForeachDownstreamDevice()391 keep_going = cbk(dev, ctx, level); in ForeachDownstreamDevice()395 if (keep_going && (level < 256)) { in ForeachDownstreamDevice()404 keep_going = ForeachDownstreamDevice(downstream_bridge, level + 1, cbk, ctx); in ForeachDownstreamDevice()409 return keep_going; in ForeachDownstreamDevice()
Completed in 6 milliseconds