Searched refs:threshold_block (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
D | mce_amd.c | 78 struct threshold_block *b; 91 static const char *bank4_names(const struct threshold_block *b) in bank4_names() 126 static int lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi) in lvt_off_valid() 196 static void mce_threshold_block_init(struct threshold_block *b, int offset) in mce_threshold_block_init() 253 struct threshold_block b; in mce_amd_feature_init() 442 ssize_t (*show) (struct threshold_block *, char *); 443 ssize_t (*store) (struct threshold_block *, const char *, size_t count); 447 static ssize_t show_ ## name(struct threshold_block *b, char *buf) \ 455 store_interrupt_enable(struct threshold_block *b, const char *buf, size_t size) in SHOW_FIELDS() 477 store_threshold_limit(struct threshold_block *b, const char *buf, size_t size) in store_threshold_limit() [all …]
|
/linux-4.4.14/arch/x86/include/asm/ |
D | amd_nb.h | 29 struct threshold_block { struct 43 struct threshold_block *blocks; argument
|
/linux-4.4.14/fs/xfs/ |
D | xfs_log.c | 1563 int threshold_block; in xlog_grant_push_ail() local 1584 &threshold_block); in xlog_grant_push_ail() 1585 threshold_block += free_threshold; in xlog_grant_push_ail() 1586 if (threshold_block >= log->l_logBBsize) { in xlog_grant_push_ail() 1587 threshold_block -= log->l_logBBsize; in xlog_grant_push_ail() 1591 threshold_block); in xlog_grant_push_ail()
|