Home
last modified time | relevance | path

Searched refs:alloc_slot (Results 1 – 8 of 8) sorted by relevance

/linux/io_uring/
H A Dfiletable.c90 bool alloc_slot = file_slot == IORING_FILE_INDEX_ALLOC; in __io_fixed_fd_install()
93 if (alloc_slot) { in __io_fixed_fd_install()
103 if (!ret && alloc_slot)
86 bool alloc_slot = file_slot == IORING_FILE_INDEX_ALLOC; __io_fixed_fd_install() local
H A Dopenclose.c348 bool alloc_slot; in io_pipe_fixed() local
355 alloc_slot = slot == IORING_FILE_INDEX_ALLOC; in io_pipe_fixed()
362 fds[0] = alloc_slot ? ret : slot - 1; in io_pipe_fixed()
369 if (!alloc_slot) in io_pipe_fixed()
375 fds[1] = alloc_slot ? ret : slot - 1; in io_pipe_fixed()
/linux/arch/xtensa/kernel/
H A Dhw_breakpoint.c134 static int alloc_slot(struct perf_event **slot, size_t n, in alloc_slot() function
178 i = alloc_slot(this_cpu_ptr(bp_on_reg), XCHAL_NUM_IBREAK, bp); in arch_install_hw_breakpoint()
185 i = alloc_slot(this_cpu_ptr(wp_on_reg), XCHAL_NUM_DBREAK, bp); in arch_install_hw_breakpoint()
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_backchannel.c213 .alloc_slot = xprt_alloc_slot,
H A Dtransport.c727 .alloc_slot = xprt_rdma_alloc_slot,
/linux/include/linux/sunrpc/
H A Dxprt.h156 void (*alloc_slot)(struct rpc_xprt *xprt, struct rpc_task *task); member
/linux/net/sunrpc/
H A Dxprtsock.c3060 .alloc_slot = xprt_alloc_slot,
3082 .alloc_slot = xprt_alloc_slot,
3106 .alloc_slot = xprt_alloc_slot,
3142 .alloc_slot = xprt_alloc_slot,
H A Dxprt.c1910 xprt->ops->alloc_slot(xprt, task); in xprt_do_reserve()