Searched refs:remaining (Results 1 - 25 of 30) sorted by relevance

12

/arch/alpha/lib/
H A Dsrm_puts.c11 long remaining, written; local
16 for (remaining = len; remaining > 0; remaining -= written)
18 written = callback_puts(0, str, remaining);
H A Dev6-memset.S102 sra $18,3,$3 # U : Number of remaining quads to write
279 sra $18,3,$3 # U : Number of remaining quads to write
466 sra $18,3,$3 # U : Number of remaining quads to write
/arch/alpha/kernel/
H A Dsrmcons.c94 long c, remaining = count; local
99 for (cur = (char *)buf; remaining > 0; ) {
105 for (c = 0; c < min_t(long, 128L, remaining) && !need_cr; c++)
112 remaining -= result.bits.c;
/arch/tile/kernel/
H A Dstack.c288 size_t namelen, remaining; local
313 remaining = (bufsize - 1) - namelen;
315 rc = snprintf(p, remaining, "+%#lx/%#lx ",
317 if (modname && rc < remaining)
318 snprintf(p + rc, remaining - rc, "[%s] ", modname);
346 remaining = (bufsize - 1) - namelen;
348 snprintf(buf + namelen, remaining, "[%lx+%lx] ",
/arch/metag/lib/
H A Dmemcpy.S37 ! the source to the destination until the remaining data has an 8 byte
43 SUB D1Ar3, D1Ar3, #1 ! decrement count of remaining bytes
74 ! If there are any remaining bytes use the byte copy loop, otherwise we are done
175 ! If there are no remaining bytes to copy, we are done.
179 ! address of the remaining bytes, and fall through to the byte copy loop.
H A Dmemset.S62 ! D1Ar3 should be the remaining total byte count
/arch/um/drivers/
H A Dcow_user.c148 int remaining; local
170 remaining = size - strlen(to);
171 if (strlen(slash) + 1 > remaining) {
/arch/powerpc/lib/
H A Ddiv64.S52 divwu r0,r6,r4 # perform the remaining 32-bit division
/arch/mips/boot/
H A Delf2ecoff.c68 int remaining, cur, count; local
76 remaining = size;
77 while (remaining) {
78 cur = remaining;
81 remaining -= cur;
/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S282 jz do_return # Return if remaining length is zero
292 jz do_return # return if remaining data is zero
299 jz do_return # return if remaining data is zero
/arch/mn10300/lib/
H A Dmemcpy.S89 # copy the remaining 1, 2 or 3 words
H A Dmemset.S79 # copy the remaining 1, 2 or 3 words
H A Ddo_csum.S106 # copy the remaining whole words
H A Dmemmove.S109 # copy the remaining 1, 2 or 3 words
/arch/frv/kernel/
H A Dhead-uc-fr451.S67 # need to tile the remaining IAMPR/DAMPR registers to cover as much of the RAM as possible
H A Dhead-uc-fr401.S252 # need to tile the remaining IAMPR/DAMPR registers to cover as much of the RAM as possible
H A Dhead-uc-fr555.S240 # need to tile the remaining IAMPR/DAMPR registers to cover as much of the RAM as possible
/arch/powerpc/boot/
H A Ddiv64.S52 divwu r0,r6,r4 # perform the remaining 32-bit division
/arch/xtensa/lib/
H A Dstrnlen_user.S91 EX(l32i, a9, a4, 4, lenfixup) # load 4 bytes for remaining checks
/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1258 unsigned int residual, remaining, segs, tw, base; local
1281 remaining = phb->ioda.tce32_count;
1287 if (!remaining) {
1294 if (segs > remaining)
1295 segs = remaining;
1313 remaining -= segs;
/arch/m32r/kernel/
H A Dhead.S94 and3 r4, r3, #3 ; get no. of remaining BSS bytes to clear
/arch/x86/kvm/
H A Di8254.c109 ktime_t remaining; local
124 remaining = hrtimer_get_remaining(&ps->timer);
125 elapsed = ps->period - ktime_to_ns(remaining);
H A Dlapic.c883 ktime_t remaining; local
894 remaining = hrtimer_get_remaining(&apic->lapic_timer.timer);
895 if (ktime_to_ns(remaining) < 0)
896 remaining = ktime_set(0, 0);
898 ns = mod_64(ktime_to_ns(remaining), apic->lapic_timer.period);
/arch/arc/mm/
H A Dtlbex.S56 ; Since the Fast Path TLB Miss handler is coded with 4 regs, the remaining 3
/arch/unicore32/kernel/
H A Dentry.S175 @ We are now ready to fill in the remaining blanks on the stack:
204 @ We are now ready to fill in the remaining blanks on the stack:

Completed in 769 milliseconds

12