Searched refs:ln_counters (Results 1 – 4 of 4) sorted by relevance
140 lnet_counters_t *counters = the_lnet.ln_counters[cpt]; in lnet_msg_commit()179 counters = the_lnet.ln_counters[msg->msg_tx_cpt]; in lnet_msg_decommit_tx()231 counters = the_lnet.ln_counters[msg->msg_rx_cpt]; in lnet_msg_decommit_rx()299 the_lnet.ln_counters[cpt2]->msgs_alloc--; in lnet_msg_decommit()
334 cfs_percpt_for_each(ctr, i, the_lnet.ln_counters) { in lnet_counters_get()360 cfs_percpt_for_each(counters, i, the_lnet.ln_counters) in lnet_counters_reset()629 the_lnet.ln_counters = cfs_percpt_alloc(lnet_cpt_table(), in lnet_prepare()631 if (the_lnet.ln_counters == NULL) { in lnet_prepare()716 if (the_lnet.ln_counters != NULL) { in lnet_unprepare()717 cfs_percpt_free(the_lnet.ln_counters); in lnet_unprepare()718 the_lnet.ln_counters = NULL; in lnet_unprepare()
801 the_lnet.ln_counters[cpt]->drop_count++; in lnet_post_send_locked()802 the_lnet.ln_counters[cpt]->drop_length += msg->msg_len; in lnet_post_send_locked()1357 the_lnet.ln_counters[cpt]->drop_count++; in lnet_drop_message()1358 the_lnet.ln_counters[cpt]->drop_length += nob; in lnet_drop_message()2212 the_lnet.ln_counters[cpt]->drop_count++; in lnet_create_reply_msg()2213 the_lnet.ln_counters[cpt]->drop_length += getmd->md_length; in lnet_create_reply_msg()
695 lnet_counters_t **ln_counters; member