Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/cpu/mce/
Damd.c292 struct threshold_block *b;
312 static const char *bank4_names(const struct threshold_block *b) in bank4_names()
347 static int lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi) in lvt_off_valid()
422 static void mce_threshold_block_init(struct threshold_block *b, int offset) in mce_threshold_block_init()
524 struct threshold_block b; in prepare_threshold_block()
987 static void log_and_reset_block(struct threshold_block *block) in log_and_reset_block()
1016 struct threshold_block *first_block = NULL, *block = NULL, *tmp = NULL; in amd_threshold_interrupt()
1043 ssize_t (*show) (struct threshold_block *, char *);
1044 ssize_t (*store) (struct threshold_block *, const char *, size_t count);
1048 static ssize_t show_ ## name(struct threshold_block *b, char *buf) \
[all …]
/Linux-v5.4/arch/x86/include/asm/
Damd_nb.h35 struct threshold_block { struct
57 struct threshold_block *blocks; argument
/Linux-v5.4/fs/xfs/
Dxfs_log.c1553 int threshold_block; in xlog_grant_push_ail() local
1574 &threshold_block); in xlog_grant_push_ail()
1575 threshold_block += free_threshold; in xlog_grant_push_ail()
1576 if (threshold_block >= log->l_logBBsize) { in xlog_grant_push_ail()
1577 threshold_block -= log->l_logBBsize; in xlog_grant_push_ail()
1581 threshold_block); in xlog_grant_push_ail()