| /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 174 .import _mcount,data 355 .import smp_init_current_idle_task,data 356 .import smp_callin,code
|
| 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/Documentation/core-api/ |
| H A D | symbol-namespaces.rst | 18 are required to import the namespace. Otherwise the kernel will, depending on 19 its configuration, reject loading the module or warn about a missing import. 100 to explicitly import these namespaces. Otherwise the kernel might reject to 103 usb_stor_suspend symbol from above, needs to import the namespace USB_STORAGE 150 - notice the warning of modpost telling about a missing import 151 - run ``make nsdeps`` to add the import to the correct code location 160 - notice the warning of modpost telling about a missing import 161 - run ``make nsdeps`` to add the import to the correct code location 167 Note: it will happily generate an import statement for the module namespace;
|
| /linux/drivers/crypto/starfive/ |
| H A D | jh7110-hash.c | 565 .base.import = starfive_hash_import, 593 .base.import = starfive_hash_import, 622 .base.import = starfive_hash_import, 650 .base.import = starfive_hash_import, 679 .base.import = starfive_hash_import, 707 .base.import = starfive_hash_import, 736 .base.import = starfive_hash_import, 764 .base.import = starfive_hash_import, 793 .base.import = starfive_hash_import, 821 .base.import = starfive_hash_import,
|
| /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/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-rk3288-fails.txt | 1 panfrost/panfrost_prime@gem-prime-import,Crash
|
| H A D | panfrost-mt8183-fails.txt | 1 panfrost/panfrost_prime@gem-prime-import,Fail
|
| H A D | panfrost-rk3399-fails.txt | 1 panfrost/panfrost_prime@gem-prime-import,Fail
|
| 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 | 1600 .import = ahash_import, 1621 .import = ahash_import, 1642 .import = ahash_import, 1663 .import = ahash_import, 1684 .import = ahash_import, 1705 .import = ahash_import, 1724 .import = ahash_import, 1743 .import = ahash_import,
|
| /linux/drivers/crypto/ |
| H A D | img-hash.c | 767 .import = img_hash_import, 793 .import = img_hash_import, 819 .import = img_hash_import, 845 .import = img_hash_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
|