alloc_slot
i = alloc_slot(this_cpu_ptr(bp_on_reg), XCHAL_NUM_IBREAK, bp);
i = alloc_slot(this_cpu_ptr(wp_on_reg), XCHAL_NUM_DBREAK, bp);
void (*alloc_slot)(struct rpc_xprt *xprt, struct rpc_task *task);
if (!ret && alloc_slot)
bool alloc_slot = file_slot == IORING_FILE_INDEX_ALLOC;
if (alloc_slot) {
bool alloc_slot;
alloc_slot = slot == IORING_FILE_INDEX_ALLOC;
fds[0] = alloc_slot ? ret : slot - 1;
if (!alloc_slot)
fds[1] = alloc_slot ? ret : slot - 1;
xprt->ops->alloc_slot(xprt, task);
.alloc_slot = xprt_alloc_slot,
.alloc_slot = xprt_rdma_alloc_slot,
.alloc_slot = xprt_alloc_slot,
.alloc_slot = xprt_alloc_slot,
.alloc_slot = xprt_alloc_slot,
.alloc_slot = xprt_alloc_slot,