Home
last modified time | relevance | path

Searched defs:ws (Results 1 – 25 of 97) sorted by relevance

1234

/openbmc/linux/lib/zstd/compress/
H A Dzstd_cwksp.h163 MEM_STATIC void ZSTD_cwksp_assert_internal_consistency(ZSTD_cwksp* ws) { in ZSTD_cwksp_assert_internal_consistency()
425 MEM_STATIC void ZSTD_cwksp_mark_tables_dirty(ZSTD_cwksp* ws) in ZSTD_cwksp_mark_tables_dirty()
436 MEM_STATIC void ZSTD_cwksp_mark_tables_clean(ZSTD_cwksp* ws) { in ZSTD_cwksp_mark_tables_clean()
449 MEM_STATIC void ZSTD_cwksp_clean_tables(ZSTD_cwksp* ws) { in ZSTD_cwksp_clean_tables()
463 MEM_STATIC void ZSTD_cwksp_clear_tables(ZSTD_cwksp* ws) { in ZSTD_cwksp_clear_tables()
475 MEM_STATIC void ZSTD_cwksp_clear(ZSTD_cwksp* ws) { in ZSTD_cwksp_clear()
532 MEM_STATIC size_t ZSTD_cwksp_sizeof(const ZSTD_cwksp* ws) { in ZSTD_cwksp_sizeof()
536 MEM_STATIC size_t ZSTD_cwksp_used(const ZSTD_cwksp* ws) { in ZSTD_cwksp_used()
541 MEM_STATIC int ZSTD_cwksp_reserve_failed(const ZSTD_cwksp* ws) { in ZSTD_cwksp_reserve_failed()
567 MEM_STATIC size_t ZSTD_cwksp_available_space(ZSTD_cwksp* ws) { in ZSTD_cwksp_available_space()
[all …]
/openbmc/linux/drivers/base/power/
H A Dwakeup.c82 struct wakeup_source *ws; in wakeup_source_create() local
217 struct wakeup_source *ws; in wakeup_source_register() local
334 struct wakeup_source *ws; in device_wakeup_enable() local
369 struct wakeup_source *ws; in device_wakeup_attach_irq() local
391 struct wakeup_source *ws; in device_wakeup_detach_irq() local
405 struct wakeup_source *ws; in device_wakeup_arm_wake_irqs() local
421 struct wakeup_source *ws; in device_wakeup_disarm_wake_irqs() local
438 struct wakeup_source *ws; in device_wakeup_detach() local
456 struct wakeup_source *ws; in device_wakeup_disable() local
844 struct wakeup_source *ws; in pm_print_active_wakeup_sources() local
[all …]
H A Dwakeup_stats.c41 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 Dmsa_helper.c7089 uint32_t ws, uint32_t wt) in helper_msa_fadd_df()
7119 uint32_t ws, uint32_t wt) in helper_msa_fsub_df()
7149 uint32_t ws, uint32_t wt) in helper_msa_fmul_df()
7180 uint32_t ws, uint32_t wt) in helper_msa_fdiv_df()
7225 uint32_t ws, uint32_t wt) in helper_msa_fmadd_df()
7258 uint32_t ws, uint32_t wt) in helper_msa_fmsub_df()
7293 uint32_t ws, uint32_t wt) in helper_msa_fexp2_df()
7466 uint32_t ws, uint32_t wt) in helper_msa_fmin_df()
7540 uint32_t ws, uint32_t wt) in helper_msa_fmin_a_df()
7568 uint32_t ws, uint32_t wt) in helper_msa_fmax_df()
[all …]
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-widechips-ws2401.c104 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 Dpm_wakeup.h66 #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 Dsbitmap.h124 struct sbq_wait_state *ws; member
566 struct sbq_wait_state *ws; in sbq_wait_ptr() local
/openbmc/linux/fs/btrfs/
H A Dcompression.c125 static int compression_decompress_bio(struct list_head *ws, in compression_decompress_bio()
593 static void free_heuristic_ws(struct list_head *ws) in free_heuristic_ws()
607 struct heuristic_ws *ws; in alloc_heuristic_ws() local
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()
1093 static u32 shannon_entropy(struct heuristic_ws *ws) in shannon_entropy()
1229 static int byte_core_set_size(struct heuristic_ws *ws) in byte_core_set_size()
1267 static u32 byte_set_size(const struct heuristic_ws *ws) in byte_set_size()
1302 struct heuristic_ws *ws) in heuristic_collect_sample()
[all …]
H A Dzstd.c176 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 Dzlib.c38 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 Dlzo.c73 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 Dtest_rslib.c98 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 Dsbitmap.c560 struct sbq_wait_state *ws = &sbq->ws[wake_index]; in __sbitmap_queue_wake_up() local
682 struct sbq_wait_state *ws = &sbq->ws[wake_index]; in sbitmap_queue_wake_all() local
715 struct sbq_wait_state *ws = &sbq->ws[i]; in sbitmap_queue_show() local
727 struct sbq_wait_state *ws, in sbitmap_add_wait_queue()
749 struct sbq_wait_state *ws, in sbitmap_prepare_to_wait()
760 void sbitmap_finish_wait(struct sbitmap_queue *sbq, struct sbq_wait_state *ws, in sbitmap_finish_wait()
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_console.h47 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 Dterm.c8 void get_term_dimensions(struct winsize *ws) in get_term_dimensions()
/openbmc/linux/drivers/isdn/mISDN/
H A Dhwchannel.c14 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 Dclk-phase.h25 struct parm ws; member
/openbmc/linux/drivers/md/
H A Ddm-era-target.c49 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 Ddm-cache-target.c49 struct work_struct ws; member
104 struct work_struct *ws, *tmp; in __commit() local
1230 static void mg_success(struct work_struct *ws) in mg_success()
1237 static void mg_update_metadata(struct work_struct *ws) in mg_update_metadata()
1312 static void mg_upgrade_lock(struct work_struct *ws) in mg_upgrade_lock()
1340 static void mg_full_copy(struct work_struct *ws) in mg_full_copy()
1357 static void mg_copy(struct work_struct *ws) in mg_copy()
1472 static void invalidate_completed(struct work_struct *ws) in invalidate_completed()
1504 static void invalidate_remove(struct work_struct *ws) in invalidate_remove()
1864 static void do_waker(struct work_struct *ws) in do_waker()
[all …]
H A Ddm-ebs-target.c27 struct work_struct ws; /* Work item used for ^. */ member
177 static void __ebs_process_bios(struct work_struct *ws) in __ebs_process_bios()
/openbmc/qemu/ui/
H A Dgtk-egl.c72 int ww, wh, ws; in gd_egl_draw() local
323 int ww, wh, ws; in gd_egl_scanout_flush() local
/openbmc/linux/arch/xtensa/include/asm/
H A Dprocessor.h115 #define MAKE_RA_FOR_CALL(ra,ws) (((ra) & 0x3fffffff) | (ws) << 30) argument
127 #define MAKE_RA_FOR_CALL(ra, ws) (ra) argument
/openbmc/linux/sound/core/
H A Dpcm_iec958.c89 unsigned int ws; in fill_iec958_consumer() local
/openbmc/linux/arch/powerpc/sysdev/
H A Dfsl_mpic_timer_wakeup.c26 static void fsl_free_resource(struct work_struct *ws) in fsl_free_resource()
/openbmc/linux/drivers/mtd/devices/
H A Dmchp48l640.c216 size_t ws; in mchp48l640_write() local
274 size_t ws; in mchp48l640_read() local

1234