Home
last modified time | relevance | path

Searched refs:prime (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/gpu/drm/vmwgfx/
H A Dttm_object.c490 struct ttm_prime_object *prime; in ttm_prime_refcount_release() local
493 prime = container_of(base, struct ttm_prime_object, base); in ttm_prime_refcount_release()
494 BUG_ON(prime->dma_buf != NULL); in ttm_prime_refcount_release()
495 mutex_destroy(&prime->mutex); in ttm_prime_refcount_release()
496 if (prime->refcount_release) in ttm_prime_refcount_release()
497 prime->refcount_release(&base); in ttm_prime_refcount_release()
512 struct ttm_prime_object *prime = in ttm_prime_dmabuf_release() local
514 struct ttm_base_object *base = &prime->base; in ttm_prime_dmabuf_release()
519 mutex_lock(&prime->mutex); in ttm_prime_dmabuf_release()
520 if (prime->dma_buf == dma_buf) in ttm_prime_dmabuf_release()
[all …]
H A Dttm_object.h290 struct ttm_prime_object *prime,
/linux/include/linux/
H A Dprime_numbers.h21 #define for_each_prime_number(prime, max) \ argument
22 for_each_prime_number_from((prime), 2, (max))
35 #define for_each_prime_number_from(prime, from, max) \ argument
36 for (prime = (from); prime <= (max); prime = next_prime_number(prime))
/linux/lib/math/
H A DKconfig9 tristate "Simple prime number generator for testing"
11 This option provides a simple prime number generator for test
/linux/drivers/gpu/drm/ci/xfails/
H A Dpanfrost-rk3288-fails.txt1 panfrost/panfrost_prime@gem-prime-import,Crash
H A Dpanfrost-mt8183-fails.txt1 panfrost/panfrost_prime@gem-prime-import,Fail
H A Dpanfrost-rk3399-fails.txt1 panfrost/panfrost_prime@gem-prime-import,Fail
H A Dpanfrost-g12b-fails.txt1 panfrost/panfrost_prime@gem-prime-import,Fail
/linux/arch/arm/boot/dts/samsung/
H A Dexynos4412-odroidx2.dts12 #include "exynos4412-prime.dtsi"
H A Dexynos4412-odroidu3.dts14 #include "exynos4412-prime.dtsi"
/linux/include/uapi/linux/
H A Dkeyctl.h82 __s32 prime; member
/linux/drivers/gpu/drm/
H A Ddrm_file.c170 drm_prime_init_file_private(&file->prime); in drm_file_alloc()
184 drm_prime_destroy_file_private(&file->prime); in drm_file_alloc()
269 drm_prime_destroy_file_private(&file->prime); in drm_file_free()
/linux/include/drm/
H A Ddrm_file.h400 struct drm_prime_file_private prime; member
/linux/security/keys/
H A Ddh.c179 dlen = dh_data_from_key(pcopy.prime, &dh_inputs.p); in __keyctl_dh_compute()
/linux/Documentation/i2c/
H A Ddma-considerations.rst6 transferred are small, it is not considered a prime user of DMA access. At this
/linux/Documentation/dev-tools/
H A Dpropeller.rst116 event period. We suggest using a suitable prime number, like 500009,
/linux/Documentation/translations/it_IT/locking/
H A Dlockstat.rst159 Questo estratto mostra le statistiche delle prime due classi di
/linux/net/netfilter/ipvs/
H A DKconfig304 int "IPVS maglev hashing table index of size (the prime numbers)"
311 the table are filled. The index determines the prime for size of
/linux/Documentation/translations/it_IT/process/
H A Dstable-api-nonsense.rst209 e per i loro commenti sulle prime bozze di questo articolo.
/linux/rust/pin-init/
H A DREADME.md82 requires it to be pinned to be locked and thus is a prime candidate for using this library.
/linux/Documentation/admin-guide/device-mapper/
H A Dcache.rst166 been discarded. A prime example of this is when mkfs discards the
/linux/Documentation/networking/device_drivers/ethernet/3com/
H A Dvortex.rst17 Don is no longer the prime maintainer of this version of the driver.
/linux/Documentation/security/keys/
H A Dcore.rst843 - The prime, p, known to both parties
850 result = base ^ private (mod prime)
858 - The buffer length must be at least the length of the prime, or zero.
/linux/Documentation/scheduler/
H A Dsched-util-clamp.rst45 dropped. It can also dynamically 'prime' up these tasks if it knows in the
/linux/lib/
H A DKconfig.debug3352 Enabling this option will include tests that compare the prime number

12