Home
last modified time | relevance | path

Searched refs:qx (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/lib/raid6/
Drecov.c29 u8 px, qx, db; in raid6_2data_recov_intx1() local
61 qx = qmul[*q ^ *dq]; in raid6_2data_recov_intx1()
62 *dq++ = db = pbmul[px] ^ qx; /* Reconstructed B */ in raid6_2data_recov_intx1()
Drecov_neon_inner.c54 uint8x16_t vx, vy, px, qx, db; in __raid6_2data_recov_neon() local
62 qx = veorq_u8(vx, vy); in __raid6_2data_recov_neon()
68 db = veorq_u8(vx, qx); in __raid6_2data_recov_neon()
/linux-4.19.296/fs/gfs2/
Dquota.c875 unsigned int qx, x; in do_sync() local
895 for (qx = 0; qx < num_qd; qx++) { in do_sync()
896 error = gfs2_glock_nq_init(qda[qx]->qd_gl, LM_ST_EXCLUSIVE, in do_sync()
897 GL_NOCACHE, &ghs[qx]); in do_sync()
957 while (qx--) in do_sync()
958 gfs2_glock_dq_uninit(&ghs[qx]); in do_sync()