Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtnfprobe/
H A Dtnf_buf.c314 if (pos->tnfw_w_uncommitted != NULL) in release_block_from_pos()
455 wcb->tnfw_w_pos.tnfw_w_uncommitted = in tnfw_b_alloc()
457 wcb->tnfw_w_tag_pos.tnfw_w_uncommitted = NULL; in tnfw_b_alloc()
501 wcb, new_block, block, pos->tnfw_w_uncommitted); in tnfw_b_alloc()
512 if (pos->tnfw_w_uncommitted == NULL) { in tnfw_b_alloc()
524 if (pos->tnfw_w_uncommitted == NULL) { in tnfw_b_alloc()
525 pos->tnfw_w_uncommitted = new_block; in tnfw_b_alloc()
532 } else if (pos->tnfw_w_uncommitted == NULL) { in tnfw_b_alloc()
533 pos->tnfw_w_uncommitted = block; in tnfw_b_alloc()
573 block = pos->tnfw_w_uncommitted; in tnfw_b_xcommit()
[all …]
H A Dtnf_buf.h82 tnf_block_header_t *tnfw_w_uncommitted; member