| /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/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 | 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
|
| /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/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/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/ |
| 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/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/build/tests/ex/ |
| H A D | Makefile | 2 export srctree := $(abspath ../../../..) 3 export CC := gcc 4 export LD := ld 5 export AR := ar
|
| /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/tools/objtool/ |
| H A D | klp-diff.c | 30 struct export { struct 109 struct export *export; in read_exports() local 140 export = calloc(1, sizeof(*export)); in read_exports() 141 if (!export) { in read_exports() 146 export->mod = strdup(mod); in read_exports() 147 if (!export->mod) { in read_exports() 152 export->sym = strdup(sym); in read_exports() 153 if (!export->sym) { in read_exports() 158 hash_add(exports, &export->hash, str_hash(sym)); in read_exports() 730 static struct export *find_export(struct symbol *sym) in find_export() [all …]
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_xdp_vlan.sh | |
| /linux/tools/testing/selftests/kselftest/ |
| H A D | runner.sh | 5 export skip_rc=4 6 export timeout_rc=124 7 export logfile=/dev/stdout 8 export per_test_logging= 9 export RUN_IN_NETNS= 14 export kselftest_default_timeout=45 62 export kselftest_timeout="$kselftest_default_timeout"
|
| /linux/tools/tracing/latency/ |
| H A D | Makefile | 30 export CC := gcc 31 export LD := ld 32 export AR := ar 33 export PKG_CONFIG := pkg-config 61 export CFLAGS OUTPUT srctree
|
| /linux/Documentation/driver-api/surface_aggregator/ |
| H A D | client-api.rst | 17 :export: 26 :export: 29 :export: 38 :export:
|
| /linux/drivers/clk/bcm/ |
| H A D | clk-raspberrypi.c | 67 bool export; member 78 .export = true, 83 .export = true, 104 .export = true, 138 .export = true, 142 .export = true, 147 .export = true, 152 .export = true, 156 .export = true, 161 .export = true, [all …]
|
| /linux/drivers/pwm/ |
| H A D | core.c | 1120 struct pwm_export *export = pwmexport_from_dev(pwm_dev); in pwm_from_dev() local 1122 return export->pwm; in pwm_from_dev() 1141 struct pwm_export *export = pwmexport_from_dev(pwm_dev); in period_store() local 1142 struct pwm_device *pwm = export->pwm; in period_store() 1151 guard(mutex)(&export->lock); in period_store() 1176 struct pwm_export *export = pwmexport_from_dev(pwm_dev); in duty_cycle_store() local 1177 struct pwm_device *pwm = export->pwm; in duty_cycle_store() 1186 guard(mutex)(&export->lock); in duty_cycle_store() 1211 struct pwm_export *export = pwmexport_from_dev(pwm_dev); in enable_store() local 1212 struct pwm_device *pwm = export->pwm; in enable_store() [all …]
|