Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_impl.h256 uint8_t itask_allocated_buf_map; member
H A Dstmf.c3925 ndx = stmf_first_zero[itask->itask_allocated_buf_map]; in stmf_alloc_dbuf()
3932 itask->itask_allocated_buf_map |= (1 << ndx); in stmf_alloc_dbuf()
3959 ndx = stmf_first_zero[itask->itask_allocated_buf_map]; in stmf_setup_dbuf()
3967 itask->itask_allocated_buf_map |= (1 << ndx); in stmf_setup_dbuf()
3984 itask->itask_allocated_buf_map &= ~(1 << dbuf->db_handle); in stmf_teardown_dbuf()
3996 itask->itask_allocated_buf_map &= ~(1 << dbuf->db_handle); in stmf_free_dbuf()
4358 if ((map = itask->itask_allocated_buf_map) == 0) in stmf_free_task_bufs()
4378 ASSERT(((itask->itask_allocated_buf_map>>i) in stmf_free_task_bufs()
4389 itask->itask_allocated_buf_map = 0; in stmf_free_task_bufs()
4531 itask->itask_allocated_buf_map = 1; in stmf_post_task()
[all …]