threshold_block    57 arch/x86/include/asm/amd_nb.h 	struct threshold_block	*blocks;
threshold_block   292 arch/x86/kernel/cpu/mce/amd.c 	struct threshold_block	*b;
threshold_block   312 arch/x86/kernel/cpu/mce/amd.c static const char *bank4_names(const struct threshold_block *b)
threshold_block   347 arch/x86/kernel/cpu/mce/amd.c static int lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi)
threshold_block   422 arch/x86/kernel/cpu/mce/amd.c static void mce_threshold_block_init(struct threshold_block *b, int offset)
threshold_block   524 arch/x86/kernel/cpu/mce/amd.c 	struct threshold_block b;
threshold_block   987 arch/x86/kernel/cpu/mce/amd.c static void log_and_reset_block(struct threshold_block *block)
threshold_block  1016 arch/x86/kernel/cpu/mce/amd.c 	struct threshold_block *first_block = NULL, *block = NULL, *tmp = NULL;
threshold_block  1043 arch/x86/kernel/cpu/mce/amd.c 	ssize_t (*show) (struct threshold_block *, char *);
threshold_block  1044 arch/x86/kernel/cpu/mce/amd.c 	ssize_t (*store) (struct threshold_block *, const char *, size_t count);
threshold_block  1048 arch/x86/kernel/cpu/mce/amd.c static ssize_t show_ ## name(struct threshold_block *b, char *buf)	\
threshold_block  1056 arch/x86/kernel/cpu/mce/amd.c store_interrupt_enable(struct threshold_block *b, const char *buf, size_t size)
threshold_block  1078 arch/x86/kernel/cpu/mce/amd.c store_threshold_limit(struct threshold_block *b, const char *buf, size_t size)
threshold_block  1101 arch/x86/kernel/cpu/mce/amd.c static ssize_t show_error_count(struct threshold_block *b, char *buf)
threshold_block  1133 arch/x86/kernel/cpu/mce/amd.c #define to_block(k)	container_of(k, struct threshold_block, kobj)
threshold_block  1138 arch/x86/kernel/cpu/mce/amd.c 	struct threshold_block *b = to_block(kobj);
threshold_block  1150 arch/x86/kernel/cpu/mce/amd.c 	struct threshold_block *b = to_block(kobj);
threshold_block  1172 arch/x86/kernel/cpu/mce/amd.c static const char *get_name(unsigned int bank, struct threshold_block *b)
threshold_block  1206 arch/x86/kernel/cpu/mce/amd.c 	struct threshold_block *b = NULL;
threshold_block  1227 arch/x86/kernel/cpu/mce/amd.c 	b = kzalloc(sizeof(struct threshold_block), GFP_KERNEL);
threshold_block  1282 arch/x86/kernel/cpu/mce/amd.c 	struct threshold_block *pos = NULL;
threshold_block  1283 arch/x86/kernel/cpu/mce/amd.c 	struct threshold_block *tmp = NULL;
threshold_block  1378 arch/x86/kernel/cpu/mce/amd.c 	struct threshold_block *pos = NULL;
threshold_block  1379 arch/x86/kernel/cpu/mce/amd.c 	struct threshold_block *tmp = NULL;
threshold_block  1395 arch/x86/kernel/cpu/mce/amd.c 	struct threshold_block *pos = NULL;
threshold_block  1396 arch/x86/kernel/cpu/mce/amd.c 	struct threshold_block *tmp = NULL;
threshold_block  1555 fs/xfs/xfs_log.c 	int		threshold_block;
threshold_block  1576 fs/xfs/xfs_log.c 						&threshold_block);
threshold_block  1577 fs/xfs/xfs_log.c 	threshold_block += free_threshold;
threshold_block  1578 fs/xfs/xfs_log.c 	if (threshold_block >= log->l_logBBsize) {
threshold_block  1579 fs/xfs/xfs_log.c 		threshold_block -= log->l_logBBsize;
threshold_block  1583 fs/xfs/xfs_log.c 					threshold_block);