| /kernel/sched/ |
| D | completion.c | 29 void complete(struct completion *x) in complete() 49 void complete_all(struct completion *x) in complete_all() 61 do_wait_for_common(struct completion *x, in do_wait_for_common() 87 __wait_for_common(struct completion *x, in __wait_for_common() 99 wait_for_common(struct completion *x, long timeout, int state) in wait_for_common() 105 wait_for_common_io(struct completion *x, long timeout, int state) in wait_for_common_io() 120 void __sched wait_for_completion(struct completion *x) in wait_for_completion() 139 wait_for_completion_timeout(struct completion *x, unsigned long timeout) in wait_for_completion_timeout() 153 void __sched wait_for_completion_io(struct completion *x) in wait_for_completion_io() 173 wait_for_completion_io_timeout(struct completion *x, unsigned long timeout) in wait_for_completion_io_timeout() [all …]
|
| D | debug.c | 29 #define SEQ_printf(m, x...) \ argument 60 #define SPLIT_NS(x) nsec_high(x), nsec_low(x) argument 615 #define P(x) \ in print_rt_rq() argument 617 #define PN(x) \ in print_rt_rq() argument 662 #define P(x) \ in print_cpu() argument 670 #define PN(x) \ in print_cpu() argument 740 #define P(x) \ in sched_debug_header() argument 742 #define PN(x) \ in sched_debug_header() argument 757 #define P(x) \ in sched_debug_header() argument 759 #define PN(x) \ in sched_debug_header() argument
|
| D | clock.c | 184 static inline u64 wrap_min(u64 x, u64 y) in wrap_min() 189 static inline u64 wrap_max(u64 x, u64 y) in wrap_max()
|
| D | cpufreq_schedutil.c | 26 #define cpufreq_driver_fast_switch(x, y) 0 argument 27 #define cpufreq_enable_fast_switch(x) argument 28 #define cpufreq_disable_fast_switch(x) argument
|
| D | loadavg.c | 246 fixed_power_int(unsigned long x, unsigned int frac_bits, unsigned int n) in fixed_power_int()
|
| D | sched.h | 20 #define SCHED_WARN_ON(x) WARN_ONCE(x, #x) argument 22 #define SCHED_WARN_ON(x) ((void)(x)) argument 1122 #define sched_feat(x) (static_branch_##x(&sched_feat_keys[__SCHED_FEAT_##x])) argument 1124 #define sched_feat(x) (sysctl_sched_features & (1UL << __SCHED_FEAT_##x)) argument 1491 #define NR_AVE_SCALE(x) ((x) << FSHIFT) argument
|
| /kernel/trace/ |
| D | trace_output.h | 34 #define SEQ_PUT_FIELD(s, x) \ argument 37 #define SEQ_PUT_HEX_FIELD(s, x) \ argument
|
| D | trace_stack.c | 80 int i, x; in check_stack() local
|
| D | trace_hwlat.c | 136 #define time_to_us(x) div_u64(x, 1000) argument
|
| D | trace_selftest.c | 1047 struct wakeup_test_data *x = data; in trace_wakeup_test_thread() local
|
| /kernel/time/ |
| D | timer_list.c | 157 #define P(x) \ in print_cpu() argument 160 #define P_ns(x) \ in print_cpu() argument 176 # define P(x) \ in print_cpu() argument 179 # define P_ns(x) \ in print_cpu() argument
|
| D | time.c | 636 clock_t jiffies_to_clock_t(unsigned long x) in jiffies_to_clock_t() 650 unsigned long clock_t_to_jiffies(unsigned long x) in clock_t_to_jiffies() 667 u64 jiffies_64_to_clock_t(u64 x) in jiffies_64_to_clock_t() 689 u64 nsec_to_clock_t(u64 x) in nsec_to_clock_t()
|
| D | timekeeping_internal.h | 12 #define tk_debug_account_sleep_time(x) argument
|
| D | posix-cpu-timers.c | 981 cputime_t x; in check_process_timers() local
|
| /kernel/rcu/ |
| D | rcu.h | 136 #define TPS(x) tracepoint_string(x) argument
|
| /kernel/debug/kdb/ |
| D | kdb_private.h | 97 #define kdb_getarea(x, addr) kdb_getarea_size(&(x), addr, sizeof((x))) argument 98 #define kdb_putarea(addr, x) kdb_putarea_size(addr, &(x), sizeof((x))) argument
|
| D | kdb_main.c | 2574 #define LOAD_INT(x) ((x) >> FSHIFT) in kdb_summary() argument 2575 #define LOAD_FRAC(x) LOAD_INT(((x) & (FIXED_1-1)) * 100) in kdb_summary() argument 2583 #define K(x) ((x) << (PAGE_SHIFT - 10)) in kdb_summary() argument
|
| /kernel/ |
| D | cpu.c | 1886 #define MASK_DECLARE_1(x) [x+1][0] = (1UL << (x)) argument 1887 #define MASK_DECLARE_2(x) MASK_DECLARE_1(x), MASK_DECLARE_1(x+1) argument 1888 #define MASK_DECLARE_4(x) MASK_DECLARE_2(x), MASK_DECLARE_2(x+2) argument 1889 #define MASK_DECLARE_8(x) MASK_DECLARE_4(x), MASK_DECLARE_4(x+4) argument
|
| D | kexec_core.c | 149 #define PAGE_COUNT(x) (((x) + PAGE_SIZE - 1) >> PAGE_SHIFT) argument
|
| D | fork.c | 819 long x = atomic_long_read(&mm->rss_stat.count[i]); in check_mm() local
|
| D | resource.c | 1474 int x = reserved; in reserve_setup() local
|
| D | compat.c | 343 static compat_clock_t clock_t_to_compat_clock_t(clock_t x) in clock_t_to_compat_clock_t()
|
| D | sys.c | 1312 struct rlimit x; in SYSCALL_DEFINE2() local
|
| /kernel/debug/ |
| D | debug_core.c | 872 dbg_notify_reboot(struct notifier_block *this, unsigned long code, void *x) in dbg_notify_reboot()
|
| /kernel/power/ |
| D | snapshot.c | 1548 static unsigned long __fraction(u64 x, u64 multiplier, u64 base) in __fraction()
|