Searched defs:w (Results 1 – 10 of 10) sorted by relevance
| /kernel/locking/ |
| D | rtmutex.h | 16 #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()
|
| D | rtmutex-debug.h | 27 # 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()
|
| D | rtmutex_common.h | 50 struct rt_mutex_waiter *w; in rt_mutex_top_waiter() local
|
| D | rtmutex.c | 1232 struct rt_mutex_waiter *w) in rt_mutex_handle_deadlock()
|
| /kernel/ |
| D | audit_watch.c | 238 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
|
| D | audit.h | 288 #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/ |
| D | sched.h | 75 # 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
|
| D | fair.c | 147 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/ |
| D | verifier.c | 2499 static int push_insn(int t, int w, int e, struct bpf_verifier_env *env) in push_insn()
|
| /kernel/events/ |
| D | core.c | 490 static void perf_duration_warn(struct irq_work *w) in perf_duration_warn()
|