Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/
Dsunrpc.h35 struct rpc_buffer { struct
Dsched.c846 struct rpc_buffer *buf; in rpc_malloc()
852 size += sizeof(struct rpc_buffer); in rpc_malloc()
876 struct rpc_buffer *buf; in rpc_free()
881 buf = container_of(buffer, struct rpc_buffer, data); in rpc_free()
Dxprtsock.c2498 struct rpc_buffer *buf; in bc_malloc()
2500 WARN_ON_ONCE(size > PAGE_SIZE - sizeof(struct rpc_buffer)); in bc_malloc()
2501 if (size > PAGE_SIZE - sizeof(struct rpc_buffer)) in bc_malloc()
2519 struct rpc_buffer *buf; in bc_free()
2524 buf = container_of(buffer, struct rpc_buffer, data); in bc_free()