Home
last modified time | relevance | path

Searched refs:w (Results 1 – 6 of 6) sorted by relevance

/kernel/
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_detect_deadlock(w,d) (d) argument
26 #define debug_rt_mutex_reset_waiter(w) do { } while (0) argument
Drtmutex_common.h70 struct rt_mutex_waiter *w; in rt_mutex_top_waiter() local
72 w = plist_first_entry(&lock->wait_list, struct rt_mutex_waiter, in rt_mutex_top_waiter()
74 BUG_ON(w->lock != lock); in rt_mutex_top_waiter()
76 return w; in rt_mutex_top_waiter()
Drtmutex-debug.h26 # define debug_rt_mutex_reset_waiter(w) \ argument
27 do { (w)->deadlock_lock = NULL; } while (0)
Dauditfilter.c1059 struct audit_watch *w, *nextw; in audit_remove_parent_watches() local
1065 list_for_each_entry_safe(w, nextw, &parent->watches, wlist) { in audit_remove_parent_watches()
1066 list_for_each_entry_safe(r, nextr, &w->rules, rlist) { in audit_remove_parent_watches()
1076 audit_log_untrustedstring(ab, w->path); in audit_remove_parent_watches()
1092 audit_remove_watch(w); in audit_remove_parent_watches()
1202 struct audit_watch *w, *watch = krule->watch; in audit_add_to_parent() local
1205 list_for_each_entry(w, &parent->watches, wlist) { in audit_add_to_parent()
1206 if (strcmp(watch->path, w->path)) in audit_add_to_parent()
1215 audit_get_watch(w); in audit_add_to_parent()
1216 krule->watch = watch = w; in audit_add_to_parent()
Duser.c289 static void cleanup_user_struct(struct work_struct *w) in cleanup_user_struct() argument
291 struct user_struct *up = container_of(w, struct user_struct, work); in cleanup_user_struct()
Dworkqueue.c983 static void do_work_for_cpu(struct work_struct *w) in do_work_for_cpu() argument
985 struct work_for_cpu *wfc = container_of(w, struct work_for_cpu, work); in do_work_for_cpu()