Searched refs:explain (Results 1 – 25 of 61) sorted by relevance
123
/Linux-v5.15/tools/testing/selftests/net/ |
D | ipv6_flowlabel_mgr.c | 31 #define explain(x) \ macro 79 explain("cannot get non-existent label"); in run_tests() 82 explain("cannot put non-existent label"); in run_tests() 85 explain("cannot create label greater than 20 bits"); in run_tests() 89 explain("create a new label (FL_F_CREATE)"); in run_tests() 91 explain("can get the label (without FL_F_CREATE)"); in run_tests() 93 explain("can get it again with create flag set, too"); in run_tests() 95 explain("cannot get it again with the exclusive (FL_FL_EXCL) flag"); in run_tests() 98 explain("can now put exactly three references"); in run_tests() 104 explain("create a new exclusive label (FL_S_EXCL)"); in run_tests() [all …]
|
/Linux-v5.15/scripts/coccinelle/api/ |
D | stream_open.cocci | 11 virtual explain // explain decisions in the patch (SPFLAGS="-D explain") 242 @ explain_rw_deadlocked depends on explain && reader_blocks @ 253 @ explain_rw_nodeadlock depends on explain && !reader_blocks @ 301 @ explain_r depends on explain @ 349 @ explain_w depends on explain @
|
/Linux-v5.15/Documentation/powerpc/ |
D | kaslr-booke32.rst | 9 This document tries to explain the implementation of the KASLR for
|
/Linux-v5.15/Documentation/fb/ |
D | cmap_xfbdev.rst | 5 These notes explain how X's dix layer uses fbdev's cmap structures.
|
D | sh7760fb.rst | 71 * for the x_margin explain how to calculate those from given
|
/Linux-v5.15/Documentation/maintainer/ |
D | pull-requests.rst | 67 that you don't maintain, explain _why_. I will see it in the 70 (or even bug-fixes, but ones that look scary), explain not just 71 what they do and why they do it, but explain the _timing_. What
|
D | rebasing-and-merging.rst | 190 as always, in such situations, the merge commit should explain why the 226 arisen and be prepared to explain why something abnormal needs to be done.
|
/Linux-v5.15/Documentation/driver-api/80211/ |
D | mac80211.rst | 63 to the driver (VLANs, MGMT etc are not.) It should explain the use of
|
/Linux-v5.15/Documentation/hwmon/ |
D | submitting-patches.rst | 21 messages, please be prepared to explain. 133 explain why it has to be built into the kernel.
|
/Linux-v5.15/Documentation/w1/masters/ |
D | ds2490.rst | 69 host did not explain the problem. My guess is a bug in either qemu
|
/Linux-v5.15/tools/lib/perf/Documentation/ |
D | libperf-counting.txt | 12 The following test tries to explain count on `counting.c` example.
|
D | libperf-sampling.txt | 13 The following test tries to explain count on `sampling.c` example.
|
/Linux-v5.15/Documentation/devicetree/ |
D | of_unittest.rst | 122 live tree as explained below. To explain the same, the test data tree described
|
/Linux-v5.15/Documentation/arm/ |
D | vlocks.rst | 30 The easiest way to explain the vlocks algorithm is with some pseudo-code::
|
/Linux-v5.15/Documentation/process/ |
D | submitting-drivers.rst | 6 This document is intended to explain how to submit device drivers to the
|
/Linux-v5.15/Documentation/x86/ |
D | cpuinfo.rst | 25 can explain missing flags: the expected feature failed to enable, the feature
|
/Linux-v5.15/Documentation/trace/ |
D | kprobes.rst | 53 The next four subsections explain how the different types of 54 probes work and how jump optimization works. They explain certain 608 explain it, we introduce some terminology. Imagine a 3-instruction
|
/Linux-v5.15/Documentation/riscv/ |
D | pmu.rst | 36 PMUs in the kernel. The following sections briefly explain perf' mechanism
|
/Linux-v5.15/Documentation/driver-api/ |
D | mtdnand.rst | 27 identifier. The following chapters explain the meaning of those 34 The identifiers explain the usage and scope of the functions. Following 68 identifiers explain the usage and scope of the members. Following
|
D | clk.rst | 7 This document endeavours to explain the common clk framework details,
|
/Linux-v5.15/Documentation/sh/ |
D | new-machine.rst | 114 explain this, we use some examples for adding an imaginary board. For
|
/Linux-v5.15/Documentation/driver-api/media/drivers/ |
D | pvrusb2.rst | 67 here for comments that explain how to do that.
|
/Linux-v5.15/Documentation/timers/ |
D | timekeeping.rst | 5 This document tries to briefly explain some basic kernel timekeeping
|
/Linux-v5.15/Documentation/power/ |
D | suspend-and-cpuhotplug.rst | 17 interactions involving the freezer and CPU hotplug and also tries to explain
|
/Linux-v5.15/Documentation/admin-guide/media/ |
D | dvb_intro.rst | 93 This section attempts to explain how it works and how this affects the
|
123