Searched refs:qx (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/lib/raid6/
H A Drecov.c29 u8 px, qx, db; raid6_2data_recov_intx1() local
61 qx = qmul[*q ^ *dq]; raid6_2data_recov_intx1()
62 *dq++ = db = pbmul[px] ^ qx; /* Reconstructed B */ raid6_2data_recov_intx1()
H A Drecov_avx2.c96 * 5 = qx[0] raid6_2data_recov_avx2()
97 * 15 = qx[32] raid6_2data_recov_avx2()
161 /* 5 = qx */ raid6_2data_recov_avx2()
H A Drecov_ssse3.c105 /* xmm5/13 = qx */ raid6_2data_recov_ssse3()
165 /* xmm5 = qx */ raid6_2data_recov_ssse3()
/linux-4.1.27/fs/gfs2/
H A Dquota.c798 unsigned int qx, x; do_sync() local
818 for (qx = 0; qx < num_qd; qx++) { do_sync()
819 error = gfs2_glock_nq_init(qda[qx]->qd_gl, LM_ST_EXCLUSIVE, do_sync()
820 GL_NOCACHE, &ghs[qx]); do_sync()
880 while (qx--) do_sync()
881 gfs2_glock_dq_uninit(&ghs[qx]); do_sync()

Completed in 155 milliseconds