Searched refs:rpc_buffer (Results 1 – 3 of 3) sorted by relevance
21 struct rpc_buffer { struct
1059 struct rpc_buffer *buf; in rpc_malloc()1062 size += sizeof(struct rpc_buffer); in rpc_malloc()1090 struct rpc_buffer *buf; in rpc_free()1092 buf = container_of(buffer, struct rpc_buffer, data); in rpc_free()
2542 struct rpc_buffer *buf; in bc_malloc()2544 if (size > PAGE_SIZE - sizeof(struct rpc_buffer)) { in bc_malloc()2568 struct rpc_buffer *buf; in bc_free()2570 buf = container_of(buffer, struct rpc_buffer, data); in bc_free()