Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_impl.h256 uint8_t itask_allocated_buf_map; member
H A Dstmf.c3927 ndx = stmf_first_zero[itask->itask_allocated_buf_map]; in stmf_alloc_dbuf()
3934 itask->itask_allocated_buf_map |= (1 << ndx); in stmf_alloc_dbuf()
3961 ndx = stmf_first_zero[itask->itask_allocated_buf_map]; in stmf_setup_dbuf()
3969 itask->itask_allocated_buf_map |= (1 << ndx); in stmf_setup_dbuf()
3986 itask->itask_allocated_buf_map &= ~(1 << dbuf->db_handle); in stmf_teardown_dbuf()
3998 itask->itask_allocated_buf_map &= ~(1 << dbuf->db_handle); in stmf_free_dbuf()
4360 if ((map = itask->itask_allocated_buf_map) == 0) in stmf_free_task_bufs()
4380 ASSERT(((itask->itask_allocated_buf_map>>i) in stmf_free_task_bufs()
4391 itask->itask_allocated_buf_map = 0; in stmf_free_task_bufs()
4533 itask->itask_allocated_buf_map = 1; in stmf_post_task()
[all …]