Searched refs:finished (Results 1 - 25 of 90) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dsmp.h31 atomic_t finished; member in struct:smp_fn_call_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dmksources3 if [ -f mksources.finished ]; then
7 touch mksources.finished
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_java_xaj.mak13 @echo Java XA build finished
21 @echo Java XA build finished
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_elect.c38 if (db_rep->finished) {
40 "ignoring elect thread request %d; repmgr is finished",
48 else if (db_rep->elect_thread->finished) {
151 if (db_rep->finished) {
152 db_rep->elect_thread->finished = TRUE;
326 db_rep->finished)))
327 db_rep->elect_thread->finished = TRUE;
365 "repmgr elect: opcode %d, finished %d, master %d",
366 db_rep->operation_needed, db_rep->finished, db_rep->master_eid));
368 return (db_rep->operation_needed || db_rep->finished);
[all...]
H A Drepmgr_queue.c89 while (STAILQ_EMPTY(&q->header) && !db_rep->finished) {
107 if (db_rep->finished)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirda_device.c207 * finished, or askes for a timeout. When a task is finished, we do post
213 int finished = TRUE; local
222 /* Execute task until it's finished, or askes for a timeout */
239 /* Check if we are finished */
244 if (task->finished)
245 task->finished(task);
264 finished = FALSE;
266 IRDA_DEBUG(0, "%s(), not finished, and no timeout!\n",
268 finished
288 irda_task_execute(void *instance, IRDA_TASK_CALLBACK function, IRDA_TASK_CALLBACK finished, struct irda_task *parent, void *param) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dsmp.c54 * cpu. When the function has finished, increment the finished field of
163 .finished = ATOMIC_INIT(0),
168 * is set, wait until all cpus have finished the function before returning.
186 atomic_set(&smp_fn_call.finished, 0);
195 while (atomic_read(&smp_fn_call.finished) != (nr_cpus - 1));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dfbcon_rotate.c30 goto finished;
52 goto finished;
91 finished:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/skas/
H A Dtlb.c20 int finished, void **flush)
31 op->u.mmap.fd, op->u.mmap.offset, finished,
36 op->u.munmap.len, finished, flush);
41 finished, flush);
19 do_ops(union mm_context *mmu, struct host_vm_op *ops, int last, int finished, void **flush) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dsmp.h40 atomic_t finished; member in struct:call_data_struct
65 * cpu. When the function has finished, increment the finished field of
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dsmp.h40 atomic_t finished; member in struct:call_data_struct
65 * cpu. When the function has finished, increment the finished field of
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dsmp.c307 atomic_t finished; member in struct:call_data_struct
341 atomic_set(&data.finished, 0);
355 while (atomic_read(&data.finished) != cpus)
411 atomic_set(&data.finished, 0);
425 while (atomic_read(&data.finished) != cpus)
516 atomic_inc(&call_data->finished);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsmp.c75 atomic_t finished; member in struct:call_data_struct
165 atomic_inc(&data->finished);
379 atomic_set(&data.finished, 0);
392 while (atomic_read(&data.finished) != cpus)
442 atomic_set(&data.finished, 0);
453 while (atomic_read(&data.finished) != cpus)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dfsm.c232 if( f->callbacks->finished )
233 (*f->callbacks->finished)(f);
294 if( f->callbacks->finished )
295 (*f->callbacks->finished)(f);
311 if( (f->flags & OPT_PASSIVE) == 0 && f->callbacks->finished )
312 (*f->callbacks->finished)(f);
651 if( f->callbacks->finished )
652 (*f->callbacks->finished)(f);
657 if( f->callbacks->finished )
658 (*f->callbacks->finished)(
[all...]
H A Dfsm.h108 void (*finished) /* Called when we don't want the lower layer */ member in struct:fsm_callbacks
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dsmp.c169 atomic_t finished; member in struct:call_data_struct
218 atomic_set(&data.finished, 0);
239 while (atomic_read(&data.finished) != ncpus) {
242 smp_processor_id(), atomic_read(&data.finished), atomic_read(&data.started));
272 atomic_inc(&call_data->finished);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/softmac/
H A Dieee80211softmac_scan.c138 dprintk(PFX "Scanning finished: scanned %d channels starting with channel %d\n",
141 complete_all(&sm->scaninfo->finished);
152 init_completion(&info->finished);
191 INIT_COMPLETION(sm->scaninfo->finished);
212 complete_all(&sm->scaninfo->finished);
232 wait_for_completion(&sm->scaninfo->finished);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs7/
H A Dbio_ber.c97 int finished; /* No more read data */ member in struct:bio_ber_struct
238 if (ctx->finished) return(0);
261 ctx->finished=1;
341 ctx->finished=0;
375 if (!ctx->finished)
377 ctx->finished=1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dbio_ber.c97 int finished; /* No more read data */ member in struct:bio_ber_struct
238 if (ctx->finished) return(0);
261 ctx->finished=1;
341 ctx->finished=0;
375 if (!ctx->finished)
377 ctx->finished=1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsmp.c401 atomic_t finished; member in struct:call_data_struct
431 atomic_set(&data.finished, 0);
444 while (atomic_read(&data.finished) != cpus)
495 atomic_set(&data.finished, 0);
511 while (atomic_read(&data.finished) != cpus)
581 atomic_inc(&call_data->finished);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dtftp.c123 smallint finished = 0; variable
199 finished = 1;
218 if (finished && (opcode == TFTP_ACK))
348 finished = 1;
362 if (finished)
385 return finished == 0; /* returns 1 on failure */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dmce.h38 __u8 finished; /* entry is valid */ member in struct:mce
45 * Each entry is only valid when its finished flag is set.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Dbio_enc.c80 int cont; /* <= 0 when finished */
81 int finished; member in struct:enc_struct
119 ctx->finished=0;
300 ctx->finished=0;
331 if (!ctx->finished)
333 ctx->finished=1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dbio_enc.c80 int cont; /* <= 0 when finished */
81 int finished; member in struct:enc_struct
119 ctx->finished=0;
300 ctx->finished=0;
331 if (!ctx->finished)
333 ctx->finished=1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dsmp.c47 atomic_t finished; member in struct:call_data_struct
384 * 3.Wait for other CPUs operation finished.
465 * 2.Report flush TLB process was finished.
630 atomic_set(&data.finished, 0);
643 while (atomic_read(&data.finished) != cpus)
688 atomic_inc(&call_data->finished);

Completed in 143 milliseconds

1234