Searched refs:pair_stid (Results 1 – 1 of 1) sorted by relevance
207 int stid, pair_stid; in alloc_stid() local262 pair_stid = val & 1 ? val - 1 : val + 1; in alloc_stid()263 if (bit_test(t->stid_bitmap, pair_stid) == 0) { in alloc_stid()264 stid = pair_stid; in alloc_stid()