/openbmc/linux/fs/btrfs/ |
H A D | zstd.c | 42 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 D | zlib.c | 26 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 D | lzo.c | 64 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 D | compression.c | 595 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 947 struct list_head *workspace; in btrfs_decompress() local
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | utilcmds.py | 23 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 D | standard.py | 31 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 D | build_image.py | 22 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 D | upgrade.py | 93 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 D | deploy.py | 136 def deploy(args, config, basepath, workspace): argument 282 def undeploy(args, config, basepath, workspace): argument
|
H A D | ide_sdk.py | 84 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 D | sdk.py | 99 def sdk_update(args, config, basepath, workspace): argument 241 def sdk_install(args, config, basepath, workspace): argument
|
H A D | package.py | 17 def package(args, config, basepath, workspace): argument
|
H A D | runqemu.py | 19 def runqemu(args, config, basepath, workspace): argument
|
H A D | menuconfig.py | 33 def menuconfig(args, config, basepath, workspace): argument
|
H A D | build_sdk.py | 22 def build_sdk(args, config, basepath, workspace): argument
|
H A D | import.py | 21 def devimport(args, config, basepath, workspace): argument
|
H A D | search.py | 19 def search(args, config, basepath, workspace): argument
|
/openbmc/openbmc/poky/meta-selftest/lib/devtool/ |
H A D | bbpath.py | 13 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 D | test.py | 3 def selftest_reverse(args, config, basepath, workspace): argument
|
/openbmc/linux/fs/squashfs/ |
H A D | zstd_wrapper.c | 23 struct workspace { struct 31 struct workspace *wksp = kmalloc(sizeof(*wksp), GFP_KERNEL); in zstd_init() argument
|
/openbmc/linux/lib/zstd/ |
H A D | zstd_decompress_module.c | 47 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 D | zstd_compress_module.c | 88 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 D | zstd_compress_superblock.c | 305 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 D | devtool | 20 workspace = {} variable 135 def create_workspace(args, config, basepath, workspace): argument
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | devtool | 20 workspace = {} variable 135 def create_workspace(args, config, basepath, workspace): argument
|