Home
last modified time | relevance | path

Searched refs:threshold_block (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
H A Damd.c299 struct threshold_block *b;
319 static const char *bank4_names(const struct threshold_block *b) in bank4_names()
354 static int lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi) in lvt_off_valid()
433 static void mce_threshold_block_init(struct threshold_block *b, int offset) in mce_threshold_block_init()
535 struct threshold_block b; in prepare_threshold_block()
1009 static void log_and_reset_block(struct threshold_block *block) in log_and_reset_block()
1038 struct threshold_block *first_block = NULL, *block = NULL, *tmp = NULL; in amd_threshold_interrupt()
1074 ssize_t (*show) (struct threshold_block *, char *);
1075 ssize_t (*store) (struct threshold_block *, const char *, size_t count);
1079 static ssize_t show_ ## name(struct threshold_block *
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/
H A 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 *
[all...]
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Damd_nb.h32 struct threshold_block { struct
54 struct threshold_block *blocks;
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Damd_nb.h34 struct threshold_block { struct
56 struct threshold_block *blocks;
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log.c1508 int threshold_block; in xlog_grant_push_threshold() local
1529 &threshold_block); in xlog_grant_push_threshold()
1530 threshold_block += free_threshold; in xlog_grant_push_threshold()
1531 if (threshold_block >= log->l_logBBsize) { in xlog_grant_push_threshold()
1532 threshold_block -= log->l_logBBsize; in xlog_grant_push_threshold()
1536 threshold_block); in xlog_grant_push_threshold()
/kernel/linux/linux-6.6/fs/xfs/
H A 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()

Completed in 13 milliseconds