Home
last modified time | relevance | path

Searched refs:baz (Results 1 – 20 of 20) sorted by relevance

/Linux-v6.6/Documentation/translations/zh_CN/admin-guide/
Dbootconfig.rst46 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-v6.6/samples/kobject/
Dkobject-example.c22 static int baz; variable
60 var = baz; in b_show()
76 baz = var; in b_store()
83 __ATTR(baz, 0664, b_show, b_store);
Dkset-example.c32 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-v6.6/tools/testing/selftests/bpf/progs/
Dtest_global_func_args.c49 __noinline int baz(struct S **s) in baz() function
84 baz(&p); in test_cls()
Dtest_global_func9.c45 __noinline int baz(volatile int *x) in baz() function
112 result |= baz(&global_data_y); in global_func9()
/Linux-v6.6/tools/bootconfig/
Dtest-bootconfig.sh117 key = bar, baz
130 key = bar, baz
/Linux-v6.6/Documentation/admin-guide/
Dbootconfig.rst48 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-v6.6/Documentation/admin-guide/device-mapper/
Dstatistics.rst210 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-v6.6/tools/perf/Documentation/
Dperf-config.txt416 33.33% baz
420 and 'baz' to 50.00% for each, while 'absolute' would show their
459 --50.00%--baz
462 This output is a 'fractal' format. The 'foo' came from 'bar' and 'baz' exactly
467 'bar' and 'baz' callchain will have 20.00% of overhead.
/Linux-v6.6/Documentation/translations/it_IT/doc-guide/
Dkernel-doc.rst329 * @baz: The Baz member.
333 int baz;
434 See enum baz.
Dsphinx.rst456 "bar" -> "baz";
470 "bar" -> "baz";
/Linux-v6.6/Documentation/doc-guide/
Dkernel-doc.rst301 * @baz: The Baz member.
305 int baz;
405 See enum baz.
Dsphinx.rst486 "bar" -> "baz";
500 "bar" -> "baz";
/Linux-v6.6/Documentation/translations/zh_CN/doc-guide/
Dkernel-doc.rst366 See enum baz.
/Linux-v6.6/Documentation/filesystems/
Df2fs.rst838 dir/foo.so; touch dir/bar.zip; touch dir/baz.txt; then foo.so and baz.txt
842 dir/foo.so; touch dir/bar.zip; touch dir/baz.txt; then foo.so should be
843 compresse, bar.zip and baz.txt should be non-compressed.
844 chattr+c dir/bar.zip; chattr+c dir/baz.txt; can enable compress on bar.zip
845 and baz.txt.
Dseq_file.rst323 p->baz = true;
/Linux-v6.6/Documentation/kbuild/
Dmodules.rst147 Example (The module foo.ko, consist of bar.o and baz.o)::
150 make -C $KDIR M=$PWD baz.o
Dkconfig-language.rst166 tristate "baz"
/Linux-v6.6/Documentation/dev-tools/
Dcheckpatch.rst962 (int bar, int baz)
966 void foo(int bar, int baz)
1157 if ((foo->bar) && (foo->baz))
1162 if (foo->bar && foo->baz)
/Linux-v6.6/Documentation/trace/
Dfprobetrace.rst118 members and other structure members pointed by the member. e.g. ``foo->bar.baz->qux``