Searched refs:robust_list (Results 1 – 5 of 5) sorted by relevance
60 struct robust_list { struct61 struct robust_list __user *next; argument76 struct robust_list list;96 struct robust_list __user *list_op_pending;
3573 current->robust_list = head; in SYSCALL_DEFINE2()3610 head = p->robust_list; in SYSCALL_DEFINE3()3738 static inline int fetch_robust_entry(struct robust_list __user **entry, in fetch_robust_entry()3739 struct robust_list __user * __user *head, in fetch_robust_entry()3761 struct robust_list_head __user *head = curr->robust_list; in exit_robust_list()3762 struct robust_list __user *entry, *next_entry, *pending; in exit_robust_list()3826 if (unlikely(tsk->robust_list)) { in futex_cleanup()3828 tsk->robust_list = NULL; in futex_cleanup()4049 compat_fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry, in compat_fetch_robust_entry()4061 static void __user *futex_uaddr(struct robust_list __user *entry, in futex_uaddr()[all …]
64 tsk->robust_list = NULL; in futex_init_task()
1214 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