Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 25 of 61) sorted by relevance

123

/f-stack/app/redis-5.0.5/tests/support/
H A Dtest.tcl12 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 Dvchi_bsd.h265 #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 Dlis302.txt37 - 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 Dcvmx-utils.h136 #define CVMX_BUILD_ASSERT(condition) ((void)CVMX_BUILD_ASSERT_ZERO(condition)) argument
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dcs35l36.txt78 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 Dcs35l33.txt58 allowing release condition tracking updates. The number of LRCLK periods
/f-stack/freebsd/contrib/zstd/lib/common/
H A Ddebug.h74 # define assert(condition) ((void)0) /* disable assert (default) */
/f-stack/freebsd/contrib/device-tree/Bindings/power/reset/
H A Dgpio-poweroff.txt11 condition. This will also cause an inactive->active edge condition, so
H A Dgpio-restart.txt12 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 Dmax17042_battery.txt17 If skipped the condition won't be reported.
/f-stack/dpdk/lib/librte_port/
H A Drte_swx_port_source_sink.c18 #define CHECK(condition) \ argument
20 if (!(condition)) \
H A Drte_swx_port_ethdev.c15 #define CHECK(condition) \ argument
17 if (!(condition)) \
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_common.h336 #define RTE_BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_common.h375 #define RTE_BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dperformance_thread.rst292 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 DREADME3 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 Dmarvell-8xxx.txt34 so that the wifi chip can wakeup host platform under certain condition.
/f-stack/dpdk/doc/guides/prog_guide/
H A Dbpf_lib.rst41 These instructions have implicit program exit condition as well. When
H A Dcompressdev.rst251 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 Dsff,sfp.txt23 Fault input gpio signal, active (fault condition) high
/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dmax14577.txt33 In an overvoltage condition, INT asserts and charging
/f-stack/freebsd/mips/mips/
H A Dtrap.c1165 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 DF-Stack_Release_Note.md9 - Fix insufficient condition in ff_rte_frm_extcl function.
/f-stack/dpdk/lib/librte_table/
H A Drte_swx_table_em.c14 #define CHECK(condition, err_code) \ argument
16 if (!(condition)) \
/f-stack/dpdk/doc/guides/nics/
H A Dfm10k.rst51 of 2. With this pre-condition, the ring pointer can easily scroll back to the

123