Searched refs:ci_tgt (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/rump/librump/rumpkern/
H A Dintr.c395 * the core designated by ci_tgt instead of the core the call is made on.
398 * (unless ci_tgt == curcpu): high-performance rump kernel I/O stacks
403 softint_schedule_cpu(void *arg, struct cpu_info *ci_tgt) argument
412 if (ci_cur == ci_tgt) {
421 sip = sitosip(si, ci_tgt);

Completed in 88 milliseconds