Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dsmr.c289 struct smr_pcpu *whead;
290 struct smr_pcpu **wold_tail;
291 struct smr_pcpu **wage_tail;
292 struct smr_pcpu **wcur_tail;
305 typedef struct smr_pcpu { struct
353 struct smr_pcpu *drain_next; argument
382 static_assert(offsetof(struct smr_pcpu, __cacheline_sep) == 64); argument
383 static_assert(sizeof(struct smr_pcpu) == 128);
411 #define SMR_PCPU_NOT_QUEUED ((struct smr_pcpu *)-1)
417 return &smr->smr_pcpu[cpu]; in __smr_pcpu()
[all …]
H A Dsmr.h821 struct smr_pcpu *smr_pcpu; member