Home
last modified time | relevance | path

Searched refs:tsi_nactive (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/lnet/selftest/
Dframework.c103 #define sfw_test_active(t) (atomic_read(&(t)->tsi_nactive) != 0)
750 atomic_set(&tsi->tsi_nactive, 0); in sfw_add_test_instance()
834 if (!atomic_dec_and_test(&tsi->tsi_nactive)) in sfw_test_unit_done()
1020 atomic_inc(&tsi->tsi_nactive); in sfw_run_batch()
1092 reply->bar_active = atomic_read(&tsi->tsi_nactive); in sfw_query_batch()
Dselftest.h377 atomic_t tsi_nactive; /* # of active test unit */ member