Home
last modified time | relevance | path

Searched refs:prev_max (Results 1 – 25 of 110) sorted by relevance

12345

/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn_db.cc53 SequenceNumber prev_max = max_evicted_seq_; in Initialize() local
55 AdvanceMaxEvictedSeq(prev_max, last_seq); in Initialize()
488 auto prev_max = max_evicted_seq_.load(std::memory_order_acquire); in AddCommitted() local
491 evicted.prep_seq, evicted.commit_seq, prev_max); in AddCommitted()
492 if (prev_max < evicted.commit_seq) { in AddCommitted()
508 prev_max, max_evicted_seq); in AddCommitted()
509 AdvanceMaxEvictedSeq(prev_max, max_evicted_seq); in AddCommitted()
608 void WritePreparedTxnDB::AdvanceMaxEvictedSeq(const SequenceNumber& prev_max, in AdvanceMaxEvictedSeq() argument
612 prev_max, new_max); in AdvanceMaxEvictedSeq()
617 auto updated_future_max = prev_max; in AdvanceMaxEvictedSeq()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn_db.cc53 SequenceNumber prev_max = max_evicted_seq_; in Initialize() local
55 AdvanceMaxEvictedSeq(prev_max, last_seq); in Initialize()
488 auto prev_max = max_evicted_seq_.load(std::memory_order_acquire); in AddCommitted() local
491 evicted.prep_seq, evicted.commit_seq, prev_max); in AddCommitted()
492 if (prev_max < evicted.commit_seq) { in AddCommitted()
508 prev_max, max_evicted_seq); in AddCommitted()
509 AdvanceMaxEvictedSeq(prev_max, max_evicted_seq); in AddCommitted()
608 void WritePreparedTxnDB::AdvanceMaxEvictedSeq(const SequenceNumber& prev_max, in AdvanceMaxEvictedSeq() argument
612 prev_max, new_max); in AdvanceMaxEvictedSeq()
617 auto updated_future_max = prev_max; in AdvanceMaxEvictedSeq()
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/utilities/transactions/
H A Dwrite_prepared_txn_db.cc54 SequenceNumber prev_max = max_evicted_seq_; in Initialize() local
56 AdvanceMaxEvictedSeq(prev_max, last_seq); in Initialize()
489 auto prev_max = max_evicted_seq_.load(std::memory_order_acquire); in AddCommitted() local
492 evicted.prep_seq, evicted.commit_seq, prev_max); in AddCommitted()
493 if (prev_max < evicted.commit_seq) { in AddCommitted()
509 prev_max, max_evicted_seq); in AddCommitted()
510 AdvanceMaxEvictedSeq(prev_max, max_evicted_seq); in AddCommitted()
607 void WritePreparedTxnDB::AdvanceMaxEvictedSeq(const SequenceNumber& prev_max, in AdvanceMaxEvictedSeq() argument
611 prev_max, new_max); in AdvanceMaxEvictedSeq()
616 auto updated_future_max = prev_max; in AdvanceMaxEvictedSeq()
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/utilities/transactions/
H A Dwrite_prepared_txn_db.cc54 SequenceNumber prev_max = max_evicted_seq_; in Initialize() local
56 AdvanceMaxEvictedSeq(prev_max, last_seq); in Initialize()
489 auto prev_max = max_evicted_seq_.load(std::memory_order_acquire); in AddCommitted() local
492 evicted.prep_seq, evicted.commit_seq, prev_max); in AddCommitted()
493 if (prev_max < evicted.commit_seq) { in AddCommitted()
509 prev_max, max_evicted_seq); in AddCommitted()
510 AdvanceMaxEvictedSeq(prev_max, max_evicted_seq); in AddCommitted()
607 void WritePreparedTxnDB::AdvanceMaxEvictedSeq(const SequenceNumber& prev_max, in AdvanceMaxEvictedSeq() argument
611 prev_max, new_max); in AdvanceMaxEvictedSeq()
616 auto updated_future_max = prev_max; in AdvanceMaxEvictedSeq()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn_db.cc53 SequenceNumber prev_max = max_evicted_seq_; in Initialize() local
55 AdvanceMaxEvictedSeq(prev_max, last_seq); in Initialize()
488 auto prev_max = max_evicted_seq_.load(std::memory_order_acquire); in AddCommitted() local
491 evicted.prep_seq, evicted.commit_seq, prev_max); in AddCommitted()
492 if (prev_max < evicted.commit_seq) { in AddCommitted()
508 prev_max, max_evicted_seq); in AddCommitted()
509 AdvanceMaxEvictedSeq(prev_max, max_evicted_seq); in AddCommitted()
608 void WritePreparedTxnDB::AdvanceMaxEvictedSeq(const SequenceNumber& prev_max, in AdvanceMaxEvictedSeq() argument
612 prev_max, new_max); in AdvanceMaxEvictedSeq()
617 auto updated_future_max = prev_max; in AdvanceMaxEvictedSeq()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn_db.cc53 SequenceNumber prev_max = max_evicted_seq_; in Initialize() local
55 AdvanceMaxEvictedSeq(prev_max, last_seq); in Initialize()
487 auto prev_max = max_evicted_seq_.load(std::memory_order_acquire); in AddCommitted() local
490 evicted.prep_seq, evicted.commit_seq, prev_max); in AddCommitted()
491 if (prev_max < evicted.commit_seq) { in AddCommitted()
507 prev_max, max_evicted_seq); in AddCommitted()
508 AdvanceMaxEvictedSeq(prev_max, max_evicted_seq); in AddCommitted()
607 void WritePreparedTxnDB::AdvanceMaxEvictedSeq(const SequenceNumber& prev_max, in AdvanceMaxEvictedSeq() argument
611 prev_max, new_max); in AdvanceMaxEvictedSeq()
616 auto updated_future_max = prev_max; in AdvanceMaxEvictedSeq()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn_db.cc53 SequenceNumber prev_max = max_evicted_seq_; in Initialize() local
55 AdvanceMaxEvictedSeq(prev_max, last_seq); in Initialize()
487 auto prev_max = max_evicted_seq_.load(std::memory_order_acquire); in AddCommitted() local
490 evicted.prep_seq, evicted.commit_seq, prev_max); in AddCommitted()
491 if (prev_max < evicted.commit_seq) { in AddCommitted()
507 prev_max, max_evicted_seq); in AddCommitted()
508 AdvanceMaxEvictedSeq(prev_max, max_evicted_seq); in AddCommitted()
607 void WritePreparedTxnDB::AdvanceMaxEvictedSeq(const SequenceNumber& prev_max, in AdvanceMaxEvictedSeq() argument
611 prev_max, new_max); in AdvanceMaxEvictedSeq()
616 auto updated_future_max = prev_max; in AdvanceMaxEvictedSeq()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn_db.cc53 SequenceNumber prev_max = max_evicted_seq_; in Initialize() local
55 AdvanceMaxEvictedSeq(prev_max, last_seq); in Initialize()
487 auto prev_max = max_evicted_seq_.load(std::memory_order_acquire); in AddCommitted() local
490 evicted.prep_seq, evicted.commit_seq, prev_max); in AddCommitted()
491 if (prev_max < evicted.commit_seq) { in AddCommitted()
507 prev_max, max_evicted_seq); in AddCommitted()
508 AdvanceMaxEvictedSeq(prev_max, max_evicted_seq); in AddCommitted()
607 void WritePreparedTxnDB::AdvanceMaxEvictedSeq(const SequenceNumber& prev_max, in AdvanceMaxEvictedSeq() argument
611 prev_max, new_max); in AdvanceMaxEvictedSeq()
616 auto updated_future_max = prev_max; in AdvanceMaxEvictedSeq()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn_db.cc53 SequenceNumber prev_max = max_evicted_seq_; in Initialize() local
55 AdvanceMaxEvictedSeq(prev_max, last_seq); in Initialize()
487 auto prev_max = max_evicted_seq_.load(std::memory_order_acquire); in AddCommitted() local
490 evicted.prep_seq, evicted.commit_seq, prev_max); in AddCommitted()
491 if (prev_max < evicted.commit_seq) { in AddCommitted()
507 prev_max, max_evicted_seq); in AddCommitted()
508 AdvanceMaxEvictedSeq(prev_max, max_evicted_seq); in AddCommitted()
607 void WritePreparedTxnDB::AdvanceMaxEvictedSeq(const SequenceNumber& prev_max, in AdvanceMaxEvictedSeq() argument
611 prev_max, new_max); in AdvanceMaxEvictedSeq()
616 auto updated_future_max = prev_max; in AdvanceMaxEvictedSeq()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn_db.cc53 SequenceNumber prev_max = max_evicted_seq_; in Initialize() local
55 AdvanceMaxEvictedSeq(prev_max, last_seq); in Initialize()
487 auto prev_max = max_evicted_seq_.load(std::memory_order_acquire); in AddCommitted() local
490 evicted.prep_seq, evicted.commit_seq, prev_max); in AddCommitted()
491 if (prev_max < evicted.commit_seq) { in AddCommitted()
507 prev_max, max_evicted_seq); in AddCommitted()
508 AdvanceMaxEvictedSeq(prev_max, max_evicted_seq); in AddCommitted()
607 void WritePreparedTxnDB::AdvanceMaxEvictedSeq(const SequenceNumber& prev_max, in AdvanceMaxEvictedSeq() argument
611 prev_max, new_max); in AdvanceMaxEvictedSeq()
616 auto updated_future_max = prev_max; in AdvanceMaxEvictedSeq()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn_db.cc53 SequenceNumber prev_max = max_evicted_seq_; in Initialize() local
55 AdvanceMaxEvictedSeq(prev_max, last_seq); in Initialize()
487 auto prev_max = max_evicted_seq_.load(std::memory_order_acquire); in AddCommitted() local
490 evicted.prep_seq, evicted.commit_seq, prev_max); in AddCommitted()
491 if (prev_max < evicted.commit_seq) { in AddCommitted()
507 prev_max, max_evicted_seq); in AddCommitted()
508 AdvanceMaxEvictedSeq(prev_max, max_evicted_seq); in AddCommitted()
607 void WritePreparedTxnDB::AdvanceMaxEvictedSeq(const SequenceNumber& prev_max, in AdvanceMaxEvictedSeq() argument
611 prev_max, new_max); in AdvanceMaxEvictedSeq()
616 auto updated_future_max = prev_max; in AdvanceMaxEvictedSeq()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn_db.cc53 SequenceNumber prev_max = max_evicted_seq_; in Initialize() local
55 AdvanceMaxEvictedSeq(prev_max, last_seq); in Initialize()
487 auto prev_max = max_evicted_seq_.load(std::memory_order_acquire); in AddCommitted() local
490 evicted.prep_seq, evicted.commit_seq, prev_max); in AddCommitted()
491 if (prev_max < evicted.commit_seq) { in AddCommitted()
507 prev_max, max_evicted_seq); in AddCommitted()
508 AdvanceMaxEvictedSeq(prev_max, max_evicted_seq); in AddCommitted()
607 void WritePreparedTxnDB::AdvanceMaxEvictedSeq(const SequenceNumber& prev_max, in AdvanceMaxEvictedSeq() argument
611 prev_max, new_max); in AdvanceMaxEvictedSeq()
616 auto updated_future_max = prev_max; in AdvanceMaxEvictedSeq()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/core/
H A Dpcm_param_trace.h80 __field(unsigned int, prev_max)
101 __entry->prev_max = prev->max;
125 __entry->prev_max,
/dports/multimedia/libv4l/linux-5.13-rc2/sound/core/
H A Dpcm_param_trace.h80 __field(unsigned int, prev_max)
101 __entry->prev_max = prev->max;
125 __entry->prev_max,
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/core/
H A Dpcm_param_trace.h80 __field(unsigned int, prev_max)
101 __entry->prev_max = prev->max;
125 __entry->prev_max,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/host1x/hw/
H A Dchannel_hw.c122 u32 prev_max = 0; in channel_submit() local
133 prev_max = job->syncpt_end = host1x_syncpt_read_max(sp); in channel_submit()
189 trace_host1x_channel_submitted(dev_name(ch->dev), prev_max, syncval); in channel_submit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/host1x/hw/
H A Dchannel_hw.c122 u32 prev_max = 0; in channel_submit() local
133 prev_max = job->syncpt_end = host1x_syncpt_read_max(sp); in channel_submit()
189 trace_host1x_channel_submitted(dev_name(ch->dev), prev_max, syncval); in channel_submit()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/host1x/hw/
H A Dchannel_hw.c122 u32 prev_max = 0; in channel_submit() local
133 prev_max = job->syncpt_end = host1x_syncpt_read_max(sp); in channel_submit()
189 trace_host1x_channel_submitted(dev_name(ch->dev), prev_max, syncval); in channel_submit()
/dports/accessibility/gammy/gammy-0.9.64/src/
H A Dgammactl.cpp110 prev_max = 0, in captureScreen() local
149 if (cfg["brt_min"] != prev_min || cfg["brt_max"] != prev_max || cfg["brt_offset"] != prev_offset) in captureScreen()
154 prev_max = cfg["brt_max"]; in captureScreen()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Dfader_controls_grid.c85 widget->meter_l->meter->prev_max, in G_DEFINE_TYPE()
86 widget->meter_r->meter->prev_max); in G_DEFINE_TYPE()
/dports/graphics/azpainter/azpainter-2.1.7/mlib/src/widget/
H A DmSplitter.c116 info->prev_max = info->next_max = info->prev_cur + info->next_cur; in _callback_gettarget_default()
232 else if(pw > info->prev_max) in _event_motion()
234 pw = info->prev_max; in _event_motion()
/dports/graphics/azpainterb/azpainterb-1.1.3/mlib/src/widget/
H A DmSplitter.c116 info->prev_max = info->next_max = info->prev_cur + info->next_cur; in _callback_gettarget_default()
232 else if(pw > info->prev_max) in _event_motion()
234 pw = info->prev_max; in _event_motion()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/inc/audio/
H A Dmeter.h90 float prev_max; member
/dports/graphics/azpainterb/azpainterb-1.1.3/mlib/include/
H A DmSplitter.h36 int prev_min,prev_max,prev_cur, member
/dports/graphics/azpainter/azpainter-2.1.7/mlib/include/
H A DmSplitter.h36 int prev_min,prev_max,prev_cur, member

12345