Searched refs:node (Results 1 – 2 of 2) sorted by relevance
33 #define set_cpu_node(cpuid, node) \ argument34 ((((cpuid) >= 0) && ((cpuid) < RT_CPUS_NR)) ? (_cpu_node[cpuid] = node) : NULL)
282 .node = RT_SLIST_OBJECT_INIT(this_ctx.node), in rt_hw_trap_irq()
Completed in 17 milliseconds