Home
last modified time | relevance | path

Searched refs:ls_cnt_header (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_counters.c66 header = &stats->ls_cnt_header[idx]; in lprocfs_counter_add()
117 header = &stats->ls_cnt_header[idx]; in lprocfs_counter_sub()
Dlprocfs_status.c747 header = &obd->obd_svc_stats->ls_cnt_header[PTLRPC_REQWAIT_CNTR]; in lprocfs_rd_import()
808 header = &obd->obd_svc_stats->ls_cnt_header[j]; in lprocfs_rd_import()
1097 LIBCFS_ALLOC(stats->ls_cnt_header, in lprocfs_alloc_stats()
1099 if (stats->ls_cnt_header == NULL) in lprocfs_alloc_stats()
1144 if (stats->ls_cnt_header != NULL) in lprocfs_free_stats()
1145 LIBCFS_FREE(stats->ls_cnt_header, stats->ls_num * in lprocfs_free_stats()
1225 hdr = &stats->ls_cnt_header[idx]; in lprocfs_stats_seq_show()
1300 header = &stats->ls_cnt_header[index]; in lprocfs_counter_init()
1408 LASSERTF(stats->ls_cnt_header[i].lc_name != NULL, in lprocfs_alloc_obd_stats()
1494 if (stats->ls_cnt_header[i].lc_name == NULL) { in lprocfs_alloc_md_stats()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h202 struct lprocfs_counter_header *ls_cnt_header; member
533 &stats->ls_cnt_header[idx], stats->ls_flags, in lprocfs_stats_collector()