Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/
Dobd_support.h506 #define OBD_FREE_RCU(ptr, size, handle) \ macro
/drivers/staging/lustre/lustre/obdclass/
Dgenops.c677 OBD_FREE_RCU(exp, sizeof(*exp), &exp->exp_handle); in class_export_destroy()
855 OBD_FREE_RCU(imp, sizeof(*imp), &imp->imp_handle); in class_import_destroy()
/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c206 OBD_FREE_RCU(lock, sizeof(*lock), &lock->l_handle); in ldlm_lock_put()