Home
last modified time | relevance | path

Searched refs:CSIInfo (Results 1 – 25 of 48) sorted by relevance

12

/dports/sysutils/nomad/nomad-1.1.0/nomad/structs/
H A Dnode.go183 type CSIInfo struct { struct
208 func (c *CSIInfo) Copy() *CSIInfo { argument
213 nc := new(CSIInfo)
221 func (c *CSIInfo) SetHealthy(hs bool) { argument
230 func (c *CSIInfo) Equal(o *CSIInfo) bool { argument
243 func (c *CSIInfo) IsController() bool { argument
250 func (c *CSIInfo) IsNode() bool { argument
H A Dcsi_test.go613 plug.AddPlugin("n0", &CSIInfo{
623 plug.AddPlugin("n0", &CSIInfo{
647 info := &CSIInfo{
684 info := &CSIInfo{
721 controllerInfo := &CSIInfo{
731 nodeInfo := &CSIInfo{
768 nodeInfo := &CSIInfo{
800 controllerInfo := &CSIInfo{
/dports/sysutils/nomad/nomad-1.1.0/client/pluginmanager/csimanager/
H A Dfingerprint.go24 basicInfo *structs.CSIInfo
41 func (p *pluginFingerprinter) fingerprint(ctx context.Context) *structs.CSIInfo {
59 var fp *structs.CSIInfo
85 func (p *pluginFingerprinter) buildBasicFingerprint(ctx context.Context) (*structs.CSIInfo, error) {
86 info := &structs.CSIInfo{
139 … buildControllerFingerprint(ctx context.Context, base *structs.CSIInfo) (*structs.CSIInfo, error) {
157 …inter) buildNodeFingerprint(ctx context.Context, base *structs.CSIInfo) (*structs.CSIInfo, error) {
H A Dfingerprint_test.go25 ExpectedCSIInfo *structs.CSIInfo
41 ExpectedCSIInfo: &structs.CSIInfo{
68 ExpectedCSIInfo: &structs.CSIInfo{
94 ExpectedCSIInfo: &structs.CSIInfo{
111 ExpectedCSIInfo: &structs.CSIInfo{
207 …info, err := im.fp.buildControllerFingerprint(context.Background(), &structs.CSIInfo{ControllerInf…
269 …info, err := im.fp.buildNodeFingerprint(context.Background(), &structs.CSIInfo{NodeInfo: &structs.…
H A Dmanager_test.go39 UpdateNodeCSIInfoFunc: func(string, *structs.CSIInfo) {},
55 UpdateNodeCSIInfoFunc: func(string, *structs.CSIInfo) {},
87 UpdateNodeCSIInfoFunc: func(string, *structs.CSIInfo) {},
126 UpdateNodeCSIInfoFunc: func(string, *structs.CSIInfo) {},
/dports/sysutils/nomad/nomad-1.1.0/client/
H A Dnode_updater.go46 c.batchNodeUpdates.batchCSIUpdates(func(name string, info *structs.CSIInfo) {
91 func (c *Client) updateNodeFromCSI(name string, info *structs.CSIInfo) { argument
122 func (c *Client) updateNodeFromCSIControllerLocked(name string, info *structs.CSIInfo) bool { argument
165 func (c *Client) updateNodeFromCSINodeLocked(name string, info *structs.CSIInfo) bool { argument
321 csiNodePlugins map[string]*structs.CSIInfo
322 csiControllerPlugins map[string]*structs.CSIInfo
338 csiNodePlugins: make(map[string]*structs.CSIInfo),
339 csiControllerPlugins: make(map[string]*structs.CSIInfo),
346 func (b *batchNodeUpdates) updateNodeFromCSI(plugin string, info *structs.CSIInfo) {
/dports/sysutils/nomad/nomad-1.1.0/nomad/volumewatcher/
H A Dinterfaces_test.go13 node.CSINodePlugins = map[string]*structs.CSIInfo{
22 node.CSIControllerPlugins = map[string]*structs.CSIInfo{
36 node.CSIControllerPlugins = map[string]*structs.CSIInfo{}
/dports/sysutils/nomad/nomad-1.1.0/nomad/
H A Dcsi_endpoint_test.go135 node.CSINodePlugins = map[string]*structs.CSIInfo{
261 node.CSINodePlugins = map[string]*structs.CSIInfo{
395 node.CSIControllerPlugins = map[string]*structs.CSIInfo{
405 node.CSINodePlugins = map[string]*structs.CSIInfo{
480 node.CSINodePlugins = map[string]*structs.CSIInfo{
734 node.CSINodePlugins = map[string]*structs.CSIInfo{
864 node.CSINodePlugins = map[string]*structs.CSIInfo{
997 node.CSINodePlugins = map[string]*structs.CSIInfo{
1508 plugin.Controllers = map[string]*structs.CSIInfo{}
1509 plugin.Nodes = map[string]*structs.CSIInfo{}
[all …]
/dports/sysutils/nomad/nomad-1.1.0/nomad/state/
H A Dtesting.go71 ns[0].CSIControllerPlugins = map[string]*structs.CSIInfo{
92 n.CSINodePlugins = map[string]*structs.CSIInfo{
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/MIRParser/
H A DMIRParser.cpp121 std::vector<CalleeSavedInfo> &CSIInfo,
602 std::vector<CalleeSavedInfo> CSIInfo;
619 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister,
654 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister,
662 MFI.setCalleeSavedInfo(CSIInfo);
663 if (!CSIInfo.empty())
679 std::vector<CalleeSavedInfo> &CSIInfo,
689 CSIInfo.push_back(CSI);
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/MIRParser/
H A DMIRParser.cpp121 std::vector<CalleeSavedInfo> &CSIInfo,
600 std::vector<CalleeSavedInfo> CSIInfo; in initializeFrameInfo() local
617 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
652 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
660 MFI.setCalleeSavedInfo(CSIInfo); in initializeFrameInfo()
661 if (!CSIInfo.empty()) in initializeFrameInfo()
677 std::vector<CalleeSavedInfo> &CSIInfo, in parseCalleeSavedRegister() argument
687 CSIInfo.push_back(CSI); in parseCalleeSavedRegister()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp129 std::vector<CalleeSavedInfo> &CSIInfo,
672 std::vector<CalleeSavedInfo> CSIInfo; in initializeFrameInfo() local
693 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
731 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
739 MFI.setCalleeSavedInfo(CSIInfo); in initializeFrameInfo()
740 if (!CSIInfo.empty()) in initializeFrameInfo()
756 std::vector<CalleeSavedInfo> &CSIInfo, in parseCalleeSavedRegister() argument
766 CSIInfo.push_back(CSI); in parseCalleeSavedRegister()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/MIRParser/
H A DMIRParser.cpp129 std::vector<CalleeSavedInfo> &CSIInfo,
672 std::vector<CalleeSavedInfo> CSIInfo; in initializeFrameInfo() local
693 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
731 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
739 MFI.setCalleeSavedInfo(CSIInfo); in initializeFrameInfo()
740 if (!CSIInfo.empty()) in initializeFrameInfo()
756 std::vector<CalleeSavedInfo> &CSIInfo, in parseCalleeSavedRegister() argument
766 CSIInfo.push_back(CSI); in parseCalleeSavedRegister()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp129 std::vector<CalleeSavedInfo> &CSIInfo,
672 std::vector<CalleeSavedInfo> CSIInfo; in initializeFrameInfo() local
693 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
731 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
739 MFI.setCalleeSavedInfo(CSIInfo); in initializeFrameInfo()
740 if (!CSIInfo.empty()) in initializeFrameInfo()
756 std::vector<CalleeSavedInfo> &CSIInfo, in parseCalleeSavedRegister() argument
766 CSIInfo.push_back(CSI); in parseCalleeSavedRegister()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/MIRParser/
H A DMIRParser.cpp123 std::vector<CalleeSavedInfo> &CSIInfo,
663 std::vector<CalleeSavedInfo> CSIInfo; in initializeFrameInfo() local
684 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
722 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
730 MFI.setCalleeSavedInfo(CSIInfo); in initializeFrameInfo()
731 if (!CSIInfo.empty()) in initializeFrameInfo()
747 std::vector<CalleeSavedInfo> &CSIInfo, in parseCalleeSavedRegister() argument
757 CSIInfo.push_back(CSI); in parseCalleeSavedRegister()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp130 std::vector<CalleeSavedInfo> &CSIInfo,
717 std::vector<CalleeSavedInfo> CSIInfo; in initializeFrameInfo() local
738 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
777 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
785 MFI.setCalleeSavedInfo(CSIInfo); in initializeFrameInfo()
786 if (!CSIInfo.empty()) in initializeFrameInfo()
802 std::vector<CalleeSavedInfo> &CSIInfo, in parseCalleeSavedRegister() argument
812 CSIInfo.push_back(CSI); in parseCalleeSavedRegister()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp130 std::vector<CalleeSavedInfo> &CSIInfo,
686 std::vector<CalleeSavedInfo> CSIInfo; in initializeFrameInfo() local
707 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
746 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
754 MFI.setCalleeSavedInfo(CSIInfo); in initializeFrameInfo()
755 if (!CSIInfo.empty()) in initializeFrameInfo()
771 std::vector<CalleeSavedInfo> &CSIInfo, in parseCalleeSavedRegister() argument
781 CSIInfo.push_back(CSI); in parseCalleeSavedRegister()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp130 std::vector<CalleeSavedInfo> &CSIInfo,
728 std::vector<CalleeSavedInfo> CSIInfo; in initializeFrameInfo() local
749 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
788 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
796 MFI.setCalleeSavedInfo(CSIInfo); in initializeFrameInfo()
797 if (!CSIInfo.empty()) in initializeFrameInfo()
813 std::vector<CalleeSavedInfo> &CSIInfo, in parseCalleeSavedRegister() argument
823 CSIInfo.push_back(CSI); in parseCalleeSavedRegister()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/MIRParser/
H A DMIRParser.cpp130 std::vector<CalleeSavedInfo> &CSIInfo,
728 std::vector<CalleeSavedInfo> CSIInfo; in initializeFrameInfo() local
749 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
788 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
796 MFI.setCalleeSavedInfo(CSIInfo); in initializeFrameInfo()
797 if (!CSIInfo.empty()) in initializeFrameInfo()
813 std::vector<CalleeSavedInfo> &CSIInfo, in parseCalleeSavedRegister() argument
823 CSIInfo.push_back(CSI); in parseCalleeSavedRegister()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp130 std::vector<CalleeSavedInfo> &CSIInfo,
717 std::vector<CalleeSavedInfo> CSIInfo; in initializeFrameInfo() local
738 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
777 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
785 MFI.setCalleeSavedInfo(CSIInfo); in initializeFrameInfo()
786 if (!CSIInfo.empty()) in initializeFrameInfo()
802 std::vector<CalleeSavedInfo> &CSIInfo, in parseCalleeSavedRegister() argument
812 CSIInfo.push_back(CSI); in parseCalleeSavedRegister()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/MIRParser/
H A DMIRParser.cpp130 std::vector<CalleeSavedInfo> &CSIInfo,
686 std::vector<CalleeSavedInfo> CSIInfo; in initializeFrameInfo() local
707 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
746 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
754 MFI.setCalleeSavedInfo(CSIInfo); in initializeFrameInfo()
755 if (!CSIInfo.empty()) in initializeFrameInfo()
771 std::vector<CalleeSavedInfo> &CSIInfo, in parseCalleeSavedRegister() argument
781 CSIInfo.push_back(CSI); in parseCalleeSavedRegister()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp130 std::vector<CalleeSavedInfo> &CSIInfo,
728 std::vector<CalleeSavedInfo> CSIInfo; in initializeFrameInfo() local
749 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
788 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
796 MFI.setCalleeSavedInfo(CSIInfo); in initializeFrameInfo()
797 if (!CSIInfo.empty()) in initializeFrameInfo()
813 std::vector<CalleeSavedInfo> &CSIInfo, in parseCalleeSavedRegister() argument
823 CSIInfo.push_back(CSI); in parseCalleeSavedRegister()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp130 std::vector<CalleeSavedInfo> &CSIInfo,
728 std::vector<CalleeSavedInfo> CSIInfo; in initializeFrameInfo() local
749 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
788 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
796 MFI.setCalleeSavedInfo(CSIInfo); in initializeFrameInfo()
797 if (!CSIInfo.empty()) in initializeFrameInfo()
813 std::vector<CalleeSavedInfo> &CSIInfo, in parseCalleeSavedRegister() argument
823 CSIInfo.push_back(CSI); in parseCalleeSavedRegister()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp130 std::vector<CalleeSavedInfo> &CSIInfo,
728 std::vector<CalleeSavedInfo> CSIInfo; in initializeFrameInfo() local
749 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
788 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
796 MFI.setCalleeSavedInfo(CSIInfo); in initializeFrameInfo()
797 if (!CSIInfo.empty()) in initializeFrameInfo()
813 std::vector<CalleeSavedInfo> &CSIInfo, in parseCalleeSavedRegister() argument
823 CSIInfo.push_back(CSI); in parseCalleeSavedRegister()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp130 std::vector<CalleeSavedInfo> &CSIInfo,
717 std::vector<CalleeSavedInfo> CSIInfo; in initializeFrameInfo() local
738 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
777 if (parseCalleeSavedRegister(PFS, CSIInfo, Object.CalleeSavedRegister, in initializeFrameInfo()
785 MFI.setCalleeSavedInfo(CSIInfo); in initializeFrameInfo()
786 if (!CSIInfo.empty()) in initializeFrameInfo()
802 std::vector<CalleeSavedInfo> &CSIInfo, in parseCalleeSavedRegister() argument
812 CSIInfo.push_back(CSI); in parseCalleeSavedRegister()

12