Home
last modified time | relevance | path

Searched refs:rr_node (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/loongarch/kernel/
H A Dsmp.c453 unsigned int cpu, node, rr_node; in smp_prepare_boot_cpu() local
460 rr_node = first_node(node_online_map); in smp_prepare_boot_cpu()
480 set_cpu_numa_node(cpu, rr_node); in smp_prepare_boot_cpu()
481 rr_node = next_node_in(rr_node, node_online_map); in smp_prepare_boot_cpu()
/openbmc/linux/net/sunrpc/xprtrdma/
H A Dxprt_rdma.h207 struct llist_node rr_node; member
H A Dverbs.c1005 return llist_entry(node, struct rpcrdma_rep, rr_node); in rpcrdma_rep_get_locked()
1016 llist_add(&rep->rr_node, &buf->rb_free_reps); in rpcrdma_rep_put()