Home
last modified time | relevance | path

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

1234

/Linux-v4.19/drivers/base/power/
Dwakeup.c83 void wakeup_source_prepare(struct wakeup_source *ws, const char *name) in wakeup_source_prepare()
98 struct wakeup_source *ws; in wakeup_source_create() local
116 void wakeup_source_drop(struct wakeup_source *ws) in wakeup_source_drop()
129 static void wakeup_source_record(struct wakeup_source *ws) in wakeup_source_record()
160 void wakeup_source_destroy(struct wakeup_source *ws) in wakeup_source_destroy()
176 void wakeup_source_add(struct wakeup_source *ws) in wakeup_source_add()
197 void wakeup_source_remove(struct wakeup_source *ws) in wakeup_source_remove()
217 struct wakeup_source *ws; in wakeup_source_register() local
231 void wakeup_source_unregister(struct wakeup_source *ws) in wakeup_source_unregister()
247 static int device_wakeup_attach(struct device *dev, struct wakeup_source *ws) in device_wakeup_attach()
[all …]
/Linux-v4.19/include/linux/
Dpm_wakeup.h129 static inline void wakeup_source_prepare(struct wakeup_source *ws, in wakeup_source_prepare()
137 static inline void wakeup_source_drop(struct wakeup_source *ws) {} in wakeup_source_drop()
139 static inline void wakeup_source_destroy(struct wakeup_source *ws) {} in wakeup_source_destroy()
141 static inline void wakeup_source_add(struct wakeup_source *ws) {} in wakeup_source_add()
143 static inline void wakeup_source_remove(struct wakeup_source *ws) {} in wakeup_source_remove()
150 static inline void wakeup_source_unregister(struct wakeup_source *ws) {} in wakeup_source_unregister()
184 static inline void __pm_stay_awake(struct wakeup_source *ws) {} in __pm_stay_awake()
188 static inline void __pm_relax(struct wakeup_source *ws) {} in __pm_relax()
192 static inline void pm_wakeup_ws_event(struct wakeup_source *ws, in pm_wakeup_ws_event()
200 static inline void wakeup_source_init(struct wakeup_source *ws, in wakeup_source_init()
[all …]
Dsbitmap.h126 struct sbq_wait_state *ws; member
503 struct sbq_wait_state *ws; in sbq_wait_ptr() local
/Linux-v4.19/fs/btrfs/
Dzlib.c30 static void zlib_free_workspace(struct list_head *ws) in zlib_free_workspace()
63 static int zlib_compress_pages(struct list_head *ws, in zlib_compress_pages()
203 static int zlib_decompress_bio(struct list_head *ws, struct compressed_bio *cb) in zlib_decompress_bio()
294 static int zlib_decompress(struct list_head *ws, unsigned char *data_in, in zlib_decompress()
393 static void zlib_set_level(struct list_head *ws, unsigned int type) in zlib_set_level()
Dzstd.c44 static void zstd_free_workspace(struct list_head *ws) in zstd_free_workspace()
79 static int zstd_compress_pages(struct list_head *ws, in zstd_compress_pages()
259 static int zstd_decompress_bio(struct list_head *ws, struct compressed_bio *cb) in zstd_decompress_bio()
337 static int zstd_decompress(struct list_head *ws, unsigned char *data_in, in zstd_decompress()
422 static void zstd_set_level(struct list_head *ws, unsigned int type) in zstd_set_level()
Dlzo.c64 static void lzo_free_workspace(struct list_head *ws) in lzo_free_workspace()
112 static int lzo_compress_pages(struct list_head *ws, in lzo_compress_pages()
284 static int lzo_decompress_bio(struct list_head *ws, struct compressed_bio *cb) in lzo_decompress_bio()
425 static int lzo_decompress(struct list_head *ws, unsigned char *data_in, in lzo_decompress()
488 static void lzo_set_level(struct list_head *ws, unsigned int type) in lzo_set_level()
Dcompression.c741 static void free_heuristic_ws(struct list_head *ws) in free_heuristic_ws()
755 struct heuristic_ws *ws; in alloc_heuristic_ws() local
988 static void free_workspace(int type, struct list_head *ws) in free_workspace()
1246 static u32 shannon_entropy(struct heuristic_ws *ws) in shannon_entropy()
1382 static int byte_core_set_size(struct heuristic_ws *ws) in byte_core_set_size()
1420 static u32 byte_set_size(const struct heuristic_ws *ws) in byte_set_size()
1446 static bool sample_repeated_patterns(struct heuristic_ws *ws) in sample_repeated_patterns()
1455 struct heuristic_ws *ws) in heuristic_collect_sample()
1524 struct heuristic_ws *ws; in btrfs_compress_heuristic() local
/Linux-v4.19/lib/
Dsbitmap.c445 struct sbq_wait_state *ws = &sbq->ws[wake_index]; in sbq_wake_ptr() local
463 struct sbq_wait_state *ws; in __sbq_wake_up() local
538 struct sbq_wait_state *ws = &sbq->ws[wake_index]; in sbitmap_queue_wake_all() local
570 struct sbq_wait_state *ws = &sbq->ws[i]; in sbitmap_queue_show() local
/Linux-v4.19/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-v4.19/tools/perf/util/
Dterm.c8 void get_term_dimensions(struct winsize *ws) in get_term_dimensions()
/Linux-v4.19/sound/core/
Dpcm_iec958.c18 unsigned int fs, ws; in create_iec958_consumer() local
/Linux-v4.19/drivers/isdn/mISDN/
Dhwchannel.c23 dchannel_bh(struct work_struct *ws) in dchannel_bh()
46 bchannel_bh(struct work_struct *ws) in bchannel_bh()
/Linux-v4.19/arch/xtensa/kernel/
Dptrace.c87 unsigned long wb, ws; in ptrace_setregs() local
216 unsigned long ws = regs->windowstart; in ptrace_peekusr() local
Dprocess.c337 unsigned long wb, ws, wm; in xtensa_elf_core_copy_regs() local
/Linux-v4.19/drivers/md/
Ddm-cache-target.c121 struct work_struct ws; member
177 struct work_struct *ws, *tmp; in __commit() local
1175 static struct dm_cache_migration *ws_to_mg(struct work_struct *ws) in ws_to_mg()
1326 static void mg_success(struct work_struct *ws) in mg_success()
1332 static void mg_update_metadata(struct work_struct *ws) in mg_update_metadata()
1394 static void mg_update_metadata_after_copy(struct work_struct *ws) in mg_update_metadata_after_copy()
1407 static void mg_upgrade_lock(struct work_struct *ws) in mg_upgrade_lock()
1435 static void mg_full_copy(struct work_struct *ws) in mg_full_copy()
1452 static void mg_copy(struct work_struct *ws) in mg_copy()
1574 static void invalidate_completed(struct work_struct *ws) in invalidate_completed()
[all …]
Ddm-era-target.c46 static void writeset_free(struct writeset *ws) in writeset_free()
71 static int writeset_alloc(struct writeset *ws, dm_block_t nr_blocks) in writeset_alloc()
87 static int writeset_init(struct dm_disk_bitset *info, struct writeset *ws) in writeset_init()
102 static bool writeset_marked(struct writeset *ws, dm_block_t block) in writeset_marked()
132 struct writeset *ws, uint32_t block) in writeset_test_and_set()
938 struct writeset *ws; in metadata_current_marked() local
1306 static void do_work(struct work_struct *ws) in do_work()
/Linux-v4.19/drivers/net/wimax/i2400m/
Ddriver.c597 void __i2400m_dev_reset_handle(struct work_struct *ws) in __i2400m_dev_reset_handle()
709 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-v4.19/fs/
Deventpoll.c175 struct wakeup_source __rcu *ws; member
217 struct wakeup_source *ws; member
636 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_pm_stay_awake() local
650 struct wakeup_source *ws; in ep_pm_stay_awake_rcu() local
1382 struct wakeup_source *ws; in ep_create_wakeup_source() local
1403 struct wakeup_source *ws = ep_wakeup_source(epi); in ep_destroy_wakeup_source() local
1631 struct wakeup_source *ws; in ep_send_events_proc() local
/Linux-v4.19/arch/powerpc/sysdev/
Dfsl_mpic_timer_wakeup.c30 static void fsl_free_resource(struct work_struct *ws) in fsl_free_resource()
/Linux-v4.19/drivers/usb/wusbcore/
Dwa-nep.c78 static void wa_notif_dispatch(struct work_struct *ws) in wa_notif_dispatch()
/Linux-v4.19/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-v4.19/drivers/leds/
Dled-core.c105 static void set_brightness_delayed(struct work_struct *ws) in set_brightness_delayed()
/Linux-v4.19/tools/bpf/bpftool/
Dmain.c164 static const char ws[] = " \t\r\n"; in make_args() local

1234