| /f-stack/dpdk/doc/guides/nics/ |
| H A D | fail_safe.rst | 4 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 D | thread_safety_dpdk_functions.rst | 14 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 D | stack_lib.rst | 17 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 D | qcom_smbb.txt | 62 - 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 D | ti-dma-crossbar.txt | 16 - ti,dma-safe-map: Safe routing value for unused request lines 52 ti,dma-safe-map = <0>;
|
| H A D | dma-router.yaml | 46 ti,dma-safe-map = <0>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/omap/ |
| H A D | crossbar.txt | 27 - ti,irqs-safe-map: integer which maps to a safe configuration to use
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-a64-pinephone-1.1.dts | 20 * value here was chosen as a safe default.
|
| H A D | sun50i-a64-pinephone-1.2.dts | 20 * chosen as a safe default.
|
| /f-stack/dpdk/doc/guides/nics/features/ |
| H A D | failsafe.ini | 2 ; Supported features of the 'fail-safe' poll mode driver.
|
| /f-stack/freebsd/netgraph/bluetooth/hci/ |
| H A D | TODO | 11 it should be fine as long as Netgraph is SMP safe. Just need to
|
| /f-stack/dpdk/doc/guides/compressdevs/ |
| H A D | qat_comp.rst | 40 * 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 D | TODO | 11 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 D | vf610-adc.txt | 23 operating requirements. A safe default across a wide range of R_as and
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3399-gru-kevin.dts | 184 /* These are relatively safe rise/fall times. */ 200 /* These are relatively safe rise/fall times. */
|
| H A D | rk3399-gru-chromebook.dtsi | 259 /* 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 D | cpufreq-st.txt | 20 Example [safe]
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | qcom-msm8974-sony-xperia-amami.dts | 397 qcom,fast-charge-safe-current = <1300000>; 400 qcom,fast-charge-safe-voltage = <4400000>;
|
| H A D | qcom-msm8974-sony-xperia-honami.dts | 446 qcom,fast-charge-safe-current = <1500000>; 449 qcom,fast-charge-safe-voltage = <4400000>;
|
| /f-stack/freebsd/kern/ |
| H A D | sys_process.c | 585 (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 D | freebsd | 17 # to determine whether some capability exists and is safe to use.
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | dict.c | 549 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 D | dict.h | 91 int table, safe; member
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | README.md | 19 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 D | HISTORY | 56 + new, signal-safe, hook scheme. 69 + safe garbage-collector metamethods.
|