Searched refs:lockless (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/Documentation/ |
D | pi-futex.txt | 32 technique that often cannot be replaced with lockless algorithms. As we 34 lockless structures are rather the exception than the norm - the current 35 ratio of lockless vs. locky code for shared data structures is somewhere 36 between 1:10 and 1:100. Lockless is hard, and the complexity of lockless 39 data structures, instead of lockless algorithms. Furthermore, there are 40 cases (like shared hardware, or other resource limits) where lockless
|
D | robust-futexes.txt | 102 so it can be accessed by the kernel in a lockless way.
|
/linux-4.4.14/Documentation/RCU/ |
D | rculist_nulls.txt | 76 before the move, 'next' pointer is NULL, and lockless reader can
|
D | RTFP.txt | 192 2011 marked the inclusion of Nick Piggin's fully lockless dentry search 1462 ,Title="[patch 3/3] radix-tree: {RCU} lockless readside" 1517 Uses RCU-protected radix tree for a lockless page cache. 1765 ,Title="{[PATCH]} {QRCU} with lockless fastpath" 1912 ,Title="Performance of memory reclamation for lockless synchronization"
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_lock.c | 1014 int lockless = osc_lock_is_lockless(olck); in osc_lock_enqueue_wait() local 1055 if (!lockless && osc_lock_compatible(olck, scan_ols)) in osc_lock_enqueue_wait()
|
/linux-4.4.14/drivers/staging/lustre/ |
D | sysfs-fs-lustre | 538 synchronous lockless mode to avoid cache and lock pingpong. 582 Controls whether lockless truncate RPCs are allowed to this
|
/linux-4.4.14/Documentation/target/ |
D | tcmu-design.txt | 93 (mailbox); a lockless producer/consumer circular buffer for commands
|
/linux-4.4.14/Documentation/trace/ |
D | ring-buffer-design.txt | 394 The main idea behind the lockless algorithm is to combine the moving
|
/linux-4.4.14/ |
D | MAINTAINERS | 2574 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
|