Searched full:something (Results 1 – 25 of 2380) sorted by relevance
12345678910>>...96
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/i2c/ |
D | i2c-gpio.yaml | 57 description: this means that something outside of our control has put 58 the GPIO line used for SDA into open drain mode, and that something is 64 description: this means that something outside of our control has put the 65 GPIO line used for SCL into open drain mode, and that something is not
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | protection-keys.rst | 60 *ptr = foo; // assign something 80 something(ptr); 86 something(ptr); 88 That should be true whether something() is a direct access to 'ptr'
|
D | circular-buffers.rst | 154 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,
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | deprecated.rst | 228 struct something { 239 struct something { 252 struct something { 268 struct something { 273 struct something *instance; 299 struct something { 304 struct something *instance; 318 struct something { 323 struct something *instance;
|
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | fgraph-filter.tc | 16 # filter something, schedule is always good 34 # Make sure we did find something
|
D | fgraph-filter-stack.tc | 24 # filter something, schedule is always good 49 # Make sure we did find something
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | automount-support.rst | 20 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
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/appletalk/ |
D | cops.rst | 46 Or in lilo.conf put something like this:: 50 Then bring up the interface with ifconfig. It will look something like this:: 61 You will need to configure atalkd with something like the following to make
|
/kernel/linux/linux-5.10/tools/lib/ |
D | str_error_r.c | 9 * a string, be it the buffer passed or something else. 13 * to check if it returned something else and copy that instead), breaks the
|
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/testcases/ |
D | fake_sigreturn_bad_magic.c | 23 /* 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()
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | callchain-overhead-calculation.txt | 25 /* do something */ 29 /* do something */ 44 recorded with callchains the output will show something like below
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
D | tep_strerror.c | 17 * a string, be it the buffer passed or something else. 21 * to check if it returned something else and copy that instead), breaks the
|
/kernel/linux/linux-5.10/Documentation/usb/ |
D | authorization.rst | 68 checking if the class, type and protocol match something is the worse 70 to break it). If you need something secure, use crypto and Certificate 71 Authentication or stuff like that. Something simple for an storage key
|
D | dwc3.rst | 9 Please pick something while reading :) 42 handed something to thread so we don't process event X prio Y
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/ |
D | clock-sh4-202.c | 73 * to something sensible just in case. in shoc_clk_init() 75 * Start scaling from the high end down until we find something in shoc_clk_init() 114 /* Make sure we have something sensible to switch to */ in shoc_clk_set_rate()
|
/kernel/linux/linux-5.10/scripts/kconfig/tests/preprocess/variable/ |
D | Kconfig | 18 # Append something to a simply expanded variable. 24 # Append something to a recursively expanded variable.
|
/kernel/liteos_a/net/lwip-2.1/porting/include/arch/ |
D | perf.h | 37 #define PERF_START do {} while (0) /* something to do */ 38 #define PERF_STOP(x) do {} while (0) /* something to do */
|
/kernel/liteos_m/components/net/lwip-2.1/porting/include/arch/ |
D | perf.h | 37 #define PERF_START do { /* something to do */ } while (0) 38 #define PERF_STOP(x) do { /* something to do */ } while (0)
|
/kernel/linux/linux-5.10/crypto/ |
D | aes_ti.c | 27 * 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()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/ |
D | TODO | 58 something else. Maybe the code from the newer intel driver could 63 But converting it to use something like that is painful and may 87 be to use something close to the interface used by the IPU3 IMGU driver.
|
/kernel/linux/linux-5.10/Documentation/driver-api/media/ |
D | dtv-common.rst | 41 /* do something */ 48 /* do something */
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
D | locks.c | 36 return; /* something has changed */ in splpar_spin_yield() 62 return; /* something has changed */ in splpar_rw_yield()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-fpga-manager | 12 The intent is to provide enough detail that if something goes 13 wrong during FPGA programming (something that the driver can't
|
/kernel/linux/linux-5.10/arch/m68k/q40/ |
D | README | 19 When something blocks interrupts (HD) it will lose some of them, so far 22 poll the floppy for this reason - something that can't be done in Linux. 54 preceded by the booter signature. This is a trace just in case something
|
/kernel/linux/linux-5.10/scripts/ |
D | check_extable.sh | 22 # After this point, something is seriously wrong since we just found out we 28 # doing something wrong and the rest of this code is just trying to print 86 # Something is definitively wrong here since we've got a relocation
|
12345678910>>...96