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

/linux-master/arch/x86/include/asm/
H A Damd_nb.h32 struct threshold_block { struct
54 struct threshold_block *blocks;
/linux-master/arch/x86/kernel/cpu/mce/
H A Damd.c329 struct threshold_block *b;
349 static const char *bank4_names(const struct threshold_block *b)
384 static int lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi)
463 static void mce_threshold_block_init(struct threshold_block *b, int offset)
565 struct threshold_block b;
891 static void log_and_reset_block(struct threshold_block *block)
920 struct threshold_block *first_block = NULL, *block = NULL, *tmp = NULL;
956 ssize_t (*show) (struct threshold_block *, char *);
957 ssize_t (*store) (struct threshold_block *, const char *, size_t count);
961 static ssize_t show_ ## name(struct threshold_block *
[all...]
/linux-master/fs/xfs/
H A Dxfs_log.c1692 int threshold_block; local
1713 &threshold_block);
1714 threshold_block += free_threshold;
1715 if (threshold_block >= log->l_logBBsize) {
1716 threshold_block -= log->l_logBBsize;
1720 threshold_block);

Completed in 109 milliseconds