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

  /external/qemu/block/
qcow2-cluster.c 738 * m->depends_on is set to NULL and the other fields in m are meaningless.
742 * conflict with another write request in flight; in this case, m->depends_on
779 m->depends_on = NULL;
837 m->depends_on = old_alloc;
qcow2.h 142 struct QCowL2Meta *depends_on; member in struct:QCowL2Meta
qcow2.c 599 if (acb->l2meta.nb_clusters == 0 && acb->l2meta.depends_on != NULL) {
600 QLIST_INSERT_HEAD(&acb->l2meta.depends_on->dependent_requests,
    [all...]
  /external/llvm/test/CodeGen/X86/
2010-02-12-CoalescerBug-Impdef.ll 114 define fastcc i64 @get_computation_cost_at(%"struct ivopts_data"* %data, %"struct iv_use"* nocapture %use, %"struct iv_cand"* nocapture %cand, i8 zeroext %address_p, %"struct bitmap_head_def"** %depends_on, %"union gimple_statement_d"* %at, i8* %can_autoinc) nounwind {

Completed in 277 milliseconds