OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pcpu_head
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
subr_psref.c
109
struct psref_head
pcpu_head
;
member in struct:psref_cpu
179
if (!SLIST_EMPTY(&pcpu->
pcpu_head
))
235
SLIST_FOREACH(_psref, &pcpu->
pcpu_head
, psref_entry) {
311
SLIST_INSERT_HEAD(&pcpu->
pcpu_head
, psref, psref_entry);
376
SLIST_REMOVE(&pcpu->
pcpu_head
, psref, psref, psref_entry);
436
SLIST_INSERT_HEAD(&pcpu->
pcpu_head
, pto, psref_entry);
568
SLIST_FOREACH(psref, &pcpu->
pcpu_head
, psref_entry) {
subr_psref.c
109
struct psref_head
pcpu_head
;
member in struct:psref_cpu
179
if (!SLIST_EMPTY(&pcpu->
pcpu_head
))
235
SLIST_FOREACH(_psref, &pcpu->
pcpu_head
, psref_entry) {
311
SLIST_INSERT_HEAD(&pcpu->
pcpu_head
, psref, psref_entry);
376
SLIST_REMOVE(&pcpu->
pcpu_head
, psref, psref, psref_entry);
436
SLIST_INSERT_HEAD(&pcpu->
pcpu_head
, pto, psref_entry);
568
SLIST_FOREACH(psref, &pcpu->
pcpu_head
, psref_entry) {
Completed in 25 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025