Searched refs:robust_list (Results 1 – 5 of 5) sorted by relevance
58 struct robust_list { struct59 struct robust_list __user *next; argument74 struct robust_list list;94 struct robust_list __user *list_op_pending;
3375 current->robust_list = head; in SYSCALL_DEFINE2()3412 head = p->robust_list; in SYSCALL_DEFINE3()3540 static inline int fetch_robust_entry(struct robust_list __user **entry, in fetch_robust_entry()3541 struct robust_list __user * __user *head, in fetch_robust_entry()3563 struct robust_list_head __user *head = curr->robust_list; in exit_robust_list()3564 struct robust_list __user *entry, *next_entry, *pending; in exit_robust_list()3628 if (unlikely(tsk->robust_list)) { in futex_cleanup()3630 tsk->robust_list = NULL; in futex_cleanup()3836 compat_fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry, in compat_fetch_robust_entry()3848 static void __user *futex_uaddr(struct robust_list __user *entry, in futex_uaddr()[all …]
64 tsk->robust_list = NULL; in futex_init_task()
1099 struct robust_list_head __user *robust_list; member
97 the cost of robust futexes is just a simple current->robust_list != NULL181 current->robust_list. [Note that in the future, if robust futexes become