Searched refs:threshold_block (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/cpu/mcheck/
H A Dmce_amd.c51 struct threshold_block { struct
63 static struct threshold_block threshold_defaults = {
70 struct threshold_block *blocks;
90 struct threshold_block *b;
257 ssize_t (*show) (struct threshold_block *, char *);
258 ssize_t (*store) (struct threshold_block *, const char *, size_t count);
262 static ssize_t show_ ## name(struct threshold_block *b, char *buf) \
270 store_interrupt_enable(struct threshold_block *b, const char *buf, size_t size)
290 store_threshold_limit(struct threshold_block *b, const char *buf, size_t size)
314 struct threshold_block *t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/cpu/mcheck/
H A Dmce_amd.c51 struct threshold_block { struct
63 static struct threshold_block threshold_defaults = {
70 struct threshold_block *blocks;
90 struct threshold_block *b;
257 ssize_t (*show) (struct threshold_block *, char *);
258 ssize_t (*store) (struct threshold_block *, const char *, size_t count);
262 static ssize_t show_ ## name(struct threshold_block *b, char *buf) \
270 store_interrupt_enable(struct threshold_block *b, const char *buf, size_t size)
290 store_threshold_limit(struct threshold_block *b, const char *buf, size_t size)
314 struct threshold_block *t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_log.c1246 int threshold_block; /* block in lsn we'd like to be at */ local
1268 threshold_block = BLOCK_LSN(tail_lsn) + free_threshold;
1270 if (threshold_block >= log->l_logBBsize) {
1271 threshold_block -= log->l_logBBsize;
1274 threshold_lsn = xlog_assign_lsn(threshold_cycle, threshold_block);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_log.c1246 int threshold_block; /* block in lsn we'd like to be at */ local
1268 threshold_block = BLOCK_LSN(tail_lsn) + free_threshold;
1270 if (threshold_block >= log->l_logBBsize) {
1271 threshold_block -= log->l_logBBsize;
1274 threshold_lsn = xlog_assign_lsn(threshold_cycle, threshold_block);

Completed in 80 milliseconds