Home
last modified time | relevance | path

Searched refs:BlockInfo (Results 1 – 25 of 1133) sorted by relevance

12345678910>>...46

/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/namenode/
H A DBlocksMap.java79 BlockInfo info = (BlockInfo)triplets[index*3+1];
86 BlockInfo getNext(int index) {
89 BlockInfo info = (BlockInfo)triplets[index*3+2];
211 BlockInfo listInsert(BlockInfo head, DatanodeDescriptor dn) { in listInsert()
231 BlockInfo listRemove(BlockInfo head, DatanodeDescriptor dn) { in listRemove()
262 BlockInfo next, nextPrev; in listIsConsistent()
263 BlockInfo cur = this; in listIsConsistent()
291 private BlockInfo blockInfo;
331 BlockInfo info = blocks.get(b); in checkBlockInfo()
340 BlockInfo info = blocks.get(b); in getINode()
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/mrs/v20200910/
H A Dmodels.go53 type BlockInfo struct { struct
750 Edge *BlockInfo `json:"Edge,omitempty" name:"Edge"`
758 Gland *BlockInfo `json:"Gland,omitempty" name:"Gland"`
762 Shape *BlockInfo `json:"Shape,omitempty" name:"Shape"`
774 CDFI *BlockInfo `json:"CDFI,omitempty" name:"CDFI"`
798 Vas *BlockInfo `json:"Vas,omitempty" name:"Vas"`
888 PTNM *BlockInfo `json:"PTNM,omitempty" name:"PTNM"`
1462 Type *BlockInfo `json:"Type,omitempty" name:"Type"`
1482 Edge *BlockInfo `json:"Edge,omitempty" name:"Edge"`
1542 CDFI *BlockInfo `json:"CDFI,omitempty" name:"CDFI"`
[all …]
/dports/sysutils/terraform/tencentcloud-sdk-go-1.0.233/tencentcloud/mrs/v20200910/
H A Dmodels.go53 type BlockInfo struct { struct
750 Edge *BlockInfo `json:"Edge,omitempty" name:"Edge"`
758 Gland *BlockInfo `json:"Gland,omitempty" name:"Gland"`
762 Shape *BlockInfo `json:"Shape,omitempty" name:"Shape"`
774 CDFI *BlockInfo `json:"CDFI,omitempty" name:"CDFI"`
798 Vas *BlockInfo `json:"Vas,omitempty" name:"Vas"`
888 PTNM *BlockInfo `json:"PTNM,omitempty" name:"PTNM"`
1462 Type *BlockInfo `json:"Type,omitempty" name:"Type"`
1482 Edge *BlockInfo `json:"Edge,omitempty" name:"Edge"`
1542 CDFI *BlockInfo `json:"CDFI,omitempty" name:"CDFI"`
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/model/
H A Dblockpullreorderer_test.go23 blocks []protocol.BlockInfo
29 want [][]protocol.BlockInfo
37 {"empty-one", args{nil, 1}, [][]protocol.BlockInfo{}},
38 {"empty-zero", args{nil, 0}, [][]protocol.BlockInfo{nil}},
52 blocks []protocol.BlockInfo
53 want []protocol.BlockInfo
74 blocks := func(i ...int) []protocol.BlockInfo {
75 b := make([]protocol.BlockInfo, 0, len(i))
77 b = append(b, protocol.BlockInfo{Offset: int64(v)})
85 blocks []protocol.BlockInfo
[all …]
H A Dblockpullreorderer.go17 Reorder(blocks []protocol.BlockInfo) []protocol.BlockInfo argument
35 func (inOrderBlockPullReorderer) Reorder(blocks []protocol.BlockInfo) []protocol.BlockInfo {
41 func (randomOrderBlockPullReorderer) Reorder(blocks []protocol.BlockInfo) []protocol.BlockInfo {
75 func (p *standardBlockPullReorderer) Reorder(blocks []protocol.BlockInfo) []protocol.BlockInfo {
84 newBlocks := make([]protocol.BlockInfo, 0, len(blocks))
110 func chunk(blocks []protocol.BlockInfo, partCount int) [][]protocol.BlockInfo { argument
112 return [][]protocol.BlockInfo{blocks}
116 parts := make([][]protocol.BlockInfo, 0, partCount)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DSafeStackColoring.cpp110 BlockInfo.Begin.resize(NumAllocas); in collectMarkers()
111 BlockInfo.End.resize(NumAllocas); in collectMarkers()
112 BlockInfo.LiveIn.resize(NumAllocas); in collectMarkers()
113 BlockInfo.LiveOut.resize(NumAllocas); in collectMarkers()
134 BlockInfo.Begin.set(M.AllocaNo); in collectMarkers()
138 BlockInfo.End.set(M.AllocaNo); in collectMarkers()
187 LocalLiveOut.reset(BlockInfo.End); in calculateLocalLiveness()
188 LocalLiveOut |= BlockInfo.Begin; in calculateLocalLiveness()
193 BlockInfo.LiveIn |= LocalLiveIn; in calculateLocalLiveness()
268 << "): begin " << BlockInfo.Begin << ", end " << BlockInfo.End in dumpBlockLiveness()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DSafeStackColoring.cpp110 BlockInfo.Begin.resize(NumAllocas); in collectMarkers()
111 BlockInfo.End.resize(NumAllocas); in collectMarkers()
112 BlockInfo.LiveIn.resize(NumAllocas); in collectMarkers()
113 BlockInfo.LiveOut.resize(NumAllocas); in collectMarkers()
134 BlockInfo.Begin.set(M.AllocaNo); in collectMarkers()
138 BlockInfo.End.set(M.AllocaNo); in collectMarkers()
187 LocalLiveOut.reset(BlockInfo.End); in calculateLocalLiveness()
188 LocalLiveOut |= BlockInfo.Begin; in calculateLocalLiveness()
193 BlockInfo.LiveIn |= LocalLiveIn; in calculateLocalLiveness()
268 << "): begin " << BlockInfo.Begin << ", end " << BlockInfo.End in dumpBlockLiveness()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSafeStackColoring.cpp110 BlockInfo.Begin.resize(NumAllocas); in collectMarkers()
111 BlockInfo.End.resize(NumAllocas); in collectMarkers()
112 BlockInfo.LiveIn.resize(NumAllocas); in collectMarkers()
113 BlockInfo.LiveOut.resize(NumAllocas); in collectMarkers()
134 BlockInfo.Begin.set(M.AllocaNo); in collectMarkers()
138 BlockInfo.End.set(M.AllocaNo); in collectMarkers()
187 LocalLiveOut.reset(BlockInfo.End); in calculateLocalLiveness()
188 LocalLiveOut |= BlockInfo.Begin; in calculateLocalLiveness()
193 BlockInfo.LiveIn |= LocalLiveIn; in calculateLocalLiveness()
268 << "): begin " << BlockInfo.Begin << ", end " << BlockInfo.End in dumpBlockLiveness()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DSafeStackColoring.cpp110 BlockInfo.Begin.resize(NumAllocas); in collectMarkers()
111 BlockInfo.End.resize(NumAllocas); in collectMarkers()
112 BlockInfo.LiveIn.resize(NumAllocas); in collectMarkers()
113 BlockInfo.LiveOut.resize(NumAllocas); in collectMarkers()
134 BlockInfo.Begin.set(M.AllocaNo); in collectMarkers()
138 BlockInfo.End.set(M.AllocaNo); in collectMarkers()
187 LocalLiveOut.reset(BlockInfo.End); in calculateLocalLiveness()
188 LocalLiveOut |= BlockInfo.Begin; in calculateLocalLiveness()
193 BlockInfo.LiveIn |= LocalLiveIn; in calculateLocalLiveness()
268 << "): begin " << BlockInfo.Begin << ", end " << BlockInfo.End in dumpBlockLiveness()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DSafeStackColoring.cpp111 BlockInfo.Begin.resize(NumAllocas); in collectMarkers()
112 BlockInfo.End.resize(NumAllocas); in collectMarkers()
113 BlockInfo.LiveIn.resize(NumAllocas); in collectMarkers()
114 BlockInfo.LiveOut.resize(NumAllocas); in collectMarkers()
135 BlockInfo.Begin.set(M.AllocaNo); in collectMarkers()
139 BlockInfo.End.set(M.AllocaNo); in collectMarkers()
188 LocalLiveOut.reset(BlockInfo.End); in calculateLocalLiveness()
189 LocalLiveOut |= BlockInfo.Begin; in calculateLocalLiveness()
194 BlockInfo.LiveIn |= LocalLiveIn; in calculateLocalLiveness()
269 << "): begin " << BlockInfo.Begin << ", end " << BlockInfo.End in dumpBlockLiveness()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DSafeStackColoring.cpp112 BlockInfo.Begin.resize(NumAllocas); in collectMarkers()
113 BlockInfo.End.resize(NumAllocas); in collectMarkers()
114 BlockInfo.LiveIn.resize(NumAllocas); in collectMarkers()
115 BlockInfo.LiveOut.resize(NumAllocas); in collectMarkers()
136 BlockInfo.Begin.set(M.AllocaNo); in collectMarkers()
140 BlockInfo.End.set(M.AllocaNo); in collectMarkers()
187 LocalLiveOut.reset(BlockInfo.End); in calculateLocalLiveness()
188 LocalLiveOut |= BlockInfo.Begin; in calculateLocalLiveness()
193 BlockInfo.LiveIn |= LocalLiveIn; in calculateLocalLiveness()
268 << "): begin " << BlockInfo.Begin << ", end " << BlockInfo.End in dumpBlockLiveness()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp361 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
369 if (BlockInfo[PredBlock]->ExitSet) { in processBlockPhase2()
371 BlockInfo[ThisBlock]->Pred = in processBlockPhase2()
372 BlockInfo[ThisBlock]->Pred.intersect(BlockInfo[PredBlock]->Exit); in processBlockPhase2()
374 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
382 BlockInfo[ThisBlock]->Pred.merge(BlockInfo[ThisBlock]->Change); in processBlockPhase2()
394 BlockInfo[ThisBlock]->ExitSet = ExitSet; in processBlockPhase2()
405 if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->Require)) { in processBlockPhase3()
407 BlockInfo[ThisBlock]->Pred.delta(BlockInfo[ThisBlock]->Require); in processBlockPhase3()
416 BlockInfo.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp358 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
366 if (BlockInfo[PredBlock]->ExitSet) { in processBlockPhase2()
368 BlockInfo[ThisBlock]->Pred = in processBlockPhase2()
369 BlockInfo[ThisBlock]->Pred.intersect(BlockInfo[PredBlock]->Exit); in processBlockPhase2()
371 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
379 BlockInfo[ThisBlock]->Pred.merge(BlockInfo[ThisBlock]->Change); in processBlockPhase2()
391 BlockInfo[ThisBlock]->ExitSet = ExitSet; in processBlockPhase2()
402 if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->Require)) { in processBlockPhase3()
404 BlockInfo[ThisBlock]->Pred.delta(BlockInfo[ThisBlock]->Require); in processBlockPhase3()
413 BlockInfo.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp350 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
358 if (BlockInfo[PredBlock]->ExitSet) { in processBlockPhase2()
360 BlockInfo[ThisBlock]->Pred = in processBlockPhase2()
361 BlockInfo[ThisBlock]->Pred.intersect(BlockInfo[PredBlock]->Exit); in processBlockPhase2()
363 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
371 BlockInfo[ThisBlock]->Pred.merge(BlockInfo[ThisBlock]->Change); in processBlockPhase2()
383 BlockInfo[ThisBlock]->ExitSet = ExitSet; in processBlockPhase2()
394 if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->Require)) { in processBlockPhase3()
396 BlockInfo[ThisBlock]->Pred.delta(BlockInfo[ThisBlock]->Require); in processBlockPhase3()
405 BlockInfo.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AMDGPU/
H A DSIModeRegister.cpp350 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
358 if (BlockInfo[PredBlock]->ExitSet) { in processBlockPhase2()
360 BlockInfo[ThisBlock]->Pred = in processBlockPhase2()
361 BlockInfo[ThisBlock]->Pred.intersect(BlockInfo[PredBlock]->Exit); in processBlockPhase2()
363 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
371 BlockInfo[ThisBlock]->Pred.merge(BlockInfo[ThisBlock]->Change); in processBlockPhase2()
383 BlockInfo[ThisBlock]->ExitSet = ExitSet; in processBlockPhase2()
394 if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->Require)) { in processBlockPhase3()
396 BlockInfo[ThisBlock]->Pred.delta(BlockInfo[ThisBlock]->Require); in processBlockPhase3()
405 BlockInfo.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp350 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
358 if (BlockInfo[PredBlock]->ExitSet) { in processBlockPhase2()
360 BlockInfo[ThisBlock]->Pred = in processBlockPhase2()
361 BlockInfo[ThisBlock]->Pred.intersect(BlockInfo[PredBlock]->Exit); in processBlockPhase2()
363 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
371 BlockInfo[ThisBlock]->Pred.merge(BlockInfo[ThisBlock]->Change); in processBlockPhase2()
383 BlockInfo[ThisBlock]->ExitSet = ExitSet; in processBlockPhase2()
394 if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->Require)) { in processBlockPhase3()
396 BlockInfo[ThisBlock]->Pred.delta(BlockInfo[ThisBlock]->Require); in processBlockPhase3()
405 BlockInfo.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AMDGPU/
H A DSIModeRegister.cpp358 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
366 if (BlockInfo[PredBlock]->ExitSet) { in processBlockPhase2()
368 BlockInfo[ThisBlock]->Pred = in processBlockPhase2()
369 BlockInfo[ThisBlock]->Pred.intersect(BlockInfo[PredBlock]->Exit); in processBlockPhase2()
371 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
379 BlockInfo[ThisBlock]->Pred.merge(BlockInfo[ThisBlock]->Change); in processBlockPhase2()
391 BlockInfo[ThisBlock]->ExitSet = ExitSet; in processBlockPhase2()
402 if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->Require)) { in processBlockPhase3()
404 BlockInfo[ThisBlock]->Pred.delta(BlockInfo[ThisBlock]->Require); in processBlockPhase3()
413 BlockInfo.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp350 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
358 if (BlockInfo[PredBlock]->ExitSet) { in processBlockPhase2()
360 BlockInfo[ThisBlock]->Pred = in processBlockPhase2()
361 BlockInfo[ThisBlock]->Pred.intersect(BlockInfo[PredBlock]->Exit); in processBlockPhase2()
363 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
371 BlockInfo[ThisBlock]->Pred.merge(BlockInfo[ThisBlock]->Change); in processBlockPhase2()
383 BlockInfo[ThisBlock]->ExitSet = ExitSet; in processBlockPhase2()
394 if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->Require)) { in processBlockPhase3()
396 BlockInfo[ThisBlock]->Pred.delta(BlockInfo[ThisBlock]->Require); in processBlockPhase3()
405 BlockInfo.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp350 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
358 if (BlockInfo[PredBlock]->ExitSet) { in processBlockPhase2()
360 BlockInfo[ThisBlock]->Pred = in processBlockPhase2()
361 BlockInfo[ThisBlock]->Pred.intersect(BlockInfo[PredBlock]->Exit); in processBlockPhase2()
363 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
371 BlockInfo[ThisBlock]->Pred.merge(BlockInfo[ThisBlock]->Change); in processBlockPhase2()
383 BlockInfo[ThisBlock]->ExitSet = ExitSet; in processBlockPhase2()
394 if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->Require)) { in processBlockPhase3()
396 BlockInfo[ThisBlock]->Pred.delta(BlockInfo[ThisBlock]->Require); in processBlockPhase3()
405 BlockInfo.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp350 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
358 if (BlockInfo[PredBlock]->ExitSet) { in processBlockPhase2()
360 BlockInfo[ThisBlock]->Pred = in processBlockPhase2()
361 BlockInfo[ThisBlock]->Pred.intersect(BlockInfo[PredBlock]->Exit); in processBlockPhase2()
363 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
371 BlockInfo[ThisBlock]->Pred.merge(BlockInfo[ThisBlock]->Change); in processBlockPhase2()
383 BlockInfo[ThisBlock]->ExitSet = ExitSet; in processBlockPhase2()
394 if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->Require)) { in processBlockPhase3()
396 BlockInfo[ThisBlock]->Pred.delta(BlockInfo[ThisBlock]->Require); in processBlockPhase3()
405 BlockInfo.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp350 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
358 if (BlockInfo[PredBlock]->ExitSet) { in processBlockPhase2()
360 BlockInfo[ThisBlock]->Pred = in processBlockPhase2()
361 BlockInfo[ThisBlock]->Pred.intersect(BlockInfo[PredBlock]->Exit); in processBlockPhase2()
363 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
371 BlockInfo[ThisBlock]->Pred.merge(BlockInfo[ThisBlock]->Change); in processBlockPhase2()
383 BlockInfo[ThisBlock]->ExitSet = ExitSet; in processBlockPhase2()
394 if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->Require)) { in processBlockPhase3()
396 BlockInfo[ThisBlock]->Pred.delta(BlockInfo[ThisBlock]->Require); in processBlockPhase3()
405 BlockInfo.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp350 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
358 if (BlockInfo[PredBlock]->ExitSet) { in processBlockPhase2()
360 BlockInfo[ThisBlock]->Pred = in processBlockPhase2()
361 BlockInfo[ThisBlock]->Pred.intersect(BlockInfo[PredBlock]->Exit); in processBlockPhase2()
363 BlockInfo[ThisBlock]->Pred = BlockInfo[PredBlock]->Exit; in processBlockPhase2()
371 BlockInfo[ThisBlock]->Pred.merge(BlockInfo[ThisBlock]->Change); in processBlockPhase2()
383 BlockInfo[ThisBlock]->ExitSet = ExitSet; in processBlockPhase2()
394 if (!BlockInfo[ThisBlock]->Pred.isCompatible(BlockInfo[ThisBlock]->Require)) { in processBlockPhase3()
396 BlockInfo[ThisBlock]->Pred.delta(BlockInfo[ThisBlock]->Require); in processBlockPhase3()
405 BlockInfo.resize(MF.getNumBlockIDs()); in runOnMachineFunction()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/persistent_cache/
H A Dblock_cache_tier_metadata.cc36 block_index_.Clear([](BlockInfo* arg){ delete arg; }); in Clear()
39 BlockInfo* BlockCacheTierMetadata::Insert(const Slice& key, const LBA& lba) { in Insert()
40 std::unique_ptr<BlockInfo> binfo(new BlockInfo(key, lba)); in Insert()
48 BlockInfo lookup_key(key); in Lookup()
49 BlockInfo* block; in Lookup()
63 BlockInfo* BlockCacheTierMetadata::Remove(const Slice& key) { in Remove()
64 BlockInfo lookup_key(key); in Remove()
65 BlockInfo* binfo = nullptr; in Remove()
73 for (BlockInfo* binfo : f->block_infos()) { in RemoveAllKeys()
74 BlockInfo* tmp = nullptr; in RemoveAllKeys()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/utilities/persistent_cache/
H A Dblock_cache_tier_metadata.cc36 block_index_.Clear([](BlockInfo* arg){ delete arg; }); in Clear()
39 BlockInfo* BlockCacheTierMetadata::Insert(const Slice& key, const LBA& lba) { in Insert()
40 std::unique_ptr<BlockInfo> binfo(new BlockInfo(key, lba)); in Insert()
48 BlockInfo lookup_key(key); in Lookup()
49 BlockInfo* block; in Lookup()
63 BlockInfo* BlockCacheTierMetadata::Remove(const Slice& key) { in Remove()
64 BlockInfo lookup_key(key); in Remove()
65 BlockInfo* binfo = nullptr; in Remove()
73 for (BlockInfo* binfo : f->block_infos()) { in RemoveAllKeys()
74 BlockInfo* tmp = nullptr; in RemoveAllKeys()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/persistent_cache/
H A Dblock_cache_tier_metadata.cc36 block_index_.Clear([](BlockInfo* arg){ delete arg; }); in Clear()
39 BlockInfo* BlockCacheTierMetadata::Insert(const Slice& key, const LBA& lba) { in Insert()
40 std::unique_ptr<BlockInfo> binfo(new BlockInfo(key, lba)); in Insert()
48 BlockInfo lookup_key(key); in Lookup()
49 BlockInfo* block; in Lookup()
63 BlockInfo* BlockCacheTierMetadata::Remove(const Slice& key) { in Remove()
64 BlockInfo lookup_key(key); in Remove()
65 BlockInfo* binfo = nullptr; in Remove()
73 for (BlockInfo* binfo : f->block_infos()) { in RemoveAllKeys()
74 BlockInfo* tmp = nullptr; in RemoveAllKeys()

12345678910>>...46