Searched refs:threshold_block (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/arch/x86/kernel/cpu/mce/ |
D | amd.c | 299 struct threshold_block *b; 319 static const char *bank4_names(const struct threshold_block *b) in bank4_names() 354 static int lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi) in lvt_off_valid() 433 static void mce_threshold_block_init(struct threshold_block *b, int offset) in mce_threshold_block_init() 535 struct threshold_block b; in prepare_threshold_block() 1002 static void log_and_reset_block(struct threshold_block *block) in log_and_reset_block() 1031 struct threshold_block *first_block = NULL, *block = NULL, *tmp = NULL; in amd_threshold_interrupt() 1067 ssize_t (*show) (struct threshold_block *, char *); 1068 ssize_t (*store) (struct threshold_block *, const char *, size_t count); 1072 static ssize_t show_ ## name(struct threshold_block *b, char *buf) \ [all …]
|
/Linux-v5.10/arch/x86/include/asm/ |
D | amd_nb.h | 34 struct threshold_block { struct 56 struct threshold_block *blocks; argument
|
/Linux-v5.10/fs/xfs/ |
D | xfs_log.c | 1493 int threshold_block; in xlog_grant_push_threshold() local 1514 &threshold_block); in xlog_grant_push_threshold() 1515 threshold_block += free_threshold; in xlog_grant_push_threshold() 1516 if (threshold_block >= log->l_logBBsize) { in xlog_grant_push_threshold() 1517 threshold_block -= log->l_logBBsize; in xlog_grant_push_threshold() 1521 threshold_block); in xlog_grant_push_threshold()
|