Home
last modified time | relevance | path

Searched full:something (Results 1 – 25 of 2541) sorted by relevance

12345678910>>...102

/linux-6.12.1/Documentation/process/
Ddeprecated.rst185 If you are debugging something where "%p" hashing is causing problems,
248 struct something {
259 struct something {
272 struct something {
288 struct something {
293 struct something *instance;
319 struct something {
324 struct something *instance;
338 struct something {
343 struct something *instance;
[all …]
Dhandling-regressions.rst168 * Do not consider regressions from the current cycle as something that can wait
188 regression is something people can live with easily for a while -- like a
347 sure to do something that was expected long before regzbot came to light: add
362 Ideally yes: we are all humans and easily forget problems when something more
364 kernel or something in real life that's keeping us away from keyboards for a
522 But if something actually breaks, then the change must get fixed or
551 up". Whoever broke something gets to fix it too.
574 And obviously, if users take years to even notice that something
581 code was in staging or because the man-page said something else) is
631 Guys, whether something was buggy or not DOES NOT MATTER.
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/i2c/
Di2c-gpio.yaml59 description: this means that something outside of our control has put
60 the GPIO line used for SDA into open drain mode, and that something is
66 description: this means that something outside of our control has put the
67 GPIO line used for SCL into open drain mode, and that something is not
/linux-6.12.1/Documentation/filesystems/bcachefs/
DCodingStyle.rst48 should you need to debug something that caused the assertion to fail, you can
51 A good assertion checks something that the compiler could check for us, and
53 the compiler could check. This is something that exists today, but it'll likely
95 something, and if it's intermittent it may not even be possible.
136 productive in the long run if you notice this early and shift to something
160 often go astray - doing something because it seems like it'll be useful often
164 afraid to throw things away and do something simpler.
/linux-6.12.1/sound/core/
Dpcm_iec958.c27 * Returns: length of buffer, or negative error code if something failed.
131 * Returns: length of buffer, or negative error code if something failed.
154 * Returns: length of buffer, or negative error code if something failed.
174 * Returns: length of buffer, or negative error code if something failed.
200 * Returns: length of buffer, or negative error code if something failed.
/linux-6.12.1/Documentation/translations/it_IT/process/
Ddeprecated.rst276 struct something {
288 struct something {
303 struct something {
320 struct something {
325 struct something *instance;
355 struct something {
360 struct something *instance;
374 struct something {
379 struct something *instance;
393 struct something {
[all …]
/linux-6.12.1/Documentation/translations/zh_CN/core-api/
Dprotection-keys.rst64 *ptr = foo; // assign something
81 something(ptr);
87 something(ptr);
/linux-6.12.1/Documentation/core-api/
Dprotection-keys.rst76 *ptr = foo; // assign something
96 something(ptr);
102 something(ptr);
104 That should be true whether something() is a direct access to 'ptr'
Dcircular-buffers.rst154 The producer will look something like this::
182 Note that wake_up() does not guarantee any sort of barrier unless something
195 The consumer will look something like this::
228 fact that we are writing to something that can be read concurrently,
/linux-6.12.1/Documentation/translations/sp_SP/process/
Ddeprecated.rst269 struct something {
277 struct something {
289 struct something {
303 struct something {
318 struct something {
323 struct something *instance;
351 struct something {
356 struct something *instance;
371 struct something {
376 struct something *instance;
/linux-6.12.1/Documentation/admin-guide/
Dreporting-issues.rst65 something else. These steps thus help to ensure the time you invest in this
102 (say something broke when updating from 5.10.4 to 5.10.5), scroll down to
135 that hear about it for the first time. And if you learned something in this
173 face one of those if something breaks when updating from 5.10.4 to 5.10.5 (a
401 An issue is a 'really severe problem' when something totally unacceptably bad
436 * When dealing with a regression, make sure it's not something else that
441 something in the BIOS Setup can also lead to problems that on look a lot
485 The kernel marks itself with a 'taint' flag when something happens that might
578 (say something broke when updating from 5.10.4 to 5.10.5), scroll down to
581 Regression within a stable and longterm kernel version line are something the
[all …]
/linux-6.12.1/tools/testing/selftests/ftrace/test.d/ftrace/
Dfgraph-filter.tc16 # filter something, schedule is always good
34 # Make sure we did find something
Dfgraph-filter-stack.tc24 # filter something, schedule is always good
49 # Make sure we did find something
/linux-6.12.1/include/linux/
Dtypecheck.h6 * Check at compile time that something is of a particular type.
26 * Check at compile time that something is a pointer type.
/linux-6.12.1/Documentation/filesystems/
Dautomount-support.rst20 Then from userspace, you can just do something like::
30 And then if you look in the mountpoint catalogue, you'll see something like::
87 If the mountpoint in question is in referenced by something other than
/linux-6.12.1/tools/lib/
Dstr_error_r.c9 * a string, be it the buffer passed or something else.
13 * to check if it returned something else and copy that instead), breaks the
/linux-6.12.1/tools/perf/Documentation/
Dcallchain-overhead-calculation.txt25 /* do something */
29 /* do something */
44 recorded with callchains the output will show something like below
/linux-6.12.1/Documentation/usb/
Dauthorization.rst65 checking if the class, type and protocol match something is the worse
67 to break it). If you need something secure, use crypto and Certificate
68 Authentication or stuff like that. Something simple for an storage key
Ddwc3.rst9 Please pick something while reading :)
42 handed something to thread so we don't process event X prio Y
/linux-6.12.1/tools/testing/selftests/arm64/signal/testcases/
Dfake_sigreturn_bad_magic.c23 /* just to fill the ucontext_t with something real */ in fake_sigreturn_bad_magic_run()
33 * use a well known NON existent bad magic...something in fake_sigreturn_bad_magic_run()
/linux-6.12.1/drivers/media/pci/zoran/
Dzr36016.c38 /* just in case something is wrong... */ in zr36016_read()
55 // just in case something is wrong... in zr36016_write()
73 /* just in case something is wrong... */ in zr36016_readi()
93 /* just in case something is wrong... */ in zr36016_writei()
241 * Something to note here (I don't understand it), setting in zr36016_set_video()
402 pr_debug("zr36016: something's wrong - %d codecs left somehow.\n", in zr36016_cleanup_module()
/linux-6.12.1/scripts/kconfig/tests/preprocess/variable/
DKconfig18 # Append something to a simply expanded variable.
24 # Append something to a recursively expanded variable.
/linux-6.12.1/include/trace/
Ddefine_custom_trace.h9 * TRACE_INCLUDE_FILE if the file name is something other than TRACE_SYSTEM.h
13 * TRACE_INCLUDE_PATH if the path is something other than core kernel include/trace
/linux-6.12.1/Documentation/driver-api/media/
Ddtv-common.rst32 /* do something */
39 /* do something */
/linux-6.12.1/crypto/
Daes_ti.c27 * evicted when the CPU is interrupted to do something else. in aesti_encrypt()
43 * evicted when the CPU is interrupted to do something else. in aesti_decrypt()

12345678910>>...102