Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/
H A Dsunrpc.h21 struct rpc_buffer { struct
H A Dsched.c1057 struct rpc_buffer *buf; in rpc_malloc()
1060 size += sizeof(struct rpc_buffer); in rpc_malloc()
1088 struct rpc_buffer *buf; in rpc_free()
1090 buf = container_of(buffer, struct rpc_buffer, data); in rpc_free()
H A Dxprtsock.c2901 struct rpc_buffer *buf; in bc_malloc()
2903 if (size > PAGE_SIZE - sizeof(struct rpc_buffer)) { in bc_malloc()
2927 struct rpc_buffer *buf; in bc_free()
2929 buf = container_of(buffer, struct rpc_buffer, data); in bc_free()