Home
last modified time | relevance | path

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

12

/openbmc/linux/fs/btrfs/
H A Dzstd.c42 struct workspace { struct
61 * workspace. argument
202 struct workspace *workspace; in zstd_cleanup_workspace_manager() local
234 struct workspace *workspace; in zstd_find_workspace() local
310 struct workspace *workspace = list_to_workspace(ws); in zstd_put_workspace() local
340 struct workspace *workspace = list_entry(ws, struct workspace, list); in zstd_free_workspace() local
349 struct workspace *workspace; in zstd_alloc_workspace() local
377 struct workspace *workspace = list_entry(ws, struct workspace, list); in zstd_compress_pages() local
544 struct workspace *workspace = list_entry(ws, struct workspace, list); in zstd_decompress_bio() local
622 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
273 struct workspace *workspace = list_entry(ws, struct workspace, list); in zlib_decompress_bio() local
360 struct workspace *workspace = list_entry(ws, struct workspace, list); in zlib_decompress() local
H A Dlzo.c64 struct workspace { struct
75 struct workspace *workspace = list_entry(ws, struct workspace, list); in lzo_free_workspace() argument
85 struct workspace *workspace; in lzo_alloc_workspace() local
216 struct workspace *workspace = list_entry(ws, struct workspace, list); in lzo_compress_pages() local
332 struct workspace *workspace = list_entry(ws, struct workspace, list); in lzo_decompress_bio() local
431 struct workspace *workspace = list_entry(ws, struct workspace, list); in lzo_decompress() local
H A Dcompression.c595 struct heuristic_ws *workspace; in free_heuristic_ws() local
679 struct list_head *workspace; in btrfs_init_workspace_manager() local
725 struct list_head *workspace; in btrfs_get_workspace() local
912 struct list_head *workspace; in btrfs_compress_pages() local
925 struct list_head *workspace; in btrfs_decompress_bio() local
946 struct list_head *workspace; in btrfs_decompress() local
/openbmc/openbmc/poky/scripts/lib/devtool/
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 Dstandard.py31 def add(args, config, basepath, workspace): argument
415 def extract(args, config, basepath, workspace): argument
439 def sync(args, config, basepath, workspace): argument
489 def _extract_source(srctree, keep_temp, devbranch, sync, config, basepath, workspace, fixed_setup, … argument
785 def modify(args, config, basepath, workspace): argument
1033 def rename(args, config, basepath, workspace): argument
1944 def update_recipe(args, config, basepath, workspace): argument
1980 def status(args, config, basepath, workspace): argument
1995 def _reset(recipes, no_clean, remove_work, config, basepath, workspace): argument
2098 def reset(args, config, basepath, workspace): argument
[all …]
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.py93 def _write_append(rc, srctreebase, srctree, same_dir, no_same_dir, revs, copied, workspace, d): argument
335 def _create_new_recipe(newpv, checksums, srcrev, srcbranch, srcsubdir_old, srcsubdir_new, workspace argument
537 def upgrade(args, config, basepath, workspace): argument
625 def latest_version(args, config, basepath, workspace): argument
645 def check_upgrade_status(args, config, basepath, workspace): argument
H A Ddeploy.py136 def deploy(args, config, basepath, workspace): argument
282 def undeploy(args, config, basepath, workspace): argument
H A Dide_sdk.py84 def _initialize(self, config, workspace, tinfoil): argument
95 def initialize(self, config, workspace, tinfoil): argument
124 def initialize(self, config, workspace, tinfoil): argument
324 def initialize(self, config, workspace, tinfoil): argument
849 def ide_setup(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 Dpackage.py17 def package(args, config, basepath, workspace): argument
H A Drunqemu.py19 def runqemu(args, config, basepath, workspace): argument
H A Dmenuconfig.py33 def menuconfig(args, config, basepath, workspace): argument
H A Dbuild_sdk.py22 def build_sdk(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
/openbmc/openbmc/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
/openbmc/linux/fs/squashfs/
H A Dzstd_wrapper.c23 struct workspace { struct
31 struct workspace *wksp = kmalloc(sizeof(*wksp), GFP_KERNEL); in zstd_init() argument
/openbmc/linux/lib/zstd/
H A Dzstd_decompress_module.c47 zstd_dctx *zstd_init_dctx(void *workspace, size_t workspace_size) in zstd_init_dctx()
68 zstd_dstream *zstd_init_dstream(size_t max_window_size, void *workspace, in zstd_init_dstream()
H A Dzstd_compress_module.c88 zstd_cctx *zstd_init_cctx(void *workspace, size_t workspace_size) in zstd_init_cctx()
111 unsigned long long pledged_src_size, void *workspace, size_t workspace_size) in zstd_init_cstream()
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress_superblock.c305 void* workspace, size_t wkspSize, in ZSTD_estimateSubBlockSize_literal()
330 void* workspace, size_t wkspSize) in ZSTD_estimateSubBlockSize_symbolType()
366 void* workspace, size_t wkspSize, in ZSTD_estimateSubBlockSize_sequences()
395 void* workspace, size_t wkspSize, in ZSTD_estimateSubBlockSize()
433 void* workspace, size_t wkspSize) in ZSTD_compressSubBlock_multi()
/openbmc/openbmc/poky/scripts/
H A Ddevtool20 workspace = {} variable
135 def create_workspace(args, config, basepath, workspace): argument
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Ddevtool20 workspace = {} variable
135 def create_workspace(args, config, basepath, workspace): argument

12