Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_smr.c215 static smr_seq_t
257 static smr_seq_t
269 static smr_seq_t
303 static smr_seq_t
326 smr_seq_t
331 smr_seq_t goal; in smr_advance()
366 static smr_seq_t
367 smr_poll_cpu(smr_t c, smr_seq_t s_rd_seq, smr_seq_t goal, bool wait) in smr_poll_cpu()
369 smr_seq_t c_seq; in smr_poll_cpu()
417 static smr_seq_t
[all …]
/freebsd/sys/sys/
H A Dsmr.h60 smr_seq_t seq; /* Current write sequence #. */
68 smr_seq_t s_rd_seq; /* Minimum observed read sequence. */
74 smr_seq_t c_seq; /* Current observed sequence. */
88 static inline smr_seq_t
95 static inline smr_seq_t
225 smr_seq_t smr_advance(smr_t smr);
231 bool smr_poll(smr_t smr, smr_seq_t goal, bool wait);
243 smr_wait(smr_t smr, smr_seq_t goal) in smr_wait()
H A D_smr.h32 typedef uint32_t smr_seq_t; typedef
/freebsd/sys/vm/
H A Duma_int.h245 smr_seq_t ub_seq; /* SMR sequence number. */
450 smr_seq_t uzd_seq; /* Lowest queued seq. */
H A Duma_core.c1052 smr_seq_t seq; in cache_fetch_bucket()
1393 smr_seq_t seq; in cache_drain()
4625 smr_seq_t seq; in zone_free_cross()
/freebsd/sys/netinet/
H A Din_pcb.h190 smr_seq_t inp_smr; /* (i) sequence number at disconnect */
/freebsd/sys/amd64/amd64/
H A Dpmap.c3025 smr_seq_t goal; in pmap_invalidate_ept()