Home
last modified time | relevance | path

Searched refs:contention (Results 1 – 27 of 27) sorted by relevance

/linux-4.4.14/fs/ubifs/
Dshrinker.c70 static int shrink_tnc(struct ubifs_info *c, int nr, int age, int *contention) in shrink_tnc() argument
120 *contention = 1; in shrink_tnc()
156 static int shrink_tnc_trees(int nr, int age, int *contention) in shrink_tnc_trees() argument
179 *contention = 1; in shrink_tnc_trees()
189 *contention = 1; in shrink_tnc_trees()
199 freed += shrink_tnc(c, nr, age, contention); in shrink_tnc_trees()
295 int contention = 0; in ubifs_shrink_scan() local
311 freed = shrink_tnc_trees(nr, OLD_ZNODE_AGE, &contention); in ubifs_shrink_scan()
316 freed += shrink_tnc_trees(nr - freed, YOUNG_ZNODE_AGE, &contention); in ubifs_shrink_scan()
321 freed += shrink_tnc_trees(nr - freed, 0, &contention); in ubifs_shrink_scan()
[all …]
/linux-4.4.14/Documentation/locking/
Dlockstat.txt10 Because things like lock contention can severely impact performance.
45 con-bounces - number of lock contention that involved x-cpu data
61 It also tracks 4 contention points per class. A contention point is a call site
122 short separator (line 08, 13) from the contention points.
124 Lines 09-12 show the first 4 recorded contention points (the code
130 short separator. The contention points don't match the column descriptors,
131 they have two: contentions and [<IP>] symbol. The second set of contention
D00-INDEX6 - info on collecting statistics on locks (and contention).
Dlocktorture.txt16 different critical region behaviors. The amount of contention on the lock
Drt-mutex-design.txt566 If there is contention on the lock, whether it is owned or pending owner
580 contention).
719 CMPXCHG. Since the taking of a mutex on contention always sets the
Dww-mutex-design.txt312 In general, not much contention is expected. The locks are typically used to
/linux-4.4.14/tools/perf/scripts/python/bin/
Dfutex-contention-report4 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py
/linux-4.4.14/kernel/
DKconfig.hz13 contention and cacheline bounces as a result of timer interrupts.
/linux-4.4.14/Documentation/trace/
Devents-kmem.txt64 contention on the zone->lru_lock.
72 for order-0 pages, reduces contention on the zone->lock and reduces the
/linux-4.4.14/Documentation/vm/
Dsplit_page_table_lock6 multi-threaded applications due high contention on the lock. To improve
Dslub.txt126 contention may occur.
/linux-4.4.14/Documentation/networking/
Dscaling.txt177 during CPU contention by dropping packets from large flows slightly
194 and cache contention) and toggled per CPU by setting the relevant bit
373 provides two benefits. First, contention on the device queue lock is
375 (contention can be eliminated completely if each CPU has its own
419 experience no contention. If there are fewer queues than CPUs, then the
/linux-4.4.14/Documentation/arm/
Dvlocks.txt147 reducing bus contention in contended cases.
/linux-4.4.14/drivers/block/paride/
DTransition-notes113 that the only possible contention is between scheduling ps_tq followed by
/linux-4.4.14/fs/squashfs/
DKconfig51 it eliminates a memcpy and it also removes the lock contention
/linux-4.4.14/Documentation/filesystems/
Dxfs-delayed-logging-design.txt642 items, it will get held for a significant time and so spin contention is a
658 possible that this lock will become a contention point, but given the short
659 hold time once per transaction I think that contention is unlikely.
679 much contention on the CIL lock, or too many context switches as a result of
681 given separate wait lists to reduce lock contention and the number of processes
Dpath-lookup.txt31 (usually, the root "/" or current working directory). So contention on these
/linux-4.4.14/Documentation/
Drobust-futexes.txt12 field. If userspace notices contention (the lock is already owned and
Dkernel-parameters.txt3450 xtime_lock contention on larger systems, and/or RCU lock
3451 contention on all systems with CONFIG_MAXSMP set.
/linux-4.4.14/Documentation/cgroups/
Dmemory.txt635 a. There is no memory contention
638 When the system detects memory contention or low memory, control groups
Dcpusets.txt82 memory placement to reduce memory access times and contention,
/linux-4.4.14/init/
DKconfig597 against lock contention. Systems that synchronize their
600 lock contention levels acceptably low. Very large systems
606 skew them, which reduces lock contention enough that large
/linux-4.4.14/mm/
DKconfig205 # space can be handled with less contention: split it at this NR_CPUS.
/linux-4.4.14/Documentation/RCU/
DRTFP.txt47 write-side contention and parallelize the other write-side overheads by
89 but reduces memory latency, contention, and locking overheads.
115 contention, reduces memory latency for readers, and parallelizes pipeline
Dtrace.txt326 due to contention on ->fqslock.
DwhatisRCU.txt98 SMP computer systems, even in absence of lock contention.
/linux-4.4.14/lib/
DKconfig.debug1037 This feature enables tracking lock contention points