Home
last modified time | relevance | path

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

12

/kernel/sched/
Dcompletion.c31 void complete(struct completion *x) in complete()
65 void complete_all(struct completion *x) in complete_all()
77 do_wait_for_common(struct completion *x, in do_wait_for_common()
104 __wait_for_common(struct completion *x, in __wait_for_common()
121 wait_for_common(struct completion *x, long timeout, int state) in wait_for_common()
127 wait_for_common_io(struct completion *x, long timeout, int state) in wait_for_common_io()
142 void __sched wait_for_completion(struct completion *x) in wait_for_completion()
161 wait_for_completion_timeout(struct completion *x, unsigned long timeout) in wait_for_completion_timeout()
175 void __sched wait_for_completion_io(struct completion *x) in wait_for_completion_io()
195 wait_for_completion_io_timeout(struct completion *x, unsigned long timeout) in wait_for_completion_io_timeout()
[all …]
Ddebug.c30 #define SEQ_printf(m, x...) \ argument
61 #define SPLIT_NS(x) nsec_high(x), nsec_low(x) argument
667 #define P(x) \ in print_rt_rq() argument
669 #define PU(x) \ in print_rt_rq() argument
671 #define PN(x) \ in print_rt_rq() argument
693 #define PU(x) \ in print_dl_rq() argument
727 #define P(x) \ in print_cpu() argument
735 #define PN(x) \ in print_cpu() argument
805 #define P(x) \ in sched_debug_header() argument
807 #define PN(x) \ in sched_debug_header() argument
[all …]
Dclock.c241 static inline u64 wrap_min(u64 x, u64 y) in wrap_min()
246 static inline u64 wrap_max(u64 x, u64 y) in wrap_max()
Dloadavg.c114 fixed_power_int(unsigned long x, unsigned int frac_bits, unsigned int n) in fixed_power_int()
Dsched.h45 # define SCHED_WARN_ON(x) WARN_ONCE(x, #x) argument
47 # define SCHED_WARN_ON(x) ({ (void)(x), 0; }) argument
1397 #define sched_feat(x) (static_branch_##x(&sched_feat_keys[__SCHED_FEAT_##x])) argument
1399 #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
Dtrace_stack.c82 int i, x; in check_stack() local
Dtrace_hwlat.c137 #define time_to_us(x) div_u64(x, 1000) argument
Dtrace_selftest.c1049 struct wakeup_test_data *x = data; in trace_wakeup_test_thread() local
/kernel/time/
Dtimer_list.c147 #define P(x) \ in print_cpu() argument
150 #define P_ns(x) \ in print_cpu() argument
166 # define P(x) \ in print_cpu() argument
169 # define P_ns(x) \ in print_cpu() argument
Dtime.c728 clock_t jiffies_to_clock_t(unsigned long x) in jiffies_to_clock_t()
742 unsigned long clock_t_to_jiffies(unsigned long x) in clock_t_to_jiffies()
759 u64 jiffies_64_to_clock_t(u64 x) in jiffies_64_to_clock_t()
781 u64 nsec_to_clock_t(u64 x) in nsec_to_clock_t()
Dtimekeeping_internal.h13 #define tk_debug_account_sleep_time(x) argument
Dposix-cpu-timers.c946 u64 x; in check_process_timers() local
/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
Dkdb_main.c2595 #define K(x) ((x) << (PAGE_SHIFT - 10)) in kdb_summary() argument
/kernel/
Dcpu.c2237 #define MASK_DECLARE_1(x) [x+1][0] = (1UL << (x)) argument
2238 #define MASK_DECLARE_2(x) MASK_DECLARE_1(x), MASK_DECLARE_1(x+1) argument
2239 #define MASK_DECLARE_4(x) MASK_DECLARE_2(x), MASK_DECLARE_2(x+2) argument
2240 #define MASK_DECLARE_8(x) MASK_DECLARE_4(x), MASK_DECLARE_4(x+4) argument
Dkexec_core.c144 #define PAGE_COUNT(x) (((x) + PAGE_SIZE - 1) >> PAGE_SHIFT) argument
Dsys.c921 static compat_clock_t clock_t_to_compat_clock_t(clock_t x) in clock_t_to_compat_clock_t()
1391 struct rlimit x; in SYSCALL_DEFINE2() local
Dresource.c1474 int x = reserved; in reserve_setup() local
Dfork.c873 long x = atomic_long_read(&mm->rss_stat.count[i]); in check_mm() local
/kernel/debug/
Ddebug_core.c877 dbg_notify_reboot(struct notifier_block *this, unsigned long code, void *x) in dbg_notify_reboot()
/kernel/rcu/
Drcu.h213 #define TPS(x) tracepoint_string(x) argument
Dtree_plugin.h2276 static void do_nocb_deferred_wakeup_timer(unsigned long x) in do_nocb_deferred_wakeup_timer()
/kernel/power/
Dsnapshot.c1557 static unsigned long __fraction(u64 x, u64 multiplier, u64 base) in __fraction()
/kernel/bpf/
Dverifier.c193 #define __BPF_FUNC_STR_FN(x) [BPF_FUNC_ ## x] = __stringify(bpf_ ## x) argument

12