Searched refs:robust_list (Results 1 – 6 of 6) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | futex.h | 117 struct robust_list { struct 118 struct robust_list __user *next; argument 133 struct robust_list list; 153 struct robust_list __user *list_op_pending;
|
| /linux/kernel/futex/ |
| H A D | core.c | 1133 static inline int fetch_robust_entry(struct robust_list __user **entry, in fetch_robust_entry() 1134 struct robust_list __user * __user *head, in fetch_robust_entry() 1156 struct robust_list_head __user *head = curr->robust_list; in exit_robust_list() 1157 struct robust_list __user *entry, *next_entry, *pending; in exit_robust_list() 1217 static void __user *futex_uaddr(struct robust_list __user *entry, in futex_uaddr() 1230 compat_fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry, in compat_fetch_robust_entry() 1251 struct robust_list __user *entry, *next_entry, *pending; in compat_exit_robust_list() 1278 while (entry != (struct robust_list __user *) &head->list) { in compat_exit_robust_list() 1410 if (unlikely(tsk->robust_list)) { in futex_cleanup() 1412 tsk->robust_list = NULL; in futex_cleanup()
|
| H A D | syscalls.c | 37 current->robust_list = head; in SYSCALL_DEFINE2() 48 return p->robust_list; in futex_task_robust_list()
|
| /linux/include/linux/ |
| H A D | futex.h | 67 tsk->robust_list = NULL; in futex_init_task()
|
| H A D | sched.h | 1333 struct robust_list_head __user *robust_list; member
|
| /linux/Documentation/locking/ |
| H A D | robust-futexes.rst | 97 the cost of robust futexes is just a simple current->robust_list != NULL 181 current->robust_list. [Note that in the future, if robust futexes become
|