Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c253 struct threshold_block *b;
273 static const char *bank4_names(const struct threshold_block *b) in bank4_names()
308 static int lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi) in lvt_off_valid()
383 static void mce_threshold_block_init(struct threshold_block *b, int offset) in mce_threshold_block_init()
506 struct threshold_block b; in prepare_threshold_block()
907 static void log_and_reset_block(struct threshold_block *block) in log_and_reset_block()
936 struct threshold_block *first_block = NULL, *block = NULL, *tmp = NULL; in amd_threshold_interrupt()
963 ssize_t (*show) (struct threshold_block *, char *);
964 ssize_t (*store) (struct threshold_block *, const char *, size_t count);
968 static ssize_t show_ ## name(struct threshold_block *b, char *buf) \
[all …]
/Linux-v4.19/arch/x86/include/asm/
Damd_nb.h35 struct threshold_block { struct
57 struct threshold_block *blocks; argument
/Linux-v4.19/fs/xfs/
Dxfs_log.c1638 int threshold_block; in xlog_grant_push_ail() local
1659 &threshold_block); in xlog_grant_push_ail()
1660 threshold_block += free_threshold; in xlog_grant_push_ail()
1661 if (threshold_block >= log->l_logBBsize) { in xlog_grant_push_ail()
1662 threshold_block -= log->l_logBBsize; in xlog_grant_push_ail()
1666 threshold_block); in xlog_grant_push_ail()