Searched defs:ocs_varray_s (Results 1 – 1 of 1) sorted by relevance
217 struct ocs_varray_s { struct218 ocs_os_handle_t os;219 uint32_t array_count; /*>> maximum entry count in array */220 void **array; /*>> pointer to allocated array memory */221 uint32_t entry_count; /*>> number of entries added to the array */222 uint32_t next_index; /*>> iterator next index */223 ocs_lock_t lock; /*>> iterator lock */