Home
last modified time | relevance | path

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

12345678910>>...77

/linux/net/tipc/
H A Dtrace.h129 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, cons
[all...]
H 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/drivers/comedi/drivers/
H A Djr3_pci.c321 int more = 1; in jr3_check_firmware() local
329 while (more) { in jr3_check_firmware()
333 more = more && read_idm_word(data, size, &pos, &count); in jr3_check_firmware()
334 if (more && count == 0xffff) in jr3_check_firmware()
337 more = more && read_idm_word(data, size, &pos, &addr); in jr3_check_firmware()
338 while (more && count > 0) { in jr3_check_firmware()
341 more = more && read_idm_word(data, size, &pos, &dummy); in jr3_check_firmware()
355 int more = 1; in jr3_write_firmware() local
358 while (more) { in jr3_write_firmware()
362 more = more && read_idm_word(data, size, &pos, &count); in jr3_write_firmware()
[all …]
/linux/arch/mips/include/uapi/asm/
H A Dbitfield.h16 #define __BITFIELD_FIELD(field, more) \ argument
18 more
22 #define __BITFIELD_FIELD(field, more) \ argument
23 more \
/linux/crypto/
H A Dalgif_hash.c27 bool more; member
78 continuing = ctx->more; in hash_sendmsg()
164 ctx->more = msg->msg_flags & MSG_MORE; in hash_sendmsg()
175 ctx->more = false; in hash_sendmsg()
202 if (!result && !ctx->more) { in hash_recvmsg()
209 if (!result || ctx->more) { in hash_recvmsg()
210 ctx->more = false; in hash_recvmsg()
238 bool more; in hash_accept() local
248 more = ctx->more; in hash_accept()
249 err = more ? crypto_ahash_export(req, state) : 0; in hash_accept()
[all …]
/linux/drivers/accessibility/speakup/
H A DKconfig11 boot up to shutdown. For more information on Speakup,
39 for more details.
57 help on the Speakup choice above for more info.
66 help on the Speakup choice above for more info.
74 help on the Speakup choice above for more info.
82 Speakup choice above for more info.
90 help on the Speakup choice above for more info.
99 help on the Speakup choice above for more info.
108 configuration help on the Speakup choice above for more
120 choice above for more info.
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dtuner.rst14 Video input devices can have one or more tuners demodulating a RF
15 signal. Each tuner is associated with one or more video inputs,
35 current tuner, when there is more than one. The tuner is solely
39 device has one or more tuners.
45 Video output devices can have one or more modulators, that modulate a
47 set or video recorder. Each modulator is associated with one or more
69 is more than one at all. The modulator is solely determined by the
74 one or more modulators.
/linux/Documentation/ABI/stable/
H 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/arch/um/drivers/
H A Dmconsole_user.c129 int err, int more) in mconsole_reply_len() argument
147 if (len == total) reply.more = more; in mconsole_reply_len()
148 else reply.more = 1; in mconsole_reply_len()
167 int mconsole_reply(struct mc_request *req, const char *str, int err, int more) in mconsole_reply() argument
169 return mconsole_reply_len(req, str, strlen(str), err, more); in mconsole_reply()
H A Dmconsole.h30 u32 more; member
73 int len, int err, int more);
75 int more);
/linux/drivers/net/mdio/
H 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/
H 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/Documentation/ABI/testing/
H 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
H 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
127 length, etc. See the I3C specification for more details.
135 specification for more details.
145 See the I3C specification for more details.
155 See the I3C specification for more details about these HDR
/linux/drivers/firmware/google/
H 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/filesystems/
H 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/
H 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
H A Dg760a.rst35 speed differs more than 20% with respect to the programmed fan speed;
38 The g760a driver will not update its values more frequently than every
39 other second; reading them more often will do no harm, but will return
/linux/Documentation/arch/x86/
H 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/Documentation/scheduler/
H A Dschedutil.rst42 For more detail see: kernel/sched/pelt.c
60 For more dynamic systems where the hardware is in control of DVFS we use
76 We pick 4C turbo over 1C turbo to make it slightly more sustainable.
86 For more detail see:
108 For more detail see: kernel/sched/fair.c:util_est_dequeue()
117 For more detail see: include/uapi/linux/sched/types.h
137 u := u_clamp + u_irq + u_dl; [approx. see source for more detail]
155 For more information see: kernel/sched/cpufreq_schedutil.c
/linux/Documentation/arch/x86/x86_64/
H A Dmachinecheck.rst25 Documentation/ABI/testing/sysfs-mce for more details.
29 For more details about the x86 machine check architecture
32 For more details about the architecture
/linux/tools/perf/Documentation/
H A Dperf-ftrace.txt89 by using this option more than once. The function argument also
96 argument. Like -T option, this can be used more than once to
110 functions executed from the given function. This can be used more
119 executed from the given function. This can be used more than once to
170 -n/--use-nsec). The setting is ignored if the value results in more than
179 Multiple functions can be given by using this option more than once.
186 can be used more than once to specify multiple functions (or glob
193 can be used more than once to specify multiple functions. It will be
201 can be used more than once to specify multiple functions. It will be
/linux/Documentation/process/
H A D8.Conclusion.rst3 For more information
60 project is no more than the sum of what its contributors put into it. The
67 is always more work to do. But, just as importantly, most other
71 the direction of kernel development, and more. It is a situation where
73 more than welcome.
/linux/Documentation/input/devices/
H A Djoystick-parport.rst21 and maybe even more. Like when a lightning kills you it is not our problem.
71 Unfortunately, there are pads that need a lot more of power, and parallel
74 port), and combine the currents of two or more data bits together::
118 also use 5 wires, but have more buttons. They will work as well, of course::
282 However, there is nothing for free. To allow more sticks to be used at
285 joystick can do more (eg. turbofire) you'll need to disable it totally first
288 Also, the connection is a bit more complex. You'll need a bunch of diodes,
324 supports only one button per joystick. For more information on how to build the
358 All the Sega controllers are more or less based on the standard 2-button
388 to the Sega Master System pads. They use more buttons (3+1, 5+1, 6+1). Use
[all …]
/linux/Documentation/userspace-api/media/dvb/
H A Dfe-get-property.rst13 …E_GET_PROPERTY - FE_SET_PROPERTY sets one or more frontend properties. - FE_GET_PROPERTY returns o…
44 - This ioctl is used to set one or more frontend properties.

12345678910>>...77