| /kernel/sched/ |
| A D | completion.c | 33 void complete_on_current_cpu(struct completion *x) in complete_on_current_cpu() 50 void complete(struct completion *x) in complete() 72 void complete_all(struct completion *x) in complete_all() 86 do_wait_for_common(struct completion *x, in do_wait_for_common() 113 __wait_for_common(struct completion *x, in __wait_for_common() 130 wait_for_common(struct completion *x, long timeout, int state) in wait_for_common() 151 void __sched wait_for_completion(struct completion *x) in wait_for_completion() 184 void __sched wait_for_completion_io(struct completion *x) in wait_for_completion_io() 290 wait_for_completion_killable_timeout(struct completion *x, in wait_for_completion_killable_timeout() 309 bool try_wait_for_completion(struct completion *x) in try_wait_for_completion() [all …]
|
| A D | debug.c | 17 #define SEQ_printf(m, x...) \ argument 886 #define P(x) \ in print_rt_rq() argument 888 #define PU(x) \ in print_rt_rq() argument 890 #define PN(x) \ in print_rt_rq() argument 913 #define PU(x) \ in print_dl_rq() argument 939 #define P(x) \ in print_cpu() argument 947 #define PN(x) \ in print_cpu() argument 1005 #define P(x) \ in sched_debug_header() argument 1007 #define PN(x) \ in sched_debug_header() argument 1022 #define P(x) \ in sched_debug_header() argument [all …]
|
| A D | clock.c | 250 static __always_inline u64 wrap_min(u64 x, u64 y) in wrap_min() 255 static __always_inline u64 wrap_max(u64 x, u64 y) in wrap_max()
|
| A D | loadavg.c | 111 fixed_power_int(unsigned long x, unsigned int frac_bits, unsigned int n) in fixed_power_int()
|
| /kernel/time/ |
| A 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
|
| A 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()
|
| A D | timekeeping_internal.h | 25 #define tk_debug_account_sleep_time(x) argument
|
| /kernel/rcu/ |
| A D | refscale.c | 45 #define SCALEOUT(s, x...) \ argument 48 #define VERBOSE_SCALEOUT(s, x...) \ argument 56 #define VERBOSE_SCALEOUT_BATCH(s, x...) \ argument 502 unsigned long x; in ref_acqrel_section() local 515 unsigned long x; in ref_acqrel_delay_section() local 537 u64 x = 0; in ref_sched_clock_section() local 549 u64 x = 0; in ref_sched_clock_delay_section() local 570 u64 x = 0; in ref_clock_section() local 582 u64 x = 0; in ref_clock_delay_section() local 602 u64 x = 0; in ref_jiffies_section() local [all …]
|
| A D | rcu.h | 324 #define TPS(x) tracepoint_string(x) argument
|
| /kernel/trace/ |
| A D | trace_output.h | 38 #define SEQ_PUT_FIELD(s, x) \ argument 41 #define SEQ_PUT_HEX_FIELD(s, x) \ argument
|
| A D | trace_stack.c | 160 int i, x; in check_stack() local
|
| A D | trace_hwlat.c | 156 #define time_to_us(x) div_u64(x, 1000) argument
|
| A D | fprobe.c | 26 #define SIZE_IN_LONG(x) ((x + sizeof(long) - 1) >> (sizeof(long) == 8 ? 3 : 2)) argument
|
| A D | trace_selftest.c | 1431 struct wakeup_test_data *x = data; in trace_wakeup_test_thread() local
|
| /kernel/ |
| A D | static_call_inline.c | 527 static int func_a(int x) in func_a() 532 static int func_b(int x) in func_b()
|
| A D | scftorture.c | 41 #define VERBOSE_SCFTORTOUT(s, x...) \ argument 44 #define SCFTORTOUT_ERRSTRING(s, x...) pr_alert(SCFTORT_FLAG "!!! " s "\n", ## x) argument
|
| A D | context_tracking.c | 39 #define TPS(x) tracepoint_string(x) argument
|
| A D | cpu.c | 3066 #define MASK_DECLARE_1(x) [x+1][0] = (1UL << (x)) argument 3067 #define MASK_DECLARE_2(x) MASK_DECLARE_1(x), MASK_DECLARE_1(x+1) argument 3068 #define MASK_DECLARE_4(x) MASK_DECLARE_2(x), MASK_DECLARE_2(x+2) argument 3069 #define MASK_DECLARE_8(x) MASK_DECLARE_4(x), MASK_DECLARE_4(x+4) argument
|
| A D | kexec_core.c | 103 #define PAGE_COUNT(x) (((x) + PAGE_SIZE - 1) >> PAGE_SHIFT) argument
|
| A D | fork.c | 144 #define NAMED_ARRAY_INDEX(x) [x] = __stringify(x) argument 586 long x = percpu_counter_sum(&mm->rss_stat[i]); in check_mm() local
|
| A D | sys.c | 1078 static compat_clock_t clock_t_to_compat_clock_t(clock_t x) in clock_t_to_compat_clock_t() 1631 struct rlimit x; in SYSCALL_DEFINE2() local
|
| /kernel/debug/kdb/ |
| A 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/bpf/ |
| A D | disasm.c | 10 #define __BPF_FUNC_STR_FN(x) [BPF_FUNC_ ## x] = __stringify(bpf_ ## x) argument
|
| A D | core.c | 1710 #define BPF_INSN_2_TBL(x, y) [BPF_##x | BPF_##y] = true in bpf_opcode_in_insntable() argument 1711 #define BPF_INSN_3_TBL(x, y, z) [BPF_##x | BPF_##y | BPF_##z] = true in bpf_opcode_in_insntable() argument 1742 #define BPF_INSN_2_LBL(x, y) [BPF_##x | BPF_##y] = &&x##_##y in ___bpf_prog_run() argument 1743 #define BPF_INSN_3_LBL(x, y, z) [BPF_##x | BPF_##y | BPF_##z] = &&x##_##y##_##z in ___bpf_prog_run() argument
|
| /kernel/debug/ |
| A D | debug_core.c | 1034 dbg_notify_reboot(struct notifier_block *this, unsigned long code, void *x) in dbg_notify_reboot()
|