Home
last modified time | relevance | path

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

/Linux-v5.15/net/sunrpc/
Dsunrpc.h35 struct rpc_buffer { struct
Dsched.c1012 struct rpc_buffer *buf; in rpc_malloc()
1018 size += sizeof(struct rpc_buffer); in rpc_malloc()
1043 struct rpc_buffer *buf; in rpc_free()
1045 buf = container_of(buffer, struct rpc_buffer, data); in rpc_free()
Dxprtsock.c2504 struct rpc_buffer *buf; in bc_malloc()
2506 if (size > PAGE_SIZE - sizeof(struct rpc_buffer)) { in bc_malloc()
2530 struct rpc_buffer *buf; in bc_free()
2532 buf = container_of(buffer, struct rpc_buffer, data); in bc_free()