Searched refs:rpc_buffer (Results 1 – 3 of 3) sorted by relevance
35 struct rpc_buffer { struct
994 struct rpc_buffer *buf; in rpc_malloc()1000 size += sizeof(struct rpc_buffer); in rpc_malloc()1025 struct rpc_buffer *buf; in rpc_free()1027 buf = container_of(buffer, struct rpc_buffer, data); in rpc_free()
2475 struct rpc_buffer *buf; in bc_malloc()2477 if (size > PAGE_SIZE - sizeof(struct rpc_buffer)) { in bc_malloc()2501 struct rpc_buffer *buf; in bc_free()2503 buf = container_of(buffer, struct rpc_buffer, data); in bc_free()