Searched refs:nested (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A DMakefile20 nested.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dsignal.c125 int nested, bail; local
131 * set if this is a nested interrupt.
141 nested = pending & 1;
155 if(!nested)
156 pending = from_irq_stack(nested);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dirq.c497 * A nested interrupt interrupting the copying of the thread_info -
499 * A nested interrupt not interrupting the copying of the
510 * Next is to figure out whether we are the outer handler or a nested
523 int nested; local
544 nested = (ti->real_thread != NULL);
545 if(!nested){
557 *mask_out |= mask | nested;
561 unsigned long from_irq_stack(int nested) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dkern_util.h121 unsigned long from_irq_stack(int nested);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dmutex.c224 __mutex_unlock_common_slowpath(atomic_t *lock_count, int nested) argument
230 mutex_release(&lock->dep_map, nested, _RET_IP_);
H A Dlockdep.c2256 * Common debugging checks for both nested and non-nested unlock:
2274 * potentially non-nested (out of order) manner. This is a
2276 * to nested mode (which uses lock_release()):
2350 * Is the unlock non-nested:
2377 __lock_release(struct lockdep_map *lock, int nested, unsigned long ip) argument
2384 if (nested) {
2450 void lock_release(struct lockdep_map *lock, int nested, unsigned long ip) argument
2460 __lock_release(lock, nested, ip);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/findutils/
H A Dfind.c637 unsigned nested = 1; local
644 nested++;
645 else if (LONE_CHAR(*endarg, ')') && !--nested) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dlockdep.h243 extern void lock_release(struct lockdep_map *lock, int nested,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Duverbs_cmd.c158 struct ib_ucontext *context, int nested)
166 if (nested)
197 int nested)
201 uobj = idr_read_uobj(idr, id, context, nested);
215 static struct ib_cq *idr_read_cq(int cq_handle, struct ib_ucontext *context, int nested) argument
217 return idr_read_obj(&ib_uverbs_cq_idr, cq_handle, context, nested);
157 idr_read_uobj(struct idr *idr, int id, struct ib_ucontext *context, int nested) argument
196 idr_read_obj(struct idr *idr, int id, struct ib_ucontext *context, int nested) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-perl.c641 bool nested = true; local
662 nested = false;
688 if (nested && c == delim)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dmsh.c383 static struct op *nested(int type, int mark);
1775 static struct op *nested(int type, int mark) function
1820 t = nested(TPAREN, ')');
1824 t = nested(TBRACE, '}');
4625 err("Shell input nested too deeply");
4641 /* MAL - mainbuf is for 1st data source (command line?) and all nested use a single shared buffer? */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/cpu/sh3/
H A Dentry.S363 ! Debounce (filter nested NMI)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dx86inc.asm499 ; Be careful using this mode in nested macros though, as in some cases there may be
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dsock.c288 int sk_receive_skb(struct sock *sk, struct sk_buff *skb, const int nested) argument
297 if (nested)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dsock.h970 const int nested);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dentry.S791 ! setup FP so that unwinder can wind back through nested kernel mode
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c8367 int nStatement; /* Number of nested statement-transactions */
9342 ** For each nested loop in a WHERE clause implementation, the WhereInfo
9372 } *aInLoop; /* Information about each nested IN operator */
9415 int nLevel; /* Number of nested loop */
9429 ** NameContexts can be nested. When resolving names, the inner-most
9611 u8 nested; /* Number of nested calls to the parser/code generator */ member in struct:Parse
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex3579 % attempt to check whether the conditionals are properly nested. But we
3610 % Ignore text until a line `@end #1', keeping track of nested conditionals.
3656 \else % Found a nested condition, ...
3669 \else % Still inside a nested condition.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex3819 % attempt to check whether the conditionals are properly nested. But we
3850 % Ignore text until a line `@end #1', keeping track of nested conditionals.
3896 \else % Found a nested condition, ...
3909 \else % Still inside a nested condition.

Completed in 739 milliseconds