Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_counters.c63 header = &stats->ls_cnt_header[idx]; in lprocfs_counter_add()
111 header = &stats->ls_cnt_header[idx]; in lprocfs_counter_sub()
Dlprocfs_status.c685 header = &obd->obd_svc_stats->ls_cnt_header[PTLRPC_REQWAIT_CNTR]; in lprocfs_rd_import()
748 header = &obd->obd_svc_stats->ls_cnt_header[j]; in lprocfs_rd_import()
1025 LIBCFS_ALLOC(stats->ls_cnt_header, in lprocfs_alloc_stats()
1027 if (stats->ls_cnt_header == NULL) in lprocfs_alloc_stats()
1072 if (stats->ls_cnt_header != NULL) in lprocfs_free_stats()
1073 LIBCFS_FREE(stats->ls_cnt_header, stats->ls_num * in lprocfs_free_stats()
1154 hdr = &stats->ls_cnt_header[idx]; in lprocfs_stats_seq_show()
1232 header = &stats->ls_cnt_header[index]; in lprocfs_counter_init()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlprocfs_status.h203 struct lprocfs_counter_header *ls_cnt_header; member
532 &stats->ls_cnt_header[idx], stats->ls_flags, in lprocfs_stats_collector()