Lines Matching refs:user2
46 const struct replicator_user *user1 = p1, *user2 = p2;
48 if (user1->priority > user2->priority)
50 if (user1->priority < user2->priority)
55 if (user1->last_fast_sync < user2->last_fast_sync)
57 if (user1->last_fast_sync > user2->last_fast_sync)
59 } else if (user1->last_sync_failed != user2->last_sync_failed) {
67 if (user1->last_fast_sync < user2->last_fast_sync)
69 if (user1->last_fast_sync > user2->last_fast_sync)
73 if (user1->last_full_sync < user2->last_full_sync)
75 if (user1->last_full_sync > user2->last_full_sync)