android_kernel_msm-6.1_noth.../kernel/locking
xieliujie bc97d5019a ANDROID: vendor_hooks: Add hooks for rt_mutex steal
Add hooks at rt_mutex_steal function so that oems can decide
whether tasks with the same priority steal the rt_mutex or
not. We did experiments and found that rt_mutex throughput
can benefit a lot when threads with the same priority can
steal the rt_mutex lock.

Bug: 317670024
Change-Id: Id60a7a41c6c77a67808982d3667946cabe4acc8f
Signed-off-by: xeiliujie <xieliujie@oppo.com>
2023-12-25 15:22:46 +08:00
..
irqflag-debug.c
lock_events.c
lock_events.h
lock_events_list.h
lockdep.c lockdep: fix static memory detection even more 2023-09-02 09:16:19 +02:00
lockdep_internals.h
lockdep_proc.c
lockdep_states.h
locktorture.c
Makefile
mcs_spinlock.h
mutex-debug.c
mutex.c ANDROID: vendor_hook: fix the error record position of mutex 2023-08-11 16:57:28 +00:00
mutex.h
osq_lock.c
percpu-rwsem.c ANDROID: vendor_hooks: Add hooks for oem percpu-rwsem optimaton 2023-09-22 17:33:39 +00:00
qrwlock.c
qspinlock.c
qspinlock_paravirt.h
qspinlock_stat.h
rtmutex.c ANDROID: vendor_hooks: Add hooks for rt_mutex steal 2023-12-25 15:22:46 +08:00
rtmutex_api.c Revert "locking/rtmutex: Fix task->pi_waiters integrity" 2023-09-12 14:37:42 +00:00
rtmutex_common.h Revert "locking/rtmutex: Fix task->pi_waiters integrity" 2023-09-12 14:37:42 +00:00
rwbase_rt.c
rwsem.c ANDROID: vendor_hooks: Supplement the missing hook call point. 2023-07-13 15:51:22 +00:00
semaphore.c
spinlock.c
spinlock_debug.c
spinlock_rt.c
test-ww_mutex.c treewide: use prandom_u32_max() when possible, part 1 2022-10-11 17:42:55 -06:00
ww_mutex.h Revert "locking/rtmutex: Fix task->pi_waiters integrity" 2023-09-12 14:37:42 +00:00
ww_rt_mutex.c