Home
last modified time | relevance | path

Searched refs:FOO (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dcgroup_attach_override.c7 #define FOO "/foo" macro
41 foo = test__join_cgroup(FOO); in serial_test_cgroup_attach_override()
48 "attach prog to %s failed, errno=%d\n", FOO, errno)) in serial_test_cgroup_attach_override()
89 "detach prog from %s failed, errno=%d\n", FOO, errno)) in serial_test_cgroup_attach_override()
113 "double detach from %s unexpectedly succeeded\n", FOO)) in serial_test_cgroup_attach_override()
118 "attach prog to %s failed, errno=%d\n", FOO, errno)) in serial_test_cgroup_attach_override()
135 "attach prog to %s unexpectedly succeeded\n", FOO)) in serial_test_cgroup_attach_override()
140 "attach prog to %s failed, errno=%d\n", FOO, errno)) in serial_test_cgroup_attach_override()
Dtask_under_cgroup.c9 #define FOO "/foo" macro
17 foo = test__join_cgroup(FOO); in test_task_under_cgroup()
27 skel->rodata->cgid = get_cgroup_id(FOO); in test_task_under_cgroup()
/Linux-v6.6/arch/arm/boot/dts/broadcom/
Dbcm2835-rpi-cm1-io1.dts16 * "FOO" = GPIO line named "FOO" on the schematic
17 * "FOO_N" = GPIO line named "FOO" on schematic, active low
Dbcm2837-rpi-cm3-io3.dts16 * "FOO" = GPIO line named "FOO" on the schematic
17 * "FOO_N" = GPIO line named "FOO" on schematic, active low
Dbcm2711-rpi-cm4-io.dts25 * "FOO" = GPIO line named "FOO" on the schematic
26 * "FOO_N" = GPIO line named "FOO" on schematic, active low
Dbcm2835-rpi-b.dts26 * "FOO" = GPIO line named "FOO" on the schematic
27 * "FOO_N" = GPIO line named "FOO" on schematic, active low
Dbcm2835-rpi-zero.dts28 * "FOO" = GPIO line named "FOO" on the schematic
29 * "FOO_N" = GPIO line named "FOO" on schematic, active low
Dbcm2835-rpi-a.dts25 * "FOO" = GPIO line named "FOO" on the schematic
26 * "FOO_N" = GPIO line named "FOO" on schematic, active low
Dbcm2835-rpi-b-rev2.dts26 * "FOO" = GPIO line named "FOO" on the schematic
27 * "FOO_N" = GPIO line named "FOO" on schematic, active low
Dbcm2836-rpi-2-b.dts25 * "FOO" = GPIO line named "FOO" on the schematic
26 * "FOO_N" = GPIO line named "FOO" on schematic, active low
Dbcm2835-rpi-a-plus.dts24 * "FOO" = GPIO line named "FOO" on the schematic
25 * "FOO_N" = GPIO line named "FOO" on schematic, active low
Dbcm2835-rpi-b-plus.dts26 * "FOO" = GPIO line named "FOO" on the schematic
27 * "FOO_N" = GPIO line named "FOO" on schematic, active low
Dbcm2837-rpi-zero-2-w.dts38 * "FOO" = GPIO line named "FOO" on the schematic
39 * "FOO_N" = GPIO line named "FOO" on schematic, active low
Dbcm2835-rpi-zero-w.dts38 * "FOO" = GPIO line named "FOO" on the schematic
39 * "FOO_N" = GPIO line named "FOO" on schematic, active low
Dbcm2837-rpi-3-b.dts52 * "FOO" = GPIO line named "FOO" on the schematic
53 * "FOO_N" = GPIO line named "FOO" on schematic, active low
Dbcm2837-rpi-3-a-plus.dts46 * "FOO" = GPIO line named "FOO" on the schematic
47 * "FOO_N" = GPIO line named "FOO" on schematic, active low
Dbcm2837-rpi-3-b-plus.dts52 * "FOO" = GPIO line named "FOO" on the schematic
53 * "FOO_N" = GPIO line named "FOO" on schematic, active low
Dbcm2711-rpi-4-b.dts72 * "FOO" = GPIO line named "FOO" on the schematic
73 * "FOO_N" = GPIO line named "FOO" on schematic, active low
/Linux-v6.6/Documentation/translations/zh_CN/devicetree/
Doverlay-notes.rst29 /* FOO平台 */
64 /* FOO平台 + bar外围 */
/Linux-v6.6/Documentation/kbuild/
Dkconfig-language.rst146 By abusing select you are able to select a symbol FOO even
147 if FOO depends on BAR that is not set.
161 config FOO
172 FOO BAR BAZ's default choice for BAZ
187 Note: If the combination of FOO=y and BAR=m causes a link error,
197 Note: If the feature provided by BAZ is highly desirable for FOO,
198 FOO should imply not only BAZ, but also its dependency BAR::
200 config FOO
491 depends on HAVE_GENERIC_IOMAP && FOO
536 config FOO
[all …]
Dkconfig-macro-language.rst207 config FOO
215 config FOO
224 config FOO
/Linux-v6.6/Documentation/translations/zh_TW/process/
Dcoding-style.rst663 #define FOO(x) \
676 #define FOO(val) bar(index, val)
681 3) 作爲左值的帶參數的宏: FOO(x) = y;如果有人把 FOO 變成一個內聯函數的話,這
696 #define FOO(x) \
/Linux-v6.6/Documentation/driver-api/gpio/
Dboard.rst72 Device (FOO) {
90 ^FOO, 0, 0, 1,
91 ^FOO, 1, 0, 1,
92 ^FOO, 2, 0, 1,
95 Package () { "power-gpios", Package () { ^FOO, 3, 0, 0 } },
/Linux-v6.6/Documentation/translations/zh_CN/process/
Dcoding-style.rst742 #define FOO(x) \
755 #define FOO(val) bar(index, val)
760 3) 作为左值的带参数的宏: FOO(x) = y;如果有人把 FOO 变成一个内联函数的话,这
775 #define FOO(x) \
/Linux-v6.6/Documentation/devicetree/
Doverlay-notes.rst24 /* FOO platform */
59 /* FOO platform + bar peripheral */

12