3e63669e716deb8ca461cd9b77c9178364b25d4c

Currently code is locking the struct_mutex when accessing the GEM object inactive list. This causes corruption of the inactive list during stability testing. This change uses the mm_lock mutex instead, as it is used in the allocation and de-allocation paths. Change-Id: I6384fd70e7ea5d7e3c2910c7670d152a61670dc1 Signed-off-by: Amine Najahi <quic_anajahi@quicinc.com>
Description
No description provided
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%