Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/cpu/mce/
Damd.c312 struct threshold_block *b;
332 static const char *bank4_names(const struct threshold_block *b) in bank4_names()
367 static int lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi) in lvt_off_valid()
446 static void mce_threshold_block_init(struct threshold_block *b, int offset) in mce_threshold_block_init()
548 struct threshold_block b; in prepare_threshold_block()
1015 static void log_and_reset_block(struct threshold_block *block) in log_and_reset_block()
1044 struct threshold_block *first_block = NULL, *block = NULL, *tmp = NULL; in amd_threshold_interrupt()
1080 ssize_t (*show) (struct threshold_block *, char *);
1081 ssize_t (*store) (struct threshold_block *, const char *, size_t count);
1085 static ssize_t show_ ## name(struct threshold_block *b, char *buf) \
[all …]
/Linux-v5.15/arch/x86/include/asm/
Damd_nb.h34 struct threshold_block { struct
56 struct threshold_block *blocks; argument
/Linux-v5.15/fs/xfs/
Dxfs_log.c1675 int threshold_block; in xlog_grant_push_threshold() local
1696 &threshold_block); in xlog_grant_push_threshold()
1697 threshold_block += free_threshold; in xlog_grant_push_threshold()
1698 if (threshold_block >= log->l_logBBsize) { in xlog_grant_push_threshold()
1699 threshold_block -= log->l_logBBsize; in xlog_grant_push_threshold()
1703 threshold_block); in xlog_grant_push_threshold()