Searched refs:alloc_slot (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/io_uring/ |
| D | filetable.c | 102 bool alloc_slot = file_slot == IORING_FILE_INDEX_ALLOC; in __io_fixed_fd_install() local 105 if (alloc_slot) { in __io_fixed_fd_install() 115 if (!ret && alloc_slot) in __io_fixed_fd_install()
|
| /Linux-v6.6/arch/xtensa/kernel/ |
| D | hw_breakpoint.c | 134 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-v6.6/net/sunrpc/xprtrdma/ |
| D | svc_rdma_backchannel.c | 216 .alloc_slot = xprt_alloc_slot,
|
| D | transport.c | 728 .alloc_slot = xprt_rdma_alloc_slot,
|
| /Linux-v6.6/include/linux/sunrpc/ |
| D | xprt.h | 151 void (*alloc_slot)(struct rpc_xprt *xprt, struct rpc_task *task); member
|
| /Linux-v6.6/net/sunrpc/ |
| D | xprtsock.c | 3019 .alloc_slot = xprt_alloc_slot, 3040 .alloc_slot = xprt_alloc_slot, 3064 .alloc_slot = xprt_alloc_slot, 3099 .alloc_slot = xprt_alloc_slot,
|
| D | xprt.c | 1897 xprt->ops->alloc_slot(xprt, task); in xprt_do_reserve()
|