Searched refs:ws (Results 1 - 25 of 103) sorted by path

12345

/linux-master/tools/perf/util/
H A Dterm.c8 void get_term_dimensions(struct winsize *ws) argument
13 ws->ws_row = atoi(s);
16 ws->ws_col = atoi(s);
17 if (ws->ws_row && ws->ws_col)
22 if (ioctl(1, TIOCGWINSZ, ws) == 0 &&
23 ws->ws_row && ws->ws_col)
26 ws->ws_row = 25;
27 ws
[all...]
H A Dterm.h8 void get_term_dimensions(struct winsize *ws);
/linux-master/arch/arm/mach-at91/
H A Dpm.c379 struct wakeup_source *ws; local
381 for_each_wakeup_source(ws) {
382 if (ws->dev == eth->dev)
391 * Checking !ws is good for all platforms with issues
/linux-master/arch/mips/include/asm/
H A Dasmmacro.h339 .macro copy_s_w ws, n
344 copy_s.w $1, $w\ws[\n]
348 .macro copy_s_d ws, n
353 copy_s.d $1, $w\ws[\n]
479 .macro copy_s_w ws, n
483 insn_if_mips 0x78b00059 | (\n << 16) | (\ws << 11)
484 insn32_if_mm 0x58b00056 | (\n << 16) | (\ws << 11)
488 .macro copy_s_d ws, n
492 insn_if_mips 0x78b80059 | (\n << 16) | (\ws << 11)
493 insn32_if_mm 0x58b80056 | (\n << 16) | (\ws << 1
[all...]
H A Dr4kcache.h209 unsigned long ws, addr; \
211 for (ws = 0; ws < ws_end; ws += ws_inc) \
214 addr | ws, lsize); \
236 unsigned long ws, addr; \
238 for (ws = 0; ws < ws_end; ws += ws_inc) \
241 addr | ws, lsiz
[all...]
/linux-master/arch/mips/mm/
H A Dc-r4k.c235 unsigned long ws, addr; local
239 for (ws = 0; ws < ws_end; ws += ws_inc)
242 addr | ws, 32);
245 for (ws = 0; ws < ws_end; ws += ws_inc)
248 addr | ws, 32);
/linux-master/arch/powerpc/sysdev/
H A Dfsl_mpic_timer_wakeup.c26 static void fsl_free_resource(struct work_struct *ws) argument
29 container_of(ws, struct fsl_mpic_timer_wakeup, free_work);
/linux-master/arch/s390/crypto/
H A Dprng.c333 struct prno_ws_s ws; local
335 memset(&ws, 0, sizeof(ws));
339 &ws, NULL, 0, seed, sizeof(seed));
342 if (memcmp(ws.V, V0, sizeof(V0)) != 0
343 || memcmp(ws.C, C0, sizeof(C0)) != 0) {
352 &ws, buf, sizeof(buf), NULL, 0);
354 &ws, buf, sizeof(buf), NULL, 0);
/linux-master/arch/xtensa/include/asm/
H A Dprocessor.h115 #define MAKE_RA_FOR_CALL(ra,ws) (((ra) & 0x3fffffff) | (ws) << 30)
127 #define MAKE_RA_FOR_CALL(ra, ws) (ra)
/linux-master/arch/xtensa/kernel/
H A Dptrace.c304 unsigned long ws = regs->windowstart; local
305 tmp = ((ws >> wb) | (ws << (WSBITS - wb))) &
H A Dsignal.c59 const unsigned long ws = regs->windowstart; local
73 wm = (ws >> wb) | (ws << (XCHAL_NUM_AREGS / 4 - wb));
/linux-master/block/
H A Dblk-mq-tag.c137 struct sbq_wait_state *ws; local
161 ws = bt_wait_ptr(bt, data->hctx);
180 sbitmap_prepare_to_wait(bt, ws, &wait, TASK_UNINTERRUPTIBLE);
189 sbitmap_finish_wait(bt, ws, &wait);
208 ws = bt_wait_ptr(bt, data->hctx);
211 sbitmap_finish_wait(bt, ws, &wait);
H A Dblk-mq.h192 return &bt->ws[0];
H A Dkyber-iosched.c713 struct sbq_wait_state *ws; local
724 ws = sbq_wait_ptr(domain_tokens,
726 khd->domain_ws[sched_domain] = ws;
727 sbitmap_add_wait_queue(domain_tokens, ws, wait);
744 ws = khd->domain_ws[sched_domain];
745 spin_lock_irq(&ws->wait.lock);
747 spin_unlock_irq(&ws->wait.lock);
/linux-master/drivers/acpi/
H A Ddevice_pm.c545 pm_wakeup_ws_event(adev->wakeup.ws, 0, acpi_s2idle_wakeup());
589 adev->wakeup.ws = wakeup_source_register(&adev->dev,
623 wakeup_source_unregister(adev->wakeup.ws);
/linux-master/drivers/base/power/
H A Dpower.h129 struct wakeup_source *ws);
130 extern void wakeup_source_sysfs_remove(struct wakeup_source *ws);
H A Dwakeup.c82 struct wakeup_source *ws; local
86 ws = kzalloc(sizeof(*ws), GFP_KERNEL);
87 if (!ws)
93 ws->name = ws_name;
98 ws->id = id;
100 return ws;
103 kfree_const(ws->name);
105 kfree(ws);
114 static void wakeup_source_record(struct wakeup_source *ws) argument
139 wakeup_source_free(struct wakeup_source *ws) argument
152 wakeup_source_destroy(struct wakeup_source *ws) argument
167 wakeup_source_add(struct wakeup_source *ws) argument
188 wakeup_source_remove(struct wakeup_source *ws) argument
217 struct wakeup_source *ws; local
239 wakeup_source_unregister(struct wakeup_source *ws) argument
296 wakeup_sources_walk_next(struct wakeup_source *ws) argument
312 device_wakeup_attach(struct device *dev, struct wakeup_source *ws) argument
334 struct wakeup_source *ws; local
369 struct wakeup_source *ws; local
391 struct wakeup_source *ws; local
405 struct wakeup_source *ws; local
421 struct wakeup_source *ws; local
438 struct wakeup_source *ws; local
456 struct wakeup_source *ws; local
513 wakeup_source_not_registered(struct wakeup_source *ws) argument
558 wakeup_source_activate(struct wakeup_source *ws) argument
583 wakeup_source_report_event(struct wakeup_source *ws, bool hard) argument
603 __pm_stay_awake(struct wakeup_source *ws) argument
645 update_prevent_sleep_time(struct wakeup_source *ws, ktime_t now) argument
651 update_prevent_sleep_time(struct wakeup_source *ws, ktime_t now) argument
663 wakeup_source_deactivate(struct wakeup_source *ws) argument
720 __pm_relax(struct wakeup_source *ws) argument
763 struct wakeup_source *ws = from_timer(ws, t, timer); local
790 pm_wakeup_ws_event(struct wakeup_source *ws, unsigned int msec, bool hard) argument
844 struct wakeup_source *ws; local
1024 struct wakeup_source *ws; local
1051 print_wakeup_source_stats(struct seq_file *m, struct wakeup_source *ws) argument
1097 struct wakeup_source *ws; local
1119 struct wakeup_source *ws = v; local
1149 struct wakeup_source *ws = v; local
[all...]
H A Dwakeup_stats.c27 struct wakeup_source *ws = dev_get_drvdata(dev); \
29 return sysfs_emit(buf, "%lu\n", ws->_name); \
41 struct wakeup_source *ws = dev_get_drvdata(dev); local
43 ws->active ? ktime_sub(ktime_get(), ws->last_time) : 0;
52 struct wakeup_source *ws = dev_get_drvdata(dev); local
54 ktime_t total_time = ws->total_time;
56 if (ws->active) {
57 active_time = ktime_sub(ktime_get(), ws->last_time);
68 struct wakeup_source *ws local
85 struct wakeup_source *ws = dev_get_drvdata(dev); local
94 struct wakeup_source *ws = dev_get_drvdata(dev); local
104 struct wakeup_source *ws = dev_get_drvdata(dev); local
136 wakeup_source_device_create(struct device *parent, struct wakeup_source *ws) argument
177 wakeup_source_sysfs_add(struct device *parent, struct wakeup_source *ws) argument
206 wakeup_source_sysfs_remove(struct wakeup_source *ws) argument
[all...]
/linux-master/drivers/block/drbd/
H A Ddrbd_int.h1390 extern void do_submit(struct work_struct *ws);
1491 extern void drbd_send_ping_wf(struct work_struct *ws);
1492 extern void drbd_send_acks_wf(struct work_struct *ws);
H A Ddrbd_main.c2249 static void do_retry(struct work_struct *ws) argument
2251 struct retry_worker *retry = container_of(ws, struct retry_worker, worker);
H A Ddrbd_receiver.c6097 void drbd_send_acks_wf(struct work_struct *ws) argument
6100 container_of(ws, struct drbd_peer_device, send_acks_work);
H A Ddrbd_req.c1511 void do_submit(struct work_struct *ws) argument
1513 struct drbd_device *device = container_of(ws, struct drbd_device, submit.worker);
/linux-master/drivers/char/
H A Dvirtio_console.c71 struct winsize ws; member in struct:console
1162 hvc_resize(port->cons.hvc, port->cons.ws);
1287 port->cons.ws.ws_row = rows;
1288 port->cons.ws.ws_col = cols;
1345 port->cons.ws.ws_row = port->cons.ws.ws_col = 0;
/linux-master/drivers/clk/meson/
H A Daxg-audio.c161 .ws = { \
H A Dclk-phase.c146 /* Get phase and sync the inverted value to ws */
148 meson_parm_write(clk->map, &tph->ws, val ? 0 : 1);
172 meson_parm_write(clk->map, &tph->ws, val ? 0 : 1);

Completed in 571 milliseconds

12345