created | 2020-11-15T19:38:00Z |
---|---|
begin | 2020-11-12T00:00:00Z |
end | 2020-11-12T04:36:22Z |
path | src/sys |
commits | 1 |
date | 2020-11-12T04:36:22Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/include/linux/mutex.h | log | diff | annotate |
src/sys/dev/pci/drm/ttm/ttm_page_alloc.c | log | diff | annotate | |
message |
use RWLOCK_INITIALIZER() in DEFINE_MUTEX() Gives rwlocks defined this way a non-NULL rwl_name. Move ttm_pool_shrink_scan() DEFINE_MUTEX use out of function scope to fix build with WITNESS after this change and expand macro to have a better name than "lock". Found by and ok semarie@ |