Searched refs:finished (Results 26 - 50 of 90) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsmp.c140 atomic_set(&data.finished, 0);
156 while (atomic_read(&data.finished) != cpus)
187 atomic_inc(&call_data->finished);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsmp.c170 atomic_t finished; member in struct:call_data_struct
211 atomic_set(&data.finished, 0);
251 while (atomic_read(&data.finished) != num_cpus) {
257 atomic_read(&data.finished),
329 atomic_inc(&call_data->finished);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dvmalloc.c641 goto finished;
650 goto finished;
657 finished:
679 goto finished;
687 goto finished;
694 finished:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_dual.c181 if (state.finished) {
H A Dwinbindd.h42 BOOL finished; /* Can delete from list */ member in struct:winbindd_cli_state
H A Dwinbindd.c479 state->finished = True;
534 state->finished = True;
636 finished */
638 if (state->finished) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_posix.c46 runnable->finished = FALSE;
155 if (db_rep->finished)
236 if (db_rep->finished)
669 } else if (db_rep->finished) {
H A Drepmgr_method.c47 if (db_rep->selector != NULL || db_rep->finished) {
149 (env, "Repmgr threads are finished"));
267 db_rep->finished = TRUE;
H A Drepmgr_windows.c55 runnable->finished = FALSE;
260 if (db_rep->finished)
606 if (db_rep->finished) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Dbio_ok.c160 int cont; /* <= 0 when finished */
161 int finished; member in struct:ok_struct
198 ctx->finished=0;
369 ctx->finished=0;
401 ctx->finished=1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dbio_ok.c151 int cont; /* <= 0 when finished */
152 int finished; member in struct:ok_struct
189 ctx->finished=0;
362 ctx->finished=0;
394 ctx->finished=1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dtlb.c20 int finished, void **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/net/irda/
H A Dirda_device.h80 IRDA_TASK_DONE, /* Signals that the task is finished */
87 IRDA_TASK_CHILD_DONE /* Child task is finished */
99 IRDA_TASK_CALLBACK finished; member in struct:irda_task
168 __u32 new_speed; /* Speed we must change to when Tx is finished */
242 IRDA_TASK_CALLBACK finished,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dmce.c66 mce->finished = 0;
81 if (mcelog.entry[entry].finished) {
94 mcelog.entry[entry].finished = 1;
499 while (!mcelog.entry[i].finished) {
522 if (mcelog.entry[i].finished &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dmodedb.c970 goto finished;
991 goto finished;
1004 goto finished;
1011 goto finished;
1016 finished:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Ddir.c282 goto finished;
287 goto finished;
297 goto finished;
332 finished:
460 goto finished;
488 goto finished;
492 goto finished;
534 finished:
805 goto finished;
847 finished
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dsmp.c71 cpumask_t finished; member in struct:call_data_struct
89 cpu_set(smp_processor_id(), call_data->finished);;
121 data.finished = CPU_MASK_NONE;
134 while (!cpus_equal(map, data.finished))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-omap2/
H A Dsleep.S66 mcr p15, 0, r3, c7, c10, 4 @ memory barrier, hope SDR/DDR finished
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/smbfs/
H A Ddir.c149 goto finished;
178 goto finished;
182 goto finished;
219 finished:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dcache-v7.S32 beq finished @ if loc is 0, then no need to clean
64 finished: label
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dtrans2.c1368 return False; /* Not finished - just out of space */
1408 BOOL finished = False; local
1517 for (i=0;(i<maxentries) && !finished && !out_of_space;i++) {
1524 finished = False;
1526 finished = !get_lanman2_dir_entry(conn,
1534 if (finished && out_of_space)
1535 finished = False;
1537 if (!finished && !out_of_space)
1548 finished = True;
1554 if(close_after_first || (finished
1638 BOOL finished = False; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsmp.c719 atomic_t finished; member in struct:call_data_struct
752 atomic_set(&data.finished, 0);
768 while (atomic_read(&data.finished) != cpus)
793 atomic_inc(&call_data->finished);
796 atomic_inc(&call_data->finished);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-memset.S187 beq $3, no_quad_b # U : Might have finished already
364 beq $3, no_quad # U : Might have finished already
551 beq $3, no_quad_w # U : Might have finished already
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Ddir.c463 goto finished;
507 finished:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Ddir.c463 goto finished;
507 finished:

Completed in 331 milliseconds

1234