MCPcopy
hub / github.com/google/gvisor / canEnqueue

Method canEnqueue

pkg/sentry/pgalloc/save_restore.go:1448–1450  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1446}
1447
1448func (apfl *AsyncPagesFileLoad) canEnqueue() bool {
1449 return apfl.qavail > 0
1450}
1451
1452// Preconditions: apfl.canEnqueue() == true.
1453func (apfl *AsyncPagesFileLoad) enqueueCurOp() {

Callers 2

enqueueRangeMethod · 0.95
mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected