Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_utils.c2110 *spv_new_cell(sparse_vector_t sv, uint32_t idx, uint8_t alloc_new_rows) in spv_new_cell() argument
2122 sv->array = (alloc_new_rows ? spv_new_row(sv->os, SPV_ROWLEN) : NULL); in spv_new_cell()
2129 p[a] = (alloc_new_rows ? spv_new_row(sv->os, SPV_ROWLEN) : NULL); in spv_new_cell()
2136 p[b] = (alloc_new_rows ? spv_new_row(sv->os, SPV_ROWLEN) : NULL); in spv_new_cell()