Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/
Dsunrpc.h35 struct rpc_buffer { struct
Dsched.c884 struct rpc_buffer *buf; in rpc_malloc()
890 size += sizeof(struct rpc_buffer); in rpc_malloc()
917 struct rpc_buffer *buf; in rpc_free()
919 buf = container_of(buffer, struct rpc_buffer, data); in rpc_free()
Dxprtsock.c2641 struct rpc_buffer *buf; in bc_malloc()
2643 if (size > PAGE_SIZE - sizeof(struct rpc_buffer)) { in bc_malloc()
2667 struct rpc_buffer *buf; in bc_free()
2669 buf = container_of(buffer, struct rpc_buffer, data); in bc_free()