Home
last modified time | relevance | path

Searched full:export (Results 1 – 25 of 2122) sorted by relevance

12345678910>>...85

/linux/tools/perf/tests/shell/common/
H A Dsettings.sh17 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 Dpatterns.sh3 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 Dparameters.sh33 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 Dinfrastructure.rst30 :export:
33 :export:
36 :export:
42 :export:
48 :export:
54 :export:
57 :export:
63 :export:
69 :export:
75 :export:
[all …]
H A Dinput.rst11 :export:
14 :export:
17 :export:
26 :export:
41 :export:
49 :export:
/linux/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh23 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
146 TORTURE_KCONFIG_KCSAN_ARG="$debuginfo"; export TORTURE_KCONFIG_KCSAN_ARG
147 TORTURE_BOOT_GDB_ARG="nokaslr"; export TORTURE_BOOT_GDB_ARG
180 TORTURE_KCONFIG_GDB_ARG="$debuginfo"; export TORTURE_KCONFIG_GDB_ARG
181 TORTURE_BOOT_GDB_ARG="nokaslr"; export TORTURE_BOOT_GDB_ARG
182 TORTURE_QEMU_GDB_ARG="-s -S"; export TORTURE_QEMU_GDB_ARG
188 TORTURE_QEMU_INTERACTIVE=1; export TORTURE_QEMU_INTERACTIV
[all...]
/linux/Documentation/devicetree/
H A Dkernel-api.rst12 :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 Ddb-export.txt1 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/ABI/obsolete/
H A Dsysfs-gpio9 "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 Dtlb-funcs.S14 #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 Dpage-funcs.S11 #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/drivers/gpu/drm/
H A Ddrm_prime.c29 #include <linux/export.h>
55 * Drivers that support the PRIME API implement the drm_gem_object_funcs.export
63 * On the export the &dma_buf holds a reference to the exported buffer object,
65 * IOCTL, when it first calls &drm_gem_object_funcs.export
74 * are the lookup caches for import and export. These are required to guarantee
78 * than once. These import and export caches in &drm_prime_file_private only
228 * drm_gem_dmabuf_export - &dma_buf export implementation for GEM
230 * @exp_info: the export information used by dma_buf_export()
271 /* drop the reference on the export fd holds */ in drm_gem_dmabuf_release()
387 if (obj->funcs && obj->funcs->export) in export_and_register_object()
[all …]
/linux/Documentation/gpu/
H A Ddrm-kms.rst160 :export:
192 :export:
298 :export:
307 :export:
322 :export:
328 :export:
346 :export:
361 :export:
384 :export:
390 :export:
[all …]
/linux/
H A DMakefile55 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/tools/objtool/
H A Dklp-diff.c31 struct export { struct
110 struct export *export; in read_exports() local
141 export = calloc(1, sizeof(*export)); in read_exports()
142 if (!export) { in read_exports()
147 export->mod = strdup(mod); in read_exports()
148 if (!export->mod) { in read_exports()
153 export->sym = strdup(sym); in read_exports()
154 if (!export->sym) { in read_exports()
159 hash_add(exports, &export->hash, str_hash(sym)); in read_exports()
760 static struct export *find_export(struct symbol *sym) in find_export()
[all …]
/linux/tools/testing/selftests/bpf/
H A Dtest_xdp_vlan.sh
/linux/include/uapi/linux/nfsd/
H A Dexport.h3 * 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/pwm/
H A Dcore.c1120 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 …]
/linux/tools/build/tests/ex/
H A DMakefile2 export srctree := $(abspath ../../../..)
3 export CC := gcc
4 export LD := ld
5 export AR := ar
/linux/tools/testing/selftests/kselftest/
H A Drunner.sh5 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/drivers/clk/bcm/
H A Dclk-raspberrypi.c67 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/fs/nfsd/
H A Dexport.c6 * exports. To export an fs to a given client, you first have
32 * One maps client+vfsmnt+dentry to export options - the export map
33 * The other maps client+filehandle-fragment to export options. - the expkey map
35 * The export options are actually stored in the first map, and the
422 * We currently export only dirs, regular files, and (for v4 in check_export()
431 * Mountd should never pass down a writeable V4ROOT export, but, in check_export()
443 * the requirements for remote filesystem export. in check_export()
449 dprintk("exp_export: export of non-dev fs without fsid\n"); in check_export()
454 dprintk("exp_export: export of invalid fs type (%s).\n", in check_export()
460 dprintk("exp_export: export of idmapped mounts not yet supported.\n"); in check_export()
[all …]
/linux/tools/tracing/latency/
H A DMakefile30 export CC := gcc
31 export LD := ld
32 export AR := ar
33 export PKG_CONFIG := pkg-config
61 export CFLAGS OUTPUT srctree
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dvxlan_fdb_veto.sh8 export LOCAL_IP
11 export REMOTE_IP_1
14 export REMOTE_IP_2
17 export UDPCSUM_FLAFS
20 export MC_IP
/linux/Documentation/driver-api/surface_aggregator/
H A Dclient-api.rst17 :export:
26 :export:
29 :export:
38 :export:

12345678910>>...85