Home
last modified time | relevance | path

Searched hist:"164 d88abd7608e869b7617d5ff8893344fdda759" (Results 1 – 3 of 3) sorted by relevance

/linux/fs/dlm/
H A Drequestqueue.cdiff 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 Ddlm_internal.hdiff 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 Dlockspace.cdiff 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>