Home
last modified time | relevance | path

Searched refs:ws (Results 1 – 3 of 3) sorted by relevance

/kernel/power/
Dwakelock.c30 struct wakeup_source *ws; member
48 if (wl->ws->active == show_active) in pm_show_wakelocks()
112 spin_lock_irq(&wl->ws->lock); in __wakelocks_gc()
113 idle_time_ns = ktime_to_ns(ktime_sub(now, wl->ws->last_time)); in __wakelocks_gc()
114 active = wl->ws->active; in __wakelocks_gc()
115 spin_unlock_irq(&wl->ws->lock); in __wakelocks_gc()
121 wakeup_source_unregister(wl->ws); in __wakelocks_gc()
188 wl->ws = wakeup_source_register(NULL, wl->name); in wakelock_lookup_add()
189 if (!wl->ws) { in wakelock_lookup_add()
194 wl->ws->last_time = ktime_get(); in wakelock_lookup_add()
[all …]
/kernel/bpf/
Dcore.c279 u32 ws[SHA1_WORKSPACE_WORDS]; in bpf_prog_calc_tag() local
292 memset(ws, 0, sizeof(ws)); in bpf_prog_calc_tag()
334 sha1_transform(digest, todo, ws); in bpf_prog_calc_tag()
/kernel/sched/
Dcore.c11111 u64 ws = 0; in cpu_cfs_stat_show() local
11116 ws += schedstat_val(stats->wait_sum); in cpu_cfs_stat_show()
11119 seq_printf(sf, "wait_sum %llu\n", ws); in cpu_cfs_stat_show()