Searched refs:remaining (Results 1 – 22 of 22) sorted by relevance
/arch/alpha/lib/ |
D | srm_puts.c | 11 long remaining, written; in srm_puts() local 16 for (remaining = len; remaining > 0; remaining -= written) in srm_puts() 18 written = callback_puts(0, str, remaining); in srm_puts()
|
D | ev6-memset.S | 101 sra $18,3,$3 # U : Number of remaining quads to write 278 sra $18,3,$3 # U : Number of remaining quads to write 465 sra $18,3,$3 # U : Number of remaining quads to write
|
/arch/alpha/kernel/ |
D | srmcons.c | 96 long c, remaining = count; in srmcons_do_write() local 101 for (cur = (char *)buf; remaining > 0; ) { in srmcons_do_write() 107 for (c = 0; c < min_t(long, 128L, remaining) && !need_cr; c++) in srmcons_do_write() 114 remaining -= result.bits.c; in srmcons_do_write()
|
/arch/um/drivers/ |
D | cow_user.c | 149 int remaining; in absolutize() local 171 remaining = size - strlen(to); in absolutize() 172 if (strlen(slash) + 1 > remaining) { in absolutize()
|
/arch/mips/boot/ |
D | elf2ecoff.c | 68 int remaining, cur, count; in copy() local 76 remaining = size; in copy() 77 while (remaining) { in copy() 78 cur = remaining; in copy() 81 remaining -= cur; in copy()
|
/arch/powerpc/boot/ |
D | div64.S | 51 divwu r0,r6,r4 # perform the remaining 32-bit division
|
/arch/powerpc/lib/ |
D | div64.S | 52 divwu r0,r6,r4 # perform the remaining 32-bit division
|
/arch/mn10300/lib/ |
D | memset.S | 79 # copy the remaining 1, 2 or 3 words
|
D | memcpy.S | 89 # copy the remaining 1, 2 or 3 words
|
D | memmove.S | 109 # copy the remaining 1, 2 or 3 words
|
D | do_csum.S | 109 # copy the remaining whole words
|
/arch/x86/kvm/ |
D | lapic.c | 520 ktime_t remaining; in apic_get_tmcct() local 530 remaining = hrtimer_expires_remaining(&apic->timer.dev); in apic_get_tmcct() 531 if (ktime_to_ns(remaining) < 0) in apic_get_tmcct() 532 remaining = ktime_set(0, 0); in apic_get_tmcct() 534 ns = mod_64(ktime_to_ns(remaining), apic->timer.period); in apic_get_tmcct()
|
/arch/frv/kernel/ |
D | head-uc-fr451.S | 66 # need to tile the remaining IAMPR/DAMPR registers to cover as much of the RAM as possible
|
D | head-uc-fr401.S | 251 # need to tile the remaining IAMPR/DAMPR registers to cover as much of the RAM as possible
|
D | head-uc-fr555.S | 239 # need to tile the remaining IAMPR/DAMPR registers to cover as much of the RAM as possible
|
/arch/xtensa/lib/ |
D | strnlen_user.S | 91 EX(l32i, a9, a4, 4, lenfixup) # load 4 bytes for remaining checks
|
/arch/m32r/kernel/ |
D | head.S | 94 and3 r4, r3, #3 ; get no. of remaining BSS bytes to clear
|
/arch/arm/kernel/ |
D | entry-armv.S | 142 @ We are now ready to fill in the remaining blanks on the stack: 357 @ We are now ready to fill in the remaining blanks on the stack:
|
/arch/sparc/lib/ |
D | checksum_32.S | 43 andcc %o1, 4, %g0 ! nope, check for word remaining 49 andcc %o1, 4, %g0 ! check again for word remaining
|
/arch/m68k/fpsp040/ |
D | tbldo.S | 11 | 7 bits the opcode, and the remaining 3
|
/arch/m68k/ |
D | Kconfig | 135 Say N unless you're willing to code the remaining necessary support.
|
/arch/x86/ |
D | Kconfig | 928 space and the remaining part of the 4GB virtual memory space is used 976 physical memory installed, the remaining memory will be available
|