Home
last modified time | relevance | path

Searched defs:workspace (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dzstd.c42 struct workspace { struct
61 * workspace. argument
198 struct workspace *workspace; in zstd_cleanup_workspace_manager() local
230 struct workspace *workspace; in zstd_find_workspace() local
306 struct workspace *workspace = list_to_workspace(ws); in zstd_put_workspace() local
336 struct workspace *workspace = list_entry(ws, struct workspace, list); in zstd_free_workspace() local
345 struct workspace *workspace; in zstd_alloc_workspace() local
373 struct workspace *workspace = list_entry(ws, struct workspace, list); in zstd_compress_pages() local
548 struct workspace *workspace = list_entry(ws, struct workspace, list); in zstd_decompress_bio() local
628 struct workspace *workspace = list_entry(ws, struct workspace, list); in zstd_decompress() local
H A Dzlib.c26 struct workspace { struct
39 struct workspace *workspace = list_entry(ws, struct workspace, list); in zlib_get_workspace() argument
48 struct workspace *workspace = list_entry(ws, struct workspace, list); in zlib_free_workspace() local
57 struct workspace *workspace; in zlib_alloc_workspace() local
98 struct workspace *workspace = list_entry(ws, struct workspace, list); in zlib_compress_pages() local
279 struct workspace *workspace = list_entry(ws, struct workspace, list); in zlib_decompress_bio() local
372 struct workspace *workspace = list_entry(ws, struct workspace, list); in zlib_decompress() local
H A Dlzo.c57 struct workspace { struct
68 struct workspace *workspace = list_entry(ws, struct workspace, list); in lzo_free_workspace() argument
78 struct workspace *workspace; in lzo_alloc_workspace() local
118 struct workspace *workspace = list_entry(ws, struct workspace, list); in lzo_compress_pages() local
284 struct workspace *workspace = list_entry(ws, struct workspace, list); in lzo_decompress_bio() local
427 struct workspace *workspace = list_entry(ws, struct workspace, list); in lzo_decompress() local
H A Dcompression.c837 struct heuristic_ws *workspace; in free_heuristic_ws() local
921 struct list_head *workspace; in btrfs_init_workspace_manager() local
967 struct list_head *workspace; in btrfs_get_workspace() local
1157 struct list_head *workspace; in btrfs_compress_pages() local
1184 struct list_head *workspace; in btrfs_decompress_bio() local
1203 struct list_head *workspace; in btrfs_decompress() local
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dstandard.py31 def add(args, config, basepath, workspace): argument
408 def extract(args, config, basepath, workspace): argument
432 def sync(args, config, basepath, workspace): argument
486 def _extract_source(srctree, keep_temp, devbranch, sync, config, basepath, workspace, fixed_setup, … argument
778 def modify(args, config, basepath, workspace): argument
997 def rename(args, config, basepath, workspace): argument
1518 def _update_recipe_srcrev(recipename, workspace, srctree, rd, appendlayerdir, wildcard_version, no_… argument
1613 def _update_recipe_patch(recipename, workspace, srctree, rd, appendlayerdir, wildcard_version, no_r… argument
1784 def _update_recipe(recipename, workspace, rd, mode, appendlayerdir, wildcard_version, no_remove, in… argument
1852 def update_recipe(args, config, basepath, workspace): argument
[all …]
H A Dutilcmds.py23 def _find_recipe_path(args, config, basepath, workspace): argument
42 def find_recipe(args, config, basepath, workspace): argument
49 def edit_recipe(args, config, basepath, workspace): argument
54 def configure_help(args, config, basepath, workspace): argument
H A Dbuild_image.py22 def _get_packages(tinfoil, workspace, config): argument
35 def build_image(args, config, basepath, workspace): argument
65 def build_image_task(config, basepath, workspace, image, add_packages=None, task=None, extra_append… argument
H A Dupgrade.py91 def _write_append(rc, srctreebase, srctree, same_dir, no_same_dir, rev, copied, workspace, d): argument
310 …pe(newpv, md5, sha256, srcrev, srcbranch, srcsubdir_old, srcsubdir_new, workspace, tinfoil, rd, li… argument
502 def upgrade(args, config, basepath, workspace): argument
590 def latest_version(args, config, basepath, workspace): argument
610 def check_upgrade_status(args, config, basepath, workspace): argument
H A Ddeploy.py138 def deploy(args, config, basepath, workspace): argument
270 def undeploy(args, config, basepath, workspace): argument
H A Dsdk.py99 def sdk_update(args, config, basepath, workspace): argument
241 def sdk_install(args, config, basepath, workspace): argument
H A Dbuild_sdk.py22 def build_sdk(args, config, basepath, workspace): argument
H A Drunqemu.py19 def runqemu(args, config, basepath, workspace): argument
H A Dpackage.py17 def package(args, config, basepath, workspace): argument
H A Dmenuconfig.py31 def menuconfig(args, config, basepath, workspace): argument
H A Dimport.py21 def devimport(args, config, basepath, workspace): argument
H A Dsearch.py19 def search(args, config, basepath, workspace): argument
H A D__init__.py142 def check_workspace_recipe(workspace, pn, checksrc=True, bbclassextend=False): argument
312 def update_unlockedsigs(basepath, workspace, fixed_setup, extra=None): argument
H A Dexport.py22 def export(args, config, basepath, workspace): argument
H A Dbuild.py44 def build(args, config, basepath, workspace): argument
/OK3568_Linux_fs/kernel/fs/squashfs/
H A Dzstd_wrapper.c23 struct workspace { struct
31 struct workspace *wksp = kmalloc(sizeof(*wksp), GFP_KERNEL); in zstd_init() argument
/OK3568_Linux_fs/yocto/poky/meta-selftest/lib/devtool/
H A Dbbpath.py13 def print_name(args, config, basepath, workspace): argument
16 def print_bbdir(args, config, basepath, workspace): argument
19 def print_registered(args, config, basepath, workspace): argument
23 def multiloaded(args, config, basepath, workspace): argument
H A Dtest.py3 def selftest_reverse(args, config, basepath, workspace): argument
/OK3568_Linux_fs/kernel/lib/zstd/
H A Dhuf_decompress.c90 size_t HUF_readDTableX2_wksp(HUF_DTable *DTable, const void *src, size_t srcSize, void *workspace, … in HUF_readDTableX2_wksp()
232 …*DCtx, void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, void *workspace, size_t works… in HUF_decompress1X2_DCtx_wksp()
363 …*dctx, void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, void *workspace, size_t works… in HUF_decompress4X2_DCtx_wksp()
482 size_t HUF_readDTableX4_wksp(HUF_DTable *DTable, const void *src, size_t srcSize, void *workspace, … in HUF_readDTableX4_wksp()
692 …*DCtx, void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, void *workspace, size_t works… in HUF_decompress1X4_DCtx_wksp()
825 …*dctx, void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, void *workspace, size_t works… in HUF_decompress4X4_DCtx_wksp()
901 …*dctx, void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, void *workspace, size_t works… in HUF_decompress4X_DCtx_wksp()
924 …*dctx, void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, void *workspace, size_t works… in HUF_decompress4X_hufOnly_wksp()
939 …*dctx, void *dst, size_t dstSize, const void *cSrc, size_t cSrcSize, void *workspace, size_t works… in HUF_decompress1X_DCtx_wksp()
H A Dfse_decompress.c88 …hort *normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void *workspace, size_t works… in FSE_buildDTable_wksp()
287 …e_t dstCapacity, const void *cSrc, size_t cSrcSize, unsigned maxLog, void *workspace, size_t works… in FSE_decompress_wksp()
/OK3568_Linux_fs/yocto/poky/scripts/
H A Ddevtool20 workspace = {} variable
135 def create_workspace(args, config, basepath, workspace): argument

12