Searched refs:wakelock (Results 1 – 4 of 4) sorted by relevance
27 struct wakelock { struct41 struct wakelock *wl; in pm_show_wakelocks() argument48 wl = rb_entry(node, struct wakelock, node); in pm_show_wakelocks()93 static inline void wakelocks_lru_add(struct wakelock *wl) in wakelocks_lru_add()98 static inline void wakelocks_lru_most_recent(struct wakelock *wl) in wakelocks_lru_most_recent()105 struct wakelock *wl, *aux; in __wakelocks_gc()145 static inline void wakelocks_lru_add(struct wakelock *wl) {} in wakelocks_lru_add()146 static inline void wakelocks_lru_most_recent(struct wakelock *wl) {} in wakelocks_lru_most_recent()150 static struct wakelock *wakelock_lookup_add(const char *name, size_t len, in wakelock_lookup_add()155 struct wakelock *wl; in wakelock_lookup_add()[all …]
15 obj-$(CONFIG_PM_WAKELOCKS) += wakelock.o
42 bool wakelock; member
698 err_printf(m, "RPM wakelock: %s\n", yesno(error->wakelock)); in i915_error_state_to_str()1736 error->wakelock = atomic_read(&i915->runtime_pm.wakeref_count); in capture_gen_state()