Searched refs:rec1 (Results 1 – 2 of 2) sorted by relevance
152 struct snd_seq_dummy_port *rec1, *rec2; in register_client() local168 rec1 = create_port(i, 0); in register_client()169 if (rec1 == NULL) { in register_client()179 rec1->connect = rec2->port; in register_client()180 rec2->connect = rec1->port; in register_client()
238 const struct bootstage_record *rec1 = r1, *rec2 = r2; in h_compare_record() local240 return rec1->time_us > rec2->time_us ? 1 : -1; in h_compare_record()