Searched refs:t2 (Results 1 – 2 of 2) sorted by relevance
50 static struct ww_acquire_ctx t, t2; variable951 I_WW(t); I_WW(t2); I_WW(o.base); I_WW(o2.base); I_WW(o3.base);957 memset(&t, 0, sizeof(t)); memset(&t2, 0, sizeof(t2));1154 t2 = t; in ww_test_fail_acquire()1155 t2.stamp++; in ww_test_fail_acquire()1156 ret = WWL(&o, &t2); in ww_test_fail_acquire()1232 WWAI(&t2); in ww_test_two_contexts()1294 o.ctx = &t2; in ww_test_object_lock_stale_context()1303 o2.ctx = &t2; in ww_test_edeadlk_normal()1307 t2 = t; in ww_test_edeadlk_normal()[all …]
61 # define DO_CRC4 (t3[(q) & 255] ^ t2[(q >> 8) & 255] ^ \68 t2[(q >> 16) & 255] ^ t3[(q >> 24) & 255])77 const u32 *t0=tab[0], *t1=tab[1], *t2=tab[2], *t3=tab[3]; local