Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 446) sorted by relevance

12345678910>>...18

/arch/um/drivers/
Dslip_common.c10 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()
Dmconsole_user.c127 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()
Dmconsole.h30 u32 more; member
73 int len, int err, int more);
75 int more);
Dslip_common.h87 int more; /* more data: do not read fd until ibuf has been drained */ member
96 slip->more = 0; in slip_proto_init()
DKconfig18 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/
Dbitfield.h16 #define __BITFIELD_FIELD(field, more) \ argument
18 more
22 #define __BITFIELD_FIELD(field, more) \ argument
23 more \
/arch/mips/sgi-ip27/
DKconfig11 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/
Dhugetlbpage.c365 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/
Dmsm8996-v3.0.dtsi18 * The differences will show here as more and more
/arch/alpha/lib/
Dev6-memcpy.S108 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?
Dev6-memset.S178 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/
DKconfig.debug10 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/
Dhvcserver.c129 int more = 1; in hvcs_get_partner_info() local
186 } while (more); in hvcs_get_partner_info()
DKconfig37 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/
Dfindbit.S32 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/
DKconfig18 For more information, refer to <http://www.970eval.com>
/arch/arm/boot/dts/
Dintel-ixp43x.dtsi4 * in the IXP 43x series. This series has 64 interrupts and adds a few more
Ddra62x-clocks.dtsi32 * Compared to dm814x, dra62x has different shifts and more mux options.
Darmada-388.dtsi9 * The main difference with the Armada 385 is that the 388 can handle two more
Dat91-ariettag25.dts4 * This device tree is minimal, to activate more peripherals, see:
/arch/arm/mach-omap1/
DKconfig120 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/
DKconfig37 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/
Dsun50i-a64-pine64-plus.dts30 * Ethernet PHY needs 30ms to properly power up and some more
/arch/sh/
DKconfig.debug42 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/
DKconfig30 For more information, see <http://www.microchip.com/>.

12345678910>>...18