Home
last modified time | relevance | path

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

/net/rds/
Dmessage.c133 bool zcopy = false; in rds_message_purge() local
143 zcopy = true; in rds_message_purge()
155 if (!zcopy) in rds_message_purge()
423 bool zcopy) in rds_message_copy_from_user() argument
436 if (zcopy) in rds_message_copy_from_user()
Dsend.c1117 bool zcopy = ((msg->msg_flags & MSG_ZEROCOPY) && in rds_sendmsg() local
1256 if (zcopy) { in rds_sendmsg()
1281 ret = rds_message_copy_from_user(rm, &msg->msg_iter, zcopy); in rds_sendmsg()
Drds.h854 bool zcopy);