Home
last modified time | relevance | path

Searched full:robust (Results 1 – 25 of 152) sorted by relevance

1234567

/kernel/linux/linux-5.10/Documentation/locking/
Drobust-futexes.rst2 A description of what robust futexes are
10 what are robust futexes? To answer that, we first need to understand
37 To solve such types of problems, "robust mutex" userspace APIs were
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
76 are to be cleaned up, because a robust futex might have been registered
82 robust futexes impractical for any type of generic Linux distribution.
86 New approach to robust futexes
90 robust locks that userspace is holding (maintained by glibc) - which
93 time, the kernel checks this user-space list: are there any robust futex
[all …]
Dindex.rst25 robust-futexes
26 robust-futex-ABI
Dpi-futex.rst38 algorithms often endangers to ability to do robust reviews of said code.
81 means locked. (This is the same method as used by list-based robust
119 robust-futex, PI-futex, robust+PI-futex.
/kernel/liteos_a/testsuites/unittest/process/lock/mutex/full/
Dpthread_mutex_test_025.cpp74 int robust; in Child() local
78 pthread_mutexattr_getrobust(&attr, &robust); in Child()
79 ICUNIT_ASSERT_EQUAL(robust, 0, robust); in Child()
84 pthread_mutexattr_getrobust(&attr, &robust); in Child()
85 ICUNIT_ASSERT_EQUAL(robust, PTHREAD_MUTEX_ROBUST, robust); in Child()
90 pthread_mutexattr_getrobust(&attr, &robust); in Child()
91 ICUNIT_ASSERT_EQUAL(robust, PTHREAD_MUTEX_STALLED, robust); in Child()
Dpthread_mutex_test_023.cpp74 int robust; in Testcase() local
78 pthread_mutexattr_getrobust(&attr, &robust); in Testcase()
79 ICUNIT_ASSERT_EQUAL(robust, 0, robust); in Testcase()
84 pthread_mutexattr_getrobust(&attr, &robust); in Testcase()
85 ICUNIT_ASSERT_EQUAL(robust, PTHREAD_MUTEX_ROBUST, robust); in Testcase()
Dpthread_mutex_test_024.cpp97 int robust; in Testcase() local
101 pthread_mutexattr_getrobust(&attr, &robust); in Testcase()
102 ICUNIT_ASSERT_EQUAL(robust, 0, robust); in Testcase()
114 pthread_mutexattr_getrobust(&attr, &robust); in Testcase()
115 ICUNIT_ASSERT_EQUAL(robust, PTHREAD_MUTEX_ROBUST, robust); in Testcase()
/kernel/linux/linux-5.10/include/uapi/linux/
Dfutex.h45 * Support for robust futexes: the kernel cleans up held futexes at
98 * Are there any waiters for this robust futex:
111 * The rest of the robust-futex field is for the TID:
/kernel/liteos_a/testsuites/unittest/process/lock/mutex/
Dprocess_mutex_test.cpp281 * @tc.desc: function for test mutexattr robust
291 * @tc.desc: function for test mutexattr robust:error return value
301 * @tc.desc: test mutexattr robust:robustness product deadlock is not set
/kernel/linux/linux-5.10/net/mac80211/
Dkey.h88 * frames and the last counter is used with Robust
110 * frames and the last counter is used with Robust
/kernel/linux/linux-5.10/drivers/net/phy/
DKconfig82 - ADIN1200 - Robust,Industrial, Low Power 10/100 Ethernet PHY
83 - ADIN1300 - Robust,Industrial, Low Latency 10/100/1000 Gigabit
/kernel/linux/linux-5.10/tools/power/cpupower/
DToDo3 - Use bitmask functions to parse CPU topology more robust
/kernel/linux/linux-5.10/Documentation/process/
Dcode-of-conduct-interpretation.rst20 development process has been proven to create the most robust operating
62 Our goal of creating a robust and technically advanced operating system
/kernel/linux/linux-5.10/arch/alpha/kernel/
Dirq_srm.c17 * but it can be removed trivially if the palcode is robust against smp.
/kernel/linux/linux-5.10/Documentation/virt/kvm/
Dreview-checklist.rst39 12. Features must be robust against reset and kexec - for example, shared
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/
Dite,it6505.yaml16 and ensures robust transmission of high-quality uncompressed video
/kernel/linux/linux-5.10/include/uapi/xen/
Dgntalloc.h55 * cleanup if this side crashes. Required to implement cross-domain robust
/kernel/linux/linux-5.10/scripts/dtc/
Dupdate-dtc-source.sh21 # aren't a big deal. If anyone is interested in making it more robust, the
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dti,dp83869.yaml17 The DP83869HM device is a robust, fully-featured Gigabit (PHY) transceiver
Dti,dp83867.yaml17 The DP83867 device is a robust, low power, fully featured Physical Layer
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dsecurity-bugs.rst42 Once a robust fix has been developed, the release process starts. Fixes
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dstacktrace.h35 * accounting information necessary for robust unwinding.
/kernel/linux/linux-5.10/Documentation/admin-guide/nfs/
Dnfs-client.rst27 is associated with this identity. To support robust NFSv4 state recovery
/kernel/linux/linux-5.10/tools/arch/alpha/include/uapi/asm/
Derrno.h120 /* for robust mutexes */
/kernel/linux/linux-5.10/tools/arch/sparc/include/uapi/asm/
Derrno.h110 /* for robust mutexes */
/kernel/linux/linux-5.10/arch/um/
DMakefile93 # defines more robust

1234567