| /kernel/sched/ |
| D | completion.c | 16 static void complete_with_flags(struct completion *x, int wake_flags) in complete_with_flags() 28 void complete_on_current_cpu(struct completion *x) in complete_on_current_cpu() 45 void complete(struct completion *x) in complete() 67 void complete_all(struct completion *x) in complete_all() 81 do_wait_for_common(struct completion *x, in do_wait_for_common() 108 __wait_for_common(struct completion *x, in __wait_for_common() 125 wait_for_common(struct completion *x, long timeout, int state) in wait_for_common() 131 wait_for_common_io(struct completion *x, long timeout, int state) in wait_for_common_io() 146 void __sched wait_for_completion(struct completion *x) in wait_for_completion() 165 wait_for_completion_timeout(struct completion *x, unsigned long timeout) in wait_for_completion_timeout() [all …]
|
| D | test_ksched_football.c | 73 #define test_lock_init(x) mutex_init(x) argument 75 #define test_lock(x) mutex_lock(x) argument 76 #define test_unlock(x) mutex_unlock(x) argument 80 #define test_lock_init(x) rt_mutex_init(x) argument 82 #define test_lock(x) rt_mutex_lock(x) argument 83 #define test_unlock(x) rt_mutex_unlock(x) argument
|
| D | debug.c | 14 #define SEQ_printf(m, x...) \ argument 45 #define SPLIT_NS(x) nsec_high(x), nsec_low(x) argument 897 #define P(x) \ in print_rt_rq() argument 899 #define PU(x) \ in print_rt_rq() argument 901 #define PN(x) \ in print_rt_rq() argument 924 #define PU(x) \ in print_dl_rq() argument 954 #define P(x) \ in print_cpu() argument 962 #define PN(x) \ in print_cpu() argument 1022 #define P(x) \ in sched_debug_header() argument 1024 #define PN(x) \ in sched_debug_header() argument [all …]
|
| D | clock.c | 247 static __always_inline u64 wrap_min(u64 x, u64 y) in wrap_min() 252 static __always_inline u64 wrap_max(u64 x, u64 y) in wrap_max()
|
| D | loadavg.c | 109 fixed_power_int(unsigned long x, unsigned int frac_bits, unsigned int n) in fixed_power_int()
|
| /kernel/time/ |
| D | timer_list.c | 125 #define P(x) \ in print_cpu() argument 128 #define P_ns(x) \ in print_cpu() argument 144 # define P(x) \ in print_cpu() argument 147 # define P_ns(x) \ in print_cpu() argument 150 # define P_flag(x, f) \ in print_cpu() argument
|
| D | time.c | 662 clock_t jiffies_to_clock_t(unsigned long x) in jiffies_to_clock_t() 682 unsigned long clock_t_to_jiffies(unsigned long x) in clock_t_to_jiffies() 705 u64 jiffies_64_to_clock_t(u64 x) in jiffies_64_to_clock_t() 733 u64 nsec_to_clock_t(u64 x) in nsec_to_clock_t()
|
| D | timekeeping_internal.h | 15 #define tk_debug_account_sleep_time(x) argument
|
| /kernel/trace/ |
| D | trace_output.h | 38 #define SEQ_PUT_FIELD(s, x) \ argument 41 #define SEQ_PUT_HEX_FIELD(s, x) \ argument
|
| D | trace_stack.c | 160 int i, x; in check_stack() local
|
| D | trace_hwlat.c | 158 #define time_to_us(x) div_u64(x, 1000) argument
|
| D | trace_selftest.c | 1427 struct wakeup_test_data *x = data; in trace_wakeup_test_thread() local
|
| /kernel/rcu/ |
| D | refscale.c | 44 #define SCALEOUT(s, x...) \ argument 47 #define VERBOSE_SCALEOUT(s, x...) \ argument 55 #define VERBOSE_SCALEOUT_BATCH(s, x...) \ argument 65 #define SCALEOUT_ERRSTRING(s, x...) pr_alert("%s" SCALE_FLAG "!!! " s "\n", scale_type, ## x) argument 468 unsigned long x; in ref_acqrel_section() local 481 unsigned long x; in ref_acqrel_delay_section() local 503 u64 x = 0; in ref_clock_section() local 515 u64 x = 0; in ref_clock_delay_section() local 535 u64 x = 0; in ref_jiffies_section() local 547 u64 x = 0; in ref_jiffies_delay_section() local
|
| D | rcu.h | 312 #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
|
| /kernel/ |
| D | static_call_inline.c | 528 static int func_a(int x) in func_a() 533 static int func_b(int x) in func_b()
|
| D | scftorture.c | 41 #define VERBOSE_SCFTORTOUT(s, x...) \ argument 44 #define SCFTORTOUT_ERRSTRING(s, x...) pr_alert(SCFTORT_FLAG "!!! " s "\n", ## x) argument
|
| D | context_tracking.c | 39 #define TPS(x) tracepoint_string(x) argument
|
| D | cpu.c | 3074 #define MASK_DECLARE_1(x) [x+1][0] = (1UL << (x)) argument 3075 #define MASK_DECLARE_2(x) MASK_DECLARE_1(x), MASK_DECLARE_1(x+1) argument 3076 #define MASK_DECLARE_4(x) MASK_DECLARE_2(x), MASK_DECLARE_2(x+2) argument 3077 #define MASK_DECLARE_8(x) MASK_DECLARE_4(x), MASK_DECLARE_4(x+4) argument
|
| D | kexec_core.c | 102 #define PAGE_COUNT(x) (((x) + PAGE_SIZE - 1) >> PAGE_SHIFT) argument
|
| D | softirq.c | 571 #define softirq_deferred_for_rt(x) (0) argument
|
| D | fork.c | 147 #define NAMED_ARRAY_INDEX(x) [x] = __stringify(x) argument 817 long x = percpu_counter_sum(&mm->rss_stat[i]); in check_mm() local
|
| /kernel/bpf/ |
| D | disasm.c | 10 #define __BPF_FUNC_STR_FN(x) [BPF_FUNC_ ## x] = __stringify(bpf_ ## x) argument
|
| D | core.c | 1705 #define BPF_INSN_2_TBL(x, y) [BPF_##x | BPF_##y] = true in bpf_opcode_in_insntable() argument 1706 #define BPF_INSN_3_TBL(x, y, z) [BPF_##x | BPF_##y | BPF_##z] = true in bpf_opcode_in_insntable() argument 1737 #define BPF_INSN_2_LBL(x, y) [BPF_##x | BPF_##y] = &&x##_##y in ___bpf_prog_run() argument 1738 #define BPF_INSN_3_LBL(x, y, z) [BPF_##x | BPF_##y | BPF_##z] = &&x##_##y##_##z in ___bpf_prog_run() argument
|
| /kernel/debug/ |
| D | debug_core.c | 1042 dbg_notify_reboot(struct notifier_block *this, unsigned long code, void *x) in dbg_notify_reboot()
|