Home
last modified time | relevance | path

Searched refs:ub_seq (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/vm/
H A Duma_core.c501 bucket->ub_seq = SMR_SEQ_INVALID; in bucket_alloc()
662 bucket->ub_seq != SMR_SEQ_INVALID) { in zone_fetch_bucket()
665 bucket->ub_seq = SMR_SEQ_INVALID; in zone_fetch_bucket()
722 zdom->uzd_seq = bucket->ub_seq; in zone_put_bucket()
728 if (bucket->ub_seq == SMR_SEQ_INVALID) in zone_put_bucket()
823 MPASS(b->ub_seq == SMR_SEQ_INVALID); in cache_bucket_load()
1155 bucket->ub_seq = SMR_SEQ_INVALID; in bucket_drain()
1211 bucket->ub_seq = seq; in cache_drain()
1216 bucket->ub_seq = seq; in cache_drain()
4342 b->ub_seq = seq; in zone_free_cross()
[all …]
H A Duma_int.h249 smr_seq_t ub_seq; /* SMR sequence number. */ member
/f-stack/tools/compat/include/vm/
H A Duma_int.h252 smr_seq_t ub_seq; /* SMR sequence number. */ member