Home
last modified time | relevance | path

Searched refs:lockless (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/Documentation/
Dpi-futex.txt32 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
Drobust-futexes.txt102 so it can be accessed by the kernel in a lockless way.
/linux-4.4.14/Documentation/RCU/
Drculist_nulls.txt76 before the move, 'next' pointer is NULL, and lockless reader can
DRTFP.txt192 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/
Dosc_lock.c1014 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/
Dsysfs-fs-lustre538 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/
Dtcmu-design.txt93 (mailbox); a lockless producer/consumer circular buffer for commands
/linux-4.4.14/Documentation/trace/
Dring-buffer-design.txt394 The main idea behind the lockless algorithm is to combine the moving
/linux-4.4.14/
DMAINTAINERS2574 M: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>