Searched refs:in_kvec_cnt (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/ceph/
H A Dmessenger.h398 int in_kvec_cnt; member in struct:ceph_connection_v2_info
/linux-master/net/ceph/
H A Dmessenger_v2.c213 BUG_ON(con->v2.in_kvec_cnt >= ARRAY_SIZE(con->v2.in_kvecs));
216 con->v2.in_kvecs[con->v2.in_kvec_cnt].iov_base = buf;
217 con->v2.in_kvecs[con->v2.in_kvec_cnt].iov_len = len;
218 con->v2.in_kvec_cnt++;
228 con->v2.in_kvec_cnt = 0;
1970 if (con->v2.in_kvec_cnt) {
1971 WARN_ON_ONCE(con->v2.in_kvec_cnt > 1);

Completed in 135 milliseconds