Searched refs:smr_pcpu (Results 1 – 2 of 2) sorted by relevance
289 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 { struct353 struct smr_pcpu *drain_next; argument382 static_assert(offsetof(struct smr_pcpu, __cacheline_sep) == 64); argument383 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 …]
821 struct smr_pcpu *smr_pcpu; member