Searched refs:next (Results 276 - 300 of 12498) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/
H A Dtdb_wrap.h31 struct tdb_wrap *next, *prev; member in struct:tdb_wrap
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/libcli/security/
H A Dsecurity.h38 struct object_tree * next; member in struct:object_tree
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libid3tag/
H A Ddebug.c47 struct debug *next; member in struct:debug
60 for (debug = allocated; debug; debug = debug->next) {
95 debug->next = allocated;
155 if (debug->next)
156 debug->next->prev = debug;
158 debug->prev->next = debug;
182 if (debug->next)
183 debug->next->prev = debug->prev;
185 debug->prev->next = debug->next;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/hotplug2/
H A Dchildlist.h19 void *next; member in struct:hotplug2_child_t
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/genl/
H A Dgenl_utils.h9 struct genl_util *next; member in struct:genl_util
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dtracepoint.h25 struct action_line *next; member in struct:action_line
33 struct tracepoint *next; member in struct:tracepoint
132 #define ALL_TRACEPOINTS(t) for (t = tracepoint_chain; t; t = t->next)
136 t ? (tmp = t->next, 1) : 0;\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/scr018/
H A Dt.c27 goto next;
30 goto next;
34 goto next;
38 next: if (ch == '\n')
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavfilter/
H A Dgraphparser.h36 struct AVFilterInOut *next; member in struct:AVFilterInOut
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libid3tag/
H A Ddebug.c47 struct debug *next; member in struct:debug
60 for (debug = allocated; debug; debug = debug->next) {
95 debug->next = allocated;
155 if (debug->next)
156 debug->next->prev = debug;
158 debug->prev->next = debug;
182 if (debug->next)
183 debug->next->prev = debug->prev;
185 debug->prev->next = debug->next;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/
H A Dtdb_wrap.h31 struct tdb_wrap *next, *prev; member in struct:tdb_wrap
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libcli/security/
H A Dsecurity.h38 struct object_tree * next; member in struct:object_tree
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/hotplug2/
H A Dchildlist.h19 void *next; member in struct:hotplug2_child_t
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dtivo_beacon.h36 struct aBeacon *next; member in struct:aBeacon
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/genl/
H A Dgenl_utils.h9 struct genl_util *next; member in struct:genl_util
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/wps/common/include/
H A Dwps_sslist.h26 WPS_SSLIST *next; member in struct:wps_sslist
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dlinklist.h30 struct listnode *next; member in struct:listnode
57 #define listnextnode(X) ((X) ? ((X)->next) : NULL)
94 ((data) = listgetdata(node),(nextnode) = node->next, 1); \
116 (N)->next = NULL; \
120 (L)->tail->next = (N); \
129 (N)->prev->next = (N)->next; \
131 (L)->head = (N)->next; \
132 if ((N)->next) \
133 (N)->next
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m32r/include/asm/
H A Dmmu_context.h122 struct mm_struct *next, struct task_struct *tsk)
128 if (prev != next) {
130 cpumask_set_cpu(cpu, mm_cpumask(next));
132 /* Set MPTB = next->pgd */
133 *(volatile unsigned long *)MPTB = (unsigned long)next->pgd;
134 activate_context(next);
138 if (!cpumask_test_and_set_cpu(cpu, mm_cpumask(next)))
139 activate_context(next);
145 #define activate_mm(prev, next) \
146 switch_mm((prev), (next), NUL
121 switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *tsk) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dmmu_context.h122 struct mm_struct *next, struct task_struct *tsk)
128 if (prev != next) {
130 cpumask_set_cpu(cpu, mm_cpumask(next));
132 /* Set MPTB = next->pgd */
133 *(volatile unsigned long *)MPTB = (unsigned long)next->pgd;
134 activate_context(next);
138 if (!cpumask_test_and_set_cpu(cpu, mm_cpumask(next)))
139 activate_context(next);
145 #define activate_mm(prev, next) \
146 switch_mm((prev), (next), NUL
121 switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *tsk) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dlinklist.h30 struct listnode *next; member in struct:listnode
57 #define listnextnode(X) ((X) ? ((X)->next) : NULL)
94 ((data) = listgetdata(node),(nextnode) = node->next, 1); \
116 (N)->next = NULL; \
120 (L)->tail->next = (N); \
129 (N)->prev->next = (N)->next; \
131 (L)->head = (N)->next; \
132 if ((N)->next) \
133 (N)->next
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dlinklist.h30 struct listnode *next; member in struct:listnode
57 #define listnextnode(X) ((X) ? ((X)->next) : NULL)
94 ((data) = listgetdata(node),(nextnode) = node->next, 1); \
116 (N)->next = NULL; \
120 (L)->tail->next = (N); \
129 (N)->prev->next = (N)->next; \
131 (L)->head = (N)->next; \
132 if ((N)->next) \
133 (N)->next
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/java/src/com/sleepycat/persist/
H A DForwardCursor.java33 * Moves the cursor to the next value and returns it, or returns null
39 * @return the next value, or null if there are no more values in the
42 V next() method in interface:ForwardCursor
46 * Moves the cursor to the next value and returns it, or returns null
53 * @return the next value, or null if there are no more values in the
56 V next(LockMode lockMode) method in interface:ForwardCursor
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/include/asm/
H A Dmmu_context.h77 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, argument
80 cpumask_set_cpu(smp_processor_id(), mm_cpumask(next));
81 update_mm(next, tsk);
84 atomic_inc(&next->context.attach_count);
86 if (next->context.flush_mm)
87 __tlb_flush_mm(next);
94 struct mm_struct *next)
96 switch_mm(prev, next, current);
93 activate_mm(struct mm_struct *prev, struct mm_struct *next) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/wpa_supplicant/
H A Dconfig_none.c49 for (ssid = config->ssid; ssid; ssid = ssid->next) {
53 for (blob = config->blobs; blob; blob = blob->next) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dconfig_none.c48 for (ssid = config->ssid; ssid; ssid = ssid->next) {
52 for (blob = config->blobs; blob; blob = blob->next) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/include/asm/
H A Dmmu_context.h77 static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, argument
80 cpumask_set_cpu(smp_processor_id(), mm_cpumask(next));
81 update_mm(next, tsk);
84 atomic_inc(&next->context.attach_count);
86 if (next->context.flush_mm)
87 __tlb_flush_mm(next);
94 struct mm_struct *next)
96 switch_mm(prev, next, current);
93 activate_mm(struct mm_struct *prev, struct mm_struct *next) argument

Completed in 151 milliseconds

<<11121314151617181920>>