Home
last modified time | relevance | path

Searched refs:LI_POISON (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dpers.c48 CLASSERT(PTLRPC_MAX_BRW_PAGES < LI_POISON); in ptlrpc_fill_bulk_md()
Drecover.c199 LASSERTF(req->rq_type != LI_POISON, "req %p freed\n", req); in ptlrpc_resend()
Dclient.c197 LASSERT(desc->bd_iov_count != LI_POISON); /* not freed already */ in __ptlrpc_free_bulk()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog_obd.c125 LASSERT(atomic_read(&ctxt->loc_refcount) < LI_POISON); in llog_cleanup()
Dgenops.c702 LASSERT_ATOMIC_GT_LT(&exp->exp_refcount, 0, LI_POISON); in class_export_put()
881 LASSERT_ATOMIC_GT_LT(&imp->imp_refcount, 0, LI_POISON); in class_import_put()
893 LASSERT_ATOMIC_GE_LT(&imp->imp_refcount, 0, LI_POISON); in class_import_put()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_log.h280 LASSERT_ATOMIC_GT_LT(&ctxt->loc_refcount, 0, LI_POISON); in llog_ctxt_put()
Dlustre_lib.h66 #define LI_POISON 0x5a5a5a5a macro
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c1211 LASSERT_ATOMIC_GT_LT(&res->lr_refcount, 0, LI_POISON); in ldlm_resource_putref()
1233 LASSERT_ATOMIC_GT_LT(&res->lr_refcount, 0, LI_POISON); in ldlm_resource_putref_locked()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c822 mod->mod_open_req->rq_type != LI_POISON, in mdc_close()
915 mod->mod_open_req->rq_type != LI_POISON, in mdc_done_writing()