Searched refs:p_counter (Results 1 – 8 of 8) sorted by relevance
97 node_const_pointer p_counter = m_p_root; in to_linked_list() local99 while (p_counter != 0) in to_linked_list()102 _GLIBCXX_DEBUG_ASSERT(p_counter->m_p_l_child == 0); in to_linked_list()103 p_counter = p_counter->m_p_next_sibling; in to_linked_list()
57 u_int p_counter; /* 0..(TPROF_MAXCOUNTERS-1) */ member
497 c = param->p_counter; in tprof_configure_event()504 error = tb->tb_ops->tbo_valid_event(param->p_counter, param); in tprof_configure_event()514 tb->tb_ops->tbo_counter_bitwidth(param->p_counter); in tprof_configure_event()
456 params[i].p_counter = i; in tprof_monitor_common()
972 params[i].p_counter = i; in tprof_top()
2242 unsigned int *p_counter = (unsigned int *)BIO_get_callback_arg(bio); in count_reads_callback() local2247 if (p_counter != NULL) in count_reads_callback()2248 ++*p_counter; in count_reads_callback()2257 BIO_set_callback_arg(bio, (char *)p_counter); in count_reads_callback()
2310 unsigned int *p_counter = (unsigned int *)BIO_get_callback_arg(bio); in count_reads_callback() local2315 if (p_counter != NULL) in count_reads_callback()2316 ++*p_counter; in count_reads_callback()2325 BIO_set_callback_arg(bio, (char *)p_counter); in count_reads_callback()