/linux/kernel/ |
H A D | params.c | 119 const char *doing, in parse_one() argument 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 175 pr_debug("doing %s, parsing ARGS: '%s'\n", doing, args); in parse_args() 186 ret = parse_one(param, val, doing, params, num, in parse_args() 190 doing, param); in parse_args() 196 pr_err("%s: Unknown parameter `%s'\n", doing, param); in parse_args() 200 doing, val ?: "", param); in parse_args() 204 doing, val ?: "", param); in parse_args()
|
/linux/Documentation/driver-api/nvdimm/ |
H A D | security.rst | 71 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/Documentation/ABI/testing/ |
H A D | procfs-diskstats | 22 13 time spent doing I/Os (ms) 23 14 weighted time spent doing I/Os (ms)
|
H A D | debugfs-ec | 19 what you are doing! Rebooting afterwards also is a good idea.
|
/linux/arch/microblaze/ |
H A D | Kconfig | 135 Unless you know what you are doing, say N here. 163 Say N here unless you know what you are doing. 189 Say N here unless you know what you are doing. 203 Say N here unless you know what you are doing. 217 Say N here unless you know what you are doing.
|
/linux/Documentation/filesystems/bcachefs/ |
H A D | SubmittingPatches.rst | 14 work? kasan, are you doing locking work? then lockdep; and ktest includes 19 know what you're doing and make sure you're on the right track. Just make sure 75 their filesystem is currently doing. If you're doing a new feature or looking 89 Additionally, we have a lively user community doing excellent QA work, which
|
H A D | CodingStyle.rst | 63 Good code is code where you can poke around and see what it's doing - 113 what you're doing you'll be amazed at how patient they're happy to be. Users 121 Spend time doing support and helpdesk stuff. Don't just write code - code isn't 160 often go astray - doing something because it seems like it'll be useful often
|
/linux/Documentation/arch/x86/ |
H A D | tlb.rst | 23 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/Documentation/arch/sh/ |
H A D | register-banks.rst | 28 registers when doing exception handling). 32 - Used by do_IRQ() and friends for doing irq mapping based off
|
/linux/Documentation/admin-guide/nfs/ |
H A D | nfsd-admin-interfaces.rst | 14 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/Documentation/driver-api/driver-model/ |
H A D | porting.rst | 25 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/drivers/thunderbolt/ |
H A D | Kconfig | 31 Only enable this if you know what you are doing! Never enable 58 are doing. Normal users and distro kernels should say N here.
|
/linux/Documentation/mm/ |
H A D | page_frags.rst | 19 advantage to doing this is that multiple calls to get_page can be avoided 39 page via a single call. The advantage to doing this is that it allows for
|
/linux/arch/nios2/ |
H A D | Kconfig | 150 Say N here unless you know what you are doing. 164 Say N here unless you know what you are doing. 176 Say N here unless you know what you are doing.
|
/linux/arch/mips/loongson64/ |
H A D | Kconfig | 12 Note: This driver is doing some dangerous hack. Please only enable
|
/linux/tools/include/uapi/ |
H A D | README | 39 So its important not to touch the copies in tools/ when doing changes in 54 What we are doing now is a third option:
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | rt1011.txt | 26 u32. The temperature was measured while doing the calibration. Units: Celsius degree
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | marvell,gicp.txt | 5 interrupts by doing a memory transaction. It is used by the ICU
|
/linux/Documentation/admin-guide/ |
H A D | abi-testing.rst | 8 current interface will not break by doing this, unless grave
|
/linux/Documentation/bpf/standardization/ |
H A D | abi.rst | 27 The BPF program needs to store the return value into register R0 before doing an
|
/linux/Documentation/security/ |
H A D | siphash.rst | 27 If you're not deriving your key from here, you're doing it wrong. 85 want to pass a pre-filled struct to siphash. When doing this, it's important 150 If you're not deriving your key from here, you're doing it wrong.
|
/linux/Documentation/wmi/devices/ |
H A D | wmi-bmof.rst | 24 The Binary MOF can be obtained by doing a WMI data block query. The result is
|
/linux/arch/sh/cchips/ |
H A D | Kconfig | 36 Do not change this unless you know what you are doing.
|
/linux/arch/alpha/ |
H A D | Kconfig.debug | 38 order to debug the code. Say Y unless you know what you are doing.
|
/linux/Documentation/block/ |
H A D | switching-sched.rst | 27 The list of defined schedulers can be found by simply doing
|