Home
last modified time | relevance | path

Searched refs:ptlrpcd_mutex (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dptlrpcd.c159 struct mutex ptlrpcd_mutex; variable
901 mutex_lock(&ptlrpcd_mutex); in ptlrpcd_addref()
904 mutex_unlock(&ptlrpcd_mutex); in ptlrpcd_addref()
911 mutex_lock(&ptlrpcd_mutex); in ptlrpcd_decref()
914 mutex_unlock(&ptlrpcd_mutex); in ptlrpcd_decref()
Dptlrpc_module.c61 mutex_init(&ptlrpcd_mutex); in ptlrpc_init()
Dptlrpc_internal.h52 extern struct mutex ptlrpcd_mutex;