/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | task.c | 51 * when built without threads we share a single global task manager and use 56 * is expected to have a separate manager; no "worker threads" are shared by 106 isc__taskmgr_t * manager; member 118 /* Locked by task manager lock. */ 144 /* Locked by task manager lock. */ 242 empty_readyq(isc__taskmgr_t *manager); 245 pop_readyq(isc__taskmgr_t *manager); 248 push_readyq(isc__taskmgr_t *manager, isc__task_t *task); 298 isc__taskmgr_t *manager = task->manager; in task_finished() local 307 LOCK(&manager->lock); in task_finished() [all …]
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_ucast_mgr.h | 39 * This object represents the Unicast Manager object. 63 /****h* OpenSM/Unicast Manager 65 * Unicast Manager 68 * The Unicast Manager object encapsulates the information 71 * The Unicast Manager object is thread safe. 81 /****s* OpenSM: Unicast Manager/osm_ucast_mgr_t 86 * Unicast Manager structure. 137 * Unicast Manager object 140 /****f* OpenSM: Unicast Manager/osm_ucast_mgr_construct 145 * This function constructs a Unicast Manager object. [all …]
|
H A D | osm_lid_mgr.h | 39 * This object represents the LID Manager object. 63 /****h* OpenSM/LID Manager 65 * LID Manager 68 * The LID Manager object encapsulates the information 71 * The LID Manager object is thread safe. 81 /****s* OpenSM: LID Manager/osm_lid_mgr_t 86 * LID Manager structure. 138 * LID Manager object 141 /****f* OpenSM: LID Manager/osm_lid_mgr_construct 146 * This function constructs a LID Manager object. [all …]
|
H A D | osm_errors.h | 87 State Manager 90 State Manager Controller 93 LID Manager 96 Link Manager 99 Drop Manager 147 Unicast Manager 150 Multicast Manager
|
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/ |
H A D | qcom,apr-services.yaml | 24 5 = Voice Stream Manager Service. 25 6 = Voice processing manager. 26 7 = Audio Stream Manager Service. 27 8 = Audio Device Manager Service. 28 9 = Multimode voice manager. 31 12 = Ultrasound stream manager. 32 13 = Listen stream manager. 34 1 = Audio Process Manager Service 35 2 = Proxy Resource Manager Service. 37 4 = Voice processing manager.
|
/freebsd/contrib/ofed/opensm/include/vendor/ |
H A D | osm_vendor_mtl_transaction_mgr.h | 75 /****s* OpenSM: Transaction Manager/osm_madw_req_t 115 /****s* OpenSM: Transaction Manager/osm_transaction_mgr_t 120 * This structure defines the transaction manager. 121 * It holds a qlist and a qmap, a lock on the transaction manager, and 123 * The manager is responsible for keeping track of every request mad that was 153 * Lock used on the transaction manager - make sure changes on it are serial. 159 /****f* OpenSM: Transaction Manager/osm_transaction_mgr_init 164 * Initialize the transaction manager. 166 * the new Transaction Manager created.* 179 /****f* OpenSM: Transaction Manager/osm_transaction_mgr_destroy [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | LegacyPassManagers.h | 9 // This file declares the LLVM Pass Manager infrastructure. 25 // The Pass Manager Infrastructure manages passes. It's responsibilities are: 33 // Pass Manager Infrastructure uses multiple pass managers. They are 36 // derive from another pass manager. 38 // PassManager and FunctionPassManager are two top-level pass manager that 39 // represents the external interface of this entire pass manager infrastucture. 52 // used by a pass manager to manage execution order of passes. It also provides 53 // a place to implement common pass manager APIs. All pass managers derive from 64 // FunctionPassManagerImpl is a top level manager. It manages FPPassManagers 82 // PassManagerImpl is a top level pass manager responsibl 204 addPassManager(PMDataManager * Manager) addPassManager() argument 210 addIndirectPassManager(PMDataManager * Manager) addIndirectPassManager() argument [all...] |
H A D | PassManager.h | 13 /// a pass. A pass manager is generally a tool to collect a sequence of passes 16 /// containing IR construct for a Module, a manager for passes over modules 62 // Forward declare the analysis manager template. 148 /// A pass manager contains a sequence of passes to run over a particular unit 154 /// When you run a pass manager, you provide an \c AnalysisManager<IRUnitT> 155 /// argument. The pass manager will propagate that analysis manager to each 156 /// pass it runs, and will call the analysis manager's invalidation routine with 164 /// Construct a pass manager. 188 /// Run all of the passes in this manager over the given unit of IR. 204 /// When adding a pass manager pass that has the same type as this pass [all …]
|
/freebsd/crypto/openssl/doc/designs/quic-design/ |
H A D | rx-depacketizer.md | 33 1. [Collect information for the ACK Manager](#collect-information-for-the-ack-manager) 41 - [ACK manager] 42 - Handshake manager, which is currently unspecified. It's assumed that 45 - Session manager, which is currently unspecified for QUIC, but may very 50 - Connection manager, which is currently unspecified. In the [overview], 52 talking directly with, so it's possible that the Connection manager will 53 turn out to be the Handshake manager. 75 ### Collect information for the [ACK manager] 103 | 0x02 | [ack 0x02] | [ACK manager] [^1] | | ✔ | ✔ |… 104 | 0x03 | [ack 0x03] | [ACK manager] [^1] | | ✔ | ✔ |… [all …]
|
H A D | quic-ackm.md | 1 QUIC ACK Manager 4  6 The QUIC ACK manager is responsible for, on the TX side: 22 In order to allow it to perform these tasks, the ACK manager must: 31 The ACK manager consumes: 37 The ACK manager provides the following outputs: 63 manager. 91 The QUIC ACK manager is instantiated as follows: 105 The function pointer `now` is invoked by the ACK manager to obtain the current 107 instance passed are used by the ACK manager instance. `statm` points to a [all …]
|
H A D | quic-fifm.md | 4 The QUIC frame-in-flight manager is responsible for tracking frames which were 6 designated as lost by the ACK manager. The ACK manager works on the level of 7 packets, whereas the QUIC frame-in-flight manager (FIFM) works on the level of 13 - the Transmitted Packet Information Manager (TXPIM); and 67 special case by the QUIC Send Stream Manager. `CRYPTO` frame retransmission 68 can also be handled using a QUIC Send Stream manager. (`CRYPTO` frames could 86 - The ability to determine, when the ACK Manager determines that a packet has 92 This is needed so that the QUIC Send Stream Manager for a given stream 100 This is needed so that the QUIC Send Stream Manager can be informed for a 273 The Transmitted Packet Information Manager (TXPIM) [all …]
|
/freebsd/sys/dev/ice/ |
H A D | ice_resmgr.c | 34 * @brief Resource allocation manager 48 * @brief PF resource manager allocation type 50 * malloc(9) allocation type used by the resource manager code. 55 * Public resource manager allocation functions 59 * ice_resmgr_init - Initialize a resource manager structure 60 * @resmgr: structure to track the resource manager state 63 * Initialize the state of a resource manager structure, allocating space to 81 * ice_resmgr_init_contig_only - Initialize a resource manager structure 82 * @resmgr: structure to track the resource manager state 103 * ice_resmgr_destroy - Deallocate memory associated with a resource manager [all...] |
/freebsd/sys/contrib/device-tree/Bindings/misc/ |
H A D | intel,ixp4xx-ahb-queue-manager.yaml | 5 $id: http://devicetree.org/schemas/misc/intel,ixp4xx-ahb-queue-manager.yaml# 8 title: Intel IXP4xx AHB Queue Manager 14 The IXP4xx AHB Queue Manager maintains queues as circular buffers in 18 queues from the queue manager with foo-queue = <&qmgr N> where the 19 &qmgr is a phandle to the queue manager and N is the queue resource 26 - const: intel,ixp4xx-ahb-queue-manager 47 qmgr: queue-manager@60000000 { 48 compatible = "intel,ixp4xx-ahb-queue-manager";
|
H A D | xlnx,tmr-manager.yaml | 4 $id: http://devicetree.org/schemas/misc/xlnx,tmr-manager.yaml# 7 title: Xilinx Triple Modular Redundancy(TMR) Manager IP 13 The Triple Modular Redundancy(TMR) Manager is responsible for handling the 21 - xlnx,tmr-manager-1.0 43 tmr-manager@44a10000 { 44 compatible = "xlnx,tmr-manager-1.0";
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | task.h | 40 * once for a given manager. 109 /*% Task and task manager methods */ 112 void (*setmode)(isc_taskmgr_t *manager, 114 isc_taskmgrmode_t (*mode)(isc_taskmgr_t *manager); 115 isc_result_t (*taskcreate)(isc_taskmgr_t *manager, 144 * This structure is actually just the common prefix of a task manager 177 isc_task_create(isc_taskmgr_t *manager, unsigned int quantum, 186 * quantum is zero, then the default quantum of the task manager will 195 *\li 'manager' is a valid task manager. 576 * tasks sharing a task manager with 'task'. [all …]
|
H A D | timer.h | 55 * once for a given manager. 106 /*% Timer and timer manager methods */ 109 isc_result_t (*timercreate)(isc_timermgr_t *manager, 129 * This structure is actually just the common prefix of a timer manager 162 *** Timer and Timer Manager Functions 169 isc_timer_create(isc_timermgr_t *manager, 178 * Create a new 'type' timer managed by 'manager'. The timers parameters 200 *\li 'manager' is a valid manager 353 * Create a timer manager. isc_timermgr_createinctx() also associates 354 * the new manager with the specified application context. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/edac/ |
H A D | socfpga-eccmgr.txt | 1 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 8 - compatible : Should be "altr,socfpga-ecc-manager" 33 compatible = "altr,socfpga-ecc-manager"; 52 Arria10 SoCFPGA ECC Manager 53 The Arria10 SoC ECC Manager handles the IRQs for each peripheral 58 - compatible : Should be "altr,socfpga-a10-ecc-manager" 59 - altr,sysgr-syscon : phandle to Arria10 System Manager Block [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LegacyPassManager.cpp | 9 // This file implements the legacy LLVM Pass Manager infrastructure. 35 // See PassManagers.h for Pass Manager infrastructure overview. 92 // If it's a pass manager, don't emit a remark. (This hinges on the assumption in emitInstrCountChangedRemark() 293 /// Pass Manager itself does not invalidate any analysis info. 356 // Execute all the passes managed by this top level manager. 409 /// Pass Manager itself does not invalidate any analysis info. 415 /// RequiredPass is run on the fly by Pass Manager when P requests it 425 StringRef getPassName() const override { return "Module Pass Manager"; } in getPassName() 430 // Print passes managed by this manager 432 dbgs().indent(Offset*2) << "ModulePass Manager\n"; in dumpPassStructure() [all …]
|
/freebsd/contrib/opencsd/decoder/include/common/ |
H A D | ocsd_lib_dcd_register.h | 50 …* The decoders in the library are accessed through the decoder manager interface. This provides a … 63 …nst std::string &name, IDecoderMngr *p_decoder_fact); //!< register a decoder manager interface 77 …erMngr *> m_decoder_mngrs; //!< map linking names to decoder manager interfaces. 83 IDecoderMngr *m_pLastTypedDecoderMngr; //!< last manager we found by type 99 * Typedef of function signature to create a decoder manager. 106 * Template function to create a specific decoder manager class object. 110 * @return IDecoderMngr * : pointer to the decoder manager base class interface. 118 * manager with the library 121 IDecoderMngr *pMngr; //!< pointer to created decoder manager 122 CreateMngr PFn; //!< function to create the decoder manager.
|
/freebsd/sys/contrib/device-tree/Bindings/fpga/ |
H A D | xilinx-pr-decoupler.txt | 10 Xilinx LogiCORE Dynamic Function eXchange(DFX) AXI shutdown manager 13 The Dynamic Function eXchange AXI shutdown manager prevents AXI traffic 26 "xlnx,dfx-axi-shutdown-manager-1.00" followed by 27 "xlnx,dfx-axi-shutdown-manager" 46 Dynamic Function eXchange AXI shutdown manager: 48 compatible = "xlnx,dfx-axi-shutdown-manager-1.00", 49 "xlnx,dfx-axi-shutdown-manager";
|
H A D | fpga-region.txt | 66 * In some implementations, the FPGA Manager transparently handles gating the 72 FPGA Manager 73 * An FPGA Manager is a hardware block that programs an FPGA under the control 112 2. Program the FPGA using the FPGA manager. 128 * FPGA Manager 144 reconfiguration. It must include a phandle to an FPGA Manager. The base 155 If an FPGA Region does not specify an FPGA Manager, it will inherit the FPGA 156 Manager specified by its ancestor FPGA Region. This supports both the case 157 where the same FPGA Manager is used for all of an FPGA as well the case where 158 a different FPGA Manager i [all...] |
/freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
H A D | ti,message-manager.txt | 1 Texas Instruments' Message Manager Driver 4 The Texas Instruments' Message Manager is a mailbox controller that has 6 manager is broken up into queues in different address regions that are called 10 Message Manager Device Node: 14 - compatible: Shall be: "ti,k2g-message-manager" 24 For ti,k2g-message-manager, this shall contain: 33 compatible = "ti,k2g-message-manager";
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | timing.cpp | 14 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()
|
/freebsd/contrib/sendmail/src/ |
H A D | sched.c | 89 ** QM -- queue "manager" 108 sm_syslog(LOG_DEBUG, NOQID, "queue manager: start"); in qm() 110 FORK_P1("Queue manager -- fork() failed", "QM", PROC_QM); in qm() 136 sm_syslog(LOG_DEBUG, NOQID, "queue manager: rcv=start"); in qm() 140 sm_syslog(LOG_DEBUG, NOQID, "queue manager: rcv=timed_out"); in qm() 145 sm_syslog(LOG_DEBUG, NOQID, "queue manager: rcv=%d", r); in qm() 151 sm_syslog(LOG_DEBUG, NOQID, "queue manager: got=%s", buf); in qm() 160 sm_syslog(LOG_DEBUG, NOQID, "queue manager: buf=%s, scan=%d", buf, r); in qm() 167 sm_syslog(LOG_DEBUG, NOQID, "queue manager: stop"); in qm()
|
/freebsd/contrib/kyua/engine/execenv/ |
H A D | execenv.hpp | 92 /// Abstract interface of an execution environment manager. 93 class manager { class 96 virtual ~manager() {} in ~manager() 118 // TODO: execenv related extra metadata could be provided by a manager 125 /// \param manager Execution environment manager. 126 void register_execenv(const std::shared_ptr< manager > manager); 132 const std::vector< std::shared_ptr< manager> > execenvs();
|