Home
last modified time | relevance | path

Searched full:externally (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/freebsd/sys/vm/
H A Dvm_radix.h145 * 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 DInternalize.h38 // 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 Dmaxim,max8973.yaml42 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 Dmax8973-regulator.txt15 -maxim,externally-enable: boolean, externally control the regulator output
18 then externally enable control will be considered.
H A Dtps65090.txt18 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 DInlineModelFeatureMaps.h115 "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 DInternalize.cpp108 // 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 DElimAvailExtern.cpp94 // 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 Dhist.h41 * 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 Dhist.h41 * 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 Dmscc,ocelot.yaml7 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 Ddebug.h46 /* DEBUGLEVEL is expected to be defined externally,
54 /* DEBUGFILE can be defined externally,
/freebsd/gnu/
H A DMakefile.inc1 # Do not lint the GNU stuff. It is all externally maintained and
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcrash_handler.cpp36 // 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 Dguarded_pool_allocator.cpp279 // 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 Dmt6323-poweroff.txt3 The power controller which could be found on PMIC is responsible for externally
H A Dltc2952-poweroff.txt3 This chip is used to externally trigger a system shut down. Once the trigger has
/freebsd/cddl/
H A DMakefile.inc9 # Do not lint the CDDL stuff. It is all externally maintained and
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Dnxp,pca9541.txt9 The following required properties are defined externally:
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h68 /// 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 Dmandoc_escape.3124 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 DDynamicLibrary.h28 /// 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 Darena_stats.h14 * externally.
247 /* Like the _u64 variant, needs an externally synchronized *dst. */
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSystemInitializerFull.h19 /// not intended to be used externally, but is instead used
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSymbolExtensions.i24 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.''')

12345678910>>...16