Home
last modified time | relevance | path

Searched refs:veclen (Results 1 – 6 of 6) sorted by relevance

/linux/fs/ocfs2/dlm/
H A Ddlmconvert.c362 size_t veclen = 1; in dlm_send_remote_convert_request() local
381 veclen++; in dlm_send_remote_convert_request()
385 vec, veclen, res->owner, &status); in dlm_send_remote_convert_request()
H A Ddlmast.c428 size_t veclen = 1; in dlm_send_proxy_ast_msg() local
449 veclen++; in dlm_send_proxy_ast_msg()
452 ret = o2net_send_message_vec(DLM_PROXY_AST_MSG, dlm->key, vec, veclen, in dlm_send_proxy_ast_msg()
H A Ddlmunlock.c319 size_t veclen = 1; in dlm_send_remote_unlock_request() local
347 veclen++; in dlm_send_remote_unlock_request()
351 vec, veclen, owner, &status); in dlm_send_remote_unlock_request()
/linux/fs/ocfs2/cluster/
H A Dtcp.h85 size_t veclen, u8 target_node, int *status);
/linux/arch/arm/vfp/
H A Dvfpsingle.c1179 unsigned int vecitr, veclen, vecstride; in vfp_single_cpdo() local
1202 veclen = 0; in vfp_single_cpdo()
1204 veclen = fpscr & FPSCR_LENGTH_MASK; in vfp_single_cpdo()
1207 (veclen >> FPSCR_LENGTH_BIT) + 1); in vfp_single_cpdo()
1212 for (vecitr = 0; vecitr <= veclen; vecitr += 1 << FPSCR_LENGTH_BIT) { in vfp_single_cpdo()
H A Dvfpdouble.c1134 unsigned int vecitr, veclen, vecstride; in vfp_double_cpdo() local
1163 veclen = 0; in vfp_double_cpdo()
1165 veclen = fpscr & FPSCR_LENGTH_MASK; in vfp_double_cpdo()
1168 (veclen >> FPSCR_LENGTH_BIT) + 1); in vfp_double_cpdo()
1173 for (vecitr = 0; vecitr <= veclen; vecitr += 1 << FPSCR_LENGTH_BIT) { in vfp_double_cpdo()