Home
last modified time | relevance | path

Searched refs:smr_pcpu (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/osfmk/kern/
H A Dsmr.c290 struct smr_pcpu *whead;
291 struct smr_pcpu **wold_tail;
292 struct smr_pcpu **wage_tail;
293 struct smr_pcpu **wcur_tail;
306 typedef struct smr_pcpu { struct
354 struct smr_pcpu *drain_next; argument
383 static_assert(offsetof(struct smr_pcpu, __cacheline_sep) == 64); argument
384 static_assert(sizeof(struct smr_pcpu) == 128);
412 #define SMR_PCPU_NOT_QUEUED ((struct smr_pcpu *)-1)
418 return &smr->smr_pcpu[cpu]; in __smr_pcpu()
[all …]
H A Dsmr.h827 struct smr_pcpu *smr_pcpu; member