Lines Matching refs:tmp
197 int tmp = 0; in ktest_idr_case2() local
201 assert(idr_alloc(&k_idr, &tmp, &tmp) == 0); in ktest_idr_case2()
203 assert(tmp == i); in ktest_idr_case2()
240 assert(idr_alloc(&k_idr, &tmp, &tmp) == 0); in ktest_idr_case2()
241 assert(tmp == i); in ktest_idr_case2()
275 int tmp; in ktest_idr_case3() local
280 assert(idr_alloc(&k_idr, &tmp, &tmp) == 0); in ktest_idr_case3()
281 assert(tmp == i); in ktest_idr_case3()
359 static uint32_t tmp; in ktest_idr_case4() local
366 assert(idr_alloc(&k_idr, &tmp, &tmp) == 0); in ktest_idr_case4()
367 assert(tmp == j); in ktest_idr_case4()