Home
last modified time | relevance | path

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

12

/kernel/sched/
Dcompletion.c28 void complete(struct completion *x) in complete()
57 void complete_all(struct completion *x) in complete_all()
71 do_wait_for_common(struct completion *x, in do_wait_for_common()
98 __wait_for_common(struct completion *x, in __wait_for_common()
115 wait_for_common(struct completion *x, long timeout, int state) in wait_for_common()
121 wait_for_common_io(struct completion *x, long timeout, int state) in wait_for_common_io()
136 void __sched wait_for_completion(struct completion *x) in wait_for_completion()
155 wait_for_completion_timeout(struct completion *x, unsigned long timeout) in wait_for_completion_timeout()
169 void __sched wait_for_completion_io(struct completion *x) in wait_for_completion_io()
189 wait_for_completion_io_timeout(struct completion *x, unsigned long timeout) in wait_for_completion_io_timeout()
[all …]
Ddebug.c15 #define SEQ_printf(m, x...) \ argument
46 #define SPLIT_NS(x) nsec_high(x), nsec_low(x) argument
644 #define P(x) \ in print_rt_rq() argument
646 #define PU(x) \ in print_rt_rq() argument
648 #define PN(x) \ in print_rt_rq() argument
671 #define PU(x) \ in print_dl_rq() argument
702 #define P(x) \ in print_cpu() argument
710 #define PN(x) \ in print_cpu() argument
770 #define P(x) \ in sched_debug_header() argument
772 #define PN(x) \ in sched_debug_header() argument
[all …]
Dclock.c249 static inline u64 wrap_min(u64 x, u64 y) in wrap_min()
254 static inline u64 wrap_max(u64 x, u64 y) in wrap_max()
Dloadavg.c110 fixed_power_int(unsigned long x, unsigned int frac_bits, unsigned int n) in fixed_power_int()
Dsched.h84 # define SCHED_WARN_ON(x) WARN_ONCE(x, #x) argument
86 # define SCHED_WARN_ON(x) ({ (void)(x), 0; }) argument
1706 #define sched_feat(x) (static_branch_##x(&sched_feat_keys[__SCHED_FEAT_##x])) argument
1710 #define sched_feat(x) (sysctl_sched_features & (1UL << __SCHED_FEAT_##x)) argument
1728 #define sched_feat(x) !!(sysctl_sched_features & (1UL << __SCHED_FEAT_##x)) argument
/kernel/trace/
Dtrace_output.h35 #define SEQ_PUT_FIELD(s, x) \ argument
38 #define SEQ_PUT_HEX_FIELD(s, x) \ argument
Dpreemptirq_delay_test.c34 #define MIN(x, y) ((x) < (y) ? (x) : (y)) argument
Dtrace_stack.c160 int i, x; in check_stack() local
Dtrace_hwlat.c137 #define time_to_us(x) div_u64(x, 1000) argument
Dtrace_selftest.c1061 struct wakeup_test_data *x = data; in trace_wakeup_test_thread() local
/kernel/time/
Dtimer_list.c140 #define P(x) \ in print_cpu() argument
143 #define P_ns(x) \ in print_cpu() argument
159 # define P(x) \ in print_cpu() argument
162 # define P_ns(x) \ in print_cpu() argument
Dtime.c621 clock_t jiffies_to_clock_t(unsigned long x) in jiffies_to_clock_t()
635 unsigned long clock_t_to_jiffies(unsigned long x) in clock_t_to_jiffies()
652 u64 jiffies_64_to_clock_t(u64 x) in jiffies_64_to_clock_t()
674 u64 nsec_to_clock_t(u64 x) in nsec_to_clock_t()
Dtimekeeping_internal.h15 #define tk_debug_account_sleep_time(x) argument
/kernel/
Dscftorture.c41 #define SCFTORTOUT(s, x...) \ argument
44 #define VERBOSE_SCFTORTOUT(s, x...) \ argument
47 #define VERBOSE_SCFTORTOUT_ERRSTRING(s, x...) \ argument
Dstatic_call.c504 static int func_a(int x) in func_a()
509 static int func_b(int x) in func_b()
Dcpu.c2788 #define MASK_DECLARE_1(x) [x+1][0] = (1UL << (x)) argument
2789 #define MASK_DECLARE_2(x) MASK_DECLARE_1(x), MASK_DECLARE_1(x+1) argument
2790 #define MASK_DECLARE_4(x) MASK_DECLARE_2(x), MASK_DECLARE_2(x+2) argument
2791 #define MASK_DECLARE_8(x) MASK_DECLARE_4(x), MASK_DECLARE_4(x+4) argument
Dkexec_core.c142 #define PAGE_COUNT(x) (((x) + PAGE_SIZE - 1) >> PAGE_SHIFT) argument
Dfork.c134 #define NAMED_ARRAY_INDEX(x) [x] = __stringify(x) argument
691 long x = atomic_long_read(&mm->rss_stat.count[i]); in check_mm() local
/kernel/rcu/
Drefscale.c43 #define SCALEOUT(s, x...) \ argument
46 #define VERBOSE_SCALEOUT(s, x...) \ argument
49 #define VERBOSE_SCALEOUT_ERRSTRING(s, x...) \ argument
Drcu.h247 #define TPS(x) tracepoint_string(x) argument
/kernel/bpf/
Ddisasm.c10 #define __BPF_FUNC_STR_FN(x) [BPF_FUNC_ ## x] = __stringify(bpf_ ## x) argument
Dcore.c1353 #define BPF_INSN_2_TBL(x, y) [BPF_##x | BPF_##y] = true in bpf_opcode_in_insntable() argument
1354 #define BPF_INSN_3_TBL(x, y, z) [BPF_##x | BPF_##y | BPF_##z] = true in bpf_opcode_in_insntable() argument
1389 #define BPF_INSN_2_LBL(x, y) [BPF_##x | BPF_##y] = &&x##_##y in ___bpf_prog_run() argument
1390 #define BPF_INSN_3_LBL(x, y, z) [BPF_##x | BPF_##y | BPF_##z] = &&x##_##y##_##z in ___bpf_prog_run() argument
/kernel/debug/kdb/
Dkdb_private.h97 #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/debug/
Ddebug_core.c1058 dbg_notify_reboot(struct notifier_block *this, unsigned long code, void *x) in dbg_notify_reboot()
/kernel/kcsan/
Dkcsan-test.c342 int x = 0; in test_enter_scope() local

12