Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dsmr.c305 typedef struct smr_pcpu { struct
329 smr_seq_t c_rd_seq; /* might have SMR_SEQ_SLEEPABLE set */
353 struct smr_pcpu *drain_next; argument
354 uint16_t __check_cpu;
355 uint8_t __check_reason;
356 uint8_t __check_list;
382 static_assert(offsetof(struct smr_pcpu, __cacheline_sep) == 64); argument
H A Dsmr.h821 struct smr_pcpu *smr_pcpu; member