Searched refs:alloc_slot (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/io_uring/ |
A D | filetable.c | 110 bool alloc_slot = file_slot == IORING_FILE_INDEX_ALLOC; in __io_fixed_fd_install() local 113 if (alloc_slot) { in __io_fixed_fd_install() 123 if (!ret && alloc_slot) in __io_fixed_fd_install()
|
/linux-6.3-rc2/arch/xtensa/kernel/ |
A D | hw_breakpoint.c | 133 static int alloc_slot(struct perf_event **slot, size_t n, in alloc_slot() function 177 i = alloc_slot(this_cpu_ptr(bp_on_reg), XCHAL_NUM_IBREAK, bp); in arch_install_hw_breakpoint() 184 i = alloc_slot(this_cpu_ptr(wp_on_reg), XCHAL_NUM_DBREAK, bp); in arch_install_hw_breakpoint()
|
/linux-6.3-rc2/net/sunrpc/xprtrdma/ |
A D | svc_rdma_backchannel.c | 222 .alloc_slot = xprt_alloc_slot,
|
A D | transport.c | 737 .alloc_slot = xprt_rdma_alloc_slot,
|
/linux-6.3-rc2/include/linux/sunrpc/ |
A D | xprt.h | 136 void (*alloc_slot)(struct rpc_xprt *xprt, struct rpc_task *task); member
|
/linux-6.3-rc2/net/sunrpc/ |
A D | xprtsock.c | 2667 .alloc_slot = xprt_alloc_slot, 2688 .alloc_slot = xprt_alloc_slot, 2712 .alloc_slot = xprt_alloc_slot, 2747 .alloc_slot = xprt_alloc_slot,
|
A D | xprt.c | 1897 xprt->ops->alloc_slot(xprt, task); in xprt_do_reserve()
|
Completed in 19 milliseconds