Home
last modified time | relevance | path

Searched refs:complete (Results 1 – 25 of 59) sorted by relevance

123

/arch/alpha/lib/
A Dcsum_ipv6_magic.S45 or $0,$21,$0 # .. e1 : 1st src word complete
52 or $1,$22,$1 # .. e1 : 2nd src word complete
60 or $2,$23,$2 # .. e1 : 1st dst word complete
62 or $18,$5,$18 # .. e1 : len complete
65 or $3,$24,$3 # .. e1 : 2nd dst word complete
74 sra $19,32,$19 # e0 : proto complete
A Dev6-csum_ipv6_magic.S84 or $0,$22,$0 # E : 1st src word complete
91 or $1,$5,$1 # E : 2nd src word complete
100 or $2,$22,$2 # E : 1st dst word complete
102 or $3,$23,$3 # E : U L U L : 2nd dst word complete
A Dstxncpy.S162 or t1, t4, t1 # e1 : first aligned src word complete
164 or t0, t1, t0 # e0 : first output word complete
208 or t0, t1, t0 # e0 : current dst word now complete
231 or t0, t1, t0 # e0 : first (partial) source word complete
A Dev6-stxncpy.S202 or t1, t4, t1 # E : first aligned src word complete (stall)
204 or t0, t1, t0 # E : first output word complete (stall)
250 or t0, t1, t0 # E : current dst word now complete
275 or t0, t1, t0 # E : first (partial) source word complete
A Dev6-memset.S65 xor $16,$6,$1 # E : will complete write be within one quadword?
248 xor $16,$6,$1 # E : will complete write be within one quadword?
432 xor $16,$6,$1 # E : will complete write be within one quadword?
A Dstxcpy.S183 or t0, t1, t1 # e0 : current dst word now complete
200 or t0, t1, t1 # e1 : first (partial) source word complete
/arch/s390/kvm/
A Dpv.c937 struct uv_cb_dump_complete complete = { in kvm_s390_pv_dump_complete() local
938 .header.len = sizeof(complete), in kvm_s390_pv_dump_complete()
949 complete.dump_area_origin = (u64)compl_data; in kvm_s390_pv_dump_complete()
951 ret = uv_call_sched(0, (u64)&complete); in kvm_s390_pv_dump_complete()
952 *rc = complete.header.rc; in kvm_s390_pv_dump_complete()
953 *rrc = complete.header.rrc; in kvm_s390_pv_dump_complete()
955 complete.header.rc, complete.header.rrc); in kvm_s390_pv_dump_complete()
/arch/m68k/mac/
A Dmisc.c49 while (!req.complete) in cuda_pram_read_byte()
61 while (!req.complete) in cuda_pram_write_byte()
347 while (!req.complete) in cuda_restart()
368 while (!req.complete) in cuda_shutdown()
/arch/arc/mm/
A Dtlbex.S55 ; only need to save only a handful of regs, as opposed to complete reg file]
/arch/powerpc/platforms/powermac/
A Dlow_i2c.c118 struct completion complete; member
267 complete(&host->complete); in kw_i2c_handle_interrupt()
334 complete(&host->complete); in kw_i2c_handle_interrupt()
453 reinit_completion(&host->complete); in kw_i2c_xfer()
468 wait_for_completion(&host->complete); in kw_i2c_xfer()
511 init_completion(&host->complete); in kw_i2c_host_init()
671 complete(req->arg); in pmu_i2c_complete()
838 complete(misc); in smu_i2c_complete()
A Dnvram.c191 complete((struct completion *)req->arg); in pmu_nvram_complete()
205 while (!req.complete) in pmu_nvram_read_byte()
221 while (!req.complete) in pmu_nvram_write_byte()
/arch/arm/include/debug/
A Dstm32.S41 tst \rd, #STM32_USART_TC @ TC = 1 = tx complete
A Dat91.S33 tst \rd, #AT91_DBGU_TXEMPTY @ DBGU_TXEMPTY = 1 when transmission complete
/arch/um/drivers/
A Dxterm_kern.c38 complete(&xterm->ready); in xterm_interrupt()
A Drandom.c60 complete(&have_data); in random_interrupt()
/arch/powerpc/kernel/
A Deeh_event.c138 complete(&eeh_eventlist_event); in __eeh_send_failure_event()
/arch/arm/common/
A Dmcpm_head.S129 @ or complete:
169 @ to complete:
/arch/riscv/kernel/
A Dsmpboot.c246 complete(&cpu_running); in smp_callin()
/arch/x86/kernel/
A Dcpuid.c58 complete(&cmd->done); in cpuid_smp_cpuid()
/arch/arm64/boot/dts/marvell/
A Dac5x-rd-carrier.dtsi10 * AC5X RD can either work as you would expect, as a complete standalone
/arch/arm/mach-sa1100/
A Dsleep.S47 @ avoid accessing memory until this sequence is complete,
/arch/arm/kernel/
A Dsmp.c469 complete(&cpu_running); in secondary_start_kernel()
628 complete(per_cpu(cpu_completion, cpu)); in ipi_complete()
/arch/mips/kernel/
A Dsmp.c388 complete(&cpu_starting); in start_secondary()
403 complete(&cpu_running); in start_secondary()
/arch/openrisc/kernel/
A Dsmp.c136 complete(&cpu_running); in secondary_start_kernel()
/arch/arm/mach-rpc/
A Decard.c63 struct completion *complete; member
281 complete(req->complete); in ecard_task()
296 req->complete = &completion; in ecard_call()

Completed in 62 milliseconds

123