Home
last modified time | relevance | path

Searched refs:smr_seq_t (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_smr.c218 static smr_seq_t
260 static smr_seq_t
272 static smr_seq_t
306 static smr_seq_t
329 smr_seq_t
334 smr_seq_t goal; in smr_advance()
369 static smr_seq_t
370 smr_poll_cpu(smr_t c, smr_seq_t s_rd_seq, smr_seq_t goal, bool wait) in smr_poll_cpu()
372 smr_seq_t c_seq; in smr_poll_cpu()
420 static smr_seq_t
[all …]
/f-stack/freebsd/sys/
H A Dsmr.h62 smr_seq_t seq; /* Current write sequence #. */
70 smr_seq_t s_rd_seq; /* Minimum observed read sequence. */
76 smr_seq_t c_seq; /* Current observed sequence. */
90 static inline smr_seq_t
97 static inline smr_seq_t
219 smr_seq_t smr_advance(smr_t smr);
225 bool smr_poll(smr_t smr, smr_seq_t goal, bool wait);
237 smr_wait(smr_t smr, smr_seq_t goal) in smr_wait()
H A D_smr.h34 typedef uint32_t smr_seq_t; typedef
/f-stack/tools/compat/include/sys/
H A D_smr.h34 typedef uint32_t smr_seq_t; typedef
/f-stack/tools/compat/include/vm/
H A Duma_int.h252 smr_seq_t ub_seq; /* SMR sequence number. */
450 smr_seq_t uzd_seq; /* Lowest queued seq. */
/f-stack/freebsd/vm/
H A Duma_int.h249 smr_seq_t ub_seq; /* SMR sequence number. */
451 smr_seq_t uzd_seq; /* Lowest queued seq. */
H A Duma_core.c1190 smr_seq_t seq; in cache_drain()
4288 smr_seq_t seq; in zone_free_cross()
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c2855 smr_seq_t goal; in pmap_invalidate_ept()