Searched defs:done (Results 1 - 25 of 38) sorted by relevance

12

/arch/alpha/lib/
H A Dstrlen.S38 found: blbs $2, done # make aligned case fast
54 done: subq $0, $16, $0 label
H A Dmemchr.S101 $done: ret # .. e1 :
/arch/x86/power/
H A Dhibernate_asm_32.S46 jz done
59 done: label
H A Dhibernate_asm_64.S83 jz done
95 done: label
/arch/x86/um/
H A Dstub_32.S19 jz done
46 done: label
H A Dstub_64.S34 jz done
61 done: label
H A Dldt.c19 struct user_desc *desc, void **addr, int done)
29 * will be true. So no call to __switch_mm(mm_idp) is done.
74 0, addr, done);
18 write_ldt_entry(struct mm_id *mm_idp, int func, struct user_desc *desc, void **addr, int done) argument
/arch/mips/kernel/
H A Drelocate_kernel.S40 /* done page */
43 b done
62 done: label
H A Dsmp.c199 struct completion done; member in struct:create_idle
209 complete(&c_idle->done);
228 .done = COMPLETION_INITIALIZER_ONSTACK(c_idle.done),
233 wait_for_completion(&c_idle.done);
/arch/powerpc/platforms/chrp/
H A Dnvram.c28 unsigned int done; local
38 if ((rtas_call(rtas_token("nvram-fetch"), 3, 2, &done, addr,
39 __pa(nvram_buf), 1) != 0) || 1 != done)
50 unsigned int done; local
60 if ((rtas_call(rtas_token("nvram-store"), 3, 2, &done, addr,
61 __pa(nvram_buf), 1) != 0) || 1 != done)
/arch/arm/mach-s3c64xx/
H A Dmach-real6410.c244 int done; member in struct:real6410_features_t
254 features->done = 0;
262 if (features->done & FEATURE_SCREEN) {
274 features->done |= FEATURE_SCREEN;
H A Dmach-mini6410.c263 int done; member in struct:mini6410_features_t
273 features->done = 0;
281 if (features->done & FEATURE_SCREEN) {
293 features->done |= FEATURE_SCREEN;
/arch/powerpc/include/asm/
H A Dps3stor.h44 struct completion done; member in struct:ps3_storage_device
/arch/powerpc/kernel/
H A Dreloc_32.S79 beq done
81 beq done
83 beq done
195 ble done
200 done: label
H A Dsmp.c435 struct completion done; member in struct:create_idle
445 complete(&c_idle->done);
453 .done = COMPLETION_INITIALIZER_ONSTACK(c_idle.done),
466 wait_for_completion(&c_idle.done);
/arch/s390/lib/
H A Duaccess_mvcos.c169 size_t done, len, len_str; local
171 done = 0;
173 len = min(count - done, (size_t) 256);
174 rc = uaccess.copy_from_user(len, src + done, buf);
179 done += len_str;
180 } while ((len_str == len) && (done < count));
181 return done + 1;
188 size_t done, len, len_str; local
190 done = 0;
192 len = min(count - done, (size_
[all...]
H A Duaccess_pt.c43 unsigned long offset, pfn, done, size; local
47 done = 0;
64 size = min(n - done, PAGE_SIZE - offset);
67 from = kptr + done;
70 to = kptr + done;
73 done += size;
75 } while (done < n);
77 return n - done;
81 return n - done;
141 long done, siz local
167 unsigned long offset, pfn, done, len; local
231 uaddr, done, size, error_code; local
[all...]
/arch/um/drivers/
H A Dport_kern.c22 struct completion done; member in struct:port_list
65 complete(&conn->port->done);
202 init_completion(&port->done);
236 if (wait_for_completion_interruptible(&port->done))
251 /* This is done here because freeing an IRQ can't be done
/arch/um/os-Linux/skas/
H A Dmem.c125 int done)
129 if (done && *addr == NULL)
146 if (!done && ((((unsigned long) stack) & ~UM_KERN_PAGE_MASK) <
188 int phys_fd, unsigned long long offset, int done, void **data)
221 data, done);
228 int done, void **data)
255 data, done);
262 unsigned int prot, int done, void **data)
289 data, done);
123 run_syscall_stub(struct mm_id * mm_idp, int syscall, unsigned long *args, long expected, void **addr, int done) argument
187 map(struct mm_id * mm_idp, unsigned long virt, unsigned long len, int prot, int phys_fd, unsigned long long offset, int done, void **data) argument
227 unmap(struct mm_id * mm_idp, unsigned long addr, unsigned long len, int done, void **data) argument
261 protect(struct mm_id * mm_idp, unsigned long addr, unsigned long len, unsigned int prot, int done, void **data) argument
/arch/x86/crypto/
H A Dsha1_ssse3_glue.c61 unsigned int done = 0; local
66 done = SHA1_BLOCK_SIZE - partial;
67 memcpy(sctx->buffer + partial, data, done);
71 if (len - done >= SHA1_BLOCK_SIZE) {
72 const unsigned int rounds = (len - done) / SHA1_BLOCK_SIZE;
74 sha1_transform_asm(sctx->state, data + done, rounds);
75 done += rounds * SHA1_BLOCK_SIZE;
78 memcpy(sctx->buffer, data + done, len - done);
/arch/arm/mach-s3c24xx/
H A Dmach-mini2440.c570 int done; member in struct:mini2440_features_t
582 features->done = 0;
590 if (features->done & FEATURE_SCREEN) {
604 features->done |= FEATURE_SCREEN;
607 if (features->done & FEATURE_BACKLIGHT)
614 features->done |= FEATURE_BACKLIGHT;
621 if (features->done & FEATURE_CAMERA)
627 features->done |= FEATURE_CAMERA;
/arch/mips/cavium-octeon/
H A Docteon-memcpy.S251 beqz len, done
273 beqz len, done
292 beqz len, done
362 beqz len, done
376 beqz len, done
383 beqz len, done; \
398 done: label
440 beqz len, done
/arch/powerpc/mm/
H A Dppc_mmu_32.c77 unsigned long tot, bl, done; local
96 done = (unsigned long)bat_addrs[2].limit - PAGE_OFFSET + 1;
97 if ((done < tot) && !bat_addrs[3].limit) {
99 tot -= done;
103 setbat(3, PAGE_OFFSET+done, done, bl, PAGE_KERNEL_X);
104 done = (unsigned long)bat_addrs[3].limit - PAGE_OFFSET + 1;
107 return done;
272 if ( ppc_md.progress ) ppc_md.progress("hash:done", 0x205);
/arch/mips/include/asm/octeon/
H A Dcvmx.h205 a full 64bit address. With a 64bit ABI, this can be done with a simple
208 /* We have a full 64bit ABI. Writing to a 64bit address can be done with
219 a full 64bit address. With a 64bit ABI, this can be done with a simple
222 /* We have a full 64bit ABI. Writing to a 64bit address can be done with
384 uint64_t done = cvmx_get_cycle() + cycles; local
386 while (cvmx_get_cycle() < done)
419 uint64_t done = cvmx_get_cycle() + (uint64_t)timeout_usec * \
427 } else if (cvmx_get_cycle() > done) { \
/arch/powerpc/platforms/ps3/
H A Ddevice-init.c687 struct completion done; member in struct:ps3_notification_device
729 complete(&dev->done);
742 init_completion(&dev->done);
755 res = wait_event_interruptible(dev->done.wait,
756 dev->done.done || kthread_should_stop());

Completed in 512 milliseconds

12