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()
326 cfs_percpt_for_each(ctr, i, the_lnet.ln_counters) { in lnet_counters_get()352 cfs_percpt_for_each(counters, i, the_lnet.ln_counters) in lnet_counters_reset()559 the_lnet.ln_counters = cfs_percpt_alloc(lnet_cpt_table(), in lnet_prepare()561 if (the_lnet.ln_counters == NULL) { in lnet_prepare()643 if (the_lnet.ln_counters != NULL) { in lnet_unprepare()644 cfs_percpt_free(the_lnet.ln_counters); in lnet_unprepare()645 the_lnet.ln_counters = NULL; in lnet_unprepare()
799 the_lnet.ln_counters[cpt]->drop_count++; in lnet_post_send_locked()800 the_lnet.ln_counters[cpt]->drop_length += msg->msg_len; in lnet_post_send_locked()1354 the_lnet.ln_counters[cpt]->drop_count++; in lnet_drop_message()1355 the_lnet.ln_counters[cpt]->drop_length += nob; in lnet_drop_message()2209 the_lnet.ln_counters[cpt]->drop_count++; in lnet_create_reply_msg()2210 the_lnet.ln_counters[cpt]->drop_length += getmd->md_length; in lnet_create_reply_msg()
545 lnet_counters_t **ln_counters; member