/arch/um/drivers/ |
D | slip_common.c | 10 if(slip->more > 0){ in slip_proto_read() 12 while(i < slip->more){ in slip_proto_read() 18 slip->more - i); in slip_proto_read() 19 slip->more = slip->more - i; in slip_proto_read() 23 slip->more = 0; in slip_proto_read() 39 slip->more = n - (i + 1); in slip_proto_read()
|
D | mconsole_user.c | 127 int err, int more) in mconsole_reply_len() argument 145 if (len == total) reply.more = more; in mconsole_reply_len() 146 else reply.more = 1; in mconsole_reply_len() 165 int mconsole_reply(struct mc_request *req, const char *str, int err, int more) in mconsole_reply() argument 167 return mconsole_reply_len(req, str, strlen(str), err, more); in mconsole_reply()
|
D | mconsole.h | 30 u32 more; member 73 int len, int err, int more); 75 int more);
|
D | slip_common.h | 87 int more; /* more data: do not read fd until ibuf has been drained */ member 96 slip->more = 0; in slip_proto_init()
|
D | Kconfig | 18 See <http://user-mode-linux.sourceforge.net/old/input.html> for more 126 provide one or more virtual network devices through which the UML 130 For more information, including explanations of the networking and 155 For more information, see 193 For more information, see 207 This User-Mode Linux network transport allows one or more running 214 For more information, see 241 This User-Mode Linux network transport allows one or more running 252 For more information, see <http://wiki.virtualsquare.org/> 274 For more information, see [all …]
|
/arch/mips/include/uapi/asm/ |
D | bitfield.h | 16 #define __BITFIELD_FIELD(field, more) \ argument 18 more 22 #define __BITFIELD_FIELD(field, more) \ argument 23 more \
|
/arch/mips/sgi-ip27/ |
D | Kconfig | 11 in either N-Modes which allows for more nodes or M-Mode which allows 12 for more memory. Your hardware is almost certainly running in 19 in either N-Modes which allows for more nodes or M-Mode which allows 20 for more memory. Your hardware is almost certainly running in
|
/arch/powerpc/mm/ |
D | hugetlbpage.c | 365 unsigned long more; in hugetlb_free_pmd_range() local 389 more = addr + (1 << hugepd_shift(*(hugepd_t *)pmd)); in hugetlb_free_pmd_range() 390 if (more > next) in hugetlb_free_pmd_range() 391 next = more; in hugetlb_free_pmd_range() 424 unsigned long more; in hugetlb_free_pud_range() local 431 more = addr + (1 << hugepd_shift(*(hugepd_t *)pud)); in hugetlb_free_pud_range() 432 if (more > next) in hugetlb_free_pud_range() 433 next = more; in hugetlb_free_pud_range() 486 unsigned long more; in hugetlb_free_pgd_range() local 493 more = addr + (1 << hugepd_shift(*(hugepd_t *)pgd)); in hugetlb_free_pgd_range() [all …]
|
/arch/arm64/boot/dts/qcom/ |
D | msm8996-v3.0.dtsi | 18 * The differences will show here as more and more
|
/arch/alpha/lib/ |
D | ev6-memcpy.S | 108 subq $18, 192, $2 # E : At least two more trips to go? 119 # fallback wh64 address if < 2 more trips 130 cmple $18, 63, $1 # E : At least one more trip? 172 bgt $18, $tail_bytes # U : more to be done? 235 bgt $18, $misalign_byte # U : more to go?
|
D | ev6-memset.S | 178 subq $3, 16, $2 # E : Repeat the loop at least once more? 200 bne $3,loop_b # U : more? 356 subq $3, 16, $2 # E : Repeat the loop at least once more? 378 bne $3,loop # U : more? 544 subq $3, 16, $2 # E : Repeat the loop at least once more? 566 bne $3,loop_w # U : more?
|
/arch/um/ |
D | Kconfig.debug | 10 See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more 25 See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more
|
/arch/powerpc/platforms/pseries/ |
D | hvcserver.c | 129 int more = 1; in hvcs_get_partner_info() local 186 } while (more); in hvcs_get_partner_info()
|
D | Kconfig | 37 Enabling this option will make the kernel run more efficiently 40 two or more partitions. 100 problem with the pseries core and want to see more of what is 110 With this option a system running in an LPAR can be given more
|
/arch/arm/lib/ |
D | findbit.S | 32 2: cmp r2, r1 @ any more? 73 2: cmp r2, r1 @ any more? 111 2: cmp r2, r1 @ any more? 145 2: cmp r2, r1 @ any more?
|
/arch/powerpc/platforms/maple/ |
D | Kconfig | 18 For more information, refer to <http://www.970eval.com>
|
/arch/arm/boot/dts/ |
D | intel-ixp43x.dtsi | 4 * in the IXP 43x series. This series has 64 interrupts and adds a few more
|
D | dra62x-clocks.dtsi | 32 * Compared to dm814x, dra62x has different shifts and more mux options.
|
D | armada-388.dtsi | 9 * The main difference with the Armada 385 is that the 388 can handle two more
|
D | at91-ariettag25.dts | 4 * This device tree is minimal, to activate more peripherals, see:
|
/arch/arm/mach-omap1/ |
D | Kconfig | 120 http://palmtelinux.sourceforge.net/ for more information. 129 http://hackndev.com/palm/z71 for more information. 138 http://garux.sourceforge.net/ for more information. 150 for more information.
|
/arch/x86/xen/ |
D | Kconfig | 37 pv-domains with more than 512 GB of RAM. This option controls the 38 default setting of the kernel to use only up to 512 GB or more.
|
/arch/arm64/boot/dts/allwinner/ |
D | sun50i-a64-pine64-plus.dts | 30 * Ethernet PHY needs 30ms to properly power up and some more
|
/arch/sh/ |
D | Kconfig.debug | 42 running more threads on a system and also reduces the pressure 64 Those looking for more verbose debugging output should say Y. 72 Enabling this option will make stacktraces more accurate, at
|
/arch/mips/pic32/ |
D | Kconfig | 30 For more information, see <http://www.microchip.com/>.
|