| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | cgroup_attach_override.c | 7 #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()
|
| H A D | task_under_cgroup.c | 9 #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/scripts/kconfig/tests/conditional_dep/ |
| H A D | Kconfig | 10 config FOO config 11 bool "FOO symbol" 18 depends on FOO if BAR 23 depends on (FOO && BAR) if (FOO || BAR)
|
| H A D | test_config3 | 1 # If FOO is not selected, but BAR is also not selected, then TEST_BASIC 2 # should pass since the dependency on FOO is conditional on BAR. 3 # TEST_COMPLEX should be also set since neither FOO nor BAR are selected
|
| H A D | test_config2 | 1 # If FOO is not selected, then TEST_BASIC should fail the conditional 3 # TEST_COMPLEX will fail dependency as it depends on both FOO and BAR
|
| /linux/scripts/kconfig/tests/choice_randomize2/ |
| H A D | Kconfig | 21 config FOO config 22 bool "FOO" 27 depends on FOO
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm2835-rpi-cm1-io1.dts | 16 * "FOO" = GPIO line named "FOO" on the schematic 17 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2837-rpi-cm3-io3.dts | 16 * "FOO" = GPIO line named "FOO" on the schematic 17 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2835-rpi-zero.dts | 28 * "FOO" = GPIO line named "FOO" on the schematic 29 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2835-rpi-b.dts | 26 * "FOO" = GPIO line named "FOO" on the schematic 27 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2835-rpi-a.dts | 25 * "FOO" = GPIO line named "FOO" on the schematic 26 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2836-rpi-2-b.dts | 25 * "FOO" = GPIO line named "FOO" on the schematic 26 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2835-rpi-b-rev2.dts | 26 * "FOO" = GPIO line named "FOO" on the schematic 27 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2837-rpi-2-b.dts | 25 * "FOO" = GPIO line named "FOO" on the schematic 26 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2835-rpi-b-plus.dts | 26 * "FOO" = GPIO line named "FOO" on the schematic 27 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2835-rpi-a-plus.dts | 24 * "FOO" = GPIO line named "FOO" on the schematic 25 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2837-rpi-zero-2-w.dts | 38 * "FOO" = GPIO line named "FOO" on the schematic 39 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2711-rpi-cm4-io.dts | 26 * "FOO" = GPIO line named "FOO" on the schematic 27 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2835-rpi-zero-w.dts | 38 * "FOO" = GPIO line named "FOO" on the schematic 39 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2837-rpi-3-b.dts | 52 * "FOO" = GPIO line named "FOO" on the schematic 53 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2837-rpi-3-b-plus.dts | 52 * "FOO" = GPIO line named "FOO" on the schematic 53 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2837-rpi-3-a-plus.dts | 46 * "FOO" = GPIO line named "FOO" on the schematic 47 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| H A D | bcm2711-rpi-4-b.dts | 80 * "FOO" = GPIO line named "FOO" on the schematic 81 * "FOO_N" = GPIO line named "FOO" on schematic, active low
|
| /linux/Documentation/kbuild/ |
| H A D | kconfig-language.rst | 140 config FOO 144 meaning that FOO is constrained by the value of BAR only if BAZ is 160 By abusing select you are able to select a symbol FOO even 161 if FOO depends on BAR that is not set. 181 config FOO 192 FOO BAR BAZ's default choice for BAZ 207 Note: If the feature provided by BAZ is highly desirable for FOO, 208 FOO should imply not only BAZ, but also its dependency BAR:: 210 config FOO 523 depends on HAVE_GENERIC_IOMAP && FOO [all …]
|
| /linux/Documentation/translations/zh_CN/devicetree/ |
| H A D | overlay-notes.rst | 29 /* FOO平台 */ 64 /* FOO平台 + bar外围 */
|