Home
last modified time | relevance | path

Searched defs:x (Results 1 – 16 of 16) sorted by relevance

/kernel/
Dsched_debug.c23 #define SEQ_printf(m, x...) \ argument
54 #define SPLIT_NS(x) nsec_high(x), nsec_low(x) argument
235 #define P(x) \ in print_rt_rq() argument
237 #define PN(x) \ in print_rt_rq() argument
264 #define P(x) \ in print_cpu() argument
266 #define PN(x) \ in print_cpu() argument
324 #define P(x) \ in sched_debug_show() argument
326 #define PN(x) \ in sched_debug_show() argument
Dtime.c312 struct timeval x; in getnstimeofday() local
589 clock_t jiffies_to_clock_t(long x) in jiffies_to_clock_t()
603 unsigned long clock_t_to_jiffies(unsigned long x) in clock_t_to_jiffies()
620 u64 jiffies_64_to_clock_t(u64 x) in jiffies_64_to_clock_t()
642 u64 nsec_to_clock_t(u64 x) in nsec_to_clock_t()
Dcpu.c482 #define MASK_DECLARE_1(x) [x+1][0] = 1UL << (x) argument
483 #define MASK_DECLARE_2(x) MASK_DECLARE_1(x), MASK_DECLARE_1(x+1) argument
484 #define MASK_DECLARE_4(x) MASK_DECLARE_2(x), MASK_DECLARE_2(x+2) argument
485 #define MASK_DECLARE_8(x) MASK_DECLARE_4(x), MASK_DECLARE_4(x+4) argument
Drtmutex-debug.c32 # define TRACE_WARN_ON(x) WARN_ON(x) argument
33 # define TRACE_BUG_ON(x) BUG_ON(x) argument
Dsched_clock.c93 static inline u64 wrap_min(u64 x, u64 y) in wrap_min()
98 static inline u64 wrap_max(u64 x, u64 y) in wrap_max()
Dacct.c101 static void acct_timeout(unsigned long x) in acct_timeout()
Dsched.c816 #define sched_feat(x) (sysctl_sched_features & (1UL << __SCHED_FEAT_##x)) argument
1273 #define SRR(x, y) (((x) + (1UL << ((y) - 1))) >> (y)) argument
4833 void complete(struct completion *x) in complete()
4850 void complete_all(struct completion *x) in complete_all()
4862 do_wait_for_common(struct completion *x, long timeout, int state) in do_wait_for_common()
4888 wait_for_common(struct completion *x, long timeout, int state) in wait_for_common()
4908 void __sched wait_for_completion(struct completion *x) in wait_for_completion()
4924 wait_for_completion_timeout(struct completion *x, unsigned long timeout) in wait_for_completion_timeout()
4937 int __sched wait_for_completion_interruptible(struct completion *x) in wait_for_completion_interruptible()
4955 wait_for_completion_interruptible_timeout(struct completion *x, in wait_for_completion_interruptible_timeout()
[all …]
Dresource.c813 int x = reserved; in reserve_setup() local
Dposix-cpu-timers.c1189 cputime_t x; in check_process_timers() local
Dcompat.c213 static compat_clock_t clock_t_to_compat_clock_t(clock_t x) in clock_t_to_compat_clock_t()
Dsys.c1512 struct rlimit x; in SYSCALL_DEFINE2() local
Dsignal.c151 unsigned long i, *s, *m, x; in next_signal() local
Dauditsc.c251 #define ACC_MODE(x) ("\004\002\006\006"[(x)&O_ACCMODE]) argument
/kernel/time/
Dtimer_list.c31 #define SEQ_printf(m, x...) \ argument
142 #define P(x) \ in print_cpu() argument
145 #define P_ns(x) \ in print_cpu() argument
158 # define P(x) \ in print_cpu() argument
161 # define P_ns(x) \ in print_cpu() argument
/kernel/trace/
Dtrace_selftest.c102 #define __STR(x) #x argument
103 #define STR(x) __STR(x) argument
454 struct completion *x = data; in trace_wakeup_test_thread() local
Dtrace.c2197 #define SEQ_PUT_FIELD_RET(s, x) \ argument
2203 #define SEQ_PUT_HEX_FIELD_RET(s, x) \ argument