Searched refs:started (Results 1 - 25 of 59) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Ddnet_ntop.c18 static __inline__ int do_digit(char *str, u_int16_t *addr, u_int16_t scale, size_t *pos, size_t len, int *started) argument
25 if (((tmp) > 0) || *started || (scale == 1)) {
27 *started = 1;
41 int started = 0; local
51 if (do_digit(str + pos, &area, 10, &pos, len, &started))
54 if (do_digit(str + pos, &area, 1, &pos, len, &started))
62 started = 0;
64 if (do_digit(str + pos, &addr, 1000, &pos, len, &started))
67 if (do_digit(str + pos, &addr, 100, &pos, len, &started))
70 if (do_digit(str + pos, &addr, 10, &pos, len, &started))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dtsnmap.c52 int *started, __u16 *start,
163 int started, ended; local
167 started = ended = 0;
178 &started, &_start, &ended, &_end);
196 &started, &_start,
203 if (started && !ended) {
334 * The flags "started" and "ended" tell is if we found the beginning
339 int *started, __u16 *start,
351 if (!(*started)) {
354 (*started)
337 sctp_tsnmap_find_gap_ack(__u8 *map, __u16 off, __u16 len, __u16 base, int *started, __u16 *start, int *ended, __u16 *end) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dsmp.h39 atomic_t started; member in struct:call_data_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dcallback.c30 struct completion started; member in struct:nfs_callback_data
71 complete(&nfs_callback_info.started);
117 init_completion(&nfs_callback_info.started);
135 wait_for_completion(&nfs_callback_info.started);
H A Ddelegation.c301 struct completion started; member in struct:recall_threadargs
332 complete(&args->started);
355 init_completion(&data.started);
360 wait_for_completion(&data.started);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dkthread.c27 struct completion started; member in struct:kthread_create_info
74 complete(&create->started);
97 wait_for_completion(&create->started);
133 init_completion(&create.started);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dsmp.h39 atomic_t started; member in struct:call_data_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dengine.c133 int started = 0, err = 0; local
150 if(started)
156 started = 1;
164 if(started)
170 started = 1;
174 if(started)
180 started = 1;
189 if(started) BIO_printf(bio_out, "|");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dsmp.c168 atomic_t started; member in struct:call_data_struct
215 atomic_set(&data.started, 0);
227 while (atomic_read(&data.started) != ncpus) {
230 smp_processor_id(), atomic_read(&data.started));
242 smp_processor_id(), atomic_read(&data.finished), atomic_read(&data.started));
266 atomic_inc(&call_data->started);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsmp.c306 atomic_t started; member in struct:call_data_struct
338 atomic_set(&data.started, 0);
349 while (atomic_read(&data.started) != cpus)
408 atomic_set(&data.started, 0);
419 while (atomic_read(&data.started) != cpus)
506 atomic_inc(&call_data->started);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsmp.c74 atomic_t started; member in struct:call_data_struct
155 atomic_inc(&data->started);
376 atomic_set(&data.started, 0);
388 while (atomic_read(&data.started) != cpus)
439 atomic_set(&data.started, 0);
449 while (atomic_read(&data.started) != cpus)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsmp.c400 atomic_t started; member in struct:call_data_struct
428 atomic_set(&data.started, 0);
440 while (atomic_read(&data.started) != cpus)
492 atomic_set(&data.started, 0);
507 while (atomic_read(&data.started) != cpus)
571 atomic_inc(&call_data->started);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dengine.c134 int started = 0, err = 0; local
151 if(started)
157 started = 1;
165 if(started)
171 started = 1;
175 if(started)
181 started = 1;
190 if(started) BIO_printf(bio_out, "|");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Domap-alsa.h60 char started; /* to store if the chain was started or not */ member in struct:audio_stream
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/softmac/
H A Dieee80211softmac_scan.c135 si->started = 0;
189 sm->scaninfo->started = 1;
209 if (sm->scaninfo->started)
227 if (!sm->scaninfo->started) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsmp.c169 atomic_t started; member in struct:call_data_struct
208 atomic_set(&data.started, 0);
238 while (atomic_read(&data.started) != num_cpus) {
243 atomic_read(&data.started));
258 atomic_read(&data.started));
322 atomic_inc(&call_data->started);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Ds3c2410_wdt.c79 MODULE_PARM_DESC(tmr_atboot, "Watchdog is started at boot time if set to 1, default=" __MODULE_STRING(CONFIG_S3C2410_WATCHDOG_ATBOOT));
81 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started (default=" __MODULE_STRING(WATCHDOG_NOWAYOUT) ")");
351 int started = 0; local
408 started = s3c2410wdt_set_heartbeat(CONFIG_S3C2410_WATCHDOG_DEFAULT_TIME);
410 if (started == 0) {
425 if (tmr_atboot && started == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Ddebugport.c23 unsigned int started; member in struct:dbg_port
107 if (p->started)
109 p->started = 1;
309 port->started = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dsmp.c46 atomic_t started; member in struct:call_data_struct
627 atomic_set(&data.started, 0);
639 while (atomic_read(&data.started) != cpus)
678 atomic_inc(&call_data->started);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsmp.c46 volatile cpumask_t cpu_callin_map; /* Bitmask of started secondaries */
58 * First C code run on the secondary CPUs after being started up by
137 atomic_set(&data.started, 0);
152 while (atomic_read(&data.started) != cpus)
176 atomic_inc(&call_data->started);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Ddebugport.c125 unsigned int started; member in struct:dbg_port
228 if (p->started)
230 p->started = 1;
399 port->started = 0;
497 port->started = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlock.c534 if (InterlockedIncrement (&lock->guard.started) == 0)
666 if (InterlockedIncrement (&lock->guard.started) == 0)
719 if (InterlockedIncrement (&lock->guard.started) == 0)
837 if (InterlockedIncrement (&lock->guard.started) == 0)
888 if (InterlockedIncrement (&once_control->started) == 0)
901 InterlockedDecrement (&once_control->started);
902 /* Some other thread has already started the initialization.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dlock.c533 if (InterlockedIncrement (&lock->guard.started) == 0)
665 if (InterlockedIncrement (&lock->guard.started) == 0)
718 if (InterlockedIncrement (&lock->guard.started) == 0)
836 if (InterlockedIncrement (&lock->guard.started) == 0)
887 if (InterlockedIncrement (&once_control->started) == 0)
900 InterlockedDecrement (&once_control->started);
901 /* Some other thread has already started the initialization.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dlock.c533 if (InterlockedIncrement (&lock->guard.started) == 0)
665 if (InterlockedIncrement (&lock->guard.started) == 0)
718 if (InterlockedIncrement (&lock->guard.started) == 0)
836 if (InterlockedIncrement (&lock->guard.started) == 0)
887 if (InterlockedIncrement (&once_control->started) == 0)
900 InterlockedDecrement (&once_control->started);
901 /* Some other thread has already started the initialization.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Deexpress.c139 unsigned long last_tx; /* jiffies when last transmit started */
150 unsigned char started; member in struct:net_local
517 lp->started = 0;
551 if (lp->started)
707 * If we've already started, reap tx buffers, handle any received packets,
717 if ((dev->flags & IFF_UP) && !(lp->started & STARTED_CU)) {
752 lp->started |= STARTED_CU;
755 if (!(lp->started & STARTED_RU)) {
759 lp->started |= STARTED_RU;
764 if ((dev->flags & IFF_UP) && !(lp->started
[all...]

Completed in 199 milliseconds

123