Searched refs:cl_is_state_valid (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/contrib/ofed/management/opensm/complib/
H A Dcl_spinlock.c66 CL_ASSERT(cl_is_state_valid(p_spinlock->state));
H A Dcl_thread.c97 CL_ASSERT(cl_is_state_valid(p_thread->osd.state));
H A Dcl_event.c70 CL_ASSERT(cl_is_state_valid(p_event->state));
H A Dcl_ptr_vector.c90 CL_ASSERT(cl_is_state_valid(p_vector->state));
H A Dcl_timer.c246 CL_ASSERT(cl_is_state_valid(p_timer->state));
H A Dcl_vector.c266 CL_ASSERT(cl_is_state_valid(p_vector->state));
H A Dcl_pool.c171 CL_ASSERT(cl_is_state_valid(p_pool->state));
/freebsd-10.2-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_types.h437 /****d* Component Library: Object States/cl_is_state_valid
439 * cl_is_state_valid
442 * The cl_is_state_valid function returns whether a state has a valid value.
446 static inline boolean_t cl_is_state_valid(IN const cl_state_t state) function
H A Dcl_qcomppool.h386 CL_ASSERT(cl_is_state_valid(p_pool->state));

Completed in 58 milliseconds