| /Linux-v5.15/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()
|
| /Linux-v5.15/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);
|
| /Linux-v5.15/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 …]
|
| /Linux-v5.15/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 \
|
| /Linux-v5.15/drivers/comedi/drivers/ |
| D | jr3_pci.c | 322 int more = 1; in jr3_check_firmware() local 330 while (more) { in jr3_check_firmware() 334 more = more && read_idm_word(data, size, &pos, &count); in jr3_check_firmware() 335 if (more && count == 0xffff) in jr3_check_firmware() 338 more = more && read_idm_word(data, size, &pos, &addr); in jr3_check_firmware() 339 while (more && count > 0) { in jr3_check_firmware() 342 more = more && read_idm_word(data, size, &pos, &dummy); in jr3_check_firmware() 356 int more = 1; in jr3_write_firmware() local 359 while (more) { in jr3_write_firmware() 363 more = more && read_idm_word(data, size, &pos, &count); in jr3_write_firmware() [all …]
|
| /Linux-v5.15/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 …]
|
| /Linux-v5.15/include/crypto/ |
| D | scatterwalk.h | 78 unsigned int more) in scatterwalk_pagedone() argument 87 if (more && walk->offset >= walk->sg->offset + walk->sg->length) in scatterwalk_pagedone() 92 int more) in scatterwalk_done() argument 94 if (!more || walk->offset >= walk->sg->offset + walk->sg->length || in scatterwalk_done() 96 scatterwalk_pagedone(walk, out, more); in scatterwalk_done()
|
| /Linux-v5.15/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.
|
| /Linux-v5.15/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.
|
| /Linux-v5.15/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 …]
|
| /Linux-v5.15/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 \
|
| /Linux-v5.15/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
|
| /Linux-v5.15/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
|
| /Linux-v5.15/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()
|
| /Linux-v5.15/drivers/net/wireless/mediatek/mt76/ |
| D | dma.c | 273 int *len, u32 *info, bool *more) in mt76_dma_get_buf() argument 285 *more = !(ctl & MT_DMA_CTL_LAST_SEC0); in mt76_dma_get_buf() 299 int *len, u32 *info, bool *more) in mt76_dma_dequeue() argument 303 *more = false; in mt76_dma_dequeue() 315 return mt76_dma_get_buf(dev, q, idx, len, info, more); in mt76_dma_dequeue() 485 bool more; in mt76_dma_rx_cleanup() local 489 buf = mt76_dma_dequeue(dev, q, true, NULL, NULL, &more); in mt76_dma_rx_cleanup() 527 int len, bool more) in mt76_add_fragment() argument 542 if (more) in mt76_add_fragment() 558 bool more; in mt76_dma_rx_process() local [all …]
|
| /Linux-v5.15/Documentation/devicetree/bindings/i3c/ |
| D | snps,dw-i3c-master.txt | 12 Documentation/devicetree/bindings/i3c/i3c.yaml for more details): 18 Documentation/devicetree/bindings/i3c/i3c.yaml for more details): 24 Documentation/devicetree/bindings/i3c/i3c.yaml for more details).
|
| D | cdns,i3c-master.txt | 13 Documentation/devicetree/bindings/i3c/i3c.yaml for more details): 19 Documentation/devicetree/bindings/i3c/i3c.yaml for more details): 25 Documentation/devicetree/bindings/i3c/i3c.yaml for more details).
|
| /Linux-v5.15/mm/damon/ |
| D | Kconfig | 13 more information. 22 For more information on KUnit and unit tests in general, please refer 42 For more information on KUnit and unit tests in general, please refer 63 For more information on KUnit and unit tests in general, please refer
|
| /Linux-v5.15/drivers/block/zram/ |
| D | Kconfig | 13 disks and maybe many more. 15 See Documentation/admin-guide/blockdev/zram.rst for more information. 69 See Documentation/admin-guide/blockdev/zram.rst for more information. 79 See Documentation/admin-guide/blockdev/zram.rst for more information.
|
| /Linux-v5.15/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
|
| /Linux-v5.15/Documentation/x86/ |
| D | tlb.rst | 15 time. This could potentially cost many more instructions, but 16 it is a much more precise operation, causing no collateral 28 3. The size of the TLB. The larger the TLB, the more collateral 30 more attractive an individual flush looks. Data and 33 cache on modern CPUs, and the global flushes have become more 48 This will cause us to do the global flush for more cases.
|
| /Linux-v5.15/Documentation/filesystems/ |
| D | inotify.rst | 33 An fd-per-watch quickly consumes more file descriptors than are allowed, 34 more fd's than are feasible to manage, and more fd's than are optimally 72 Additionally, it _is_ possible to more than one instance and 73 juggle more than one queue and thus more than one associated fd. There 75 process can easily want more than one queue.
|