threshold_block    62 arch/x86/kernel/cpu/mcheck/mce_amd_64.c static struct threshold_block threshold_defaults = {
threshold_block    69 arch/x86/kernel/cpu/mcheck/mce_amd_64.c 	struct threshold_block *blocks;
threshold_block   250 arch/x86/kernel/cpu/mcheck/mce_amd_64.c 	ssize_t(*show) (struct threshold_block *, char *);
threshold_block   251 arch/x86/kernel/cpu/mcheck/mce_amd_64.c 	ssize_t(*store) (struct threshold_block *, const char *, size_t count);
threshold_block   269 arch/x86/kernel/cpu/mcheck/mce_amd_64.c static ssize_t show_ ## name(struct threshold_block * b, char *buf) \
threshold_block   358 arch/x86/kernel/cpu/mcheck/mce_amd_64.c #define to_block(k) container_of(k, struct threshold_block, kobj)
threshold_block   363 arch/x86/kernel/cpu/mcheck/mce_amd_64.c 	struct threshold_block *b = to_block(kobj);
threshold_block   373 arch/x86/kernel/cpu/mcheck/mce_amd_64.c 	struct threshold_block *b = to_block(kobj);
threshold_block   397 arch/x86/kernel/cpu/mcheck/mce_amd_64.c 	struct threshold_block *b = NULL;
threshold_block   416 arch/x86/kernel/cpu/mcheck/mce_amd_64.c 	b = kzalloc(sizeof(struct threshold_block), GFP_KERNEL);
threshold_block   577 arch/x86/kernel/cpu/mcheck/mce_amd_64.c 	struct threshold_block *pos = NULL;
threshold_block   578 arch/x86/kernel/cpu/mcheck/mce_amd_64.c 	struct threshold_block *tmp = NULL;
threshold_block  1371 fs/xfs/xfs_log.c     int		threshold_block;	/* block in lsn we'd like to be at */
threshold_block  1393 fs/xfs/xfs_log.c 	threshold_block = BLOCK_LSN(tail_lsn) + free_threshold;
threshold_block  1395 fs/xfs/xfs_log.c 	if (threshold_block >= log->l_logBBsize) {
threshold_block  1396 fs/xfs/xfs_log.c 	    threshold_block -= log->l_logBBsize;
threshold_block  1399 fs/xfs/xfs_log.c 	threshold_lsn = xlog_assign_lsn(threshold_cycle, threshold_block);