| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_dmabuf.c | 44 struct drm_gem_object *import; in igt_dmabuf_import_self() local 60 import = i915_gem_prime_import(&i915->drm, dmabuf); in igt_dmabuf_import_self() 61 if (IS_ERR(import)) { in igt_dmabuf_import_self() 63 (int)PTR_ERR(import)); in igt_dmabuf_import_self() 64 err = PTR_ERR(import); in igt_dmabuf_import_self() 67 import_obj = to_intel_bo(import); in igt_dmabuf_import_self() 69 if (import != &obj->base) { in igt_dmabuf_import_self() 98 struct drm_gem_object *import; in igt_dmabuf_import_same_driver_lmem() local 127 import = i915_gem_prime_import(&i915->drm, dmabuf); in igt_dmabuf_import_same_driver_lmem() 128 if (!IS_ERR(import)) { in igt_dmabuf_import_same_driver_lmem() [all …]
|
| /linux/arch/parisc/kernel/ |
| H A D | head.S | 38 .import init_task,data 39 .import init_stack,data 40 .import fault_vector_20,code /* IVA parisc 2.0 32 bit */ 42 .import fault_vector_11,code /* IVA parisc 1.1 32 bit */ 43 .import $global$ /* forward declaration */ 57 .import __bss_start,data 58 .import __bss_stop,data 59 .import __end,data 179 .import _mcount,data 360 .import smp_init_current_idle_task,data [all …]
|
| H A D | toc_asm.S | 12 .import toc_intr,code 13 .import toc_stack,data
|
| H A D | hpmc.S | 46 .import toc_stack,data 71 .import intr_save, code
|
| H A D | entry.S | 155 .import os_hpmc, code 346 .import swapper_pg_dir,code 734 .import handle_interruption,code 735 .import do_cpu_irq_mask,code 857 .import do_notify_resume,code 921 .import schedule,code 957 .import preempt_schedule_irq,code 1567 .import handle_interruption,code 1737 .import do_signal,code 1921 .import ftrace_function_trampoline,code [all …]
|
| /linux/tools/perf/tests/shell/ |
| H A D | python-use.sh | 16 import sys 18 import perf 24 import perf
|
| /linux/arch/parisc/boot/compressed/ |
| H A D | head.S | 19 .import $global$ /* forward declaration */ 46 .import _bss,data 47 .import _ebss,data
|
| /linux/drivers/crypto/tegra/ |
| H A D | tegra-se-hash.c | 760 .import = tegra_sha_import, 785 .import = tegra_sha_import, 810 .import = tegra_sha_import, 835 .import = tegra_sha_import, 860 .import = tegra_sha_import, 885 .import = tegra_sha_import, 910 .import = tegra_sha_import, 935 .import = tegra_sha_import, 960 .import = tegra_sha_import, 986 .import = tegra_sha_import, [all …]
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | tc_taprio.sh | 197 from isochron_data import pdelay 198 import numpy as np 282 from isochron_data import pdelay 283 import numpy as np
|
| /linux/drivers/crypto/ |
| H A D | padlock-sha.c | 198 .import = padlock_sha_import, 223 .import = padlock_sha_import, 285 .import = padlock_sha_import, 305 .import = padlock_sha_import,
|
| /linux/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 989 .import = safexcel_ahash_import, 1215 .import = safexcel_ahash_import, 1272 .import = safexcel_ahash_import, 1329 .import = safexcel_ahash_import, 1401 .import = safexcel_ahash_import, 1473 .import = safexcel_ahash_import, 1530 .import = safexcel_ahash_import, 1587 .import = safexcel_ahash_import, 1659 .import = safexcel_ahash_import, 1731 .import = safexcel_ahash_import, [all …]
|
| /linux/crypto/ |
| H A D | sha256.c | 331 .import = crypto_sha224_import, 349 .import = crypto_sha256_import, 369 .import = crypto_hmac_sha224_import, 389 .import = crypto_hmac_sha256_import,
|
| H A D | sha512.c | 337 .import = crypto_sha384_import, 355 .import = crypto_sha512_import, 375 .import = crypto_hmac_sha384_import, 395 .import = crypto_hmac_sha512_import,
|
| H A D | md5.c | 190 .import = crypto_md5_import, 210 .import = crypto_hmac_md5_import,
|
| H A D | sha1.c | 194 .import = crypto_sha1_import, 214 .import = crypto_hmac_sha1_import,
|
| /linux/ |
| H A D | .pylintrc | 2 init-hook='import sys; sys.path += ["tools/lib/python"]'
|
| /linux/drivers/gpu/drm/ci/xfails/ |
| H A D | panfrost-g12b-fails.txt | 1 panfrost/panfrost_prime@gem-prime-import,Fail
|
| /linux/Documentation/crypto/ |
| H A D | devel-algos.rst | 199 Here is a schematic of how the .export()/.import() functions are called 214 .import -> .update() -> .final() ! .update() may not be called 220 .import -> .finup()
|
| /linux/drivers/crypto/caam/ |
| H A D | caamhash.c | 1601 .import = ahash_import, 1622 .import = ahash_import, 1643 .import = ahash_import, 1664 .import = ahash_import, 1685 .import = ahash_import, 1706 .import = ahash_import, 1725 .import = ahash_import, 1744 .import = ahash_import,
|
| /linux/Documentation/userspace-api/ |
| H A D | dma-buf-alloc-exchange.rst | 272 memory. For this reason, each import and allocation API must provide a separate 281 to a ``dma-buf`` file descriptor, and to import those file descriptors into a 290 to the Wayland server. The Wayland server will then import these file 292 through Vulkan, or a KMS framebuffer object; each of these import operations 297 import will succeed into all consumers; they may have constraints beyond those 364 import the buffer into the media API with no modifier, but either perform the
|
| /linux/scripts/coccinelle/api/alloc/ |
| H A D | alloc_cast.cocci | 25 import re
|
| /linux/tools/power/cpupower/bindings/python/ |
| H A D | README | 69 Python uses a system specific site-packages folder to look up modules to import
|
| /linux/Documentation/translations/it_IT/core-api/ |
| H A D | symbol-namespaces.rst | 147 - eseguire ``make nsdeps`` per aggiungere import nel posto giusto 159 - eseguire ``make nsdeps`` per aggiungere import nel posto giusto
|
| /linux/security/smack/ |
| H A D | smackfs.c | 318 struct smack_parsed_rule *rule, int import, in smk_fill_rule() argument 324 if (import) { in smk_fill_rule() 370 int import) in smk_parse_rule() argument 376 import, SMK_LABELLEN); in smk_parse_rule() 390 int import, int tokens) in smk_parse_long_rule() argument 419 rc = smk_fill_rule(tok[0], tok[1], tok[2], tok[3], rule, import, 0); in smk_parse_long_rule()
|
| /linux/Documentation/networking/ |
| H A D | snmp_counter.rst | 1243 import socket 1244 import time 1284 import socket 1285 import time 1306 import socket 1307 import time 1400 import socket 1401 import time 1415 import socket 1416 import struct [all …]
|