Home
last modified time | relevance | path

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

123

/linux/lib/zstd/compress/
H A Dzstd_cwksp.h179 MEM_STATIC void ZSTD_cwksp_assert_internal_consistency(ZSTD_cwksp* ws) { in ZSTD_cwksp_assert_internal_consistency()
259 MEM_STATIC void* ZSTD_cwksp_initialAllocStart(ZSTD_cwksp* ws) in ZSTD_cwksp_initialAllocStart()
275 ZSTD_cwksp_reserve_internal_buffer_space(ZSTD_cwksp* ws, size_t const bytes) in ZSTD_cwksp_reserve_internal_buffer_space()
303 ZSTD_cwksp_internal_advance_phase(ZSTD_cwksp* ws, ZSTD_cwksp_alloc_phase_e phase) in ZSTD_cwksp_internal_advance_phase()
336 MEM_STATIC int ZSTD_cwksp_owns_buffer(const ZSTD_cwksp* ws, const void* ptr) in ZSTD_cwksp_owns_buffer()
345 ZSTD_cwksp_reserve_internal(ZSTD_cwksp* ws, size_t bytes, ZSTD_cwksp_alloc_phase_e phase) in ZSTD_cwksp_reserve_internal()
362 MEM_STATIC BYTE* ZSTD_cwksp_reserve_buffer(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_buffer()
376 MEM_STATIC void* ZSTD_cwksp_reserve_aligned_init_once(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_aligned_init_once()
397 MEM_STATIC void* ZSTD_cwksp_reserve_aligned64(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_aligned64()
411 MEM_STATIC void* ZSTD_cwksp_reserve_table(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_table()
[all …]
/linux/drivers/base/power/
H A Dwakeup.c82 struct wakeup_source *ws; in wakeup_source_create() local
113 static void wakeup_source_record(struct wakeup_source *ws) in wakeup_source_record()
138 static void wakeup_source_free(struct wakeup_source *ws) in wakeup_source_free()
151 static void wakeup_source_destroy(struct wakeup_source *ws) in wakeup_source_destroy()
165 static void wakeup_source_add(struct wakeup_source *ws) in wakeup_source_add()
185 static void wakeup_source_remove(struct wakeup_source *ws) in wakeup_source_remove()
213 struct wakeup_source *ws; in wakeup_source_register() local
235 void wakeup_source_unregister(struct wakeup_source *ws) in wakeup_source_unregister()
292 struct wakeup_source *wakeup_sources_walk_next(struct wakeup_source *ws) in wakeup_sources_walk_next()
308 static int device_wakeup_attach(struct device *dev, struct wakeup_source *ws) in device_wakeup_attach()
[all …]
H A Dwakeup_stats.c42 struct wakeup_source *ws = dev_get_drvdata(dev); in active_time_ms_show() local
53 struct wakeup_source *ws = dev_get_drvdata(dev); in total_time_ms_show() local
69 struct wakeup_source *ws = dev_get_drvdata(dev); in max_time_ms_show() local
86 struct wakeup_source *ws = dev_get_drvdata(dev); in last_change_ms_show() local
95 struct wakeup_source *ws = dev_get_drvdata(dev); in name_show() local
105 struct wakeup_source *ws = dev_get_drvdata(dev); in prevent_suspend_time_ms_show() local
139 struct wakeup_source *ws) in wakeup_source_device_create()
179 int wakeup_source_sysfs_add(struct device *parent, struct wakeup_source *ws) in wakeup_source_sysfs_add()
208 void wakeup_source_sysfs_remove(struct wakeup_source *ws) in wakeup_source_sysfs_remove()
/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
/linux/fs/btrfs/
H A Dcompression.c92 static int compression_compress_pages(int type, struct list_head *ws, in compression_compress_pages()
123 static int compression_decompress_bio(struct list_head *ws, in compression_decompress_bio()
140 static int compression_decompress(int type, struct list_head *ws, in compression_decompress()
692 static void free_heuristic_ws(struct list_head *ws) in free_heuristic_ws()
706 struct heuristic_ws *ws; in alloc_heuristic_ws() local
759 static void free_workspace(int type, struct list_head *ws) in free_workspace()
804 struct list_head *ws; in btrfs_cleanup_workspace_manager() local
920 void btrfs_put_workspace(int type, struct list_head *ws) in btrfs_put_workspace()
951 static void put_workspace(int type, struct list_head *ws) in put_workspace()
1273 static u32 shannon_entropy(struct heuristic_ws *ws) in shannon_entropy()
[all …]
/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
/linux/include/linux/
H A Dpm_wakeup.h66 #define for_each_wakeup_source(ws) \ argument
134 static inline void wakeup_source_unregister(struct wakeup_source *ws) {} in wakeup_source_unregister()
165 static inline void __pm_stay_awake(struct wakeup_source *ws) {} in __pm_stay_awake()
169 static inline void __pm_relax(struct wakeup_source *ws) {} in __pm_relax()
173 static inline void pm_wakeup_ws_event(struct wakeup_source *ws, in pm_wakeup_ws_event()
191 static inline void __pm_wakeup_event(struct wakeup_source *ws, unsigned int msec) in __pm_wakeup_event()
H A Dsbitmap.h129 struct sbq_wait_state *ws; member
571 struct sbq_wait_state *ws; in sbq_wait_ptr() local
/linux/lib/
H A Dsbitmap.c577 struct sbq_wait_state *ws = &sbq->ws[wake_index]; in __sbitmap_queue_wake_up() local
699 struct sbq_wait_state *ws = &sbq->ws[wake_index]; in sbitmap_queue_wake_all() local
732 struct sbq_wait_state *ws = &sbq->ws[i]; in sbitmap_queue_show() local
744 struct sbq_wait_state *ws, in sbitmap_add_wait_queue()
766 struct sbq_wait_state *ws, in sbitmap_prepare_to_wait()
777 void sbitmap_finish_wait(struct sbitmap_queue *sbq, struct sbq_wait_state *ws, in sbitmap_finish_wait()
/linux/drivers/tty/hvc/
H A Dhvc_console.h46 struct winsize ws; member
89 static inline void hvc_resize(struct hvc_struct *hp, struct winsize ws) in hvc_resize()
H A Dhvc_console.c568 struct winsize ws; in hvc_set_winsz() local
778 void __hvc_resize(struct hvc_struct *hp, struct winsize ws) in __hvc_resize()
/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
1356 static void do_work(struct work_struct *ws) in do_work()
H A Ddm-cache-target.c50 struct work_struct ws; member
105 struct work_struct *ws, *tmp; in __commit() local
1083 static struct dm_cache_migration *ws_to_mg(struct work_struct *ws) in ws_to_mg()
1235 static void mg_success(struct work_struct *ws) in mg_success()
1242 static void mg_update_metadata(struct work_struct *ws) in mg_update_metadata()
1304 static void mg_update_metadata_after_copy(struct work_struct *ws) in mg_update_metadata_after_copy()
1317 static void mg_upgrade_lock(struct work_struct *ws) in mg_upgrade_lock()
1345 static void mg_full_copy(struct work_struct *ws) in mg_full_copy()
1362 static void mg_copy(struct work_struct *ws) in mg_copy()
1477 static void invalidate_completed(struct work_struct *ws) in invalidate_completed()
[all …]
/linux/tools/perf/util/
H A Dterm.c8 void get_term_dimensions(struct winsize *ws) in get_term_dimensions()
/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()
/linux/drivers/clk/meson/
H A Dclk-phase.h25 struct parm ws; member
/linux/fs/
H A Deventpoll.c168 struct wakeup_source __rcu *ws; member
211 struct wakeup_source *ws; member
704 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_pm_stay_awake() local
718 struct wakeup_source *ws; in ep_pm_stay_awake_rcu() local
1578 struct wakeup_source *ws; in ep_create_wakeup_source() local
1600 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_destroy_wakeup_source() local
1875 struct wakeup_source *ws; in ep_send_events() local
/linux/sound/core/
H A Dpcm_iec958.c89 unsigned int ws; in fill_iec958_consumer() local
/linux/arch/powerpc/sysdev/
H A Dfsl_mpic_timer_wakeup.c26 static void fsl_free_resource(struct work_struct *ws) in fsl_free_resource()
/linux/drivers/dma/idxd/
H A Dsubmit.c32 struct sbq_wait_state *ws; in idxd_alloc_desc() local
/linux/drivers/tty/serial/
H A Dsc16is7xx.c867 static void sc16is7xx_poll_proc(struct kthread_work *ws) in sc16is7xx_poll_proc()
879 static void sc16is7xx_tx_proc(struct kthread_work *ws) in sc16is7xx_tx_proc()
913 static void sc16is7xx_reg_proc(struct kthread_work *ws) in sc16is7xx_reg_proc()
951 static void sc16is7xx_ms_proc(struct kthread_work *ws) in sc16is7xx_ms_proc()
/linux/kernel/power/
H A Dwakelock.c30 struct wakeup_source *ws; member
/linux/tools/lib/subcmd/
H A Dhelp.c106 static void get_term_dimensions(struct winsize *ws) in get_term_dimensions()
/linux/arch/xtensa/kernel/
H A Dsignal.c59 const unsigned long ws = regs->windowstart; in flush_window_regs_user() local
/linux/tools/bpf/bpftool/
H A Dmain.c278 static const char ws[] = " \t\r\n"; in make_args() local

123