Home
last modified time | relevance | path

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

12345678910>>...83

/Linux-v4.19/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);
/Linux-v4.19/crypto/
Dalgif_hash.c32 bool more; member
82 if (!ctx->more) { in hash_sendmsg()
91 ctx->more = 0; in hash_sendmsg()
119 ctx->more = msg->msg_flags & MSG_MORE; in hash_sendmsg()
120 if (!ctx->more) { in hash_sendmsg()
155 } else if (!ctx->more) in hash_sendpage()
161 if (ctx->more) in hash_sendpage()
166 if (!ctx->more) { in hash_sendpage()
180 ctx->more = flags & MSG_MORE; in hash_sendpage()
211 if (!result && !ctx->more) { in hash_recvmsg()
[all …]
/Linux-v4.19/arch/mips/include/uapi/asm/
Dbitfield.h16 #define __BITFIELD_FIELD(field, more) \ argument
18 more
22 #define __BITFIELD_FIELD(field, more) \ argument
23 more \
/Linux-v4.19/drivers/staging/comedi/drivers/
Djr3_pci.c335 int more = 1; in jr3_check_firmware() local
343 while (more) { in jr3_check_firmware()
347 more = more && read_idm_word(data, size, &pos, &count); in jr3_check_firmware()
348 if (more && count == 0xffff) in jr3_check_firmware()
351 more = more && read_idm_word(data, size, &pos, &addr); in jr3_check_firmware()
352 while (more && count > 0) { in jr3_check_firmware()
355 more = more && read_idm_word(data, size, &pos, &dummy); in jr3_check_firmware()
369 int more = 1; in jr3_write_firmware() local
372 while (more) { in jr3_write_firmware()
376 more = more && read_idm_word(data, size, &pos, &count); in jr3_write_firmware()
[all …]
/Linux-v4.19/arch/arm/mach-ks8695/
DKconfig29 See http://www.securecomputing.com for more details.
36 See http://www.mcafee.com for more details.
44 See http://www.securecomputing.com for more details.
51 more details.
58 CM4008 Console Server. See http://www.opengear.com for more
67 more details.
75 more details.
83 more details.
/Linux-v4.19/drivers/staging/speakup/
DKconfig10 boot up to shutdown. For more information on Speakup,
38 for more details.
50 help on the Speakup choice above for more info.
59 help on the Speakup choice above for more info.
67 help on the Speakup choice above for more info.
75 Speakup choice above for more info.
83 help on the Speakup choice above for more info.
92 help on the Speakup choice above for more info.
101 configuration help on the Speakup choice above for more
113 choice above for more info.
[all …]
/Linux-v4.19/include/crypto/
Dscatterwalk.h83 unsigned int more) in scatterwalk_pagedone() argument
97 if (more && walk->offset >= walk->sg->offset + walk->sg->length) in scatterwalk_pagedone()
102 int more) in scatterwalk_done() argument
104 if (!more || walk->offset >= walk->sg->offset + walk->sg->length || in scatterwalk_done()
106 scatterwalk_pagedone(walk, out, more); in scatterwalk_done()
/Linux-v4.19/Documentation/media/uapi/v4l/
Dtuner.rst13 Video input devices can have one or more tuners demodulating a RF
14 signal. Each tuner is associated with one or more video inputs,
34 current tuner, when there is more than one at all. The tuner is solely
38 device has one or more tuners.
44 Video output devices can have one or more modulators, uh, modulating a
46 set or video recorder. Each modulator is associated with one or more
68 is more than one at all. The modulator is solely determined by the
73 one or more modulators.
/Linux-v4.19/Documentation/devicetree/bindings/
Dgraph.txt7 control flow to devices, but there can be more complex connections between
13 tree graph bindings described herein abstract more complex devices that can
14 have multiple specifiable ports, each of which can be linked to one or more
32 connected to this port. If a single port is connected to more than one
34 If more than one port is present in a device node or there is more than one
116 If there is more than one 'port' or more than one 'endpoint' node or 'reg'
/Linux-v4.19/drivers/net/phy/
Dmdio-cavium.h22 #define OCT_MDIO_BITFIELD_FIELD(field, more) \ argument
24 more
27 #define OCT_MDIO_BITFIELD_FIELD(field, more) \ argument
28 more \
/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-firmware-opal-elog15 Linux if there is no room for more log entries.
19 the service processor needs more room for log entries,
26 The service processor may be able to store more log
34 do more parsing in kernel and add more files to make
36 more information.
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Ddma.c193 int *len, u32 *info, bool *more) in mt76_dma_get_buf() argument
205 *more = !(ctl & MT_DMA_CTL_LAST_SEC0); in mt76_dma_get_buf()
219 int *len, u32 *info, bool *more) in mt76_dma_dequeue() argument
223 *more = false; in mt76_dma_dequeue()
233 return mt76_dma_get_buf(dev, q, idx, len, info, more); in mt76_dma_dequeue()
365 bool more; in mt76_dma_rx_cleanup() local
369 buf = mt76_dma_dequeue(dev, q, true, NULL, NULL, &more); in mt76_dma_rx_cleanup()
394 int len, bool more) in mt76_add_fragment() argument
404 if (more) in mt76_add_fragment()
418 bool more; in mt76_dma_rx_process() local
[all …]
/Linux-v4.19/arch/arm/mach-ixp4xx/
DKconfig13 NSLU2 NAS device. For more information on this platform,
21 Avila Network Platform. For more information on this platform,
37 Engineering Coyote Gateway Reference Platform. For more
45 7001 Access Point. For more information on this platform,
53 WG302 v2 or WAG302 v2 Access Points. For more information
61 For more information on this platform, see <file:Documentation/arm/IXP4xx>.
68 For more information on this platform, see <file:Documentation/arm/IXP4xx>.
75 For more information on this platform, see <file:Documentation/arm/IXP4xx>.
88 For more information on this platform, see <file:Documentation/arm/IXP4xx>.
104 PrPCM1100 Processor Mezanine Module. For more information on
[all …]
/Linux-v4.19/drivers/block/zram/
DKconfig14 disks and maybe many more.
16 See Documentation/blockdev/zram.txt for more information.
28 See Documentation/blockdev/zram.txt for more information.
38 See Documentation/blockdev/zram.txt for more information.
/Linux-v4.19/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
/Linux-v4.19/drivers/firmware/google/
Dvpd_decode.c25 u8 more; in vpd_decode_len() local
36 more = in[i] & 0x80; in vpd_decode_len()
40 } while (more); in vpd_decode_len()
/Linux-v4.19/arch/powerpc/mm/
Dhugetlbpage.c345 unsigned long more; in hugetlb_free_pmd_range() local
363 more = addr + (1 << hugepd_shift(*(hugepd_t *)pmd)); in hugetlb_free_pmd_range()
364 if (more > next) in hugetlb_free_pmd_range()
365 next = more; in hugetlb_free_pmd_range()
406 unsigned long more; in hugetlb_free_pud_range() local
413 more = addr + (1 << hugepd_shift(*(hugepd_t *)pud)); in hugetlb_free_pud_range()
414 if (more > next) in hugetlb_free_pud_range()
415 next = more; in hugetlb_free_pud_range()
474 unsigned long more; in hugetlb_free_pgd_range() local
481 more = addr + (1 << hugepd_shift(*(hugepd_t *)pgd)); in hugetlb_free_pgd_range()
[all …]
/Linux-v4.19/Documentation/filesystems/
Dinotify.txt24 A: An fd-per-watch quickly consumes more file descriptors than are allowed,
25 more fd's than are feasible to manage, and more fd's than are optimally
63 Additionally, it _is_ possible to more than one instance and
64 juggle more than one queue and thus more than one associated fd. There
66 process can easily want more than one queue.
/Linux-v4.19/Documentation/x86/
Dtlb.txt8 time. This could potentially cost many more instructions, but
9 it is a much more precise operation, causing no collateral
20 3. The size of the TLB. The larger the TLB, the more collateral
22 more attractive an individual flush looks. Data and
25 cache on modern CPUs, and the global flushes have become more
40 This will cause us to do the global flush for more cases.
/Linux-v4.19/Documentation/hwmon/
Dlm8352 Most motherboards come with more than just temperature sensors for
56 chip, which provides more features. Since systems usually need three
59 won't have to handle more than two temperatures. Thus, ADM1021 clones
76 accuracy is guaranteed to 3.0 degrees (see the datasheet for more
83 The lm83 driver will not update its values more frequently than every
84 other second; reading them more often will do no harm, but will return
/Linux-v4.19/net/rds/
Dtcp_send.c82 int more; in rds_tcp_xmit() local
119 more = rm->data.op_nents > 1 ? (MSG_MORE | MSG_SENDPAGE_NOTLAST) : 0; in rds_tcp_xmit()
121 int flags = MSG_DONTWAIT | MSG_NOSIGNAL | more; in rds_tcp_xmit()
141 more = 0; in rds_tcp_xmit()
/Linux-v4.19/fs/fscache/
DKconfig10 See Documentation/filesystems/caching/fscache.txt for more information.
27 See Documentation/filesystems/caching/fscache.txt for more information.
44 See Documentation/filesystems/caching/fscache.txt for more information.
54 See Documentation/filesystems/caching/fscache.txt for more information.
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-driver-xen-blkfront8 is 32 - higher value means more potential throughput but more

12345678910>>...83