/kernel/linux/linux-5.10/fs/lockd/ |
D | mon.c | 319 struct nsm_handle *cached, *new = NULL; in nsm_get_handle() local 335 cached = nsm_lookup_hostname(&ln->nsm_handles, in nsm_get_handle() 338 cached = nsm_lookup_addr(&ln->nsm_handles, sap); in nsm_get_handle() 340 if (cached != NULL) { in nsm_get_handle() 341 refcount_inc(&cached->sm_count); in nsm_get_handle() 345 "cnt %d\n", cached->sm_name, in nsm_get_handle() 346 cached->sm_addrbuf, in nsm_get_handle() 347 refcount_read(&cached->sm_count)); in nsm_get_handle() 348 return cached; in nsm_get_handle() 379 struct nsm_handle *cached; in nsm_reboot_lookup() local [all …]
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | smt.c | 10 static bool cached; in smt_on() local 15 if (cached) in smt_on() 42 cached = true; in smt_on() 46 if (!cached) { in smt_on() 49 cached = true; in smt_on()
|
D | util.c | 60 static bool cached; in sysctl__nmi_watchdog_enabled() local 64 if (cached) in sysctl__nmi_watchdog_enabled() 71 cached = true; in sysctl__nmi_watchdog_enabled()
|
/kernel/linux/linux-5.10/drivers/mtd/maps/ |
D | pxa2xx-flash.c | 28 unsigned long start = (unsigned long)map->cached + from; in pxa2xx_map_inval_cache() 71 info->map.cached = ioremap_cache(info->map.phys, info->map.size); in pxa2xx_flash_probe() 72 if (!info->map.cached) in pxa2xx_flash_probe() 88 if (info->map.cached) in pxa2xx_flash_probe() 89 iounmap(info->map.cached); in pxa2xx_flash_probe() 109 if (info->map.cached) in pxa2xx_flash_remove() 110 iounmap(info->map.cached); in pxa2xx_flash_remove()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | extent-io-tree.h | 94 struct extent_state **cached); 118 struct extent_state **cached); 121 struct extent_state **cached, gfp_t mask, 130 u64 end, struct extent_state **cached) in unlock_extent_cached() argument 132 return __clear_extent_bit(tree, start, end, EXTENT_LOCKED, 1, 0, cached, in unlock_extent_cached() 137 u64 start, u64 end, struct extent_state **cached) in unlock_extent_cached_atomic() argument 139 return __clear_extent_bit(tree, start, end, EXTENT_LOCKED, 1, 0, cached, in unlock_extent_cached_atomic() 183 u64 end, struct extent_state **cached) in clear_extent_dirty() argument 187 EXTENT_DO_ACCOUNTING, 0, 0, cached); in clear_extent_dirty()
|
D | block-group.h | 102 int cached; member 296 return cache->cached == BTRFS_CACHE_FINISHED || in btrfs_block_group_done() 297 cache->cached == BTRFS_CACHE_ERROR; in btrfs_block_group_done()
|
D | ordered-data.c | 312 struct btrfs_ordered_extent **cached, in btrfs_dec_test_first_ordered_pending() argument 364 if (!ret && cached && entry) { in btrfs_dec_test_first_ordered_pending() 365 *cached = entry; in btrfs_dec_test_first_ordered_pending() 382 struct btrfs_ordered_extent **cached, in btrfs_dec_test_ordered_pending() argument 392 if (cached && *cached) { in btrfs_dec_test_ordered_pending() 393 entry = *cached; in btrfs_dec_test_ordered_pending() 427 if (!ret && cached && entry) { in btrfs_dec_test_ordered_pending() 428 *cached = entry; in btrfs_dec_test_ordered_pending()
|
D | ordered-data.h | 157 struct btrfs_ordered_extent **cached, 160 struct btrfs_ordered_extent **cached,
|
/kernel/linux/linux-5.10/fs/proc/ |
D | meminfo.c | 39 long cached; in meminfo_proc_show() local 54 cached = global_node_page_state(NR_FILE_PAGES) - in meminfo_proc_show() 56 if (cached < 0) in meminfo_proc_show() 57 cached = 0; in meminfo_proc_show() 77 show_val_kb(m, "Cached: ", cached); in meminfo_proc_show()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/pll/ |
D | dsi_pll_10nm.c | 536 struct pll_10nm_cached_state *cached = &pll_10nm->cached_state; in dsi_pll_10nm_save_state() local 540 cached->pll_out_div = pll_read(pll_10nm->mmio + in dsi_pll_10nm_save_state() 542 cached->pll_out_div &= 0x3; in dsi_pll_10nm_save_state() 545 cached->bit_clk_div = cmn_clk_cfg0 & 0xf; in dsi_pll_10nm_save_state() 546 cached->pix_clk_div = (cmn_clk_cfg0 & 0xf0) >> 4; in dsi_pll_10nm_save_state() 549 cached->pll_mux = cmn_clk_cfg1 & 0x3; in dsi_pll_10nm_save_state() 552 pll_10nm->id, cached->pll_out_div, cached->bit_clk_div, in dsi_pll_10nm_save_state() 553 cached->pix_clk_div, cached->pll_mux); in dsi_pll_10nm_save_state() 559 struct pll_10nm_cached_state *cached = &pll_10nm->cached_state; in dsi_pll_10nm_restore_state() local 566 val |= cached->pll_out_div; in dsi_pll_10nm_restore_state() [all …]
|
D | dsi_pll_7nm.c | 562 struct pll_7nm_cached_state *cached = &pll_7nm->cached_state; in dsi_pll_7nm_save_state() local 566 cached->pll_out_div = pll_read(pll_7nm->mmio + in dsi_pll_7nm_save_state() 568 cached->pll_out_div &= 0x3; in dsi_pll_7nm_save_state() 571 cached->bit_clk_div = cmn_clk_cfg0 & 0xf; in dsi_pll_7nm_save_state() 572 cached->pix_clk_div = (cmn_clk_cfg0 & 0xf0) >> 4; in dsi_pll_7nm_save_state() 575 cached->pll_mux = cmn_clk_cfg1 & 0x3; in dsi_pll_7nm_save_state() 578 pll_7nm->id, cached->pll_out_div, cached->bit_clk_div, in dsi_pll_7nm_save_state() 579 cached->pix_clk_div, cached->pll_mux); in dsi_pll_7nm_save_state() 585 struct pll_7nm_cached_state *cached = &pll_7nm->cached_state; in dsi_pll_7nm_restore_state() local 592 val |= cached->pll_out_div; in dsi_pll_7nm_restore_state() [all …]
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | fuse-io.rst | 10 - cached 20 In cached mode reads may be satisfied from the page cache, and data may be 24 The cached mode has two sub modes controlling how writes are handled. The 30 WRITE requests, as well as updating any cached pages (and caching previously
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
D | sram.c | 122 int cached = 1; in omap2_map_sram() local 132 cached = 0; in omap2_map_sram() 136 omap_sram_skip, cached); in omap2_map_sram()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/include/hmm/ |
D | hmm.h | 62 void *hmm_vmap(ia_css_ptr virt, bool cached); 75 void *hmm_isp_vaddr_to_host_vaddr(ia_css_ptr ptr, bool cached);
|
D | hmm_bo.h | 238 const void __user *userptr, bool cached); 259 void *hmm_bo_vmap(struct hmm_buffer_object *bo, bool cached);
|
/kernel/linux/linux-5.10/lib/zstd/ |
D | fse_compress.c | 382 U32 cached = ZSTD_read32(ip); in FSE_count_parallel_wksp() local 385 U32 c = cached; in FSE_count_parallel_wksp() 386 cached = ZSTD_read32(ip); in FSE_count_parallel_wksp() 392 c = cached; in FSE_count_parallel_wksp() 393 cached = ZSTD_read32(ip); in FSE_count_parallel_wksp() 399 c = cached; in FSE_count_parallel_wksp() 400 cached = ZSTD_read32(ip); in FSE_count_parallel_wksp() 406 c = cached; in FSE_count_parallel_wksp() 407 cached = ZSTD_read32(ip); in FSE_count_parallel_wksp()
|
/kernel/linux/linux-5.10/arch/arm/plat-omap/ |
D | sram.c | 98 unsigned long skip, int cached) in omap_map_sram() argument 109 omap_sram_base = __arm_ioremap_exec(start, size, cached); in omap_map_sram()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hmm/ |
D | hmm_bo.c | 696 bool cached, in alloc_private_pages() argument 728 cached); in alloc_private_pages() 744 cached); in alloc_private_pages() 807 if (!cached) { in alloc_private_pages() 881 const void __user *userptr, bool cached) in alloc_user_pages() argument 982 const void __user *userptr, bool cached) in hmm_bo_alloc_pages() argument 997 cached, &dynamic_pool, &reserved_pool); in hmm_bo_alloc_pages() 999 ret = alloc_user_pages(bo, userptr, cached); in hmm_bo_alloc_pages() 1228 void *hmm_bo_vmap(struct hmm_buffer_object *bo, bool cached) in hmm_bo_vmap() argument 1236 if (((bo->status & HMM_BO_VMAPED) && !cached) || in hmm_bo_vmap() [all …]
|
D | hmm.c | 230 bool cached = attrs & ATOMISP_MAP_FLAG_CACHED; in hmm_alloc() local 253 ret = hmm_bo_alloc_pages(bo, type, from_highmem, userptr, cached); in hmm_alloc() 273 __func__, bo->start, bytes, type, from_highmem, userptr, cached); in hmm_alloc() 623 void *hmm_vmap(ia_css_ptr virt, bool cached) in hmm_vmap() argument 636 ptr = hmm_bo_vmap(bo, cached); in hmm_vmap() 716 void *hmm_isp_vaddr_to_host_vaddr(ia_css_ptr ptr, bool cached) in hmm_isp_vaddr_to_host_vaddr() argument 718 return hmm_vmap(ptr, cached); in hmm_isp_vaddr_to_host_vaddr()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-iommu-intel-iommu | 15 The cached hardware capability register value 23 The cached hardware extended capability register
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/ |
D | ttm_agp_backend.c | 57 int ret, cached = (bo_mem->placement & TTM_PL_FLAG_CACHED); in ttm_agp_bind() local 79 mem->type = (cached) ? AGP_USER_CACHED_MEMORY : AGP_USER_MEMORY; in ttm_agp_bind()
|
/kernel/linux/linux-5.10/arch/s390/appldata/ |
D | appldata_mem.c | 54 u64 cached; /* size of (used) cache, w/o buffers */ member 102 mem_data->cached = P2K(global_node_page_state(NR_FILE_PAGES) in appldata_get_mem_data()
|
/kernel/linux/linux-5.10/drivers/block/ |
D | ps3vram.c | 429 unsigned int cached, count; in ps3vram_read() local 450 cached = CACHE_OFFSET + entry * priv->cache.page_size + offset; in ps3vram_read() 454 (unsigned int)from, cached, offset, avail, count); in ps3vram_read() 458 memcpy(buf, priv->xdr_buf + cached, avail); in ps3vram_read() 473 unsigned int cached, count; in ps3vram_write() local 491 cached = CACHE_OFFSET + entry * priv->cache.page_size + offset; in ps3vram_write() 495 cached, offset, avail, count); in ps3vram_write() 499 memcpy(priv->xdr_buf + cached, buf, avail); in ps3vram_write()
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | perf-buildid-cache.txt | 45 Remove a cached binary which has same build-id of specified file 49 Purge all cached binaries including older caches which have specified 53 Purge all cached binaries. This will flush out entire cache.
|
/kernel/linux/linux-5.10/arch/arm/plat-omap/include/plat/ |
D | sram.h | 5 unsigned long skip, int cached);
|