Searched refs:condition (Results 1 - 25 of 185) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/include/asm/
H A Dbug.h6 #define WARN(condition, format...) ({ \
7 int __ret_warn_on = !!(condition); \
13 #define WARN_ONCE(condition, format...) ({ \
15 int __ret_warn_once = !!(condition); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/test/
H A Dtest-integers.c39 # define CHECK(condition) \
40 if (!(condition)) { \
42 __FILE__, __LINE__, #condition); \
46 # define CHECK(condition) \
47 if (!(condition)) { \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dbug.h53 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while(0)
84 #define WARN_ON(condition) ({ \
85 int __ret_warn_on = !!(condition); \
93 #define WARN(condition, format...) ({ \
94 int __ret_warn_on = !!(condition); \
101 #define WARN_TAINT(condition, taint, format...) ({ \
102 int __ret_warn_on = !!(condition); \
114 #define BUG_ON(condition) do { if (condition) ; } whil
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A D.condition-test2 # True if condition is applied.
3 [ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_condition.h ] && echo condition
H A D.condition-test63 [ -f $KERNEL_DIR/include/linux/netfilter_ipv6/ip6t_condition.h ] && echo condition
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Ddelay.h37 * spin_event_timeout - spin until a condition gets true or a timeout elapses
38 * @condition: a C expression to evalate
41 * @condition
43 * The process spins until the condition evaluates to true (non-zero) or the
45 * @condition when the loop terminates. This allows you to determine the cause
56 #define spin_event_timeout(condition, timeout, delay) \
58 typeof(condition) __ret; \
61 while (!(__ret = (condition)) && (tb_ticks_since(__start) <= __loops)) \
67 __ret = (condition); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dbug.h25 static inline void __BUG_ON(unsigned long condition) argument
27 if (__builtin_constant_p(condition)) {
28 if (condition)
35 : : "r" (condition), "i" (MM_BRK_BUG));
37 : : "r" (condition), "i" (BRK_BUG));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfreezer.h141 #define wait_event_freezable(wq, condition) \
146 (condition) || freezing(current)); \
149 else if (!(condition)) \
156 #define wait_event_freezable_timeout(wq, condition, timeout) \
161 (condition) || freezing(current), \
185 #define wait_event_freezable(wq, condition) \
186 wait_event_interruptible(wq, condition)
188 #define wait_event_freezable_timeout(wq, condition, timeout) \
189 wait_event_interruptible_timeout(wq, condition, timeout)
H A Dwait.h192 #define __wait_event(wq, condition) \
198 if (condition) \
206 * wait_event - sleep until a condition gets true
208 * @condition: a C expression for the event to wait for
211 * @condition evaluates to true. The @condition is checked each time
215 * change the result of the wait condition.
217 #define wait_event(wq, condition) \
219 if (condition) \
221 __wait_event(wq, condition); \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dbug.h58 #define WARN_ON(condition) \
60 int __ret_warn_on = !!(condition); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dbug.h58 #define WARN_ON(condition) \
60 int __ret_warn_on = !!(condition); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ax25/
H A Dax25_std_subr.c41 ax25->condition = 0x00;
58 if (ax25->condition & AX25_COND_OWN_RX_BUSY)
63 ax25->condition &= ~AX25_COND_ACK_PENDING;
71 if (ax25->condition & AX25_COND_OWN_RX_BUSY)
76 ax25->condition &= ~AX25_COND_ACK_PENDING;
81 if (ax25->condition & AX25_COND_OWN_RX_BUSY)
86 ax25->condition &= ~AX25_COND_ACK_PENDING;
H A Dax25_std_in.c164 ax25->condition = 0x00;
183 ax25->condition &= ~AX25_COND_PEER_RX_BUSY;
185 ax25->condition |= AX25_COND_PEER_RX_BUSY;
197 ax25->condition &= ~AX25_COND_PEER_RX_BUSY;
218 if (ax25->condition & AX25_COND_PEER_RX_BUSY) {
223 if (ax25->condition & AX25_COND_OWN_RX_BUSY) {
230 if (ax25->condition & AX25_COND_OWN_RX_BUSY)
232 ax25->condition &= ~AX25_COND_REJECT;
236 if (!(ax25->condition & AX25_COND_ACK_PENDING)) {
237 ax25->condition |
[all...]
H A Dax25_ds_in.c167 ax25->condition = 0x00;
189 ax25->condition &= ~AX25_COND_PEER_RX_BUSY;
191 ax25->condition |= AX25_COND_PEER_RX_BUSY;
205 ax25->condition &= ~AX25_COND_PEER_RX_BUSY;
231 if (ax25->condition & AX25_COND_PEER_RX_BUSY) {
238 if (ax25->condition & AX25_COND_OWN_RX_BUSY) {
245 if (ax25->condition & AX25_COND_OWN_RX_BUSY)
247 ax25->condition &= ~AX25_COND_REJECT;
251 if (!(ax25->condition & AX25_COND_ACK_PENDING)) {
252 ax25->condition |
[all...]
H A Dax25_ds_subr.c70 if (!(ax25->condition & AX25_COND_PEER_RX_BUSY)) {
96 if (!(ax25o->condition & AX25_COND_PEER_RX_BUSY) && ax25o->state == AX25_STATE_3) {
114 ax25->condition &= AX25_COND_DAMA_MODE;
160 if (ax25->ax25_dev == ax25_dev && (ax25->condition & AX25_COND_DAMA_MODE) && ax25->state > AX25_STATE_1) {
196 ax25->condition |= AX25_COND_DAMA_MODE;
201 ax25->condition &= ~AX25_COND_DAMA_MODE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dosd.c124 wait->condition = 0;
138 * And set condition indicator in &struct osd_waitevent to indicate
145 waitEvent->condition = 1;
151 * osd_WaitEventWait() - Wait for event till condition is true
156 * Set up the process to sleep until waitEvent->condition get true.
157 * And set condition indicator in &struct osd_waitevent to indicate
169 waitEvent->condition);
170 waitEvent->condition = 0;
181 * Set up the process to sleep until @waitEvent->condition get true or
183 * And set condition indicato
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/
H A Dkernel.h30 /* Force a compilation error if condition is true */
31 #define BUILD_BUG_ON(condition) ((void)BUILD_BUG_ON_ZERO(condition))
33 /* Force a compilation error if condition is constant and true */
40 /* Force a compilation error if condition is true, but also produce a
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/
H A Dkernel.h30 /* Force a compilation error if condition is true */
31 #define BUILD_BUG_ON(condition) ((void)BUILD_BUG_ON_ZERO(condition))
33 /* Force a compilation error if condition is constant and true */
40 /* Force a compilation error if condition is true, but also produce a
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dlibtransmission-test.h29 check_condition_impl (const char * file, int line, bool condition) argument
31 const bool pass = condition;
73 #define check(condition) \
76 if (!check_condition_impl (__FILE__, __LINE__, (condition))) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rose/
H A Drose_in.c48 rose->condition = 0x00;
115 rose->condition = 0x00;
133 rose->condition = 0x00;
144 rose->condition |= ROSE_COND_PEER_RX_BUSY;
146 rose->condition &= ~ROSE_COND_PEER_RX_BUSY;
152 rose->condition &= ~ROSE_COND_PEER_RX_BUSY;
155 rose->condition = 0x00;
174 rose->condition = 0x00;
186 rose->condition |= ROSE_COND_OWN_RX_BUSY;
193 rose->condition
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netrom/
H A Dnr_in.c182 nrom->condition |= NR_COND_PEER_RX_BUSY;
185 nrom->condition &= ~NR_COND_PEER_RX_BUSY;
195 if (nrom->condition & NR_COND_PEER_RX_BUSY) {
212 nrom->condition |= NR_COND_PEER_RX_BUSY;
215 nrom->condition &= ~NR_COND_PEER_RX_BUSY;
223 if (nrom->condition & NR_COND_PEER_RX_BUSY) {
232 if (nrom->condition & NR_COND_OWN_RX_BUSY)
243 nrom->condition |= NR_COND_OWN_RX_BUSY;
262 if (!(nrom->condition & NR_COND_ACK_PENDING)) {
263 nrom->condition |
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-internals.h132 #define _dbus_assert(condition) do { } while (0)
134 void _dbus_real_assert (dbus_bool_t condition,
139 #define _dbus_assert(condition) \
140 _dbus_real_assert ((condition) != 0, #condition, __FILE__, __LINE__, _DBUS_FUNCTION_NAME)
154 #define _dbus_return_if_fail(condition)
155 #define _dbus_return_val_if_fail(condition, val)
160 #define _dbus_return_if_fail(condition) do { \
162 if (!(condition)) { \
164 _DBUS_FUNCTION_NAME, #condition, __FILE_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dconditn.tex5 given condition becomes true which happens when the condition becomes signaled.
8 to wait until it is finished, the latter thread will wait on the condition
17 you don't miss it you must keep the mutex associated with the condition
32 MySignallingThread(wxMutex *mutex, wxCondition *condition)
35 m_condition = condition;
45 // lock the mutex first or we might signal the condition before the
61 wxCondition condition(mutex);
68 MySignallingThread *thread = new MySignallingThread(&mutex, &condition);
74 condition
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/iforce/
H A Diforce-ff.c181 iforce_dump_packet("condition", FF_CMD_CONDITION, data);
197 * Analyse the changes in an effect, and tell if we need to send an condition
214 ret |= old->u.condition[i].right_saturation != new->u.condition[i].right_saturation
215 || old->u.condition[i].left_saturation != new->u.condition[i].left_saturation
216 || old->u.condition[i].right_coeff != new->u.condition[i].right_coeff
217 || old->u.condition[i].left_coeff != new->u.condition[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dm_links.cpp41 virtual const wxHtmlCell* Find(int condition, const void* param) const argument
43 if ((condition == wxHTML_COND_ISANCHOR) &&
50 return wxHtmlCell::Find(condition, param);

Completed in 559 milliseconds

12345678