/Linux-v6.6/scripts/coccinelle/api/ |
D | platform_no_drv_owner.cocci | 127 msg = "No need to set .owner here. The core will do it." 134 msg = "No need to set .owner here. The core will do it." 141 msg = "No need to set .owner here. The core will do it." 148 msg = "No need to set .owner here. The core will do it." 157 msg = "No need to set .owner here. The core will do it." 164 msg = "No need to set .owner here. The core will do it." 171 msg = "No need to set .owner here. The core will do it." 178 msg = "No need to set .owner here. The core will do it."
|
/Linux-v6.6/drivers/net/ieee802154/ |
D | Kconfig | 21 This driver can also be built as a module. To do so say M here. 33 This driver can also be built as a module. To do so, say M here. 45 This driver can also be built as a module. To do so, say M here. 56 This driver can also be built as a module. To do so, say M here. 66 This driver can also be built as a module. To do so say M here. 77 This driver can also be built as a module. To do so, say M here. 89 This driver can also be built as a module. To do so, say M here. 110 This driver can also be built as a module. To do so, say M here. 121 This driver can also be built as a module. To do so say M here.
|
/Linux-v6.6/tools/testing/selftests/ftrace/test.d/ |
D | functions | 20 while read line; do 26 while read line; do 42 while read line; do 52 grep -v '^#' set_ftrace_filter | while read t; do 81 while read line; do 90 while [ $again -eq 1 ]; do 98 while read line; do 144 for i in "$@" ; do
|
/Linux-v6.6/drivers/vfio/platform/reset/ |
D | Kconfig | 8 If you don't know what to do here, say N. 15 If you don't know what to do here, say N. 24 If you don't know what to do here, say N.
|
/Linux-v6.6/arch/riscv/ |
D | Kconfig.errata | 22 If you don't know what to do here, say "Y". 43 If you don't know what to do here, say "Y". 54 If you don't know what to do here, say "Y". 75 If you don't know what to do here, say "Y". 87 If you don't know what to do here, say "Y". 100 If you don't know what to do here, say "Y".
|
/Linux-v6.6/Documentation/translations/zh_TW/process/ |
D | coding-style.rst | 111 we do y 114 這適用於所有的非函數語句塊 (if, switch, for, while, do)。比如: 142 注意結束大括號獨自占據一行,除非它後面跟著同一個語句的剩餘部分,也就是 do 語 147 do { 148 body of do-loop 207 if, switch, case, for, do, while 594 logging of avc messages output). Does not do system-call 647 含有多個語句的宏應該被包含在一個 do-while 代碼塊里: 652 do { \ 664 do { \ [all …]
|
/Linux-v6.6/tools/net/ynl/ |
D | cli.py | 47 if args.do: 48 reply = ynl.do(args.do, attrs, args.flags)
|
/Linux-v6.6/Documentation/core-api/ |
D | packing.rst | 45 logically. The question is: where do we lay this bit out in memory? 51 1. Normally (no quirks), we would do it like this: 67 2. If QUIRK_MSB_ON_THE_RIGHT is set, we do it like this: 80 3. If QUIRK_LITTLE_ENDIAN is set, we do it like this: 93 4. If QUIRK_MSB_ON_THE_RIGHT and QUIRK_LITTLE_ENDIAN are both set, we do it 104 5. If just QUIRK_LSW32_IS_FIRST is set, we do it like this: 118 6. If QUIRK_LSW32_IS_FIRST and QUIRK_MSB_ON_THE_RIGHT are set, we do it like
|
D | kref.rst | 38 You must initialize the kref after you allocate it. To do this, call 63 refcount cannot go to zero) you may do this without a lock. 72 holding a valid pointer, it is safe to do this without 93 . do stuff with data here 117 . do stuff with data here 136 do something like:: 151 bad style. Don't do it. 156 to do a get then a put:: 163 Just do the enqueue. A comment about this is always welcome:: 211 The kref_put() return value is useful if you do not want to hold the [all …]
|
/Linux-v6.6/tools/power/cpupower/po/ |
D | pt.po | 235 " frequência mínina do CPU - frequência máxima do CPU - " 244 #. on Intel and AMD, but we assume boost capable machines can do that 294 msgstr " nenhum ou driver do cpufreq deconhecido está ativo nesse CPU\n" 319 msgstr " limites do hardware: " 329 msgstr " reguladores do cpufreq disponíveis: " 353 msgstr " frequência atual do CPU é " 363 msgstr " status do cpufreq: " 389 " com o núcleo do cpufreq *\n" 408 " -l, --hwlimits Determina a frequência mínima e máxima do CPU " 415 " -d, --driver Determina o driver do kernel do cpufreq usado *\n" [all …]
|
/Linux-v6.6/Documentation/networking/ |
D | 6lowpan.rst | 28 Example to evaluate the private usually you can do:: 39 /* do great stuff which is ARPHRD_6LOWPAN related */ 42 /* do 802.15.4 6LoWPAN handling here */
|
/Linux-v6.6/Documentation/scsi/ |
D | qlogicfas.rst | 31 thing to do is load the kernel without resetting the hardware, which 59 Make sure it works properly under DOS. You should also do an initial FDISK 71 you can do multiple tests on smaller files. Then do a COMP to verify 73 tests, otherwise you will test your RAM and not the files). Then do 75 realbig.doc realbig.doc". Then do it after the computer gets warm.
|
/Linux-v6.6/Documentation/translations/zh_CN/process/ |
D | coding-style.rst | 131 we do y 134 这适用于所有的非函数语句块 (if, switch, for, while, do)。比如: 162 注意结束大括号独自占据一行,除非它后面跟着同一个语句的剩余部分,也就是 do 语 167 do { 168 body of do-loop 227 if, switch, case, for, do, while 673 logging of avc messages output). Does not do system-call 726 含有多个语句的宏应该被包含在一个 do-while 代码块里: 731 do { \ 743 do { \ [all …]
|
/Linux-v6.6/kernel/bpf/preload/iterators/ |
D | README | 2 If you change "iterators.bpf.c" do "make -j" in this directory to 4 machine, do "make -j big" in this directory to rebuild
|
/Linux-v6.6/Documentation/userspace-api/netlink/ |
D | genetlink-legacy.rst | 94 do: ... 97 do: ... 104 do: ... 120 ``reply`` sections of the operations (if an operation has both ``do`` 121 and ``dump`` the IDs are shared, ``value`` should be set in ``do``). 130 do: 146 do: ... 265 At the spec level we can define a ``dumps`` property for the ``do``,
|
/Linux-v6.6/Documentation/process/ |
D | stable-api-nonsense.rst | 28 You think you want a stable kernel interface, but you really do not, and 42 the world, they neither see this interface, nor do they care about it at 47 that describes kernel drivers that do not have their source code 51 are real, and you do need to be aware of them at all times.) 110 current interfaces, or figure out a better way to do things. If they do 111 that, they then fix the current interfaces to work better. When they do 134 interfaces and do things in improper ways, causing the stability of the 142 to extra work for the USB developers. Since all Linux USB developers do 143 their work on their own time, asking programmers to do extra work for no 163 What to do [all …]
|
D | management-style.rst | 14 to do with reality. It started as a lark, but that doesn't mean that it 18 lead persons, not the people who do traditional management inside 57 needs to do is to turn the big and painful ones into small things where 70 Thus the key to avoiding big decisions becomes to just avoiding to do 112 actually do the work also think twice about whether it's worth doing or 118 Remember: they'd better know more about the details than you do, and 120 thing you can do as a manager is not to instill confidence, but rather a 121 healthy dose of critical thinking on what they do. 124 we just do both?" and look pitiful. Trust me, it works. If it's not 159 The problem with #1 is that it's very easy to do, since you can say [all …]
|
/Linux-v6.6/Documentation/admin-guide/device-mapper/ |
D | unstriped.rst | 55 for i in $(seq 0 ${SEQ_END}); do 62 for i in $(seq 0 ${SEQ_END}); do 66 for i in $(seq 0 ${SEQ_END}); do 71 for i in $(seq 0 ${SEQ_END}); do 77 for i in $(seq 0 ${SEQ_END}); do
|
/Linux-v6.6/Documentation/admin-guide/ |
D | kernel-per-CPU-kthreads.rst | 43 To reduce its OS jitter, do any of the following: 62 To reduce its OS jitter, do the following: 73 To reduce its OS jitter, do one of the following: 103 do not offline any other CPUs, because doing so could force the 151 and also do I/O involving these drivers on other CPUs. 167 chances of being selected to do the load balancing work that 187 back online. Once you have onlined the CPUs in question, do not 208 2. Enable RCU to do its processing remotely via dyntick-idle by 228 To reduce its OS jitter, do any of the following: 300 To reduce its OS jitter, do at least one of the following: [all …]
|
/Linux-v6.6/drivers/vfio/ |
D | Kconfig | 14 If you don't know what to do here, say N. 28 If you don't know what to do here, say N. 38 If you don't know what to do here, say Y. 76 If you don't know what to do here, say N.
|
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/ti/ |
D | tlan.rst | 57 but I do not expect any problems. 76 interface. This is also what to do if you want to use the BNC 90 do "insmod tlan.o speed=100" the driver will do Auto-Neg. 91 To force a 10Mbps Half-Duplex link do "insmod tlan.o speed=10
|
/Linux-v6.6/Documentation/driver-api/media/ |
D | v4l2-intro.rst | 12 do audio/video muxing/encoding/decoding makes it more complex than most. 21 This meant that all drivers had to do the setup of device instances and 23 to do right and many drivers never did do it correctly.
|
/Linux-v6.6/Documentation/locking/ |
D | preempt-locking.rst | 62 means you can't do oddball things like acquire a lock and go off to 63 play while another task releases it. If you want to do something 79 preempt_enable_no_resched() decrement, but do not immediately preempt 88 Note that you do not need to explicitly prevent preemption if you are holding 96 know that the affected codepath does not do any of this. Best policy is to use 143 are also protected by preemption locks and so may use the versions which do
|
/Linux-v6.6/fs/reiserfs/ |
D | README | 20 under the GPL, because he wants to know if it is okay to do so and put 32 you can see that those restrictions on additional terms do not apply 39 If you have doubts about how to properly do that, or about what is 63 Yes, if you update your reiserfs kernel module you do have to 65 quite cryptic if your forget to do so. 78 hip, get with the new economic trend, before your competitors do. Send 111 why we should do what we do, or why innovation was possible in 141 the time to convince me we should do it also. They are great people,
|
/Linux-v6.6/Documentation/power/ |
D | swsusp.rst | 14 If you do resume from initrd after your filesystems are mounted... 22 between suspend and resume, it may do something wrong. If you change 60 should not do that.] 62 If you want to limit the suspend image size to N bytes, do:: 138 You bought new UPS for your server. How do you install it without 143 seconds to failure. What do you do? Suspend to disk. 150 We do use the regular I/O paths. However we cannot restore the data 210 "platform" is actually right thing to do where supported, but 214 I do not understand why you have such strong objections to idea of 219 it's useless for suspend-to-disk. (And I do not see how you could use [all …]
|