Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kernel/cpu/mce/
Damd.c335 struct threshold_block *b;
355 static const char *bank4_names(const struct threshold_block *b) in bank4_names()
390 static int lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi) in lvt_off_valid()
469 static void mce_threshold_block_init(struct threshold_block *b, int offset) in mce_threshold_block_init()
571 struct threshold_block b; in prepare_threshold_block()
838 static void log_and_reset_block(struct threshold_block *block) in log_and_reset_block()
867 struct threshold_block *first_block = NULL, *block = NULL, *tmp = NULL; in amd_threshold_interrupt()
903 ssize_t (*show) (struct threshold_block *, char *);
904 ssize_t (*store) (struct threshold_block *, const char *, size_t count);
908 static ssize_t show_ ## name(struct threshold_block *b, char *buf) \
[all …]
/linux-5.19.10/arch/x86/include/asm/
Damd_nb.h32 struct threshold_block { struct
54 struct threshold_block *blocks; argument
/linux-5.19.10/fs/xfs/
Dxfs_log.c1693 int threshold_block; in xlog_grant_push_threshold() local
1714 &threshold_block); in xlog_grant_push_threshold()
1715 threshold_block += free_threshold; in xlog_grant_push_threshold()
1716 if (threshold_block >= log->l_logBBsize) { in xlog_grant_push_threshold()
1717 threshold_block -= log->l_logBBsize; in xlog_grant_push_threshold()
1721 threshold_block); in xlog_grant_push_threshold()