Home
last modified time | relevance | path

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

12345678910>>...14

/OK3568_Linux_fs/yocto/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)
/OK3568_Linux_fs/yocto/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 …]
/OK3568_Linux_fs/kernel/fs/lockd/
H A Dmon.c319 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 …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/mk/
H A Dcc-option.mk2 _cc-opt-cached-var-name = $(subst =,~,$(strip cached-cc-option-$(1)-$(subst $(empty) $(empty),,$(CC…
4 $(eval _var_name := $(call _cc-opt-cached-var-name,$(1)))
11 _ld-opt-cached-var-name = $(subst =,~,$(subst $(empty) $(empty),,$(strip cached-ld-option-$(1)-$(LD…
13 $(eval _var_name := $(call _ld-opt-cached-var-name,$(1)))
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/mk/
H A Dcc-option.mk2 _cc-opt-cached-var-name = $(subst =,~,$(strip cached-cc-option-$(1)-$(subst $(empty) $(empty),,$(CC…
4 $(eval _var_name := $(call _cc-opt-cached-var-name,$(1)))
11 _ld-opt-cached-var-name = $(subst =,~,$(subst $(empty) $(empty),,$(strip cached-ld-option-$(1)-$(LD…
13 $(eval _var_name := $(call _ld-opt-cached-var-name,$(1)))
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsmt.c10 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()
/OK3568_Linux_fs/kernel/drivers/mtd/maps/
H A Dpxa2xx-flash.c28 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()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dextent-io-tree.h94 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()
/OK3568_Linux_fs/yocto/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;
/OK3568_Linux_fs/buildroot/package/python-cached-property/
H A Dpython-cached-property.hash1 # md5, sha256 from https://pypi.org/pypi/cached-property/json
2 md5 3451c63f8733ea0756ca1dd2b0c04bb8 cached-property-1.5.2.tar.gz
3 sha256 9fa5755838eecbb2d234c3aa390bd80fbd3ac6b6869109bfc1b499f7bd89a130 cached-property-1.5.2.tar…
H A DConfig.in2 bool "python-cached-property"
6 https://github.com/pydanny/cached-property
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dsi/pll/
H A Ddsi_pll_10nm.c536 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 …]
H A Ddsi_pll_7nm.c562 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 …]
/OK3568_Linux_fs/kernel/fs/proc/
H A Dmeminfo.c36 long cached; in meminfo_proc_show() local
46 cached = global_node_page_state(NR_FILE_PAGES) - in meminfo_proc_show()
48 if (cached < 0) in meminfo_proc_show()
49 cached = 0; in meminfo_proc_show()
62 show_val_kb(m, "Cached: ", cached); in meminfo_proc_show()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcm_l2_filter.h79 uint8 *ip, uint8 ip_ver, bool cached, unsigned int entry_tickcnt);
81 uint8 *ip, uint8 ip_ver, bool cached);
83 uint8 ip_ver, bool cached, unsigned int entry_tickcnt);
86 uint8 *ip, uint8 ip_ver, bool cached, unsigned int entry_tickcnt);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcm_l2_filter.h79 uint8 *ip, uint8 ip_ver, bool cached, unsigned int entry_tickcnt);
81 uint8 *ip, uint8 ip_ver, bool cached);
83 uint8 ip_ver, bool cached, unsigned int entry_tickcnt);
86 uint8 *ip, uint8 ip_ver, bool cached, unsigned int entry_tickcnt);
/OK3568_Linux_fs/buildroot/package/mupdf/
H A D0003-Bug-703791-Stay-within-hash-table-max-key-size-in-cached-color-converter.patch4 Subject: [PATCH] Bug 703791: Stay within hash table max key size in cached
81 fz_find_color_converter(ctx, &cached->base, ss, ds, is, params);
82 - cached->hash = fz_new_hash_table(ctx, 256, n * sizeof(float), -1, fz_free);
84 + cached->hash = fz_new_hash_table(ctx, 256, n * sizeof(float), -1, fz_free);
86 + fz_warn(ctx, "colorspace has too many components to be cached");
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dreproducible.py161 cached, efile = d.getVar('__CACHED_SOURCE_DATE_EPOCH') or (None, None)
162 if cached and efile == epochfile:
163 return cached
165 if cached and epochfile != efile:
/OK3568_Linux_fs/buildroot/package/lvgl/lvgl/
H A D0004-add-_lv_img_cache_get_info.patch23 + /*Is the image cached?*/
55 + /*The image is not cached then cache it now*/
65 * Set the number of images to be cached.
66 * More cached images mean more opened image at same time which might mean more memory usage.
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcm_l2_filter.c342 uint8 *ip, uint8 ip_ver, bool cached, unsigned int entry_tickcnt) in bcm_l2_filter_parp_modifyentry() argument
361 if (cached) { in bcm_l2_filter_parp_modifyentry()
390 uint8 *ip, uint8 ip_ver, bool cached, unsigned int entry_tickcnt) in bcm_l2_filter_parp_addentry() argument
419 if (cached) { in bcm_l2_filter_parp_addentry()
438 uint8 *ip, uint8 ip_ver, bool cached) in bcm_l2_filter_parp_delentry() argument
456 if (cached) { in bcm_l2_filter_parp_delentry()
466 if (cached) { in bcm_l2_filter_parp_delentry()
492 bcm_l2_filter_parp_findentry(arp_table_t* arp_tbl, uint8 *ip, uint8 ip_ver, bool cached, in bcm_l2_filter_parp_findentry() argument
509 if (cached) { in bcm_l2_filter_parp_findentry()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcm_l2_filter.c342 uint8 *ip, uint8 ip_ver, bool cached, unsigned int entry_tickcnt) in bcm_l2_filter_parp_modifyentry() argument
361 if (cached) { in bcm_l2_filter_parp_modifyentry()
390 uint8 *ip, uint8 ip_ver, bool cached, unsigned int entry_tickcnt) in bcm_l2_filter_parp_addentry() argument
419 if (cached) { in bcm_l2_filter_parp_addentry()
438 uint8 *ip, uint8 ip_ver, bool cached) in bcm_l2_filter_parp_delentry() argument
456 if (cached) { in bcm_l2_filter_parp_delentry()
466 if (cached) { in bcm_l2_filter_parp_delentry()
492 bcm_l2_filter_parp_findentry(arp_table_t* arp_tbl, uint8 *ip, uint8 ip_ver, bool cached, in bcm_l2_filter_parp_findentry() argument
509 if (cached) { in bcm_l2_filter_parp_findentry()
/OK3568_Linux_fs/kernel/lib/zstd/
H A Dfse_compress.c382 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()
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dsram.c122 int cached = 1; in omap2_map_sram() local
132 cached = 0; in omap2_map_sram()
136 omap_sram_skip, cached); in omap2_map_sram()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c696 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 …]

12345678910>>...14