Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c69 struct threshold_block *b;
82 static const char *bank4_names(const struct threshold_block *b) in bank4_names()
117 static int lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi) in lvt_off_valid()
187 static void mce_threshold_block_init(struct threshold_block *b, int offset) in mce_threshold_block_init()
211 struct threshold_block b; in mce_amd_feature_init()
341 ssize_t (*show) (struct threshold_block *, char *);
342 ssize_t (*store) (struct threshold_block *, const char *, size_t count);
346 static ssize_t show_ ## name(struct threshold_block *b, char *buf) \
354 store_interrupt_enable(struct threshold_block *b, const char *buf, size_t size) in SHOW_FIELDS()
376 store_threshold_limit(struct threshold_block *b, const char *buf, size_t size) in store_threshold_limit()
[all …]
/linux-4.1.27/arch/x86/include/asm/
Damd_nb.h29 struct threshold_block { struct
43 struct threshold_block *blocks; argument
/linux-4.1.27/fs/xfs/
Dxfs_log.c1546 int threshold_block; in xlog_grant_push_ail() local
1567 &threshold_block); in xlog_grant_push_ail()
1568 threshold_block += free_threshold; in xlog_grant_push_ail()
1569 if (threshold_block >= log->l_logBBsize) { in xlog_grant_push_ail()
1570 threshold_block -= log->l_logBBsize; in xlog_grant_push_ail()
1574 threshold_block); in xlog_grant_push_ail()