Searched defs:w (Results 1 – 13 of 13) sorted by relevance
/kernel/locking/ |
D | rtmutex.h | 15 #define debug_rt_mutex_init_waiter(w) do { } while (0) argument 16 #define debug_rt_mutex_free_waiter(w) do { } while (0) argument 23 #define debug_rt_mutex_print_deadlock(w) do { } while (0) argument 24 #define debug_rt_mutex_reset_waiter(w) do { } while (0) argument 26 static inline void rt_mutex_print_deadlock(struct rt_mutex_waiter *w) in rt_mutex_print_deadlock() 31 static inline bool debug_rt_mutex_detect_deadlock(struct rt_mutex_waiter *w, in debug_rt_mutex_detect_deadlock()
|
D | rtmutex-debug.h | 25 # define debug_rt_mutex_reset_waiter(w) \ argument 34 static inline void rt_mutex_print_deadlock(struct rt_mutex_waiter *w) in rt_mutex_print_deadlock()
|
D | rtmutex_common.h | 56 struct rt_mutex_waiter *w = NULL; in rt_mutex_top_waiter() local
|
D | rtmutex.c | 1207 struct rt_mutex_waiter *w) in rt_mutex_handle_deadlock()
|
/kernel/ |
D | audit_watch.c | 226 static void audit_watch_log_rule_change(struct audit_krule *r, struct audit_watch *w, char *op) in audit_watch_log_rule_change() 325 struct audit_watch *w, *nextw; in audit_remove_parent_watches() local 369 struct audit_watch *w, *watch = krule->watch; in audit_add_to_parent() local
|
D | audit.h | 295 #define audit_put_watch(w) {} argument 296 #define audit_get_watch(w) {} argument 300 #define audit_watch_path(w) "" argument 301 #define audit_watch_compare(w, i, d) 0 argument
|
D | exit.c | 237 void rcuwait_wake_up(struct rcuwait *w) in rcuwait_wake_up()
|
D | module.c | 3537 static void do_free_init(struct work_struct *w) in do_free_init()
|
/kernel/sched/ |
D | sched.h | 120 # define scale_load(w) ((w) << SCHED_FIXEDPOINT_SHIFT) argument 121 # define scale_load_down(w) ((w) >> SCHED_FIXEDPOINT_SHIFT) argument 124 # define scale_load(w) (w) argument 125 # define scale_load_down(w) (w) argument
|
D | psi.c | 959 int w; in psi_show() local
|
D | fair.c | 133 static inline void update_load_set(struct load_weight *lw, unsigned long w) in update_load_set() 191 unsigned long w; in __update_inv_weight() local
|
/kernel/bpf/ |
D | verifier.c | 6256 static int push_insn(int t, int w, int e, struct bpf_verifier_env *env, in push_insn()
|
/kernel/events/ |
D | core.c | 494 static void perf_duration_warn(struct irq_work *w) in perf_duration_warn()
|