Searched refs:robust_list (Results 1 – 7 of 7) 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;
58 struct robust_list { struct59 struct robust_list *next; argument74 struct robust_list list;94 struct robust_list *list_op_pending;
3358 current->robust_list = head; in SYSCALL_DEFINE2()3395 head = p->robust_list; in SYSCALL_DEFINE3()3523 static inline int fetch_robust_entry(struct robust_list __user **entry, in fetch_robust_entry()3524 struct robust_list __user * __user *head, in fetch_robust_entry()3546 struct robust_list_head __user *head = curr->robust_list; in exit_robust_list()3547 struct robust_list __user *entry, *next_entry, *pending; in exit_robust_list()3611 if (unlikely(tsk->robust_list)) { in futex_cleanup()3613 tsk->robust_list = NULL; in futex_cleanup()3819 compat_fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry, in compat_fetch_robust_entry()3831 static void __user *futex_uaddr(struct robust_list __user *entry, in futex_uaddr()[all …]
64 tsk->robust_list = NULL; in futex_init_task()
1124 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