Home
last modified time | relevance | path

Searched refs:OBD_FREE_RCU (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_internal.h159 OBD_FREE_RCU(llh, sizeof(*llh) + in lov_llh_put()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_support.h736 #define OBD_FREE_RCU(ptr, size, handle) \ macro
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c770 OBD_FREE_RCU(exp, sizeof(*exp), &exp->exp_handle); in class_export_destroy()
953 OBD_FREE_RCU(imp, sizeof(*imp), &imp->imp_handle); in class_import_destroy()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c216 OBD_FREE_RCU(lock, sizeof(*lock), &lock->l_handle); in ldlm_lock_put()