| /kernel/linux/linux-6.6/drivers/gpu/drm/ttm/ |
| H A D | ttm_module.c | 62 pgprot_t ttm_prot_from_caching(enum ttm_caching caching, pgprot_t tmp) in ttm_prot_from_caching() argument
|
| H A D | ttm_bo_util.c | 294 enum ttm_caching caching; in ttm_io_prot() local [all...] |
| H A D | ttm_tt.c | 133 ttm_tt_init_fields(struct ttm_tt *ttm, struct ttm_buffer_object *bo, uint32_t page_flags, enum ttm_caching caching, unsigned long extra_pages) ttm_tt_init_fields() argument 147 ttm_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo, uint32_t page_flags, enum ttm_caching caching, unsigned long extra_pages) ttm_tt_init() argument 178 ttm_sg_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo, uint32_t page_flags, enum ttm_caching caching) ttm_sg_tt_init() argument
|
| H A D | ttm_pool.c | 132 static void ttm_pool_free_page(struct ttm_pool *pool, enum ttm_caching caching, in ttm_pool_free_page() argument 163 ttm_pool_apply_caching(struct page **first, struct page **last, enum ttm_caching caching) ttm_pool_apply_caching() argument 258 ttm_pool_type_init(struct ttm_pool_type *pt, struct ttm_pool *pool, enum ttm_caching caching, unsigned int order) ttm_pool_type_init() argument 286 ttm_pool_select_type(struct ttm_pool *pool, enum ttm_caching caching, unsigned int order) ttm_pool_select_type() argument 383 ttm_pool_free_range(struct ttm_pool *pool, struct ttm_tt *tt, enum ttm_caching caching, pgoff_t start_page, pgoff_t end_page) ttm_pool_free_range() argument 424 struct page **caching = tt->pages; ttm_pool_alloc() local [all...] |
| /kernel/linux/linux-6.6/include/drm/ttm/ |
| H A D | ttm_pool.h | 52 enum ttm_caching caching; member 78 } caching[TTM_NUM_CACHING_TYPES]; member
|
| H A D | ttm_tt.h | 105 enum ttm_caching caching; member
|
| H A D | ttm_resource.h | 193 enum ttm_caching caching; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_sgdma.c | 73 enum ttm_caching caching; in nouveau_sgdma_create_ttm() local
|
| /kernel/linux/linux-5.10/drivers/acpi/ |
| H A D | acpi_memhotplug.c | 49 unsigned short caching; /* memory cache attribute */ member
|
| /kernel/linux/linux-5.10/drivers/xen/ |
| H A D | xen-acpi-memhotplug.c | 25 unsigned short caching; /* memory cache attribute */ member
|
| /kernel/linux/linux-6.6/drivers/acpi/ |
| H A D | acpi_memhotplug.c | 49 unsigned short caching; /* memory cache attribute */ member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ttm/tests/ |
| H A D | ttm_pool_test.c | 143 enum ttm_caching caching = ttm_uncached; in ttm_pool_alloc_basic() local 205 enum ttm_caching caching = ttm_uncached; in ttm_pool_alloc_basic_dma_addr() local 244 enum ttm_caching caching = ttm_uncached; in ttm_pool_alloc_order_caching_match() local 50 ttm_tt_kunit_init(struct kunit *test, uint32_t page_flags, enum ttm_caching caching, size_t size) ttm_tt_kunit_init() argument 73 ttm_pool_pre_populated(struct kunit *test, size_t size, enum ttm_caching caching) ttm_pool_pre_populated() argument 306 enum ttm_caching caching = ttm_uncached; ttm_pool_alloc_order_mismatch() local 342 enum ttm_caching caching = ttm_uncached; ttm_pool_free_dma_alloc() local 373 enum ttm_caching caching = ttm_uncached; ttm_pool_free_no_dma_alloc() local 401 enum ttm_caching caching = ttm_uncached; ttm_pool_fini_basic() local [all...] |
| /kernel/linux/linux-6.6/fs/afs/ |
| H A D | write.c | 35 static void afs_folio_start_fscache(bool caching, struct folio *folio) in afs_folio_start_fscache() argument 41 static void afs_folio_start_fscache(bool caching, struct folio *folio) in afs_folio_start_fscache() argument 592 bool caching = fscache_cookie_enabled(afs_vnode_cache(vnode)); in afs_write_back_from_locked_folio() local 461 afs_extend_writeback(struct address_space *mapping, struct afs_vnode *vnode, long *_count, loff_t start, loff_t max_len, bool new_content, bool caching, unsigned int *_len) afs_extend_writeback() argument 1047 afs_write_to_cache(struct afs_vnode *vnode, loff_t start, size_t len, loff_t i_size, bool caching) afs_write_to_cache() argument 1053 afs_write_to_cache_done, vnode, caching); afs_write_to_cache() local [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
| H A D | radeon_ttm.c | 492 enum ttm_caching caching; in radeon_ttm_tt_create() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ttm/ |
| H A D | ttm_bo.c | 878 uint32_t caching = proposed_placement & TTM_PL_MASK_CACHING; in ttm_bo_select_caching() local
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | fscache.h | 586 fscache_clear_page_bits(struct address_space *mapping, loff_t start, size_t len, bool caching) fscache_clear_page_bits() argument 617 fscache_write_to_cache(struct fscache_cookie *cookie, struct address_space *mapping, loff_t start, size_t len, loff_t i_size, netfs_io_terminated_t term_func, void *term_func_priv, bool caching) fscache_write_to_cache() argument [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_ttm.c | 279 enum ttm_caching caching; in i915_ttm_tt_create() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/ |
| H A D | nicvf_queues.h | 250 u8 caching; member
|
| H A D | q_struct.h | 595 u64 caching:1; member
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/ |
| H A D | nicvf_queues.h | 250 u8 caching; member
|
| /kernel/linux/linux-6.6/fs/ceph/ |
| H A D | addr.c | 530 static void ceph_fscache_write_to_cache(struct inode *inode, u64 off, u64 len, bool caching) in ceph_fscache_write_to_cache() argument 543 static inline void ceph_fscache_write_to_cache(struct inode *inode, u64 off, u64 len, bool caching) in ceph_fscache_write_to_cache() argument 670 bool caching = ceph_is_cache_enabled(inode); in writepage_nounlock() local 940 bool caching = ceph_is_cache_enabled(inode); in ceph_writepages_start() local [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ttm.c | 1073 enum ttm_caching caching; in amdgpu_ttm_tt_create() local
|
| /kernel/linux/linux-5.10/drivers/md/bcache/ |
| H A D | bcache.h | 529 struct closure caching; member
|
| /kernel/linux/linux-5.10/include/acpi/ |
| H A D | acrestyp.h | 237 u8 caching; member
|
| /kernel/linux/linux-6.6/fs/smb/client/ |
| H A D | file.c | 4519 bool caching = fscache_cookie_enabled(cifs_inode_cookie(ractl->mapping->host)) && in cifs_readahead() local
|