HomeSort by relevance Sort by last modified time
    Searched full:dependent_requests (Results 1 - 2 of 2) sorted by null

  /external/qemu/block/
qcow2.h 143 QLIST_HEAD(QCowAioDependencies, QCowAIOCB) dependent_requests; member in struct:QCowL2Meta
qcow2.c 515 QLIST_INIT(&acb->l2meta.dependent_requests);
546 QLIST_FOREACH_SAFE(req, &m->dependent_requests, next_depend, next) {
551 QLIST_INIT(&m->dependent_requests);
600 QLIST_INSERT_HEAD(&acb->l2meta.depends_on->dependent_requests,
802 QLIST_INIT(&meta.dependent_requests);
    [all...]

Completed in 663 milliseconds