Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/mce/
A Damd.c313 struct threshold_block *b;
549 struct threshold_block b; in prepare_threshold_block()
1081 ssize_t (*show) (struct threshold_block *, char *);
1180 struct threshold_block *b = to_block(kobj); in show()
1192 struct threshold_block *b = to_block(kobj); in store()
1248 struct threshold_block *b = NULL; in allocate_threshold_blocks()
1324 struct threshold_block *pos = NULL; in __threshold_add_blocks()
1325 struct threshold_block *tmp = NULL; in __threshold_add_blocks()
1423 struct threshold_block *pos, *tmp; in deallocate_threshold_blocks()
1435 struct threshold_block *pos = NULL; in __threshold_remove_blocks()
[all …]
/linux/arch/x86/include/asm/
A Damd_nb.h34 struct threshold_block { struct
56 struct threshold_block *blocks; argument
/linux/fs/xfs/
A Dxfs_log.c1675 int threshold_block; in xlog_grant_push_threshold() local
1696 &threshold_block); in xlog_grant_push_threshold()
1697 threshold_block += free_threshold; in xlog_grant_push_threshold()
1698 if (threshold_block >= log->l_logBBsize) { in xlog_grant_push_threshold()
1699 threshold_block -= log->l_logBBsize; in xlog_grant_push_threshold()
1703 threshold_block); in xlog_grant_push_threshold()

Completed in 12 milliseconds