/openbmc/linux/lib/zstd/compress/ |
H A D | zstd_cwksp.h | 163 MEM_STATIC void ZSTD_cwksp_assert_internal_consistency(ZSTD_cwksp* ws) { in ZSTD_cwksp_assert_internal_consistency() 245 ZSTD_cwksp_reserve_internal_buffer_space(ZSTD_cwksp* ws, size_t const bytes) in ZSTD_cwksp_reserve_internal_buffer_space() 273 ZSTD_cwksp_internal_advance_phase(ZSTD_cwksp* ws, ZSTD_cwksp_alloc_phase_e phase) in ZSTD_cwksp_internal_advance_phase() 315 MEM_STATIC int ZSTD_cwksp_owns_buffer(const ZSTD_cwksp* ws, const void* ptr) in ZSTD_cwksp_owns_buffer() 324 ZSTD_cwksp_reserve_internal(ZSTD_cwksp* ws, size_t bytes, ZSTD_cwksp_alloc_phase_e phase) in ZSTD_cwksp_reserve_internal() 341 MEM_STATIC BYTE* ZSTD_cwksp_reserve_buffer(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_buffer() 349 MEM_STATIC void* ZSTD_cwksp_reserve_aligned(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_aligned() 362 MEM_STATIC void* ZSTD_cwksp_reserve_table(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_table() 398 MEM_STATIC void* ZSTD_cwksp_reserve_object(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_object() 425 MEM_STATIC void ZSTD_cwksp_mark_tables_dirty(ZSTD_cwksp* ws) in ZSTD_cwksp_mark_tables_dirty() [all …]
|
/openbmc/linux/drivers/base/power/ |
H A D | wakeup.c | 82 struct wakeup_source *ws; in wakeup_source_create() local 114 static void wakeup_source_record(struct wakeup_source *ws) in wakeup_source_record() 139 static void wakeup_source_free(struct wakeup_source *ws) in wakeup_source_free() 152 void wakeup_source_destroy(struct wakeup_source *ws) in wakeup_source_destroy() 167 void wakeup_source_add(struct wakeup_source *ws) in wakeup_source_add() 188 void wakeup_source_remove(struct wakeup_source *ws) in wakeup_source_remove() 217 struct wakeup_source *ws; in wakeup_source_register() local 239 void wakeup_source_unregister(struct wakeup_source *ws) in wakeup_source_unregister() 296 struct wakeup_source *wakeup_sources_walk_next(struct wakeup_source *ws) in wakeup_sources_walk_next() 312 static int device_wakeup_attach(struct device *dev, struct wakeup_source *ws) in device_wakeup_attach() [all …]
|
H A D | wakeup_stats.c | 41 struct wakeup_source *ws = dev_get_drvdata(dev); in active_time_ms_show() local 52 struct wakeup_source *ws = dev_get_drvdata(dev); in total_time_ms_show() local 68 struct wakeup_source *ws = dev_get_drvdata(dev); in max_time_ms_show() local 85 struct wakeup_source *ws = dev_get_drvdata(dev); in last_change_ms_show() local 94 struct wakeup_source *ws = dev_get_drvdata(dev); in name_show() local 104 struct wakeup_source *ws = dev_get_drvdata(dev); in prevent_suspend_time_ms_show() local 137 struct wakeup_source *ws) in wakeup_source_device_create() 177 int wakeup_source_sysfs_add(struct device *parent, struct wakeup_source *ws) in wakeup_source_sysfs_add() 206 void wakeup_source_sysfs_remove(struct wakeup_source *ws) in wakeup_source_sysfs_remove()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_helper.c | 98 void helper_msa_nloc_b(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nloc_b() 121 void helper_msa_nloc_h(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nloc_h() 136 void helper_msa_nloc_w(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nloc_w() 147 void helper_msa_nloc_d(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nloc_d() 156 void helper_msa_nlzc_b(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nlzc_b() 179 void helper_msa_nlzc_h(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nlzc_h() 194 void helper_msa_nlzc_w(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nlzc_w() 205 void helper_msa_nlzc_d(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_nlzc_d() 230 void helper_msa_pcnt_b(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_pcnt_b() 253 void helper_msa_pcnt_h(CPUMIPSState *env, uint32_t wd, uint32_t ws) in helper_msa_pcnt_h() [all …]
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-widechips-ws2401.c | 104 static void ws2401_read_mtp_id(struct ws2401 *ws) in ws2401_read_mtp_id() 128 static int ws2401_power_on(struct ws2401 *ws) in ws2401_power_on() 223 static int ws2401_power_off(struct ws2401 *ws) in ws2401_power_off() 233 struct ws2401 *ws = to_ws2401(panel); in ws2401_unprepare() local 246 struct ws2401 *ws = to_ws2401(panel); in ws2401_disable() local 262 struct ws2401 *ws = to_ws2401(panel); in ws2401_enable() local 278 struct ws2401 *ws = to_ws2401(panel); in ws2401_get_modes() local 320 struct ws2401 *ws = bl_get_data(bl); in ws2401_set_brightness() local 347 struct ws2401 *ws; in ws2401_probe() local 412 struct ws2401 *ws = spi_get_drvdata(spi); in ws2401_remove() local
|
/openbmc/linux/include/linux/ |
H A D | pm_wakeup.h | 66 #define for_each_wakeup_source(ws) \ argument 137 static inline void wakeup_source_destroy(struct wakeup_source *ws) {} in wakeup_source_destroy() 139 static inline void wakeup_source_add(struct wakeup_source *ws) {} in wakeup_source_add() 141 static inline void wakeup_source_remove(struct wakeup_source *ws) {} in wakeup_source_remove() 149 static inline void wakeup_source_unregister(struct wakeup_source *ws) {} in wakeup_source_unregister() 181 static inline void __pm_stay_awake(struct wakeup_source *ws) {} in __pm_stay_awake() 185 static inline void __pm_relax(struct wakeup_source *ws) {} in __pm_relax() 189 static inline void pm_wakeup_ws_event(struct wakeup_source *ws, in pm_wakeup_ws_event() 207 static inline void __pm_wakeup_event(struct wakeup_source *ws, unsigned int msec) in __pm_wakeup_event()
|
H A D | sbitmap.h | 129 struct sbq_wait_state *ws; member 571 struct sbq_wait_state *ws; in sbq_wait_ptr() local
|
/openbmc/linux/fs/btrfs/ |
H A D | compression.c | 94 static int compression_compress_pages(int type, struct list_head *ws, in compression_compress_pages() 125 static int compression_decompress_bio(struct list_head *ws, in compression_decompress_bio() 142 static int compression_decompress(int type, struct list_head *ws, in compression_decompress() 593 static void free_heuristic_ws(struct list_head *ws) in free_heuristic_ws() 607 struct heuristic_ws *ws; in alloc_heuristic_ws() local 660 static void free_workspace(int type, struct list_head *ws) in free_workspace() 705 struct list_head *ws; in btrfs_cleanup_workspace_manager() local 821 void btrfs_put_workspace(int type, struct list_head *ws) in btrfs_put_workspace() 852 static void put_workspace(int type, struct list_head *ws) in put_workspace() 1102 static u32 shannon_entropy(struct heuristic_ws *ws) in shannon_entropy() [all …]
|
H A D | zstd.c | 176 struct list_head *ws; in zstd_init_workspace_manager() local 233 struct list_head *ws; in zstd_find_workspace() local 269 struct list_head *ws; in zstd_get_workspace() local 308 void zstd_put_workspace(struct list_head *ws) in zstd_put_workspace() 338 void zstd_free_workspace(struct list_head *ws) in zstd_free_workspace() 373 int zstd_compress_pages(struct list_head *ws, struct address_space *mapping, in zstd_compress_pages() 542 int zstd_decompress_bio(struct list_head *ws, struct compressed_bio *cb) in zstd_decompress_bio() 618 int zstd_decompress(struct list_head *ws, const u8 *data_in, in zstd_decompress()
|
H A D | zlib.c | 38 struct list_head *ws = btrfs_get_workspace(BTRFS_COMPRESS_ZLIB, level); in zlib_get_workspace() local 46 void zlib_free_workspace(struct list_head *ws) in zlib_free_workspace() 94 int zlib_compress_pages(struct list_head *ws, struct address_space *mapping, in zlib_compress_pages() 271 int zlib_decompress_bio(struct list_head *ws, struct compressed_bio *cb) in zlib_decompress_bio() 356 int zlib_decompress(struct list_head *ws, const u8 *data_in, in zlib_decompress()
|
H A D | lzo.c | 73 void lzo_free_workspace(struct list_head *ws) in lzo_free_workspace() 212 int lzo_compress_pages(struct list_head *ws, struct address_space *mapping, in lzo_compress_pages() 330 int lzo_decompress_bio(struct list_head *ws, struct compressed_bio *cb) in lzo_decompress_bio() 427 int lzo_decompress(struct list_head *ws, const u8 *data_in, in lzo_decompress()
|
/openbmc/linux/lib/reed_solomon/ |
H A D | test_rslib.c | 98 static void free_ws(struct wspace *ws) in free_ws() 111 struct wspace *ws; in alloc_ws() local 151 static int get_rcw_we(struct rs_control *rs, struct wspace *ws, in get_rcw_we() 262 struct wspace *ws, int method) in test_uc() 313 static int ex_rs_helper(struct rs_control *rs, struct wspace *ws, in ex_rs_helper() 349 static int exercise_rs(struct rs_control *rs, struct wspace *ws, in exercise_rs() 368 struct wspace *ws) in test_bc() 407 static int exercise_rs_bc(struct rs_control *rs, struct wspace *ws, in exercise_rs_bc() 450 struct wspace *ws; in run_exercise() local
|
/openbmc/linux/lib/ |
H A D | sbitmap.c | 582 struct sbq_wait_state *ws = &sbq->ws[wake_index]; in __sbitmap_queue_wake_up() local 704 struct sbq_wait_state *ws = &sbq->ws[wake_index]; in sbitmap_queue_wake_all() local 737 struct sbq_wait_state *ws = &sbq->ws[i]; in sbitmap_queue_show() local 749 struct sbq_wait_state *ws, in sbitmap_add_wait_queue() 771 struct sbq_wait_state *ws, in sbitmap_prepare_to_wait() 782 void sbitmap_finish_wait(struct sbitmap_queue *sbq, struct sbq_wait_state *ws, in sbitmap_finish_wait()
|
/openbmc/linux/drivers/tty/hvc/ |
H A D | hvc_console.h | 47 struct winsize ws; member 89 static inline void hvc_resize(struct hvc_struct *hp, struct winsize ws) in hvc_resize()
|
/openbmc/linux/tools/perf/util/ |
H A D | term.c | 8 void get_term_dimensions(struct winsize *ws) in get_term_dimensions()
|
/openbmc/linux/drivers/isdn/mISDN/ |
H A D | hwchannel.c | 14 dchannel_bh(struct work_struct *ws) in dchannel_bh() 37 bchannel_bh(struct work_struct *ws) in bchannel_bh()
|
/openbmc/linux/drivers/clk/meson/ |
H A D | clk-phase.h | 25 struct parm ws; member
|
/openbmc/linux/drivers/md/ |
H A D | dm-era-target.c | 49 static void writeset_free(struct writeset *ws) in writeset_free() 75 static int writeset_alloc(struct writeset *ws, dm_block_t nr_blocks) in writeset_alloc() 89 static int writeset_init(struct dm_disk_bitset *info, struct writeset *ws, in writeset_init() 106 static bool writeset_marked(struct writeset *ws, dm_block_t block) in writeset_marked() 137 struct writeset *ws, uint32_t block) in writeset_test_and_set() 973 struct writeset *ws; in metadata_current_marked() local 1269 struct writeset *ws = era->md->current_writeset; in process_deferred_bios() local 1357 static void do_work(struct work_struct *ws) in do_work()
|
H A D | dm-cache-target.c | 50 struct work_struct ws; member 105 struct work_struct *ws, *tmp; in __commit() local 1079 static struct dm_cache_migration *ws_to_mg(struct work_struct *ws) in ws_to_mg() 1231 static void mg_success(struct work_struct *ws) in mg_success() 1238 static void mg_update_metadata(struct work_struct *ws) in mg_update_metadata() 1300 static void mg_update_metadata_after_copy(struct work_struct *ws) in mg_update_metadata_after_copy() 1313 static void mg_upgrade_lock(struct work_struct *ws) in mg_upgrade_lock() 1341 static void mg_full_copy(struct work_struct *ws) in mg_full_copy() 1358 static void mg_copy(struct work_struct *ws) in mg_copy() 1473 static void invalidate_completed(struct work_struct *ws) in invalidate_completed() [all …]
|
H A D | dm-ebs-target.c | 27 struct work_struct ws; /* Work item used for ^. */ member 177 static void __ebs_process_bios(struct work_struct *ws) in __ebs_process_bios()
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | processor.h | 115 #define MAKE_RA_FOR_CALL(ra,ws) (((ra) & 0x3fffffff) | (ws) << 30) argument 127 #define MAKE_RA_FOR_CALL(ra, ws) (ra) argument
|
/openbmc/qemu/ui/ |
H A D | gtk-egl.c | 73 int ww, wh, ws; in gd_egl_draw() local 339 int ww, wh, ws; in gd_egl_scanout_flush() local
|
/openbmc/linux/sound/core/ |
H A D | pcm_iec958.c | 89 unsigned int ws; in fill_iec958_consumer() local
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | app-header.js | 40 ws.send(data); field in AnonymousFunction0661d1e80200.AnonymousClass0661d1e80801
|
/openbmc/linux/drivers/mtd/devices/ |
H A D | mchp48l640.c | 216 size_t ws; in mchp48l640_write() local 274 size_t ws; in mchp48l640_read() local
|