Searched full:foo* (Results 476 - 500 of 30591) sorted by relevance
1...<<11121314151617181920>>...1224
/kernel/linux/linux-6.6/arch/mips/alchemy/common/ |
H A D | vss.c | 16 #define VSS_FTR 0x08 /* footers */ 33 /* enable footers in sequence */ in __enable_block() 66 __raw_writel(0, base + VSS_FTR); /* disable all footers */ in __disable_block()
|
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/ |
H A D | setup.c | 1115 u32 *foo; in prom_free_prom_memory() local 1117 foo = &insn; in prom_free_prom_memory() 1120 prefetch(foo); in prom_free_prom_memory()
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | hardirq.h | 80 * right after write_sysreg() can be fooled and think \
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | openprom.h | 299 int vector; /* This is foobar, what does it do? */
|
H A D | linkage.h | 11 * the callee. This just fools gcc into not spilling into them,
|
/kernel/linux/linux-6.6/arch/ia64/lib/ |
H A D | memcpy.S | 45 * itself) and a small icache footprint. Otherwise, we jump off to
|
/kernel/linux/linux-6.6/arch/powerpc/ |
H A D | Makefile | 31 # e.g.: obj-y += foo_$(BITS).o 162 asinstr := $(call as-instr,lis 9$(comma)foo@high,-DHAVE_AS_ATHIGH=1)
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | epapr_hcalls.h | 47 * performance and memory footprint.
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/tm/ |
H A D | tm-signal-stack.c | 29 /* This should never actually run since stack is foobar */ in signal_segv()
|
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/actions/ |
H A D | ife.json | 991 "cmdUnderTest": "$TC actions add action ife encode allow foo pipe index 4", 994 "matchPattern": "action order [0-9]*: ife encode action pipe.*type 0[xX]ED3E.*allow foo.*index 4",
|
H A D | mpls.json | 233 "cmdUnderTest": "$TC actions add action mpls dec_ttl foo index 8", 236 "matchPattern": "action order [0-9]+: mpls.*dec_ttl.*foo.*index 8 ref",
|
H A D | sample.json | 185 "cmdUnderTest": "$TC actions add action sample rate 200000 group 52 foo index 1", 188 "matchPattern": "action order [0-9]+: sample rate 1/200000 group 52 foo.*index 1 ref",
|
/kernel/linux/linux-6.6/Documentation/core-api/ |
H A D | printk-formats.rst | 486 %pOF /foo/bar@0 - Node full name 487 %pOFf /foo/bar@0 - Same as above 488 %pOFfp /foo/bar@0:10 - Node full name + phandle 489 %pOFfcF /foo/bar@0:foo,device:--P- - Node full name +
|
H A D | protection-keys.rst | 58 *ptr = foo; // assign something 89 *ptr = foo;
|
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/ |
H A D | secure.txt | 16 instance "secure-foo" would override "foo". For property names with 17 a vendor prefix, the Secure variant of "vendor,foo" would be 18 "vendor,secure-foo". If there is no "secure-" property then the Secure
|
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/panel/ |
H A D | sony,acx424akp.yaml | 51 vddi-supply = <&foo>; 52 reset-gpios = <&foo_gpio 0 GPIO_ACTIVE_LOW>;
|
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
H A D | amlogic,gx-sound-card.yaml | 86 model = "GXL-ACME-S905X-FOO";
|
/kernel/linux/linux-6.6/Documentation/driver-api/ |
H A D | ioctl.rst | 164 struct foo {
|
H A D | sm501.rst | 47 occurs the memory footprint of the video subsystem changes.
|
/kernel/linux/linux-6.6/Documentation/driver-api/virtio/ |
H A D | virtio.rst | 143 .. rubric:: Footnotes
|
/kernel/linux/linux-6.6/Documentation/filesystems/ |
H A D | hpfs.rst | 64 are case sensitive, so for example when you create a file FOO, you can use 65 'cat FOO', 'cat Foo', 'cat foo' or 'cat F*' but not 'cat f*'. Note, that you
|
H A D | inotify.rst | 50 - There would be no way to get event ordering. Events on file foo and
|
/kernel/linux/linux-6.6/Documentation/locking/ |
H A D | locktypes.rst | 422 struct foo *p = get_cpu_ptr(&var1); 432 struct foo *p; 448 struct foo *p; 459 struct foo *p; 461 local_lock(&foo_lock);
|
H A D | mutex-design.rst | 145 cache and memory footprint.
|
/kernel/linux/linux-6.6/Documentation/rust/ |
H A D | coding-guidelines.rst | 75 /// Returns a new [`Foo`]. 81 /// let foo = f(42); 84 pub fn f(x: i32) -> Foo {
|
Completed in 27 milliseconds
1...<<11121314151617181920>>...1224