Home
last modified time | relevance | path

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

12345678910>>...72

/linux/net/tipc/
A Dtrace.h140 TP_ARGS(skb, more, header),
144 __dynamic_array(char, buf, (more) ? SKB_LMAX : SKB_LMIN)
149 tipc_skb_dump(skb, more, __get_str(buf));
158 TP_ARGS(skb, more, header))
167 TP_ARGS(list, more, header),
171 __dynamic_array(char, buf, (more) ? LIST_LMAX : LIST_LMIN)
176 tipc_list_dump(list, more, __get_str(buf));
185 TP_ARGS(list, more, header))
331 TP_ARGS(n, more, header),
342 tipc_node_dump(n, more, __get_str(buf));
[all …]
A Dtrace.c53 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/crypto/
A Dalgif_hash.c27 bool more; member
77 if (!ctx->more) { in hash_sendmsg()
86 ctx->more = false; in hash_sendmsg()
115 if (!ctx->more) { in hash_sendmsg()
156 if (ctx->more) in hash_sendpage()
161 if (!ctx->more) { in hash_sendpage()
214 ctx->more = false; in hash_recvmsg()
241 bool more; in hash_accept() local
245 more = ctx->more; in hash_accept()
259 ctx2->more = more; in hash_accept()
[all …]
/linux/arch/um/drivers/
A 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()
A 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()
A Dmconsole.h30 u32 more; member
73 int len, int err, int more);
75 int more);
/linux/drivers/comedi/drivers/
A Djr3_pci.c322 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()
338 more = more && read_idm_word(data, size, &pos, &addr); 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
363 more = more && read_idm_word(data, size, &pos, &count); in jr3_write_firmware()
367 more = more && read_idm_word(data, size, &pos, &addr); in jr3_write_firmware()
377 more = more && in jr3_write_firmware()
389 more = more && in jr3_write_firmware()
[all …]
/linux/arch/mips/include/uapi/asm/
A Dbitfield.h16 #define __BITFIELD_FIELD(field, more) \ argument
18 more
22 #define __BITFIELD_FIELD(field, more) \ argument
23 more \
/linux/drivers/accessibility/speakup/
A DKconfig11 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.
119 choice above for more info.
183 Speakup choice above for more info.
[all …]
/linux/include/crypto/
A Dscatterwalk.h78 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/Documentation/userspace-api/media/v4l/
A 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. 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/arch/powerpc/mm/
A Dhugetlbpage.c370 unsigned long more; in hugetlb_free_pmd_range() local
394 more = addr + (1 << hugepd_shift(*(hugepd_t *)pmd)); in hugetlb_free_pmd_range()
395 if (more > next) in hugetlb_free_pmd_range()
396 next = more; in hugetlb_free_pmd_range()
429 unsigned long more; in hugetlb_free_pud_range() local
436 more = addr + (1 << hugepd_shift(*(hugepd_t *)pud)); in hugetlb_free_pud_range()
437 if (more > next) in hugetlb_free_pud_range()
438 next = more; in hugetlb_free_pud_range()
491 unsigned long more; in hugetlb_free_pgd_range() local
499 if (more > next) in hugetlb_free_pgd_range()
[all …]
/linux/Documentation/ABI/stable/
A 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/drivers/net/mdio/
A Dmdio-cavium.h19 #define OCT_MDIO_BITFIELD_FIELD(field, more) \ argument
21 more
24 #define OCT_MDIO_BITFIELD_FIELD(field, more) \ argument
25 more \
/linux/arch/mips/sgi-ip27/
A 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/drivers/net/wireless/mediatek/mt76/
A Ddma.c273 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
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
581 mt76_add_fragment(dev, q, data, len, more); in mt76_dma_rx_process()
[all …]
/linux/net/ceph/
A Dmessenger_v1.c69 if (more) in ceph_tcp_sendmsg()
502 more); in write_partial_message_data()
542 more); in write_partial_skip()
1212 more: in ceph_con_v1_try_read()
1255 goto more; in ceph_con_v1_try_read()
1270 goto more; in ceph_con_v1_try_read()
1315 goto more; in ceph_con_v1_try_read()
1319 goto more; in ceph_con_v1_try_read()
1331 goto more; in ceph_con_v1_try_read()
1337 goto more; in ceph_con_v1_try_read()
[all …]
/linux/Documentation/ABI/testing/
A Dsysfs-bus-i3c52 length, etc. See the I3C specification for more details.
62 specification for more details.
74 See the I3C specification for more details.
85 See the I3C specification for more details about these HDR
112 length, etc. See the I3C specification for more details.
120 specification for more details.
130 See the I3C specification for more details.
140 See the I3C specification for more details about these HDR
A Dprocfs-diskstats26 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/Documentation/filesystems/
A Dinotify.rst33 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.
/linux/Documentation/hwmon/
A Dlm83.rst64 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/Documentation/x86/
A Dtlb.rst15 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/drivers/firmware/google/
A Dvpd_decode.c15 u8 more; in vpd_decode_len() local
26 more = in[i] & 0x80; in vpd_decode_len()
30 } while (more); in vpd_decode_len()
/linux/Documentation/devicetree/bindings/i3c/
A Dsnps,dw-i3c-master.txt12 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).
/linux/drivers/block/zram/
A DKconfig13 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.

Completed in 40 milliseconds

12345678910>>...72