Home
last modified time | relevance | path

Searched refs:futexes (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/Documentation/locking/
H A Drobust-futexes.rst2 A description of what robust futexes are
10 what are robust futexes? To answer that, we first need to understand
11 what futexes are: normal futexes are special types of locks that in the
28 method makes futexes very lightweight and scalable.
45 (and in most cases there is none, futexes being fast lightweight locks)
56 robust futexes attached to this area'. This approach requires 3 new
75 because the kernel has no knowledge about how many robust futexes there
82 robust futexes impractical for any type of generic Linux distribution.
86 New approach to robust futexes
97 the cost of robust futexes is just a simple current->robust_list != NULL
[all …]
H A Dindex.rst25 robust-futexes
H A Dpi-futex.rst2 Lightweight PI-futexes
12 similar to normal futexes.
82 futexes.) Userspace uses atomic ops to lock/unlock these mutexes without
118 properties of futexes, and all four combinations are possible: futex,
H A Drt-mutex.rst5 RT-mutexes with priority inheritance are used to support PI-futexes,
8 about PI-futexes.]
H A Drobust-futex-ABI.rst9 futexes, for kernel assist of cleanup of held locks on task exit.
11 The interesting data as to what futexes a thread is holding is kept on a
15 required for futexes is:
22 The existing normal futexes already provide a "Fast Userspace Locking"
H A Dfutex-requeue-pi.rst54 be able to requeue tasks to PI futexes. This support implies that
/openbmc/linux/Documentation/userspace-api/
H A Dfutex2.rst23 Wait on an array of futexes, wake on any::
77 private futexes, it's necessary to specify ``FUTEX_PRIVATE_FLAG`` in the futex
82 and shared futexes.
/openbmc/linux/tools/testing/selftests/futex/functional/
H A Dfutex_waitv.c26 u_int32_t futexes[NR_FUTEXES] = {0}; variable
90 waitv[i].uaddr = (uintptr_t)&futexes[i]; in main()
/openbmc/linux/Documentation/translations/zh_CN/locking/
H A Dindex.rst35 * robust-futexes
/openbmc/linux/Documentation/admin-guide/mm/
H A Dnommu-mmap.rst177 support futexes (such as an I/O chardev mapping).
/openbmc/linux/Documentation/fault-injection/
H A Dfault-injection.rst162 when dealing with private (address space) futexes.
/openbmc/linux/Documentation/driver-api/
H A Ddma-buf.rst234 * Userspace fences or gpu futexes, fine-grained locking within a command buffer
/openbmc/linux/lib/
H A DKconfig.debug2000 bool "Fault-injection capability for futexes"
2004 Provide fault-injection capability for futexes.