Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/locking/
H A 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
H A 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
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfutex.h94 struct robust_list __user *list_op_pending; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfutex.h94 struct robust_list *list_op_pending; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfutex.h94 struct robust_list *list_op_pending; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompat.h365 compat_uptr_t list_op_pending; member
/OK3568_Linux_fs/kernel/kernel/
H A Dfutex.c3571 if (fetch_robust_entry(&pending, &head->list_op_pending, &pip)) in exit_robust_list()
3875 &head->list_op_pending, &pip)) in compat_exit_robust_list()