Home
last modified time | relevance | path

Searched refs:do (Results 1 – 25 of 1747) sorted by relevance

12345678910>>...70

/linux/Documentation/netlink/specs/
A Dnfsd.yaml155 do:
166 do:
178 do:
186 do:
195 do:
203 do:
212 do:
220 do:
A Dethtool.yaml1182 do:
1218 do:
1266 do:
1295 do:
1360 do:
1403 do:
1438 do:
1494 do:
1526 do:
1559 do:
[all …]
A Dnftables.yaml1153 do:
1167 do:
1177 do:
1187 do:
1201 do:
1211 do:
1221 do:
1231 do:
1245 do:
1255 do:
[all …]
A Ddevlink.yaml1237 do:
1260 do:
1285 do:
1302 do:
1324 do:
1336 do:
1352 do:
1363 do:
1385 do:
1409 do:
[all …]
A Dmptcp_pm.yaml280 do: &add-addr-attrs
290 do: *add-addr-attrs
296 do: &get-addr-attrs
314 do: *add-addr-attrs
321 do: &mptcp-limits
331 do: &mptcp-get-limits
346 do: &mptcp-set-flags
358 do: &announce-add
369 do:
380 do: &sf-create
[all …]
A Dfou.yaml87 do:
109 do:
127 do:
A Dteam.yaml157 do:
170 do:
184 do:
197 do:
/linux/scripts/coccinelle/api/
A Dplatform_no_drv_owner.cocci127 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/drivers/net/ieee802154/
A DKconfig21 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.
111 This driver can also be built as a module. To do so, say M here.
122 This driver can also be built as a module. To do so say M here.
/linux/drivers/vfio/platform/reset/
A DKconfig8 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/tools/testing/selftests/ftrace/test.d/
A Dfunctions20 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/arch/riscv/
A DKconfig.errata22 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".
94 If you don't know what to do here, say "Y".
107 If you don't know what to do here, say "Y".
120 If you don't know what to do here, say "Y".
/linux/Documentation/core-api/
A Dpacking.rst45 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
A Dkref.rst38 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/Documentation/networking/
A D6lowpan.rst28 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/tools/power/cpupower/po/
A Dpt.po235 " frequência mínina do CPU - frequência máxima do CPU - "
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"
415 " -d, --driver Determina o driver do kernel do cpufreq usado *\n"
459 "do CPU *\n"
526 "mais do que um argumento de saída específico\n"
943 "mais do que um argumento de saída específico\n"
[all …]
/linux/Documentation/scsi/
A Dqlogicfas.rst31 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/Documentation/translations/zh_CN/process/
A Dcoding-style.rst131 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/Documentation/translations/zh_TW/process/
A Dcoding-style.rst134 we do y
137 這適用於所有的非函數語句塊 (if, switch, for, while, do)。比如:
165 注意結束大括號獨自佔據一行,除非它後面跟着同一個語句的剩餘部分,也就是 do
170 do {
171 body of do-loop
230 if, switch, case, for, do, while
676 logging of avc messages output). Does not do system-call
729 含有多個語句的宏應該被包含在一個 do-while 代碼塊裏:
734 do { \
746 do { \
[all …]
/linux/kernel/bpf/preload/iterators/
A DREADME2 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/Documentation/process/
A Dstable-api-nonsense.rst28 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 …]
/linux/Documentation/admin-guide/device-mapper/
A Dunstriped.rst55 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/Documentation/admin-guide/
A Dkernel-per-CPU-kthreads.rst43 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
228 To reduce its OS jitter, do any of the following:
296 To reduce its OS jitter, do at least one of the following:
310 having any work to do, so that they are never awakened.
315 to do.
[all …]
/linux/Documentation/userspace-api/netlink/
A Dgenetlink-legacy.rst118 do: ...
121 do: ...
128 do: ...
144 ``reply`` sections of the operations (if an operation has both ``do``
145 and ``dump`` the IDs are shared, ``value`` should be set in ``do``).
154 do:
170 do: ...
289 At the spec level we can define a ``dumps`` property for the ``do``,
/linux/tools/net/ynl/
A Dcli.py94 if args.do:
95 reply = ynl.do(args.do, attrs, args.flags)

Completed in 51 milliseconds

12345678910>>...70