Home
last modified time | relevance | path

Searched refs:doing (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/Linux-v6.1/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 …]
/Linux-v6.1/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:
/Linux-v6.1/Documentation/ABI/testing/
Dprocfs-diskstats22 13 time spent doing I/Os (ms)
23 14 weighted time spent doing I/Os (ms)
Ddebugfs-ec19 what you are doing! Rebooting afterwards also is a good idea.
/Linux-v6.1/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
/Linux-v6.1/arch/microblaze/
DKconfig133 Unless you know what you are doing, say N here.
161 Say N here unless you know what you are doing.
187 Say N here unless you know what you are doing.
201 Say N here unless you know what you are doing.
215 Say N here unless you know what you are doing.
/Linux-v6.1/Documentation/sh/
Dregister-banks.rst28 registers when doing exception handling).
32 - Used by do_IRQ() and friends for doing irq mapping based off
/Linux-v6.1/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
/Linux-v6.1/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.
/Linux-v6.1/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::
/Linux-v6.1/arch/mips/loongson64/
DKconfig12 Note: This driver is doing some dangerous hack. Please only enable
/Linux-v6.1/Documentation/mm/
Dpage_frags.rst21 advantage to doing this is that multiple calls to get_page can be avoided
41 page via a single call. The advantage to doing this is that it allows for
/Linux-v6.1/drivers/staging/media/deprecated/fsl-viu/
DTODO6 If someone is interested in doing this work, then contact the
/Linux-v6.1/drivers/staging/media/deprecated/tm6000/
DTODO6 If someone is interested in doing this work, then contact the
/Linux-v6.1/drivers/staging/media/deprecated/vpfe_capture/
DTODO6 If someone is interested in doing this work, then contact the
/Linux-v6.1/drivers/staging/media/deprecated/zr364xx/
DTODO6 If someone is interested in doing this work, then contact the
/Linux-v6.1/drivers/staging/media/deprecated/saa7146/av7110/
DTODO8 If someone is interested in doing this work, then contact the
/Linux-v6.1/drivers/staging/media/deprecated/saa7146/saa7146/
DTODO6 If someone is interested in doing this work, then contact the
/Linux-v6.1/drivers/staging/media/deprecated/saa7146/ttpci/
DTODO6 If someone is interested in doing this work, then contact the
/Linux-v6.1/arch/nios2/
DKconfig149 Say N here unless you know what you are doing.
163 Say N here unless you know what you are doing.
175 Say N here unless you know what you are doing.
/Linux-v6.1/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
/Linux-v6.1/drivers/staging/media/deprecated/stkwebcam/
DTODO11 If someone is interested in doing this work, then contact the
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Drt1011.txt26 u32. The temperature was measured while doing the calibration. Units: Celsius degree
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/
Dmarvell,gicp.txt5 interrupts by doing a memory transaction. It is used by the ICU
/Linux-v6.1/Documentation/admin-guide/
Dabi-testing.rst8 current interface will not break by doing this, unless grave

12345678910>>...16