Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c292 LASSERT_ATOMIC_POS(&ctx->cc_refcount); in sptlrpc_cli_ctx_put()
1241 LASSERT_ATOMIC_POS(&sec->ps_refcount); in sptlrpc_sec_kill()
1262 LASSERT_ATOMIC_POS(&sec->ps_refcount); in sptlrpc_sec_put()
1342 LASSERT_ATOMIC_POS(&sec->ps_refcount); in sptlrpc_import_sec_install()
1545 LASSERT_ATOMIC_POS(&ctx->cc_refcount); in sptlrpc_cli_alloc_reqbuf()
1573 LASSERT_ATOMIC_POS(&ctx->cc_refcount); in sptlrpc_cli_free_reqbuf()
1690 LASSERT_ATOMIC_POS(&ctx->cc_refcount); in sptlrpc_cli_free_repbuf()
2183 LASSERT_ATOMIC_POS(&ctx->sc_refcount); in sptlrpc_svc_ctx_decref()
2198 LASSERT_ATOMIC_POS(&ctx->sc_refcount); in sptlrpc_svc_ctx_invalidate()
/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.h673 LASSERT_ATOMIC_POS(&(conn)->ibc_refcount); \
696 LASSERT_ATOMIC_POS(&(peer)->ibp_refcount); \
/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_private.h336 #define LASSERT_ATOMIC_POS(a) LASSERT_ATOMIC_GT(a, 0) macro
/drivers/staging/lustre/lustre/include/
Dobd_class.h234 LASSERT_ATOMIC_POS(&exp->exp_rpc_count); \
251 LASSERT_ATOMIC_POS(&exp->exp_locks_count); \
269 LASSERT_ATOMIC_POS(&exp->exp_cb_count); \
/drivers/staging/lustre/lustre/obdclass/
Dgenops.c1143 LASSERT_ATOMIC_POS(&obd->obd_connected_clients); in class_export_recovery_cleanup()