/kernel/linux/linux-5.10/net/tipc/ |
D | trace.h | 129 int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf); 130 int tipc_list_dump(struct sk_buff_head *list, bool more, char *buf); 133 int tipc_node_dump(struct tipc_node *n, bool more, char *buf); 138 TP_PROTO(struct sk_buff *skb, bool more, const char *header), 140 TP_ARGS(skb, more, header), 144 __dynamic_array(char, buf, (more) ? SKB_LMAX : SKB_LMIN) 149 tipc_skb_dump(skb, more, __get_str(buf)); 157 TP_PROTO(struct sk_buff *skb, bool more, const char *header), \ 158 TP_ARGS(skb, more, header)) 165 TP_PROTO(struct sk_buff_head *list, bool more, const char *header), [all …]
|
D | trace.c | 53 int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf) in tipc_skb_dump() argument 56 size_t sz = (more) ? SKB_LMAX : SKB_LMIN; in tipc_skb_dump() 128 if (!more) in tipc_skb_dump() 166 int tipc_list_dump(struct sk_buff_head *list, bool more, char *buf) in tipc_list_dump() argument 169 size_t sz = (more) ? LIST_LMAX : LIST_LMIN; in tipc_list_dump() 184 if (!more) { in tipc_list_dump()
|
/kernel/linux/linux-5.10/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);
|
/kernel/linux/linux-5.10/crypto/ |
D | algif_hash.c | 27 bool more; member 77 if (!ctx->more) { in hash_sendmsg() 86 ctx->more = false; in hash_sendmsg() 114 ctx->more = msg->msg_flags & MSG_MORE; in hash_sendmsg() 115 if (!ctx->more) { in hash_sendmsg() 150 } else if (!ctx->more) in hash_sendpage() 156 if (ctx->more) in hash_sendpage() 161 if (!ctx->more) { in hash_sendpage() 175 ctx->more = flags & MSG_MORE; in hash_sendpage() 206 if (!result && !ctx->more) { in hash_recvmsg() [all …]
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/ |
D | bitfield.h | 22 #define __BITFIELD_FIELD(field,more) field; more argument 24 #define __BITFIELD_FIELD(field,more) more field; argument
|
/kernel/linux/linux-5.10/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 \
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
D | jr3_pci.c | 335 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 …]
|
/kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
D | Kconfig | 11 boot up to shutdown. For more information on Speakup, 39 for more details. 56 help on the Speakup choice above for more info. 65 help on the Speakup choice above for more info. 73 help on the Speakup choice above for more info. 81 Speakup choice above for more info. 89 help on the Speakup choice above for more info. 98 help on the Speakup choice above for more info. 107 configuration help on the Speakup choice above for more 119 choice above for more info. [all …]
|
/kernel/linux/linux-5.10/include/crypto/ |
D | scatterwalk.h | 78 unsigned int more) in scatterwalk_pagedone() argument 92 if (more && walk->offset >= walk->sg->offset + walk->sg->length) in scatterwalk_pagedone() 97 int more) in scatterwalk_done() argument 99 if (!more || walk->offset >= walk->sg->offset + walk->sg->length || in scatterwalk_done() 101 scatterwalk_pagedone(walk, out, more); in scatterwalk_done()
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | tuner.rst | 13 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. The tuner is solely 38 device has one or more tuners. 44 Video output devices can have one or more modulators, that modulate 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.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/ |
D | graph.txt | 7 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'
|
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/ |
D | Kconfig | 26 NSLU2 NAS device. For more information on this platform, 34 Avila Network Platform. For more information on this platform, 50 Engineering Coyote Gateway Reference Platform. For more 58 7001 Access Point. For more information on this platform, 66 WG302 v2 or WAG302 v2 Access Points. For more information 74 For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>. 81 For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>. 88 For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>. 101 For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>. 117 PrPCM1100 Processor Mezanine Module. For more information on [all …]
|
/kernel/linux/linux-5.10/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-elog | 15 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.
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
D | hugetlbpage.c | 366 unsigned long more; in hugetlb_free_pmd_range() local 390 more = addr + (1 << hugepd_shift(*(hugepd_t *)pmd)); in hugetlb_free_pmd_range() 391 if (more > next) in hugetlb_free_pmd_range() 392 next = more; in hugetlb_free_pmd_range() 433 unsigned long more; in hugetlb_free_pud_range() local 440 more = addr + (1 << hugepd_shift(*(hugepd_t *)pud)); in hugetlb_free_pud_range() 441 if (more > next) in hugetlb_free_pud_range() 442 next = more; in hugetlb_free_pud_range() 503 unsigned long more; in hugetlb_free_pgd_range() local 510 more = addr + (1 << hugepd_shift(*(hugepd_t *)pgd)); in hugetlb_free_pgd_range() [all …]
|
/kernel/linux/linux-5.10/drivers/net/mdio/ |
D | mdio-cavium.h | 19 #define OCT_MDIO_BITFIELD_FIELD(field, more) \ argument 21 more 24 #define OCT_MDIO_BITFIELD_FIELD(field, more) \ argument 25 more \
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/block/zram/ |
D | Kconfig | 13 disks and maybe many more. 15 See Documentation/admin-guide/blockdev/zram.rst for more information. 29 See Documentation/admin-guide/blockdev/zram.rst for more information. 39 See Documentation/admin-guide/blockdev/zram.rst for more information.
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | procfs-diskstats | 26 Kernel 4.18+ appends four more fields for discard 36 Kernel 5.5+ appends two more fields for flush requests: 43 For more details refer to Documentation/admin-guide/iostats.rst
|
/kernel/linux/linux-5.10/drivers/firmware/google/ |
D | vpd_decode.c | 15 u8 more; in vpd_decode_len() local 26 more = in[i] & 0x80; in vpd_decode_len() 30 } while (more); in vpd_decode_len()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/i3c/ |
D | snps,dw-i3c-master.txt | 12 Documentation/devicetree/bindings/i3c/i3c.txt for more details): 18 Documentation/devicetree/bindings/i3c/i3c.txt for more details): 24 Documentation/devicetree/bindings/i3c/i3c.txt for more details).
|
D | cdns,i3c-master.txt | 13 Documentation/devicetree/bindings/i3c/i3c.txt for more details): 19 Documentation/devicetree/bindings/i3c/i3c.txt for more details): 25 Documentation/devicetree/bindings/i3c/i3c.txt for more details).
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
D | dma.c | 271 int *len, u32 *info, bool *more) in mt76_dma_get_buf() argument 283 *more = !(ctl & MT_DMA_CTL_LAST_SEC0); in mt76_dma_get_buf() 297 int *len, u32 *info, bool *more) in mt76_dma_dequeue() argument 301 *more = false; in mt76_dma_dequeue() 313 return mt76_dma_get_buf(dev, q, idx, len, info, more); in mt76_dma_dequeue() 476 bool more; in mt76_dma_rx_cleanup() local 481 buf = mt76_dma_dequeue(dev, q, true, NULL, NULL, &more); in mt76_dma_rx_cleanup() 519 int len, bool more) in mt76_add_fragment() argument 534 if (more) in mt76_add_fragment() 550 bool more; in mt76_dma_rx_process() local [all …]
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | lm83.rst | 64 Most motherboards come with more than just temperature sensors for 68 chip, which provides more features. Since systems usually need three 71 won't have to handle more than two temperatures. Thus, ADM1021 clones 88 accuracy is guaranteed to 3.0 degrees (see the datasheet for more 95 The lm83 driver will not update its values more frequently than every 96 other second; reading them more often will do no harm, but will return
|