Searched refs:RPC_CALL (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0001-Allow-applications-to-set-next-resource-handle.patch | 25 …nt32_t p10, uint32_t p11, void *out) { rpc_begin(thread); RPC_CALL(thread, id, p0, p… 26 …nt32_t p10, uint32_t p11, uint32_t p12, void *out) { rpc_begin(thread); RPC_CALL(thread, id, p0, p… 27 …nt32_t p11, uint32_t p12, uint32_t p13, void *out) { rpc_begin(thread); RPC_CALL(thread, id, p0, p… 28 …nt32_t p12, uint32_t p13, uint32_t p14, void *out) { rpc_begin(thread); RPC_CALL(thread, id, p0, p… 39 … { uint32_t res; rpc_begin(thread); RPC_CALL(thread, id); …
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | msg_prot.h | 46 RPC_CALL = 0, enumerator
|
H A D | xdr.h | 100 #define rpc_call cpu_to_be32(RPC_CALL)
|
/openbmc/linux/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_recvfrom.c | 751 if (*(p + 8) == cpu_to_be32(RPC_CALL)) in svc_rdma_is_reverse_direction_reply()
|
H A D | rpc_rdma.c | 1145 if (*p != cpu_to_be32(RPC_CALL)) in rpcrdma_is_bcall()
|
/openbmc/linux/net/sunrpc/ |
H A D | xprtsock.c | 704 case RPC_CALL: in xs_read_stream()
|