Searched refs:pt_a (Results 1 – 2 of 2) sorted by relevance
278 struct fence *pt_a = a->cbs[i_a].sync_pt; in sync_fence_merge() local281 if (pt_a->context < pt_b->context) { in sync_fence_merge()282 sync_fence_add_pt(fence, &i, pt_a); in sync_fence_merge()285 } else if (pt_a->context > pt_b->context) { in sync_fence_merge()290 if (pt_a->seqno - pt_b->seqno <= INT_MAX) in sync_fence_merge()291 sync_fence_add_pt(fence, &i, pt_a); in sync_fence_merge()
69 struct sw_sync_pt *pt_a = (struct sw_sync_pt *)a; in sw_sync_pt_compare() local72 return sw_sync_cmp(pt_a->value, pt_b->value); in sw_sync_pt_compare()