Home
last modified time | relevance | path

Searched defs:w (Results 1 – 10 of 10) sorted by relevance

/kernel/locking/
Drtmutex.h16 #define debug_rt_mutex_init_waiter(w) do { } while (0) argument
17 #define debug_rt_mutex_free_waiter(w) do { } while (0) argument
24 #define debug_rt_mutex_print_deadlock(w) do { } while (0) argument
25 #define debug_rt_mutex_reset_waiter(w) do { } while (0) argument
27 static inline void rt_mutex_print_deadlock(struct rt_mutex_waiter *w) in rt_mutex_print_deadlock()
32 static inline bool debug_rt_mutex_detect_deadlock(struct rt_mutex_waiter *w, in debug_rt_mutex_detect_deadlock()
Drtmutex-debug.h27 # define debug_rt_mutex_reset_waiter(w) \ argument
36 static inline void rt_mutex_print_deadlock(struct rt_mutex_waiter *w) in rt_mutex_print_deadlock()
Drtmutex_common.h50 struct rt_mutex_waiter *w; in rt_mutex_top_waiter() local
Drtmutex.c1232 struct rt_mutex_waiter *w) in rt_mutex_handle_deadlock()
/kernel/
Daudit_watch.c238 static void audit_watch_log_rule_change(struct audit_krule *r, struct audit_watch *w, char *op) in audit_watch_log_rule_change()
339 struct audit_watch *w, *nextw; in audit_remove_parent_watches() local
383 struct audit_watch *w, *watch = krule->watch; in audit_add_to_parent() local
Daudit.h288 #define audit_put_watch(w) {} argument
289 #define audit_get_watch(w) {} argument
293 #define audit_watch_path(w) "" argument
294 #define audit_watch_compare(w, i, d) 0 argument
/kernel/sched/
Dsched.h75 # define scale_load(w) ((w) << SCHED_FIXEDPOINT_SHIFT) argument
76 # define scale_load_down(w) ((w) >> SCHED_FIXEDPOINT_SHIFT) argument
79 # define scale_load(w) (w) argument
80 # define scale_load_down(w) (w) argument
Dfair.c147 static inline void update_load_set(struct load_weight *lw, unsigned long w) in update_load_set()
205 unsigned long w; in __update_inv_weight() local
5340 long W, w = cfs_rq_load_avg(cfs_rq); in effective_load() local
/kernel/bpf/
Dverifier.c2499 static int push_insn(int t, int w, int e, struct bpf_verifier_env *env) in push_insn()
/kernel/events/
Dcore.c490 static void perf_duration_warn(struct irq_work *w) in perf_duration_warn()