Searched refs:pcpu_head (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/sys/kern/ |
| H A D | subr_psref.c | 109 struct psref_head pcpu_head; member 179 if (!SLIST_EMPTY(&pcpu->pcpu_head)) in psref_cpu_drained_p() 235 SLIST_FOREACH(_psref, &pcpu->pcpu_head, psref_entry) { in psref_exist() 311 SLIST_INSERT_HEAD(&pcpu->pcpu_head, psref, psref_entry); in psref_acquire() 376 SLIST_REMOVE(&pcpu->pcpu_head, psref, psref, psref_entry); in psref_release() 436 SLIST_INSERT_HEAD(&pcpu->pcpu_head, pto, psref_entry); in psref_copy() 568 SLIST_FOREACH(psref, &pcpu->pcpu_head, psref_entry) { in _psref_held()
|