Lines Matching defs:buffer
656 u64 *buffer,
673 if (!visitor(conn, buffer))
676 /* We copy as much as we can fit in the buffer,
678 * can resize the buffer. */
680 rds_info_copy(iter, buffer, item_len);
694 u64 *buffer,
722 if (!visitor(cp, buffer))
725 /* We copy as much as we can fit in the buffer,
727 * can resize the buffer.
730 rds_info_copy(iter, buffer, item_len);
739 static int rds_conn_info_visitor(struct rds_conn_path *cp, void *buffer)
741 struct rds_info_connection *cinfo = buffer;
769 static int rds6_conn_info_visitor(struct rds_conn_path *cp, void *buffer)
771 struct rds6_info_connection *cinfo6 = buffer;
802 u64 buffer[(sizeof(struct rds_info_connection) + 7) / 8];
806 buffer,
815 u64 buffer[(sizeof(struct rds6_info_connection) + 7) / 8];
819 buffer,