| /linux/Documentation/translations/zh_TW/admin-guide/ ! |
| H A D | bootconfig.rst | 46 foo.bar.baz = value1 52 baz = value1 58 foo.bar { baz = value1; qux.quux = value2 } 68 foo = bar, baz 73 foo = bar, baz 81 foo = bar, baz 84 這樣, ``foo`` 關鍵字就同時擁有了 ``bar`` , ``baz`` 和 ``qux`` 。 98 baz = value2
|
| /linux/Documentation/translations/zh_CN/admin-guide/ ! |
| H A D | bootconfig.rst | 46 foo.bar.baz = value1 52 baz = value1 58 foo.bar { baz = value1; qux.quux = value2 } 68 foo = bar, baz 73 foo = bar, baz 81 foo = bar, baz 84 这样, ``foo`` 关键字就同时拥有了 ``bar`` , ``baz`` 和 ``qux`` 。 98 baz = value2
|
| /linux/samples/kobject/ ! |
| H A D | kobject-example.c | 22 static int baz; variable 60 var = baz; in b_show() 76 baz = var; in b_store() 83 __ATTR(baz, 0664, b_show, b_store);
|
| H A D | kset-example.c | 32 int baz; member 145 var = foo_obj->baz; in b_show() 161 foo_obj->baz = var; in b_store() 168 __ATTR(baz, 0664, b_show, b_store);
|
| /linux/tools/testing/selftests/bpf/progs/ ! |
| H A D | test_global_func_args.c | 49 __noinline int baz(struct S **s) in baz() function 84 baz(&p); in test_cls()
|
| H A D | test_global_func9.c | 45 __noinline int baz(volatile int *x) in baz() function 112 result |= baz(&global_data_y); in global_func9()
|
| /linux/tools/perf/tests/shell/ ! |
| H A D | jitdump-python.sh | 48 def baz(n): 52 baz(1000000)
|
| /linux/Documentation/admin-guide/ ! |
| H A D | bootconfig.rst | 56 foo.bar.baz = value1 62 baz = value1 68 foo.bar { baz = value1; qux.quux = value2 } 79 foo = bar, baz 85 foo = bar, baz 95 foo = bar, baz 98 In this case, the key ``foo`` has ``bar``, ``baz`` and ``qux``. 113 baz = value2
|
| /linux/tools/bootconfig/ ! |
| H A D | test-bootconfig.sh | 118 key = bar, baz 131 key = bar, baz
|
| /linux/samples/rust/ ! |
| H A D | rust_configfs.rs | 82 baz: 0, in make_group()
|
| /linux/Documentation/kbuild/ ! |
| H A D | bash-completion.rst | 58 - Single-target builds (`foo/bar/baz.o`)
|
| H A D | modules.rst | 134 Example (The module foo.ko, consist of bar.o and baz.o):: 137 make -C $KDIR M=$PWD baz.o
|
| H A D | kconfig-language.rst | 186 tristate "baz"
|
| /linux/Documentation/admin-guide/device-mapper/ ! |
| H A D | statistics.rst | 210 Set the auxiliary data string to "foo bar baz" (the escape for each 213 dmsetup message vol 0 @stats_set_aux 0 foo\\ bar\\ baz
|
| /linux/tools/perf/Documentation/ ! |
| H A D | perf-config.txt | 430 33.33% baz 434 and 'baz' to 50.00% for each, while 'absolute' would show their 476 --50.00%--baz 479 This output is a 'fractal' format. The 'foo' came from 'bar' and 'baz' exactly 484 'bar' and 'baz' callchain will have 20.00% of overhead.
|
| /linux/Documentation/translations/zh_CN/doc-guide/ ! |
| H A D | kernel-doc.rst | 366 See enum baz.
|
| /linux/Documentation/doc-guide/ ! |
| H A D | kernel-doc.rst | 305 * @baz: The Baz member. 309 int baz; 470 See enum baz.
|
| H A D | sphinx.rst | 518 "bar" -> "baz"; 532 "bar" -> "baz";
|
| /linux/Documentation/translations/it_IT/doc-guide/ ! |
| H A D | kernel-doc.rst | 329 * @baz: The Baz member. 333 int baz; 478 See enum baz.
|
| H A D | sphinx.rst | 456 "bar" -> "baz"; 470 "bar" -> "baz";
|
| /linux/Documentation/filesystems/ ! |
| H A D | f2fs.rst | 911 dir/foo.so; touch dir/bar.zip; touch dir/baz.txt; then foo.so and baz.txt 915 dir/foo.so; touch dir/bar.zip; touch dir/baz.txt; then foo.so should be 916 compresse, bar.zip and baz.txt should be non-compressed. 917 chattr+c dir/bar.zip; chattr+c dir/baz.txt; can enable compress on bar.zip 918 and baz.txt.
|
| H A D | seq_file.rst | 323 p->baz = true;
|
| /linux/Documentation/networking/ ! |
| H A D | netconsole.rst | 195 echo baz > userdata/qux/value 205 qux=baz
|
| /linux/Documentation/dev-tools/ ! |
| H A D | checkpatch.rst | 963 (int bar, int baz) 967 void foo(int bar, int baz) 1181 if ((foo->bar) && (foo->baz)) 1186 if (foo->bar && foo->baz)
|
| /linux/Documentation/trace/ ! |
| H A D | fprobetrace.rst | 130 members and other structure members pointed by the member. e.g. ``foo->bar.baz->qux``
|