| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | ttm_object.c | 490 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 D | ttm_object.h | 290 struct ttm_prime_object *prime,
|
| /linux/include/linux/ |
| H A D | prime_numbers.h | 21 #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 D | Kconfig | 9 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 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/arch/arm/boot/dts/samsung/ |
| H A D | exynos4412-odroidx2.dts | 12 #include "exynos4412-prime.dtsi"
|
| H A D | exynos4412-odroidu3.dts | 14 #include "exynos4412-prime.dtsi"
|
| /linux/include/uapi/linux/ |
| H A D | keyctl.h | 82 __s32 prime; member
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_file.c | 170 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 D | drm_file.h | 400 struct drm_prime_file_private prime; member
|
| /linux/security/keys/ |
| H A D | dh.c | 179 dlen = dh_data_from_key(pcopy.prime, &dh_inputs.p); in __keyctl_dh_compute()
|
| /linux/Documentation/i2c/ |
| H A D | dma-considerations.rst | 6 transferred are small, it is not considered a prime user of DMA access. At this
|
| /linux/Documentation/dev-tools/ |
| H A D | propeller.rst | 116 event period. We suggest using a suitable prime number, like 500009,
|
| /linux/Documentation/translations/it_IT/locking/ |
| H A D | lockstat.rst | 159 Questo estratto mostra le statistiche delle prime due classi di
|
| /linux/net/netfilter/ipvs/ |
| H A D | Kconfig | 304 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 D | stable-api-nonsense.rst | 209 e per i loro commenti sulle prime bozze di questo articolo.
|
| /linux/rust/pin-init/ |
| H A D | README.md | 82 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 D | cache.rst | 166 been discarded. A prime example of this is when mkfs discards the
|
| /linux/Documentation/networking/device_drivers/ethernet/3com/ |
| H A D | vortex.rst | 17 Don is no longer the prime maintainer of this version of the driver.
|
| /linux/Documentation/security/keys/ |
| H A D | core.rst | 843 - 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 D | sched-util-clamp.rst | 45 dropped. It can also dynamically 'prime' up these tasks if it knows in the
|
| /linux/lib/ |
| H A D | Kconfig.debug | 3352 Enabling this option will include tests that compare the prime number
|