Home
last modified time | relevance | path

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

/linux/net/sunrpc/
A Dsunrpc.h35 struct rpc_buffer { struct
A Dsched.c1023 struct rpc_buffer *buf; in rpc_malloc()
1029 size += sizeof(struct rpc_buffer); in rpc_malloc()
1054 struct rpc_buffer *buf; in rpc_free()
1056 buf = container_of(buffer, struct rpc_buffer, data); in rpc_free()
A Dxprtsock.c2477 struct rpc_buffer *buf; in bc_malloc()
2479 if (size > PAGE_SIZE - sizeof(struct rpc_buffer)) { in bc_malloc()
2503 struct rpc_buffer *buf; in bc_free()
2505 buf = container_of(buffer, struct rpc_buffer, data); in bc_free()

Completed in 15 milliseconds