/kernel/ |
D | sched_debug.c | 23 #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
|
D | time.c | 312 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()
|
D | cpu.c | 482 #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
|
D | rtmutex-debug.c | 32 # define TRACE_WARN_ON(x) WARN_ON(x) argument 33 # define TRACE_BUG_ON(x) BUG_ON(x) argument
|
D | sched_clock.c | 93 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()
|
D | acct.c | 101 static void acct_timeout(unsigned long x) in acct_timeout()
|
D | sched.c | 816 #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 …]
|
D | resource.c | 813 int x = reserved; in reserve_setup() local
|
D | posix-cpu-timers.c | 1189 cputime_t x; in check_process_timers() local
|
D | compat.c | 213 static compat_clock_t clock_t_to_compat_clock_t(clock_t x) in clock_t_to_compat_clock_t()
|
D | sys.c | 1512 struct rlimit x; in SYSCALL_DEFINE2() local
|
D | signal.c | 151 unsigned long i, *s, *m, x; in next_signal() local
|
D | auditsc.c | 251 #define ACC_MODE(x) ("\004\002\006\006"[(x)&O_ACCMODE]) argument
|
/kernel/time/ |
D | timer_list.c | 31 #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/ |
D | trace_selftest.c | 102 #define __STR(x) #x argument 103 #define STR(x) __STR(x) argument 454 struct completion *x = data; in trace_wakeup_test_thread() local
|
D | trace.c | 2197 #define SEQ_PUT_FIELD_RET(s, x) \ argument 2203 #define SEQ_PUT_HEX_FIELD_RET(s, x) \ argument
|