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