Searched refs:baz (Results 1 – 20 of 20) sorted by relevance
| /linux/samples/kobject/ |
| 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);
|
| A D | kset-example.c | 32 int baz; member 144 var = foo_obj->baz; in b_show() 160 foo_obj->baz = var; in b_store() 167 __ATTR(baz, 0664, b_show, b_store);
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | test_global_func_args.c | 49 __noinline int baz(struct S **s) in baz() function 84 baz(&p); in test_cls()
|
| A D | test_global_func9.c | 44 __noinline int baz(volatile int *x) in baz() function 110 result |= baz(&global_data_y); in test_cls()
|
| /linux/Documentation/admin-guide/ |
| A D | bootconfig.rst | 48 foo.bar.baz = value1 54 baz = value1 60 foo.bar { baz = value1; qux.quux = value2 } 71 foo = bar, baz 77 foo = bar, baz 87 foo = bar, baz 90 In this case, the key ``foo`` has ``bar``, ``baz`` and ``qux``. 105 baz = value2
|
| /linux/tools/bootconfig/ |
| A D | test-bootconfig.sh | 113 key = bar, baz 126 key = bar, baz
|
| /linux/Documentation/devicetree/bindings/iio/gyroscope/ |
| A D | invensense,mpu3050.yaml | 57 vlogic-supply = <&baz>;
|
| /linux/Documentation/admin-guide/device-mapper/ |
| 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/ |
| A D | perf-config.txt | 413 33.33% baz 417 and 'baz' to 50.00% for each, while 'absolute' would show their 456 --50.00%--baz 459 This output is a 'fractal' format. The 'foo' came from 'bar' and 'baz' exactly 464 'bar' and 'baz' callchain will have 20.00% of overhead.
|
| /linux/Documentation/translations/it_IT/doc-guide/ |
| A D | kernel-doc.rst | 326 * @baz: The Baz member. 330 int baz; 431 See enum baz.
|
| A D | sphinx.rst | 440 "bar" -> "baz"; 454 "bar" -> "baz";
|
| /linux/Documentation/doc-guide/ |
| A D | kernel-doc.rst | 295 * @baz: The Baz member. 299 int baz; 399 See enum baz.
|
| A D | sphinx.rst | 411 "bar" -> "baz"; 425 "bar" -> "baz";
|
| /linux/Documentation/filesystems/ |
| A D | f2fs.rst | 876 dir/foo.so; touch dir/bar.zip; touch dir/baz.txt; then foo.so and baz.txt 880 dir/foo.so; touch dir/bar.zip; touch dir/baz.txt; then foo.so should be 881 compresse, bar.zip and baz.txt should be non-compressed. 882 chattr+c dir/bar.zip; chattr+c dir/baz.txt; can enable compress on bar.zip 883 and baz.txt.
|
| A D | seq_file.rst | 323 p->baz = true;
|
| /linux/Documentation/translations/zh_CN/doc-guide/ |
| A D | kernel-doc.rst | 366 See enum baz.
|
| /linux/Documentation/kbuild/ |
| A D | modules.rst | 147 Example (The module foo.ko, consist of bar.o and baz.o):: 150 make -C $KDIR M=$PWD baz.o
|
| A D | kconfig-language.rst | 166 tristate "baz"
|
| /linux/Documentation/devicetree/bindings/ |
| A D | example-schema.yaml | 158 - enum: [baz, boo]
|
| /linux/Documentation/dev-tools/ |
| A D | checkpatch.rst | 955 (int bar, int baz) 959 void foo(int bar, int baz) 1150 if ((foo->bar) && (foo->baz)) 1155 if (foo->bar && foo->baz)
|
Completed in 32 milliseconds