Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dfutex.h121 struct robust_list __user *list_op_pending; member
/linux-6.1.9/Documentation/locking/
Drobust-futex-ABI.rst68 The third word, called 'list_op_pending', contains transient copy of
141 1) set the 'list_op_pending' word to the address of the 'lock entry'
146 4) clear the 'list_op_pending' word.
150 1) set the 'list_op_pending' word to the address of the 'lock entry'
157 'list_op_pending' and the address of each 'lock word' found by walking
Drobust-futexes.rst112 also maintains a simple per-thread 'list_op_pending' field, to allow the
115 list_op_pending field before it tries to acquire the futex, and clears
/linux-6.1.9/kernel/futex/
Dcore.c797 if (fetch_robust_entry(&pending, &head->list_op_pending, &pip)) in exit_robust_list()
893 &head->list_op_pending, &pip)) in compat_exit_robust_list()
/linux-6.1.9/include/linux/
Dcompat.h397 compat_uptr_t list_op_pending; member