Searched full:robust (Results 1 – 25 of 171) sorted by relevance
1234567
/linux-6.12.1/Documentation/locking/ |
D | robust-futexes.rst | 2 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 …]
|
D | index.rst | 25 robust-futexes 26 robust-futex-ABI
|
D | pi-futex.rst | 38 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.
|
/linux-6.12.1/Documentation/translations/zh_CN/locking/ |
D | index.rst | 35 * robust-futexes 36 * robust-futex-ABI
|
/linux-6.12.1/include/uapi/linux/ |
D | futex.h | 97 * Support for robust futexes: the kernel cleans up held futexes at 150 * Are there any waiters for this robust futex: 163 * The rest of the robust-futex field is for the TID:
|
/linux-6.12.1/net/mac80211/ |
D | key.h | 87 * frames and the last counter is used with Robust 109 * frames and the last counter is used with Robust
|
/linux-6.12.1/drivers/net/phy/ |
D | Kconfig | 104 - ADIN1200 - Robust,Industrial, Low Power 10/100 Ethernet PHY 105 - ADIN1300 - Robust,Industrial, Low Latency 10/100/1000 Gigabit 113 - ADIN1100 - Robust,Industrial, Low Power 10BASE-T1L Ethernet PHY
|
/linux-6.12.1/Documentation/process/ |
D | code-of-conduct-interpretation.rst | 20 development process has been proven to create the most robust operating 62 Our goal of creating a robust and technically advanced operating system
|
D | security-bugs.rst | 42 Once a robust fix has been developed, the release process starts. Fixes
|
/linux-6.12.1/tools/power/cpupower/ |
D | TODO | 3 - Use bitmask functions to parse CPU topology more robust
|
/linux-6.12.1/arch/alpha/kernel/ |
D | irq_srm.c | 17 * but it can be removed trivially if the palcode is robust against smp.
|
/linux-6.12.1/kernel/futex/ |
D | syscalls.c | 9 * Support for robust futexes: the kernel cleans up held futexes at 24 * sys_set_robust_list() - Set the robust-futex list head of a task 43 * sys_get_robust_list() - Get the robust-futex list head of a task
|
D | core.c | 12 * Robust futex support started by Ingo Molnar 764 * Wake robust non-PI futexes here. The wakeup of in handle_futex_death() 776 * Fetch a robust-list pointer. Bit 0 signals PI futexes: 872 * Fetch a robust-list pointer. Bit 0 signals PI futexes: 967 * (Robust-futex cleanup is separate and might save the day for userspace.)
|
/linux-6.12.1/Documentation/virt/kvm/ |
D | review-checklist.rst | 39 12. Features must be robust against reset and kexec - for example, shared
|
/linux-6.12.1/Documentation/filesystems/bcachefs/ |
D | CodingStyle.rst | 61 often nudge you towards making the entire system simpler and more robust. 143 perhaps more robust. Just don't hesitate to abandon the idea if it looks like
|
/linux-6.12.1/include/uapi/xen/ |
D | gntalloc.h | 58 * cleanup if this side crashes. Required to implement cross-domain robust
|
/linux-6.12.1/scripts/dtc/ |
D | update-dtc-source.sh | 21 # aren't a big deal. If anyone is interested in making it more robust, the
|
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | ti,dp83869.yaml | 17 The DP83869HM device is a robust, fully-featured Gigabit (PHY) transceiver
|
D | ti,dp83867.yaml | 17 The DP83867 device is a robust, low power, fully featured Physical Layer
|
/linux-6.12.1/Documentation/devicetree/bindings/display/bridge/ |
D | ite,it6505.yaml | 19 and ensures robust transmission of high-quality uncompressed video
|
/linux-6.12.1/arch/arm64/include/asm/stacktrace/ |
D | common.h | 20 * struct unwind_state - state used for robust unwinding.
|
/linux-6.12.1/drivers/firmware/efi/ |
D | memmap.c | 29 * to the more robust memremap*() API.
|
/linux-6.12.1/scripts/ |
D | Makefile.clean | 40 # To make this rule robust against "Argument list too long" error,
|
/linux-6.12.1/Documentation/gpu/ |
D | drm-uapi.rst | 334 userspace that doesn't support robust interfaces (like a non-robust 343 Apps using OpenGL should use the available robust interfaces, like the
|
/linux-6.12.1/Documentation/sphinx/ |
D | kerneldoc.py | 81 # FIXME: make this nicer and more robust against errors
|
1234567