Home
last modified time | relevance | path

Searched refs:LASSERT_ATOMIC_POS (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c291 LASSERT_ATOMIC_POS(&ctx->cc_refcount); in sptlrpc_cli_ctx_put()
1240 LASSERT_ATOMIC_POS(&sec->ps_refcount); in sptlrpc_sec_kill()
1261 LASSERT_ATOMIC_POS(&sec->ps_refcount); in sptlrpc_sec_put()
1341 LASSERT_ATOMIC_POS(&sec->ps_refcount); in sptlrpc_import_sec_install()
1544 LASSERT_ATOMIC_POS(&ctx->cc_refcount); in sptlrpc_cli_alloc_reqbuf()
1572 LASSERT_ATOMIC_POS(&ctx->cc_refcount); in sptlrpc_cli_free_reqbuf()
1689 LASSERT_ATOMIC_POS(&ctx->cc_refcount); in sptlrpc_cli_free_repbuf()
2180 LASSERT_ATOMIC_POS(&ctx->sc_refcount); in sptlrpc_svc_ctx_decref()
2195 LASSERT_ATOMIC_POS(&ctx->sc_refcount); in sptlrpc_svc_ctx_invalidate()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.h673 LASSERT_ATOMIC_POS(&(conn)->ibc_refcount); \
696 LASSERT_ATOMIC_POS(&(peer)->ibp_refcount); \
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_private.h336 #define LASSERT_ATOMIC_POS(a) LASSERT_ATOMIC_GT(a, 0) macro
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h235 LASSERT_ATOMIC_POS(&exp->exp_rpc_count); in class_export_rpc_dec()
252 LASSERT_ATOMIC_POS(&exp->exp_locks_count); \
270 LASSERT_ATOMIC_POS(&exp->exp_cb_count); \
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c1141 LASSERT_ATOMIC_POS(&obd->obd_connected_clients); in class_export_recovery_cleanup()