Home
last modified time | relevance | path

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

1234

/Linux-v5.4/drivers/base/power/
Dwakeup.c83 struct wakeup_source *ws; in wakeup_source_create() local
115 static void wakeup_source_record(struct wakeup_source *ws) in wakeup_source_record()
140 static void wakeup_source_free(struct wakeup_source *ws) in wakeup_source_free()
153 void wakeup_source_destroy(struct wakeup_source *ws) in wakeup_source_destroy()
168 void wakeup_source_add(struct wakeup_source *ws) in wakeup_source_add()
189 void wakeup_source_remove(struct wakeup_source *ws) in wakeup_source_remove()
218 struct wakeup_source *ws; in wakeup_source_register() local
240 void wakeup_source_unregister(struct wakeup_source *ws) in wakeup_source_unregister()
257 static int device_wakeup_attach(struct device *dev, struct wakeup_source *ws) in device_wakeup_attach()
279 struct wakeup_source *ws; in device_wakeup_enable() local
[all …]
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
67 struct wakeup_source *ws = dev_get_drvdata(dev); in max_time_ms_show() local
83 struct wakeup_source *ws = dev_get_drvdata(dev); in last_change_ms_show() local
92 struct wakeup_source *ws = dev_get_drvdata(dev); in name_show() local
102 struct wakeup_source *ws = dev_get_drvdata(dev); in prevent_suspend_time_ms_show() local
134 struct wakeup_source *ws) in wakeup_source_device_create()
174 int wakeup_source_sysfs_add(struct device *parent, struct wakeup_source *ws) in wakeup_source_sysfs_add()
203 void wakeup_source_sysfs_remove(struct wakeup_source *ws) in wakeup_source_sysfs_remove()
/Linux-v5.4/include/linux/
Dpm_wakeup.h124 static inline void wakeup_source_destroy(struct wakeup_source *ws) {} in wakeup_source_destroy()
126 static inline void wakeup_source_add(struct wakeup_source *ws) {} in wakeup_source_add()
128 static inline void wakeup_source_remove(struct wakeup_source *ws) {} in wakeup_source_remove()
136 static inline void wakeup_source_unregister(struct wakeup_source *ws) {} in wakeup_source_unregister()
170 static inline void __pm_stay_awake(struct wakeup_source *ws) {} in __pm_stay_awake()
174 static inline void __pm_relax(struct wakeup_source *ws) {} in __pm_relax()
178 static inline void pm_wakeup_ws_event(struct wakeup_source *ws, in pm_wakeup_ws_event()
186 static inline void __pm_wakeup_event(struct wakeup_source *ws, unsigned int msec) in __pm_wakeup_event()
Dsbitmap.h125 struct sbq_wait_state *ws; member
520 struct sbq_wait_state *ws; in sbq_wait_ptr() local
/Linux-v5.4/fs/btrfs/
Dzlib.c44 struct list_head *ws = btrfs_get_workspace(&wsm, level); in zlib_get_workspace() local
52 static void zlib_put_workspace(struct list_head *ws) in zlib_put_workspace()
57 static void zlib_free_workspace(struct list_head *ws) in zlib_free_workspace()
91 static int zlib_compress_pages(struct list_head *ws, in zlib_compress_pages()
231 static int zlib_decompress_bio(struct list_head *ws, struct compressed_bio *cb) in zlib_decompress_bio()
322 static int zlib_decompress(struct list_head *ws, unsigned char *data_in, in zlib_decompress()
Dzstd.c173 struct list_head *ws; in zstd_init_workspace_manager() local
230 struct list_head *ws; in zstd_find_workspace() local
266 struct list_head *ws; in zstd_get_workspace() local
305 static void zstd_put_workspace(struct list_head *ws) in zstd_put_workspace()
335 static void zstd_free_workspace(struct list_head *ws) in zstd_free_workspace()
370 static int zstd_compress_pages(struct list_head *ws, in zstd_compress_pages()
551 static int zstd_decompress_bio(struct list_head *ws, struct compressed_bio *cb) in zstd_decompress_bio()
629 static int zstd_decompress(struct list_head *ws, unsigned char *data_in, in zstd_decompress()
Dcompression.c782 static void heuristic_put_workspace(struct list_head *ws) in heuristic_put_workspace()
787 static void free_heuristic_ws(struct list_head *ws) in free_heuristic_ws()
801 struct heuristic_ws *ws; in alloc_heuristic_ws() local
872 struct list_head *ws; in btrfs_cleanup_workspace_manager() local
975 void btrfs_put_workspace(struct workspace_manager *wsm, struct list_head *ws) in btrfs_put_workspace()
1004 static void put_workspace(int type, struct list_head *ws) in put_workspace()
1247 static u32 shannon_entropy(struct heuristic_ws *ws) in shannon_entropy()
1383 static int byte_core_set_size(struct heuristic_ws *ws) in byte_core_set_size()
1421 static u32 byte_set_size(const struct heuristic_ws *ws) in byte_set_size()
1447 static bool sample_repeated_patterns(struct heuristic_ws *ws) in sample_repeated_patterns()
[all …]
Dlzo.c81 static void lzo_put_workspace(struct list_head *ws) in lzo_put_workspace()
86 static void lzo_free_workspace(struct list_head *ws) in lzo_free_workspace()
134 static int lzo_compress_pages(struct list_head *ws, in lzo_compress_pages()
306 static int lzo_decompress_bio(struct list_head *ws, struct compressed_bio *cb) in lzo_decompress_bio()
447 static int lzo_decompress(struct list_head *ws, unsigned char *data_in, in lzo_decompress()
/Linux-v5.4/lib/reed_solomon/
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-v5.4/lib/
Dsbitmap.c514 struct sbq_wait_state *ws = &sbq->ws[wake_index]; in sbq_wake_ptr() local
530 struct sbq_wait_state *ws; in __sbq_wake_up() local
617 struct sbq_wait_state *ws = &sbq->ws[wake_index]; in sbitmap_queue_wake_all() local
650 struct sbq_wait_state *ws = &sbq->ws[i]; in sbitmap_queue_show() local
664 struct sbq_wait_state *ws, in sbitmap_add_wait_queue()
686 struct sbq_wait_state *ws, in sbitmap_prepare_to_wait()
697 void sbitmap_finish_wait(struct sbitmap_queue *sbq, struct sbq_wait_state *ws, in sbitmap_finish_wait()
/Linux-v5.4/drivers/tty/hvc/
Dhvc_console.h47 struct winsize ws; member
89 static inline void hvc_resize(struct hvc_struct *hp, struct winsize ws) in hvc_resize()
Dhvc_console.c579 struct winsize ws; in hvc_set_winsz() local
789 void __hvc_resize(struct hvc_struct *hp, struct winsize ws) in __hvc_resize()
/Linux-v5.4/tools/perf/util/
Dterm.c8 void get_term_dimensions(struct winsize *ws) in get_term_dimensions()
/Linux-v5.4/drivers/isdn/mISDN/
Dhwchannel.c14 dchannel_bh(struct work_struct *ws) in dchannel_bh()
37 bchannel_bh(struct work_struct *ws) in bchannel_bh()
/Linux-v5.4/sound/core/
Dpcm_iec958.c15 unsigned int fs, ws; in create_iec958_consumer() local
/Linux-v5.4/drivers/net/wimax/i2400m/
Ddriver.c582 void __i2400m_dev_reset_handle(struct work_struct *ws) in __i2400m_dev_reset_handle()
694 void __i2400m_error_recovery(struct work_struct *ws) in __i2400m_error_recovery()
Drx.c183 void i2400m_report_hook_work(struct work_struct *ws) in i2400m_report_hook_work()
490 unsigned ws; member
545 unsigned ws, count, sn, nsn, new_ws; member
590 unsigned ws, unsigned count, unsigned sn, in i2400m_roq_log_add()
/Linux-v5.4/drivers/md/
Ddm-cache-target.c121 struct work_struct ws; member
177 struct work_struct *ws, *tmp; in __commit() local
1170 static struct dm_cache_migration *ws_to_mg(struct work_struct *ws) in ws_to_mg()
1321 static void mg_success(struct work_struct *ws) in mg_success()
1327 static void mg_update_metadata(struct work_struct *ws) in mg_update_metadata()
1389 static void mg_update_metadata_after_copy(struct work_struct *ws) in mg_update_metadata_after_copy()
1402 static void mg_upgrade_lock(struct work_struct *ws) in mg_upgrade_lock()
1430 static void mg_full_copy(struct work_struct *ws) in mg_full_copy()
1447 static void mg_copy(struct work_struct *ws) in mg_copy()
1559 static void invalidate_completed(struct work_struct *ws) in invalidate_completed()
[all …]
Ddm-era-target.c47 static void writeset_free(struct writeset *ws) in writeset_free()
72 static int writeset_alloc(struct writeset *ws, dm_block_t nr_blocks) in writeset_alloc()
88 static int writeset_init(struct dm_disk_bitset *info, struct writeset *ws) in writeset_init()
103 static bool writeset_marked(struct writeset *ws, dm_block_t block) in writeset_marked()
133 struct writeset *ws, uint32_t block) in writeset_test_and_set()
939 struct writeset *ws; in metadata_current_marked() local
1307 static void do_work(struct work_struct *ws) in do_work()
/Linux-v5.4/fs/
Deventpoll.c170 struct wakeup_source __rcu *ws; member
213 struct wakeup_source *ws; member
632 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_pm_stay_awake() local
646 struct wakeup_source *ws; in ep_pm_stay_awake_rcu() local
1459 struct wakeup_source *ws; in ep_create_wakeup_source() local
1480 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_destroy_wakeup_source() local
1708 struct wakeup_source *ws; in ep_send_events_proc() local
/Linux-v5.4/arch/powerpc/sysdev/
Dfsl_mpic_timer_wakeup.c26 static void fsl_free_resource(struct work_struct *ws) in fsl_free_resource()
/Linux-v5.4/drivers/staging/kpc2000/kpc_dma/
Ddma.c26 void ndd_irq_worker(struct work_struct *ws) in ndd_irq_worker()
/Linux-v5.4/drivers/staging/wusbcore/
Dwa-nep.c78 static void wa_notif_dispatch(struct work_struct *ws) in wa_notif_dispatch()
/Linux-v5.4/drivers/gpu/drm/vc4/
Dvc4_validate_shaders.c395 bool ws = inst & QPU_WS; in check_reg_write() local
491 bool ws = inst & QPU_WS; in track_live_clamps() local
/Linux-v5.4/kernel/power/
Dwakelock.c30 struct wakeup_source *ws; member

1234