Searched hist:"164 d88abd7608e869b7617d5ff8893344fdda759" (Results 1 – 3 of 3) sorted by relevance
/linux/fs/dlm/ |
H A D | requestqueue.c | diff 164d88abd7608e869b7617d5ff8893344fdda759 Tue Nov 02 20:17:17 CET 2021 Alexander Aring <aahringo@redhat.com> fs: dlm: requestqueue busy wait to event based wait
This patch changes the requestqueue busy waiting algorithm to use atomic counter values and wait_event() to wait until the requestqueue is empty. It will slightly reduce the number of holding ls_requestqueue_mutex mutex.
Signed-off-by: Alexander Aring <aahringo@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>
|
H A D | dlm_internal.h | diff 164d88abd7608e869b7617d5ff8893344fdda759 Tue Nov 02 20:17:17 CET 2021 Alexander Aring <aahringo@redhat.com> fs: dlm: requestqueue busy wait to event based wait
This patch changes the requestqueue busy waiting algorithm to use atomic counter values and wait_event() to wait until the requestqueue is empty. It will slightly reduce the number of holding ls_requestqueue_mutex mutex.
Signed-off-by: Alexander Aring <aahringo@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>
|
H A D | lockspace.c | diff 164d88abd7608e869b7617d5ff8893344fdda759 Tue Nov 02 20:17:17 CET 2021 Alexander Aring <aahringo@redhat.com> fs: dlm: requestqueue busy wait to event based wait
This patch changes the requestqueue busy waiting algorithm to use atomic counter values and wait_event() to wait until the requestqueue is empty. It will slightly reduce the number of holding ls_requestqueue_mutex mutex.
Signed-off-by: Alexander Aring <aahringo@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>
|