Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dfutex.h93 struct robust_list __user *list_op_pending; member
/linux-4.4.14/Documentation/
Drobust-futex-ABI.txt66 The third word, called 'list_op_pending', contains transient copy of
138 1) set the 'list_op_pending' word to the address of the 'lock entry'
143 4) clear the 'list_op_pending' word.
146 1) set the 'list_op_pending' word to the address of the 'lock entry'
153 'list_op_pending' and the address of each 'lock word' found by walking
Drobust-futexes.txt108 also maintains a simple per-thread 'list_op_pending' field, to allow the
111 list_op_pending field before it tries to acquire the futex, and clears
/linux-4.4.14/kernel/
Dfutex_compat.c79 &head->list_op_pending, &pip)) in compat_exit_robust_list()
Dfutex.c3026 if (fetch_robust_entry(&pending, &head->list_op_pending, &pip)) in exit_robust_list()
/linux-4.4.14/include/linux/
Dcompat.h284 compat_uptr_t list_op_pending; member