Home
last modified time | relevance | path

Searched full:doing (Results 1 – 25 of 4836) sorted by relevance

12345678910>>...194

/kernel/linux/linux-6.6/arch/microblaze/
DKconfig134 Unless you know what you are doing, say N here.
162 Say N here unless you know what you are doing.
188 Say N here unless you know what you are doing.
202 Say N here unless you know what you are doing.
216 Say N here unless you know what you are doing.
/kernel/linux/linux-5.10/Documentation/driver-api/nvdimm/
Dsecurity.rst71 When doing an update, it is expected that the existing key is removed from
74 keyid when doing the update operation. It is also expected that the new key
98 The command format for doing a secure erase is:
106 The command format for doing an overwrite is:
120 The command format for doing a master update is:
131 The command format for doing a master erase is:
/kernel/linux/linux-6.6/Documentation/driver-api/nvdimm/
Dsecurity.rst71 When doing an update, it is expected that the existing key is removed from
74 keyid when doing the update operation. It is also expected that the new key
98 The command format for doing a secure erase is:
106 The command format for doing an overwrite is:
120 The command format for doing a master update is:
131 The command format for doing a master erase is:
/kernel/linux/linux-6.6/drivers/net/mdio/
Dmdio-cavium.c49 * doing reads. in cavium_mdiobus_c45_addr()
77 * doing reads. in cavium_mdiobus_read_c22()
111 * doing reads. in cavium_mdiobus_read_c45()
146 * doing reads. in cavium_mdiobus_write_c22()
184 * doing reads. in cavium_mdiobus_write_c45()
/kernel/linux/linux-5.10/Documentation/x86/
Dtlb.rst23 entire TLB than doing 2^48/PAGE_SIZE individual flushes.
25 be no collateral damage caused by doing the global flush, and
41 You may be doing too many individual invalidations if you see the
61 Essentially, you are balancing the cycles you spend doing invlpg
/kernel/linux/linux-6.6/Documentation/arch/x86/
Dtlb.rst23 entire TLB than doing 2^48/PAGE_SIZE individual flushes.
25 be no collateral damage caused by doing the global flush, and
41 You may be doing too many individual invalidations if you see the
61 Essentially, you are balancing the cycles you spend doing invlpg
/kernel/linux/linux-5.10/include/linux/
Dmm_purgeable.h24 * If @mm is NULL, return with doing nothing.
25 * If @total_purg_pages and @pined_purg_pages are both NULL, return with doing nothing.
35 * If @total_purg_pages and @pined_purg_pages are both NULL, return with doing nothing.
/kernel/linux/linux-6.6/Documentation/driver-api/driver-model/
Dporting.rst25 doing so, they will exported via the sysfs filesystem. sysfs can be
26 mounted by doing::
60 as a module) by doing::
107 the struct to discourage programmers from doing mindless casts
168 with the driver model core by doing::
172 It can later be unregistered by doing::
246 When the driver registers with the bus (e.g. doing pci_register_driver()),
260 core by doing::
/kernel/linux/linux-5.10/Documentation/driver-api/driver-model/
Dporting.rst25 doing so, they will exported via the sysfs filesystem. sysfs can be
26 mounted by doing::
60 as a module) by doing::
107 the struct to discourage programmers from doing mindless casts
168 with the driver model core by doing::
172 It can later be unregistered by doing::
246 When the driver registers with the bus (e.g. doing pci_register_driver()),
260 core by doing::
/kernel/linux/linux-5.10/arch/microblaze/
DKconfig141 Unless you know what you are doing, say N here.
178 Say N here unless you know what you are doing.
204 Say N here unless you know what you are doing.
219 Say N here unless you know what you are doing.
/kernel/linux/linux-6.6/kernel/
Dparams.c118 const char *doing, in parse_one() argument
125 const char *doing, void *arg)) in parse_one()
153 pr_debug("doing %s: %s='%s'\n", doing, param, val); in parse_one()
154 return handle_unknown(param, val, doing, arg); in parse_one()
162 char *parse_args(const char *doing, in parse_args() argument
170 const char *doing, void *arg)) in parse_args()
178 pr_debug("doing %s, parsing ARGS: '%s'\n", doing, args); in parse_args()
189 ret = parse_one(param, val, doing, params, num, in parse_args()
193 doing, param); in parse_args()
199 pr_err("%s: Unknown parameter `%s'\n", doing, param); in parse_args()
[all …]
/kernel/linux/linux-5.10/kernel/
Dparams.c117 const char *doing, in parse_one() argument
124 const char *doing, void *arg)) in parse_one()
152 pr_debug("doing %s: %s='%s'\n", doing, param, val); in parse_one()
153 return handle_unknown(param, val, doing, arg); in parse_one()
161 char *parse_args(const char *doing, in parse_args() argument
169 const char *doing, void *arg)) in parse_args()
177 pr_debug("doing %s, parsing ARGS: '%s'\n", doing, args); in parse_args()
188 ret = parse_one(param, val, doing, params, num, in parse_args()
192 doing, param); in parse_args()
198 pr_err("%s: Unknown parameter `%s'\n", doing, param); in parse_args()
[all …]
/kernel/linux/linux-6.6/arch/nios2/
DKconfig148 Say N here unless you know what you are doing.
162 Say N here unless you know what you are doing.
174 Say N here unless you know what you are doing.
/kernel/linux/linux-5.10/arch/nios2/
DKconfig156 Say N here unless you know what you are doing.
170 Say N here unless you know what you are doing.
182 Say N here unless you know what you are doing.
/kernel/linux/linux-5.10/drivers/net/mdio/
Dmdio-cavium.c51 * doing reads. in cavium_mdiobus_c45_addr()
90 * doing reads. in cavium_mdiobus_read()
135 * doing reads. in cavium_mdiobus_write()
/kernel/linux/linux-5.10/Documentation/core-api/
Dkref.rst146 Don't assume you know what you are doing and use the above construct.
147 First of all, you may not know what you are doing. Second, you may
148 know what you are doing (there are some situations where locking is
150 know what they are doing may change the code or copy the code. It's
234 same lock. Note that doing everything in the release routine is still
/kernel/linux/linux-6.6/Documentation/core-api/
Dkref.rst146 Don't assume you know what you are doing and use the above construct.
147 First of all, you may not know what you are doing. Second, you may
148 know what you are doing (there are some situations where locking is
150 know what they are doing may change the code or copy the code. It's
234 same lock. Note that doing everything in the release routine is still
/kernel/linux/linux-6.6/drivers/thunderbolt/
DKconfig27 Only enable this if you know what you are doing! Never enable
53 are doing. Normal users and distro kernels should say N here.
/kernel/linux/linux-5.10/arch/powerpc/
DKconfig773 Say N unless you know what you are doing.
792 want. Only change this if you know what you are doing.
805 Say N here unless you know what you are doing.
1001 Say Y unless you know what you are doing and the filter is causing
1108 Unless you know what you are doing, say N here.
1123 Say N here unless you know what you are doing.
1139 Say N here unless you know what you are doing.
1172 Say N here unless you know what you are doing.
1187 Say N here unless you know what you are doing.
1201 Say N here unless you know what you are doing.
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/nfs/
Dnfsd-admin-interfaces.rst14 Before doing that, NFSD can be told which sockets to listen on by
22 If nfsd is started without doing any of these, then it will create one
/kernel/linux/linux-6.6/Documentation/admin-guide/nfs/
Dnfsd-admin-interfaces.rst14 Before doing that, NFSD can be told which sockets to listen on by
22 If nfsd is started without doing any of these, then it will create one
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dprocfs-diskstats22 13 time spent doing I/Os (ms)
23 14 weighted time spent doing I/Os (ms)
/kernel/linux/linux-6.6/Documentation/arch/sh/
Dregister-banks.rst28 registers when doing exception handling).
32 - Used by do_IRQ() and friends for doing irq mapping based off
/kernel/linux/linux-5.10/Documentation/sh/
Dregister-banks.rst28 registers when doing exception handling).
32 - Used by do_IRQ() and friends for doing irq mapping based off
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dprocfs-diskstats22 13 time spent doing I/Os (ms)
23 14 weighted time spent doing I/Os (ms)

12345678910>>...194