Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpers.c49 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.c192 LASSERT(desc->bd_iov_count != LI_POISON); /* not freed already */ in __ptlrpc_free_bulk()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_obd.c126 LASSERT(atomic_read(&ctxt->loc_refcount) < LI_POISON); in llog_cleanup()
Dgenops.c795 LASSERT_ATOMIC_GT_LT(&exp->exp_refcount, 0, LI_POISON); in class_export_put()
979 LASSERT_ATOMIC_GT_LT(&imp->imp_refcount, 0, LI_POISON); in class_import_put()
991 LASSERT_ATOMIC_GE_LT(&imp->imp_refcount, 0, LI_POISON); in class_import_put()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_lib.h66 #define LI_POISON 0x5a5a5a5a macro
Dlustre_log.h374 LASSERT_ATOMIC_GT_LT(&ctxt->loc_refcount, 0, LI_POISON); in llog_ctxt_put()
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c907 mod->mod_open_req->rq_type != LI_POISON, in mdc_close()
1001 mod->mod_open_req->rq_type != LI_POISON, in mdc_done_writing()