Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kernel/cpu/mce/
Damd.c337 struct threshold_block *b;
357 static const char *bank4_names(const struct threshold_block *b) in bank4_names()
392 static int lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi) in lvt_off_valid()
471 static void mce_threshold_block_init(struct threshold_block *b, int offset) in mce_threshold_block_init()
573 struct threshold_block b; in prepare_threshold_block()
841 static void log_and_reset_block(struct threshold_block *block) in log_and_reset_block()
870 struct threshold_block *first_block = NULL, *block = NULL, *tmp = NULL; in amd_threshold_interrupt()
906 ssize_t (*show) (struct threshold_block *, char *);
907 ssize_t (*store) (struct threshold_block *, const char *, size_t count);
911 static ssize_t show_ ## name(struct threshold_block *b, char *buf) \
[all …]
/Linux-v6.6/arch/x86/include/asm/
Damd_nb.h32 struct threshold_block { struct
54 struct threshold_block *blocks; argument
/Linux-v6.6/fs/xfs/
Dxfs_log.c1690 int threshold_block; in xlog_grant_push_threshold() local
1711 &threshold_block); in xlog_grant_push_threshold()
1712 threshold_block += free_threshold; in xlog_grant_push_threshold()
1713 if (threshold_block >= log->l_logBBsize) { in xlog_grant_push_threshold()
1714 threshold_block -= log->l_logBBsize; in xlog_grant_push_threshold()
1718 threshold_block); in xlog_grant_push_threshold()