Searched refs:b_sst_firstfree (Results 1 – 2 of 2) sorted by relevance
1150 syn_block->b_sst_firstfree = to + 1; in syn_stack_alloc()1298 p->sst_next = block->b_sst_firstfree; in syn_stack_free_entry()1299 block->b_sst_firstfree = p; in syn_stack_free_entry()1390 p = syn_block->b_sst_firstfree; in store_current_state()1391 syn_block->b_sst_firstfree = p->sst_next; in store_current_state()
2631 synstate_T *b_sst_firstfree; member