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

/netbsd-current/sys/sys/
H A Dpercpu.h50 void *percpu_getptr_remote(percpu_t *, struct cpu_info *);
/netbsd-current/sys/kern/
H A Dsubr_percpu.c121 * this assignment needs to be atomic for percpu_getptr_remote.
354 memcpy(percpu_getptr_remote(pc, ci), buf, size);
416 memcpy(buf, percpu_getptr_remote(pc, ci), size);
417 explicit_memset(percpu_getptr_remote(pc, ci), 0, size);
441 return percpu_getptr_remote(pc, curcpu());
459 * percpu_traverse_enter, percpu_traverse_exit, percpu_getptr_remote:
469 * unsigned int *p = percpu_getptr_remote(pc, ci);
491 percpu_getptr_remote(percpu_t *pc, struct cpu_info *ci) function
516 (*cb)(percpu_getptr_remote(pc, ci), arg, ci);
H A Dkern_threadpool.c667 poolp = percpu_getptr_remote(pool_percpu->tpp_percpu, ci);
H A Dkern_entropy.c554 KASSERT(ec == percpu_getptr_remote(entropy_percpu, curcpu()));
/netbsd-current/sys/dev/tprof/
H A Dtprof_x86_amd.c193 percpu_getptr_remote(sc->sc_ctr_offset_percpu, curcpu());
H A Dtprof_x86_intel.c186 percpu_getptr_remote(sc->sc_ctr_offset_percpu, curcpu());
H A Dtprof_armv8.c203 percpu_getptr_remote(sc->sc_ctr_offset_percpu, curcpu());
H A Dtprof_armv7.c231 percpu_getptr_remote(sc->sc_ctr_offset_percpu, curcpu());
H A Dtprof.c135 cp = percpu_getptr_remote(tprof_cpus, ci);
/netbsd-current/sys/net/
H A Dpktqueue.c158 qp = percpu_getptr_remote(pq->pq_pcq, ci);

Completed in 139 milliseconds