| /f-stack/app/redis-5.0.5/tests/support/ |
| H A D | test.tcl | 12 proc assert {condition} { argument 13 if {![uplevel 1 [list expr $condition]]} { 14 …error "assertion:Expected condition '$condition' to be true ([uplevel 1 [list subst -nocommands $c…
|
| /f-stack/freebsd/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.h | 265 #define WARN(condition, msg) \ argument 267 int __ret_warn_on = !!(condition); \ 275 #define WARN_ON(condition) \ argument 277 int __ret_warn_on = !!(condition); \ 279 printf("WARN_ON: " #condition "\n"); \ 283 #define WARN_ON_ONCE(condition) ({ \ argument 285 int __ret_warn_once = !!(condition); \
|
| /f-stack/freebsd/contrib/device-tree/Bindings/iio/accel/ |
| H A D | lis302.txt | 37 - st,irq{1,2}-ff-wu-1: raise IRQ 1/2 on FF_WU_1 condition 38 - st,irq{1,2}-ff-wu-2: raise IRQ 1/2 on FF_WU_2 condition 40 - st,irq{1,2}-click: raise IRQ 1/2 on click condition 47 - st,wakeup-{x,y,z}-{lo,hi}: set wakeup condition on x/y/z axis for 50 - st,wakeup2-{x,y,z}-{lo,hi}: set wakeup condition on x/y/z axis for
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-utils.h | 136 #define CVMX_BUILD_ASSERT(condition) ((void)CVMX_BUILD_ASSERT_ZERO(condition)) argument
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | cs35l36.txt | 78 Configures the threshold at which the overtemperature warning condition occurs. 115 condition is present and the VP brownout condition is in an attacking state. 124 - cirrus,vpbr-wait : Configures the delay time between a brownout condition 129 between consecutive volume attenuation release steps when a brownout condition 133 is reached, the error condition still remains, and this bit is set, the audio
|
| H A D | cs35l33.txt | 58 allowing release condition tracking updates. The number of LRCLK periods
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | debug.h | 74 # define assert(condition) ((void)0) /* disable assert (default) */
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/reset/ |
| H A D | gpio-poweroff.txt | 11 condition. This will also cause an inactive->active edge condition, so
|
| H A D | gpio-restart.txt | 12 triggering a level triggered reset condition. This will also cause an 13 inactive->active edge condition, triggering positive edge triggered
|
| /f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ |
| H A D | max17042_battery.txt | 17 If skipped the condition won't be reported.
|
| /f-stack/dpdk/lib/librte_port/ |
| H A D | rte_swx_port_source_sink.c | 18 #define CHECK(condition) \ argument 20 if (!(condition)) \
|
| H A D | rte_swx_port_ethdev.c | 15 #define CHECK(condition) \ argument 17 if (!(condition)) \
|
| /f-stack/freebsd/contrib/dpdk_rte_lpm/ |
| H A D | rte_common.h | 336 #define RTE_BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_common.h | 375 #define RTE_BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | performance_thread.rst | 292 signals the condition whenever it posts to the TX ring, causing the TX thread 301 itself by waiting on the condition variable associated with the ring. 487 thread safe mutexes and condition variables. 489 The cost of affinitizing and of condition variable signaling is significantly 526 that can be associated with threads, mutexes, and condition variables. 655 condition variable. 682 ``pthread_wait()``. By contrast L-thread condition variables are thread safe 842 Blocking on a mutex or condition variable or even more obviously having a 1183 Object creation events (lthread, mutex, and condition variable) accept, and 1189 mutexes and condition variables. This enables a user to monitor, count, or [all …]
|
| /f-stack/app/redis-5.0.5/utils/create-cluster/ |
| H A D | README | 3 testing in a condition which is not easy to replicate with the Redis cluster
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/wireless/ |
| H A D | marvell-8xxx.txt | 34 so that the wifi chip can wakeup host platform under certain condition.
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | bpf_lib.rst | 41 These instructions have implicit program exit condition as well. When
|
| H A D | compressdev.rst | 251 i.e. amount of data successfully produced until out of space condition 256 out of space condition hit. PMD has ability to recover 404 OUT_OF_SPACE is a condition when output buffer runs out of space and where PMD 405 still has more data to produce. If PMD runs into such condition, then PMD returns 588 …urst in DPDK compression can be a combination of stateless and stateful operations with a condition
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | sff,sfp.txt | 23 Fault input gpio signal, active (fault condition) high
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | max14577.txt | 33 In an overvoltage condition, INT asserts and charging
|
| /f-stack/freebsd/mips/mips/ |
| H A D | trap.c | 1165 int condition; in MipsEmulateBranch() local 1275 condition = fpcCSR & MIPS_FPU_COND_BIT; in MipsEmulateBranch() 1277 condition = !(fpcCSR & MIPS_FPU_COND_BIT); in MipsEmulateBranch() 1278 if (condition) in MipsEmulateBranch()
|
| /f-stack/doc/ |
| H A D | F-Stack_Release_Note.md | 9 - Fix insufficient condition in ff_rte_frm_extcl function.
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_swx_table_em.c | 14 #define CHECK(condition, err_code) \ argument 16 if (!(condition)) \
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | fm10k.rst | 51 of 2. With this pre-condition, the ring pointer can easily scroll back to the
|