Home
last modified time | relevance | path

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

12345678910>>...83

/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/scripts/
H A Dmisc-check12 # 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
[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 Dbasics.rst25 :export:
43 :export:
46 :export:
58 :export:
67 :export:
82 :export:
91 :export:
109 :export:
112 :export:
122 :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
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 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/core-api/
H A Dmm-api.rst12 :export:
41 :export:
44 :export:
53 :export:
62 :export:
71 :export:
77 :export:
83 :export:
92 :export:
98 :export:
/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/
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/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/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 …]
H A Ddrm-mm.rst44 :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 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/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
56 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/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/Documentation/driver-api/surface_aggregator/
H A Dclient-api.rst17 :export:
26 :export:
29 :export:
38 :export:
/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
410 * We currently export only dirs, regular files, and (for v4 in check_export()
419 * Mountd should never pass down a writeable V4ROOT export, but, in check_export()
436 dprintk("exp_export: export of non-dev fs without fsid\n"); in check_export()
441 dprintk("exp_export: export of invalid fs type.\n"); in check_export()
446 dprintk("exp_export: export of idmapped mounts not yet supported.\n"); in check_export()
542 * problem at export time instead of when a client fails in secinfo_parse()
[all …]

12345678910>>...83