/freebsd/sys/vm/ |
H A D | vm_radix.h | 145 * Requires that access be externally synchronized by a lock. 157 * Requires that access be externally synchronized by a lock. 171 * Requires that access be externally synchronized by a lock. 183 * Requires that access be externally synchronized by a lock. 226 * Requires that access be externally synchronized by a lock. 239 * Requires that access be externally synchronized by a lock. 252 * Requires that access be externally synchronized by a lock. 265 * Requires that access be externally synchronized by a lock. 277 * Requires that access be externally synchronized by a lock. 289 * Requires that access be externally synchronized by a lock. [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Internalize.h | 38 // The number of members. A comdat with one member which is not externally 41 // Whether the comdat has an externally visible member. 54 /// Internalize GV if it is possible to do so, i.e. it is not externally 55 /// visible and is not a member of an externally visible comdat. 58 /// If GV is part of a comdat and is externally visible, keep track of its
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | maxim,max8973.yaml | 42 maxim,externally-enable: 45 Externally control the regulator output enable/disable. 50 GPIO for enable control. If the valid GPIO is provided then externally 139 maxim,externally-enable;
|
H A D | max8973-regulator.txt | 15 -maxim,externally-enable: boolean, externally control the regulator output 18 then externally enable control will be considered.
|
H A D | tps65090.txt | 18 If DCDCs are externally controlled then this property should be there. 20 If DCDCs are externally controlled and if it is from GPIO then GPIO 21 number should be provided. If it is externally controlled and no GPIO
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InlineModelFeatureMaps.h | 115 "exposed externally") \ 124 "exposed externally") \ 126 "Is callee an available-externally linkage type (i.e. could be DCEd if " \ 130 "Is caller an available-externally linkage type (i.e. could be DCEd if " \
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Internalize.cpp | 108 // Available externally is really just a "declaration with a body". in shouldPreserveGV() 116 // As the name suggests, externally initialized variables need preserving as in shouldPreserveGV() 117 // they would be initialized elsewhere externally. in shouldPreserveGV() 143 // If a comdat with one member is not externally visible, we can drop it. in maybeInternalize() 171 // If GV is part of a comdat and is externally visible, update the comdat size
|
H A D | ElimAvailExtern.cpp | 94 // Drop initializers of available externally global variables. in eliminateAvailableExternally() 110 // Drop the bodies of available externally functions. in eliminateAvailableExternally()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | hist.h | 41 * Same as HIST_count(), but using an externally provided scratch buffer. 58 * Same as HIST_countFast(), but using an externally provided scratch buffer.
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | hist.h | 41 * Same as HIST_count(), but using an externally provided scratch buffer. 58 * Same as HIST_countFast(), but using an externally provided scratch buffer.
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | mscc,ocelot.yaml | 7 title: Ocelot Externally-Controlled Ethernet Switch 15 the option to be controlled externally via external interfaces like SPI or
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | debug.h | 46 /* DEBUGLEVEL is expected to be defined externally, 54 /* DEBUGFILE can be defined externally,
|
/freebsd/gnu/ |
H A D | Makefile.inc | 1 # Do not lint the GNU stuff. It is all externally maintained and
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | crash_handler.cpp | 36 // There can be a race between internally- and externally-raised faults. The in __gwp_asan_get_internal_crash_address() 38 // internally- or externally-raised, and the pool maintains a special page at in __gwp_asan_get_internal_crash_address()
|
H A D | guarded_pool_allocator.cpp | 279 // Races between internally- and externally-raised faults can happen. Right in raiseInternallyDetectedError() 282 // externally-detected fault. What will happen is that the other thread will in raiseInternallyDetectedError() 290 // get an "externally-raised" SIGSEGV while *also* holding the allocator in raiseInternallyDetectedError() 390 // externally-raised errors, or implicitly in raiseInternallyDetectedError() in preCrashReport()
|
/freebsd/sys/contrib/device-tree/Bindings/power/reset/ |
H A D | mt6323-poweroff.txt | 3 The power controller which could be found on PMIC is responsible for externally
|
H A D | ltc2952-poweroff.txt | 3 This chip is used to externally trigger a system shut down. Once the trigger has
|
/freebsd/cddl/ |
H A D | Makefile.inc | 9 # Do not lint the CDDL stuff. It is all externally maintained and
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | nxp,pca9541.txt | 9 The following required properties are defined externally:
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRForTarget.h | 68 /// The list of externally-referenced variables for the expression, 223 /// Handle a single externally-defined variable 232 /// Handle a single externally-defined symbol 241 /// Handle a single externally-defined Objective-C class
|
/freebsd/contrib/mandoc/ |
H A D | mandoc_escape.3 | 124 above all externally by the 135 and rarely externally by high-level utilities using the mandoc library,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | DynamicLibrary.h | 28 /// allows dynamic libraries to be loaded and searched for externally 73 /// Registers an externally loaded library. The library will be unloaded
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | arena_stats.h | 14 * externally. 247 /* Like the _u64 variant, needs an externally synchronized *dst. */
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SystemInitializerFull.h | 19 /// not intended to be used externally, but is instead used
|
/freebsd/contrib/llvm-project/lldb/bindings/interface/ |
H A D | SBSymbolExtensions.i | 24 external = property(IsExternal, None, doc='''A read only property that returns a boolean value that indicates if this symbol is externally visiable (exported) from the module that contains it.''')
|