Home
last modified time | relevance | path

Searched refs:y (Results 1 – 7 of 7) sorted by relevance

/kernel/
Dsched_clock.c93 static inline u64 wrap_min(u64 x, u64 y) in wrap_min() argument
95 return (s64)(x - y) < 0 ? x : y; in wrap_min()
98 static inline u64 wrap_max(u64 x, u64 y) in wrap_max() argument
100 return (s64)(x - y) > 0 ? x : y; in wrap_max()
DMakefile32 ifeq ($(CONFIG_PROC_FS),y)
36 ifeq ($(CONFIG_COMPAT),y)
44 ifneq ($(CONFIG_SMP),y)
97 ifneq ($(CONFIG_SCHED_OMIT_FRAME_POINTER),y)
Dsched.c1273 #define SRR(x, y) (((x) + (1UL << ((y) - 1))) >> (y)) argument
/kernel/power/
DKconfig38 def_bool y
81 default y
86 default y
91 default y
99 depends on SUSPEND && PM_DEBUG && RTC_CLASS=y
112 default y
137 default y
144 default y
154 default y
DMakefile2 ifeq ($(CONFIG_PM_DEBUG),y)
/kernel/time/
DKconfig27 default y
/kernel/trace/
DKconfig71 default y
274 default y
290 def_bool y