Home
last modified time | relevance | path

Searched refs:Manager (Results 1 – 25 of 187) sorted by relevance

12345678

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtiming.cpp14 if (Manager) in ~Timer()
15 Manager->report(*this); in ~Timer()
18 ScopedTimer::ScopedTimer(TimingManager &Manager, const char *Name) in ScopedTimer() argument
19 : Timer(Manager.getOrCreateTimer(Name)) { in ScopedTimer()
23 ScopedTimer::ScopedTimer(TimingManager &Manager, const Timer &Nest, in ScopedTimer() argument
25 : Timer(Manager.nest(Nest, Name)) { in ScopedTimer()
H A Dtiming.h33 : StartTime(0), AccTime(Other.AccTime), Manager(Other.Manager), in Timer()
35 Other.Manager = nullptr; in Timer()
57 Manager = nullptr; in ignore()
62 Timer(TimingManager &Manager, u32 HandleId) in Timer() argument
63 : Manager(&Manager), HandleId(HandleId) {} in Timer()
67 TimingManager *Manager = nullptr; variable
76 ScopedTimer(TimingManager &Manager, const char *Name);
77 ScopedTimer(TimingManager &Manager, const Timer &Nest, const char *Name);
129 CHECK_EQ(T.Manager, this); in nest()
/freebsd-14.2/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,apr-services.yaml24 5 = Voice Stream Manager Service.
26 7 = Audio Stream Manager Service.
27 8 = Audio Device Manager Service.
34 1 = Audio Process Manager Service
35 2 = Proxy Resource Manager Service.
H A Dqcom,smem.txt1 Qualcomm Shared Memory Manager binding
3 This binding describes the Qualcomm Shared Memory Manager, used to share data
H A Dqcom,apr.txt38 5 - Voice Stream Manager Service.
40 7 - Audio Stream Manager Service.
41 8 - Audio Device Manager Service.
H A Dqcom,smem.yaml7 title: Qualcomm Shared Memory Manager
14 This binding describes the Qualcomm Shared Memory Manager, a region of
H A Dqcom,smd-rpm.txt1 Qualcomm Resource Power Manager (RPM) over SMD
3 This driver is used to interface with the Resource Power Manager (RPM) found in
H A Dqcom,spm.yaml7 title: Qualcomm Subsystem Power Manager
14 This binding describes the Qualcomm Subsystem Power Manager, used to control
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h30 class Manager : public NativeProcessProtocol::Manager {
32 using NativeProcessProtocol::Manager::Manager;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h33 class Manager : public NativeProcessProtocol::Manager {
35 using NativeProcessProtocol::Manager::Manager;
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h275 class Manager {
277 Manager(MainLoop &mainloop) : m_mainloop(mainloop) {} in Manager() function
278 Manager(const Manager &) = delete;
279 Manager &operator=(const Manager &) = delete;
281 virtual ~Manager();
/freebsd-14.2/lib/libc/rpc/
H A Drpc44 event 100101 na.event # SunNet Manager
45 logger 100102 na.logger # SunNet Manager
48 activity 100109 na.activity # SunNet Manager
/freebsd-14.2/sys/contrib/device-tree/Bindings/edac/
H A Dsocfpga-eccmgr.txt1 Altera SoCFPGA ECC Manager
2 This driver uses the EDAC framework to implement the SOCFPGA ECC Manager.
3 The ECC Manager counts and corrects single bit errors and counts/handles
6 Cyclone5 and Arria5 ECC Manager
52 Arria10 SoCFPGA ECC Manager
53 The Arria10 SoC ECC Manager handles the IRQs for each peripheral
59 - altr,sysgr-syscon : phandle to Arria10 System Manager Block
65 - interrupt-controller : boolean indicator that ECC Manager is an interrupt controller
235 Stratix10 SoCFPGA ECC Manager (ARM64)
236 The Stratix10 SoC ECC Manager handles the IRQs for each peripheral
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/mailbox/
H A Dti,message-manager.txt1 Texas Instruments' Message Manager Driver
4 The Texas Instruments' Message Manager is a mailbox controller that has
10 Message Manager Device Node:
/freebsd-14.2/sys/contrib/device-tree/Bindings/fpga/
H A Daltera-socfpga-fpga-mgr.txt1 Altera SOCFPGA FPGA Manager
8 - interrupts : interrupt for the FPGA Manager device.
H A Dfpga-region.txt66 * In some implementations, the FPGA Manager transparantly handles gating the
72 FPGA Manager
73 * An FPGA Manager is a hardware block that programs an FPGA under the control
128 * FPGA Manager
144 reconfiguration. It must include a phandle to an FPGA Manager. The base
156 Manager specified by its ancestor FPGA Region. This supports both the case
158 a different FPGA Manager is used for each region.
182 This property is optional if the FPGA Manager handles the bridges.
285 In this case, the FPGA Manager which programs the FPGA also handles the
292 applied, the live DT must include the FPGA Manager, FPGA Bridges, and a
[all …]
H A Dxlnx,zynqmp-pcap-fpga.yaml7 title: Xilinx Zynq Ultrascale MPSoC FPGA Manager
13 Device Tree Bindings for Zynq Ultrascale MPSoC FPGA Manager.
/freebsd-14.2/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp66 typedef process_linux::NativeProcessLinux::Manager NativeProcessManager;
68 typedef process_freebsd::NativeProcessFreeBSD::Manager NativeProcessManager;
70 typedef process_netbsd::NativeProcessNetBSD::Manager NativeProcessManager;
72 typedef NativeProcessWindows::Manager NativeProcessManager;
75 class NativeProcessManager : public NativeProcessProtocol::Manager {
78 : NativeProcessProtocol::Manager(mainloop) {}
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Dqcom,q6adm-routing.yaml7 title: Qualcomm Audio Device Manager (Q6ADM) routing
14 Qualcomm Audio Device Manager (Q6ADM) routing node represents routing
/freebsd-14.2/share/doc/papers/relengr/
H A Dref.bib5 %B \s-1UNIX\s0 System Manager's Manual, 4.3 Berkeley Software Distribution, Virtual VAX-11 Version
13 %B \s-1UNIX\s0 System Manager's Manual, 4.3 Berkeley Software Distribution, Virtual VAX-11 Version
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassManagers.h204 void addPassManager(PMDataManager *Manager) { in addPassManager() argument
205 PassManagers.push_back(Manager); in addPassManager()
210 inline void addIndirectPassManager(PMDataManager *Manager) { in addIndirectPassManager() argument
211 IndirectPassManagers.push_back(Manager); in addIndirectPassManager()
/freebsd-14.2/sys/contrib/device-tree/Bindings/misc/
H A Dxlnx,tmr-manager.yaml7 title: Xilinx Triple Modular Redundancy(TMR) Manager IP
13 The Triple Modular Redundancy(TMR) Manager is responsible for handling the
H A Dintel,ixp4xx-ahb-queue-manager.yaml8 title: Intel IXP4xx AHB Queue Manager
14 The IXP4xx AHB Queue Manager maintains queues as circular buffers in
/freebsd-14.2/sys/contrib/device-tree/Bindings/reset/
H A Dzynq-reset.txt1 Xilinx Zynq Reset Manager
14 The Zynq Reset Manager needs to be a childnode of the SLCR.
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp474 static nodes_iterator nodes_begin(const ModuleManager &Manager) { in nodes_begin()
475 return nodes_iterator(Manager.begin()); in nodes_begin()
478 static nodes_iterator nodes_end(const ModuleManager &Manager) { in nodes_end()
479 return nodes_iterator(Manager.end()); in nodes_end()

12345678