Searched refs:complete (Results 51 - 75 of 1678) sorted by path

1234567891011>>

/linux-master/arch/arm/common/
H A Dmcpm_head.S129 @ or complete:
169 @ to complete:
/linux-master/arch/arm/include/debug/
H A Dat91.S33 tst \rd, #AT91_DBGU_TXEMPTY @ DBGU_TXEMPTY = 1 when transmission complete
H A Dstm32.S18 #define STM32_USART_TC (1 << 6) /* Tx complete */
41 tst \rd, #STM32_USART_TC @ TC = 1 = tx complete
/linux-master/arch/arm/kernel/
H A Dsmp.c469 complete(&cpu_running);
627 complete(per_cpu(cpu_completion, cpu));
/linux-master/arch/arm/mach-rpc/
H A Decard.c63 struct completion *complete; member in struct:ecard_request
281 complete(req->complete);
296 req->complete = &completion;
/linux-master/arch/arm/mach-versatile/
H A Dspc.c75 * Even though the SPC takes max 3-5 ms to complete any OPP/COMMS
377 complete(&drv_data->done);
/linux-master/arch/arm/mm/
H A Dproc-v6.S227 @ complete invalidations
/linux-master/arch/arm64/kernel/
H A Dsmp.c265 complete(&cpu_running);
/linux-master/arch/loongarch/kernel/
H A Dsmp.c551 complete(&cpu_starting);
562 complete(&cpu_running);
/linux-master/arch/m68k/mac/
H A Dmisc.c49 while (!req.complete)
61 while (!req.complete)
347 while (!req.complete)
368 while (!req.complete)
/linux-master/arch/mips/kernel/
H A Dsmp.c380 complete(&cpu_starting);
393 complete(&cpu_running);
/linux-master/arch/openrisc/kernel/
H A Dsmp.c136 complete(&cpu_running);
/linux-master/arch/powerpc/kernel/
H A Deeh_event.c138 complete(&eeh_eventlist_event);
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dswitch.c476 * (purge complete).
906 * Poll PPU_TagStatus[gn] until 01 (Tag group 0 complete)
941 u32 complete; local
948 complete = ((SPU_SAVE_COMPLETE << SPU_STOP_STATUS_SHIFT) |
950 return (in_be32(&prob->spu_status_R) != complete) ? 1 : 0;
995 * and wait for stop to complete.
1298 u32 complete; local
1305 complete = ((SPU_RESTORE_COMPLETE << SPU_STOP_STATUS_SHIFT) |
1307 return (in_be32(&prob->spu_status_R) != complete) ? 1 : 0;
/linux-master/arch/powerpc/platforms/powermac/
H A Dlow_i2c.c118 struct completion complete; member in struct:pmac_i2c_host_kw
267 complete(&host->complete);
334 complete(&host->complete);
452 reinit_completion(&host->complete);
467 wait_for_completion(&host->complete);
510 init_completion(&host->complete);
670 complete(req->arg);
837 complete(mis
[all...]
H A Dnvram.c191 complete((struct completion *)req->arg);
205 while (!req.complete)
221 while (!req.complete)
/linux-master/arch/powerpc/sysdev/
H A Dpmi.c79 complete(data->completion);
/linux-master/arch/riscv/kernel/
H A Dsmpboot.c241 complete(&cpu_running);
/linux-master/arch/s390/kvm/
H A Dpv.c857 struct uv_cb_dump_complete complete = { local
858 .header.len = sizeof(complete),
869 complete.dump_area_origin = (u64)compl_data;
871 ret = uv_call_sched(0, (u64)&complete);
872 *rc = complete.header.rc;
873 *rrc = complete.header.rrc;
875 complete.header.rc, complete.header.rrc);
/linux-master/arch/s390/lib/
H A Dtest_unwind.c324 complete(&u->task_ready);
383 complete(&u->task_ready);
/linux-master/arch/um/drivers/
H A Dport_kern.c65 complete(&conn->port->done);
H A Drandom.c60 complete(&have_data);
H A Dxterm_kern.c31 complete(&xterm->ready);
/linux-master/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S892 vpxor \T2, \GH, \GH # first phase of the reduction complete
1527 vpxor \T2, \T7, \T7 # first phase of the reduction complete
1715 vpxor \T2, \T7, \T7 # first phase of the reduction complete
1867 vpxor \T2, \GH, \GH # first phase of the reduction complete
1876 vpxor \T2, \GH, \GH # second phase of the reduction complete
2478 vpxor \T2, \T7, \T7 # first phase of the reduction complete
2499 vpxor \T2, \T4, \T4 # second phase of the reduction complete
2682 vpxor \T2, \T7, \T7 # first phase of the reduction complete
2693 vpxor \T2, \T4, \T4 # second phase of the reduction complete
/linux-master/arch/x86/kernel/
H A Dcpuid.c58 complete(&cmd->done);

Completed in 271 milliseconds

1234567891011>>