Home
last modified time | relevance | path

Searched refs:cached (Results 1 – 25 of 271) sorted by relevance

1234567891011

/openbmc/linux/tools/lib/api/fs/
H A Dcgroup.c17 static struct cgroupfs_cache_entry *cached; variable
27 if (cached && !strcmp(cached->subsys, subsys)) { in cgroupfs_find_mountpoint()
28 if (strlen(cached->mountpoint) < maxlen) { in cgroupfs_find_mountpoint()
29 strcpy(buf, cached->mountpoint); in cgroupfs_find_mountpoint()
94 if (!cached) in cgroupfs_find_mountpoint()
95 cached = calloc(1, sizeof(*cached)); in cgroupfs_find_mountpoint()
97 if (cached) { in cgroupfs_find_mountpoint()
98 strncpy(cached->subsys, subsys, sizeof(cached->subsys) - 1); in cgroupfs_find_mountpoint()
99 strcpy(cached->mountpoint, mountpoint); in cgroupfs_find_mountpoint()
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dget_module_deps3.py145 cached = '' variable
150 cached = sys.modules['%s' % item].__cached__ variable
164 if cached is not None:
166 log.write(cached + '\n')
167 cached = fix_path(cached) variable
168 cached = cached.replace(cpython_tag,'*') variable
169 if "_sysconfigdata" in cached:
170 cached = cached.replace(sysconfig._get_sysconfigdata_name(), "_sysconfigdata*") variable
171 print (cached)
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dmrbsection.js39 var cached = getCached(build);
40 return cached.state &&
41 cached.state !== build.state &&
48 var cached = getCached(build);
49 return (cached.state !== build.state);
54 var cached = getCached(build);
55 return (cached.tasks_complete_percentage !== build.tasks_complete_percentage);
60 var cached = getCached(build);
61 return (cached.recipes_parsed_percentage !== build.recipes_parsed_percentage);
66 var cached = getCached(build);
[all …]
/openbmc/linux/fs/lockd/
H A Dmon.c343 if (cached != NULL) { in nsm_get_handle()
344 refcount_inc(&cached->sm_count); in nsm_get_handle()
348 "cnt %d\n", cached->sm_name, in nsm_get_handle()
349 cached->sm_addrbuf, in nsm_get_handle()
351 return cached; in nsm_get_handle()
382 struct nsm_handle *cached; in nsm_reboot_lookup() local
388 if (unlikely(cached == NULL)) { in nsm_reboot_lookup()
392 return cached; in nsm_reboot_lookup()
395 refcount_inc(&cached->sm_count); in nsm_reboot_lookup()
399 cached->sm_name, cached->sm_addrbuf, in nsm_reboot_lookup()
[all …]
/openbmc/linux/lib/zstd/compress/
H A Dhist.c91 { U32 cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp() local
93 U32 c = cached; cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp()
98 c = cached; cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp()
103 c = cached; cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp()
108 c = cached; cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp()
/openbmc/linux/drivers/mtd/maps/
H A Dpxa2xx-flash.c26 unsigned long start = (unsigned long)map->cached + from; in pxa2xx_map_inval_cache()
70 info->map.cached = ioremap_cache(info->map.phys, info->map.size); in pxa2xx_flash_probe()
71 if (!info->map.cached) in pxa2xx_flash_probe()
87 if (info->map.cached) in pxa2xx_flash_probe()
88 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()
/openbmc/linux/fs/btrfs/
H A Dextent-io-tree.h120 struct extent_state **cached);
123 struct extent_state **cached);
139 u32 bits, struct extent_state **cached,
144 struct extent_state **cached) in clear_extent_bit() argument
146 return __clear_extent_bit(tree, start, end, bits, cached, NULL); in clear_extent_bit()
150 struct extent_state **cached) in unlock_extent() argument
152 return __clear_extent_bit(tree, start, end, EXTENT_LOCKED, cached, NULL); in unlock_extent()
174 u64 end, struct extent_state **cached) in clear_extent_dirty() argument
178 EXTENT_DO_ACCOUNTING, cached); in clear_extent_dirty()
H A Dextent-io-tree.c598 cached = *cached_state; in __clear_extent_bit()
605 if (cached && extent_state_in_tree(cached) && in __clear_extent_bit()
606 cached->start <= start && cached->end > start) { in __clear_extent_bit()
609 state = cached; in __clear_extent_bit()
1577 cached = *cached_state; in count_range_bits()
1582 if (cached->start <= cur_start && cur_start <= cached->end) { in count_range_bits()
1583 state = cached; in count_range_bits()
1596 state = cached; in count_range_bits()
1654 if (cached && extent_state_in_tree(cached) && cached->start <= start && in test_range_bit()
1655 cached->end > start) in test_range_bit()
[all …]
/openbmc/qemu/include/
H A Dglib-compat.h134 static int cached = -1; in qemu_g_test_slow() local
135 if (cached == -1) { in qemu_g_test_slow()
136 cached = g_test_slow() || getenv("G_TEST_SLOW") != NULL; in qemu_g_test_slow()
138 return cached; in qemu_g_test_slow()
/openbmc/linux/tools/perf/util/
H A Dsmt.c9 static bool cached; in smt_on() local
13 if (cached) in smt_on()
21 cached = true; in smt_on()
/openbmc/linux/tools/perf/arch/x86/util/
H A Dtopdown.c14 static bool cached; in topdown_sys_has_perf_metrics() local
17 if (cached) in topdown_sys_has_perf_metrics()
30 cached = true; in topdown_sys_has_perf_metrics()
H A Dtsc.c61 static bool cached; in arch_get_tsc_freq() local
65 if (cached) in arch_get_tsc_freq()
68 cached = true; in arch_get_tsc_freq()
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0005-crashdump-elf.c-work-around-for-sysconf-_SC_NPROCESS.patch93 + static int cached = -1;
95 + ret = cached;
99 + cached = ret;
107 + static int cached = -1;
109 + ret = cached;
113 + cached = ret;
/openbmc/linux/fs/proc/
H A Dmeminfo.c38 long cached; in meminfo_proc_show() local
48 cached = global_node_page_state(NR_FILE_PAGES) - in meminfo_proc_show()
50 if (cached < 0) in meminfo_proc_show()
51 cached = 0; in meminfo_proc_show()
64 show_val_kb(m, "Cached: ", cached); in meminfo_proc_show()
/openbmc/linux/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_10nm.c487 struct pll_10nm_cached_state *cached = &pll_10nm->cached_state; in dsi_10nm_pll_save_state() local
491 cached->pll_out_div = dsi_phy_read(pll_10nm->phy->pll_base + in dsi_10nm_pll_save_state()
493 cached->pll_out_div &= 0x3; in dsi_10nm_pll_save_state()
496 cached->bit_clk_div = cmn_clk_cfg0 & 0xf; in dsi_10nm_pll_save_state()
497 cached->pix_clk_div = (cmn_clk_cfg0 & 0xf0) >> 4; in dsi_10nm_pll_save_state()
500 cached->pll_mux = cmn_clk_cfg1 & 0x3; in dsi_10nm_pll_save_state()
503 pll_10nm->phy->id, cached->pll_out_div, cached->bit_clk_div, in dsi_10nm_pll_save_state()
504 cached->pix_clk_div, cached->pll_mux); in dsi_10nm_pll_save_state()
517 val |= cached->pll_out_div; in dsi_10nm_pll_restore_state()
521 cached->bit_clk_div | (cached->pix_clk_div << 4)); in dsi_10nm_pll_restore_state()
[all …]
H A Ddsi_phy_7nm.c536 struct pll_7nm_cached_state *cached = &pll_7nm->cached_state; in dsi_7nm_pll_save_state() local
540 cached->pll_out_div = dsi_phy_read(pll_7nm->phy->pll_base + in dsi_7nm_pll_save_state()
542 cached->pll_out_div &= 0x3; in dsi_7nm_pll_save_state()
545 cached->bit_clk_div = cmn_clk_cfg0 & 0xf; in dsi_7nm_pll_save_state()
546 cached->pix_clk_div = (cmn_clk_cfg0 & 0xf0) >> 4; in dsi_7nm_pll_save_state()
549 cached->pll_mux = cmn_clk_cfg1 & 0x3; in dsi_7nm_pll_save_state()
552 pll_7nm->phy->id, cached->pll_out_div, cached->bit_clk_div, in dsi_7nm_pll_save_state()
553 cached->pix_clk_div, cached->pll_mux); in dsi_7nm_pll_save_state()
566 val |= cached->pll_out_div; in dsi_7nm_pll_restore_state()
570 cached->bit_clk_div | (cached->pix_clk_div << 4)); in dsi_7nm_pll_restore_state()
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dreproducible.py166 cached, efile = d.getVar('__CACHED_SOURCE_DATE_EPOCH') or (None, None)
167 if cached and efile == epochfile:
168 return cached
170 if cached and epochfile != efile:
/openbmc/linux/drivers/mtd/devices/
H A Dphram.c37 bool cached; member
88 if (phram->cached) in phram_map()
104 if (phram->cached) { in phram_unmap()
128 bool cached = np ? !of_property_read_bool(np, "no-map") : false; in register_device() local
136 new->cached = cached; in register_device()
/openbmc/linux/Documentation/filesystems/
H A Dfuse-io.rst10 - 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
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/Boot/
H A DPostCode.interface.yaml14 The max cached boot cycles for post code. It is used to indicate end
20 Method to get the cached post codes of the indicated boot cycle with
36 Method to get the cached post codes of the indicated boot cycle.
/openbmc/linux/arch/arm/mach-omap2/
H A Dsram.c184 int cached = 1; in omap2_map_sram() local
194 cached = 0; in omap2_map_sram()
201 omap_sram_base = __arm_ioremap_exec(omap_sram_start, omap_sram_size, cached); in omap2_map_sram()
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dwritecache.rst6 doesn't cache reads because reads are supposed to be cached in page cache
17 2. the underlying device that will be cached
58 new writes (however, writes to already cached blocks are
60 writes) and it will gradually writeback any cached
62 process with "dmsetup status". When the number of cached
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-iommu-intel-iommu15 The cached hardware capability register value
23 The cached hardware extended capability register
/openbmc/linux/drivers/gpu/drm/ttm/
H A Dttm_agp_backend.c55 int ret, cached = ttm->caching == ttm_cached; in ttm_agp_bind() local
77 mem->type = (cached) ? AGP_USER_CACHED_MEMORY : AGP_USER_MEMORY; in ttm_agp_bind()
/openbmc/linux/arch/s390/appldata/
H A Dappldata_mem.c54 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()

1234567891011