/linux/tools/perf/tests/shell/common/ |
H A D | settings.sh | 17 export CMD_PERF=${CMD_PERF:-`which perf`} 20 export CMD_BASIC_SLEEP="sleep 0.1" 21 export CMD_QUICK_SLEEP="sleep 0.01" 22 export CMD_LONGER_SLEEP="sleep 2" 23 export CMD_DOUBLE_LONGER_SLEEP="sleep 4" 24 export CMD_VERY_LONG_SLEEP="sleep 30" 25 export CMD_SIMPLE="true" 29 export RUNMODE_BASIC=0 30 export RUNMODE_STANDARD=1 31 export RUNMODE_EXPERIMENTAL=2 [all …]
|
H A D | patterns.sh | 3 export RE_NUMBER="[0-9\.]+" 9 export RE_NUMBER_HEX="[0-9A-Fa-f]+" 18 export RE_DATE_YYYYMMDD="[0-9]{4}-(?:(?:01|03|05|07|08|10|12)-(?:[0-2][0-9]|3[0-1])|02-[0-2][0-9]|(… 28 export RE_TIME="(?:[0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]" 38 export RE_DATE_TIME="\w+\s+\w+\s+$RE_NUMBER\s+$RE_TIME\s+$RE_NUMBER" 47 export RE_ADDRESS="0x$RE_NUMBER_HEX" 55 export RE_ADDRESS_NOT_NULL="0x[0-9A-Fa-f]*[1-9A-Fa-f]+[0-9A-Fa-f]*" 62 export RE_PROCESS_PID="[^\/]+\/\d+" 70 export RE_EVENT_ANY="[\w\-\:\/_=,]+" 79 export RE_EVENT="[\w\-:_]+" [all …]
|
/linux/scripts/ |
H A D | misc-check | 12 # Check for missing #include <linux/export.h> 14 # The rule for including <linux/export.h> is very simple: 15 # Include <linux/export.h> only when you use EXPORT_SYMBOL(). That's it. 17 # However, some headers include <linux/export.h> even though they are completely 21 # <linux/export.h> are orthogonal. <linux/module.h> should be included by files 23 # included by EXPORT_SYMBOL consumers. In contrast, <linux/export.h> should be 25 # Hence, include/linux/module.h should *not* include <linux/export.h>. 29 # files end up including <linux/export.h>, even though only some of them 30 # actually export symbols. Hence, include/linux/linkage.h should *not* include 31 # <linux/export.h>. [all …]
|
/linux/samples/pktgen/ |
H A D | parameters.sh | 33 export DEV=$OPTARG 37 export PKT_SIZE=$OPTARG 41 export DEST_IP=$OPTARG 45 export DST_MAC=$OPTARG 49 export DST_PORT=$OPTARG 53 export F_THREAD=$OPTARG 57 export THREADS=$OPTARG 61 export CLONE_SKB=$OPTARG 65 export COUNT=$OPTARG 69 export BURST=$OPTARG [all …]
|
/linux/Documentation/driver-api/ |
H A D | infrastructure.rst | 30 :export: 33 :export: 36 :export: 42 :export: 48 :export: 54 :export: 57 :export: 63 :export: 69 :export: 75 :export: [all …]
|
H A D | basics.rst | 25 :export: 43 :export: 46 :export: 58 :export: 67 :export: 82 :export: 91 :export: 109 :export: 112 :export: 122 :export: [all …]
|
H A D | scsi.rst | 102 :export: 112 :export: 120 :export: 129 :export: 137 :export: 145 :export: 154 :export: 195 :export: 209 :export: 217 :export: [all …]
|
H A D | input.rst | 11 :export: 14 :export: 17 :export: 26 :export: 41 :export: 49 :export:
|
/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm.sh | 23 LANG=en_US.UTF-8; export LANG 27 RCUTORTURE="`pwd`/tools/testing/selftests/rcutorture"; export RCUTORTURE 28 PATH=${RCUTORTURE}/bin:$PATH; export PATH 35 TORTURE_INITRD="$RCUTORTURE/initrd"; export TORTURE_INITRD 145 TORTURE_KCONFIG_KCSAN_ARG="$debuginfo"; export TORTURE_KCONFIG_KCSAN_ARG 146 TORTURE_BOOT_GDB_ARG="nokaslr"; export TORTURE_BOOT_GDB_ARG 179 TORTURE_KCONFIG_GDB_ARG="$debuginfo"; export TORTURE_KCONFIG_GDB_ARG 180 TORTURE_BOOT_GDB_ARG="nokaslr"; export TORTURE_BOOT_GDB_ARG 181 TORTURE_QEMU_GDB_ARG="-s -S"; export TORTURE_QEMU_GDB_ARG 187 TORTURE_QEMU_INTERACTIVE=1; export TORTURE_QEMU_INTERACTIVE [all …]
|
/linux/Documentation/devicetree/ |
H A D | kernel-api.rst | 12 :export: 18 :export: 24 :export: 27 :export: 30 :export: 39 :export: 45 :export: 51 :export: 54 :export: 57 :export:
|
/linux/tools/perf/Documentation/ |
H A D | db-export.txt | 1 Database Export 10 tools/perf/scripts/python/export-to-sqlite.py 11 tools/perf/scripts/python/export-to-postgresql.py 13 which export data to a SQLite3 or PostgreSQL database. 15 The export process provides records with unique sequential ids which allows the 19 Over time it is possible to continue to expand the export while maintaining 33 4. The export scripts themselves maintain forward compatibility (i.e. an existing
|
H A D | android.txt | 11 export NDK=/path/to/android-ndk 15 …export NDK_TOOLCHAIN=${NDK}/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-lin… 16 export NDK_SYSROOT=${NDK}/platforms/android-24/arch-arm 18 export NDK_TOOLCHAIN=${NDK}/toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android- 19 export NDK_SYSROOT=${NDK}/platforms/android-24/arch-x86 37 export NDK_SYSROOT=${ANDROID_BUILD_TOP}/ndk/build/platforms/android-3/arch-arm 40 export NDK_SYSROOT=${ANDROID_BUILD_TOP}/ndk/build/platforms/android-3/arch-x86 44 export NDK_TOOLCHAIN=${ANDROID_TOOLCHAIN}/arm-linux-androideabi- 46 export NDK_TOOLCHAIN=${ANDROID_TOOLCHAIN}/i686-linux-android-
|
/linux/Documentation/core-api/ |
H A D | mm-api.rst | 12 :export: 41 :export: 44 :export: 53 :export: 62 :export: 71 :export: 77 :export: 83 :export: 92 :export: 98 :export:
|
/linux/ |
H A D | Makefile | 55 export LC_COLLATE LC_NUMERIC 101 export quiet Q KBUILD_VERBOSE 120 export KBUILD_CHECKSRC 129 export KBUILD_CLIPPY 152 export KBUILD_EXTMOD 158 export KBUILD_EXTRA_WARN 175 # export KBUILD_OUTPUT=dir/to/store/output/files/; make 205 export objtree srcroot 220 export sub_make_done := 1 262 export building_out_of_srctree := 1 [all …]
|
/linux/Documentation/ABI/obsolete/ |
H A D | sysfs-gpio | 9 "export" operation. If a given GPIO is not claimed for use by 11 Kernel code may export it for complete or partial access. 19 /export ... asks the kernel to export a GPIO to userspace 34 /export ... asks the kernel to export a GPIO at HW offset X to userspace
|
/linux/arch/mips/mm/ |
H A D | tlb-funcs.S | 14 #include <linux/export.h> 24 EXPORT(tlbmiss_handler_setup_pgd_end) 30 EXPORT(handle_tlbm_end) 35 EXPORT(handle_tlbs_end) 40 EXPORT(handle_tlbl_end)
|
H A D | page-funcs.S | 11 #include <linux/export.h> 31 EXPORT(__clear_page_start) 37 EXPORT(__clear_page_end) 47 EXPORT(__copy_page_start) 53 EXPORT(__copy_page_end)
|
/linux/Documentation/driver-api/gpio/ |
H A D | index.rst | 25 :export: 31 :export: 37 :export: 43 :export: 49 :export:
|
/linux/Documentation/gpu/ |
H A D | drm-kms.rst | 160 :export: 192 :export: 298 :export: 307 :export: 322 :export: 328 :export: 346 :export: 361 :export: 384 :export: 390 :export: [all …]
|
H A D | drm-mm.rst | 44 :export: 59 :export: 68 :export: 77 :export: 356 :export: 368 :export: 380 :export: 392 :export: 401 :export: 413 :export: [all …]
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_xdp_vlan.sh |
|
/linux/include/uapi/linux/nfsd/ |
H A D | export.h | 3 * include/linux/nfsd/export.h 24 * Export flags. 26 * Please update the expflags[] array in fs/nfsd/export.c when adding 48 * export; further lookup and readdir operations are treated as if every 67 * an export
|
/linux/drivers/clk/bcm/ |
H A D | clk-raspberrypi.c | 67 bool export; member 76 .export = true, 80 .export = true, 95 .export = true, 120 .export = true, 124 .export = true, 128 .export = true, 132 .export = true, 136 .export = true, 140 .export = true, [all …]
|
/linux/tools/build/tests/ex/ |
H A D | Makefile | 2 export srctree := $(abspath ../../../..) 3 export CC := gcc 4 export LD := ld 5 export AR := ar
|
/linux/drivers/pwm/ |
H A D | core.c | 1112 struct pwm_export *export = pwmexport_from_dev(pwm_dev); in pwm_from_dev() local 1114 return export->pwm; in pwm_from_dev() 1133 struct pwm_export *export = pwmexport_from_dev(pwm_dev); in period_store() local 1134 struct pwm_device *pwm = export->pwm; in period_store() 1143 guard(mutex)(&export->lock); in period_store() 1168 struct pwm_export *export = pwmexport_from_dev(pwm_dev); in duty_cycle_store() local 1169 struct pwm_device *pwm = export->pwm; in duty_cycle_store() 1178 guard(mutex)(&export->lock); in duty_cycle_store() 1203 struct pwm_export *export = pwmexport_from_dev(pwm_dev); in enable_store() local 1204 struct pwm_device *pwm = export->pwm; in enable_store() [all …]
|