Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dsmr.c306 typedef struct smr_pcpu { struct
330 smr_seq_t c_rd_seq; /* might have SMR_SEQ_SLEEPABLE set */
354 struct smr_pcpu *drain_next; argument
355 uint16_t __check_cpu;
356 uint8_t __check_reason;
357 uint8_t __check_list;
383 static_assert(offsetof(struct smr_pcpu, __cacheline_sep) == 64); argument
H A Dsmr.h828 struct smr_pcpu *smr_pcpu; member