Home | History | Annotate | Download | only in kern

Lines Matching refs:pto

394  * psref_copy(pto, pfrom, class)
397 * specified class, to pto. Both pfrom and pto must later be
402 * pfrom and pto.
405 psref_copy(struct psref *pto, const struct psref *pfrom,
416 KASSERTMSG((pto != pfrom),
418 pto);
436 SLIST_INSERT_HEAD(&pcpu->pcpu_head, pto, psref_entry);
437 pto->psref_target = pfrom->psref_target;
438 pto->psref_lwp = curlwp;
439 pto->psref_cpu = curcpu();