Home
last modified time | relevance | path

Searched refs:safe (Results 1 – 25 of 98) sorted by relevance

1234

/f-stack/dpdk/doc/guides/nics/
H A Dfail_safe.rst4 Fail-safe poll mode driver library
23 also be supported by the Fail-safe PMD.
33 Using the Fail-safe PMD from the EAL command line
44 Fail-safe command line parameters
64 the name for the fail-safe sub-device must be the full PCI id:
145 the fail-safe.
153 Using the Fail-safe PMD from an application
204 Fail-safe glossary
216 The first declared sub-device in the fail-safe parameters.
231 A device being utilized by the fail-safe PMD.
[all …]
/f-stack/dpdk/doc/guides/prog_guide/
H A Dthread_safety_dpdk_functions.rst14 Where this is not possible, then the execution blocks must access the data in a thread- safe manner.
22 certain functions within those libraries may not be safe to call from multiple threads simultaneous…
42 …mempool library is based on the DPDK lockless ring library and therefore is also multi-thread safe.
48 the DPDK provides a thread-safe API for most other libraries.
49 For example, malloc and memzone functions are safe for use in multi-threaded and multi-process envi…
51 The setup and configuration of the PMD is not performance sensitive, but is not thread safe either.
53 …sitive, the developer can choose to add their own layer to provide thread-safe setup and configura…
H A Dstack_lib.rst17 are multi-threading safe.
37 index, and a spinlock. Accesses to the stack are made multi-thread safe by the
/f-stack/freebsd/contrib/device-tree/Bindings/power/supply/
H A Dqcom_smbb.txt62 - qcom,fast-charge-safe-voltage:
65 Description: Maximum safe battery voltage; May be pre-set by bootloader, in
69 - qcom,fast-charge-safe-current:
72 Description: Maximum safe battery charge current; May pre-set by bootloader,
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Dti-dma-crossbar.txt16 - ti,dma-safe-map: Safe routing value for unused request lines
52 ti,dma-safe-map = <0>;
H A Ddma-router.yaml46 ti,dma-safe-map = <0>;
/f-stack/freebsd/contrib/device-tree/Bindings/arm/omap/
H A Dcrossbar.txt27 - ti,irqs-safe-map: integer which maps to a safe configuration to use
/f-stack/freebsd/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-pinephone-1.1.dts20 * value here was chosen as a safe default.
H A Dsun50i-a64-pinephone-1.2.dts20 * chosen as a safe default.
/f-stack/dpdk/doc/guides/nics/features/
H A Dfailsafe.ini2 ; Supported features of the 'fail-safe' poll mode driver.
/f-stack/freebsd/netgraph/bluetooth/hci/
H A DTODO11 it should be fine as long as Netgraph is SMP safe. Just need to
/f-stack/dpdk/doc/guides/compressdevs/
H A Dqat_comp.rst40 * Queue-pairs are thread-safe on Intel CPUs but Queues are not (that is, within a single
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A DTODO11 it should be fine as long as Netgraph is SMP safe. Just need to
/f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/
H A Dvf610-adc.txt23 operating requirements. A safe default across a wide range of R_as and
/f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-gru-kevin.dts184 /* These are relatively safe rise/fall times. */
200 /* These are relatively safe rise/fall times. */
H A Drk3399-gru-chromebook.dtsi259 /* These are relatively safe rise/fall times */
275 /* These are relatively safe rise/fall times */
/f-stack/freebsd/contrib/device-tree/Bindings/cpufreq/
H A Dcpufreq-st.txt20 Example [safe]
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dqcom-msm8974-sony-xperia-amami.dts397 qcom,fast-charge-safe-current = <1300000>;
400 qcom,fast-charge-safe-voltage = <4400000>;
H A Dqcom-msm8974-sony-xperia-honami.dts446 qcom,fast-charge-safe-current = <1500000>;
449 qcom,fast-charge-safe-voltage = <4400000>;
/f-stack/freebsd/kern/
H A Dsys_process.c585 (safe ? proc_write_ ## w ## 32(t, a) : EINVAL ) : \
618 int wrap32 = 0, safe = 0; in kern_ptrace() local
704 safe = 1; in kern_ptrace()
921 || (wrap32 && !safe) in kern_ptrace()
935 || (wrap32 && !safe) in kern_ptrace()
/f-stack/app/nginx-1.16.1/auto/os/
H A Dfreebsd17 # to determine whether some capability exists and is safe to use.
/f-stack/app/redis-5.0.5/src/
H A Ddict.c549 iter->safe = 0; in dictGetIterator()
558 i->safe = 1; in dictGetSafeIterator()
568 if (iter->safe) in dictNext()
600 if (iter->safe) in dictReleaseIterator()
H A Ddict.h91 int table, safe; member
/f-stack/app/redis-5.0.5/deps/hiredis/
H A DREADME.md19 Hiredis only supports the binary-safe Redis protocol, so you can use it with any
71 *Note: A `redisContext` is not thread-safe.*
87 When you need to pass binary safe strings in a command, the `%b` specifier can be
167 need to be binary safe, the entire array of lengths `argvlen` should be provided.
261 *Note: A `redisAsyncContext` is not thread-safe.*
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY56 + new, signal-safe, hook scheme.
69 + safe garbage-collector metamethods.

1234