Searched refs:lprocfs_counter_sub (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_counters.c | 98 void lprocfs_counter_sub(struct lprocfs_stats *stats, int idx, long amount) in lprocfs_counter_sub() function 139 EXPORT_SYMBOL(lprocfs_counter_sub);
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lprocfs_status.h | 504 extern void lprocfs_counter_sub(struct lprocfs_stats *stats, int idx, 510 lprocfs_counter_sub(stats, idx, 1) 824 static inline void lprocfs_counter_sub(struct lprocfs_stats *stats, in lprocfs_counter_sub() function
|
D | obd_support.h | 516 lprocfs_counter_sub(obd_memory, OBD_MEMORY_STAT, (long)(size)) 524 lprocfs_counter_sub(obd_memory, OBD_MEMORY_PAGES_STAT, \
|