Lines Matching refs:t
210 unsigned long t; in __sbi_store() local
255 ret = kstrtoul(skip_spaces(buf), 0, &t); in __sbi_store()
259 if (a->struct_type == FAULT_INFO_TYPE && t >= (1 << FAULT_MAX)) in __sbi_store()
261 if (a->struct_type == FAULT_INFO_RATE && t >= UINT_MAX) in __sbi_store()
266 if (t > (unsigned long)(sbi->user_block_count - in __sbi_store()
271 *ui = t; in __sbi_store()
279 if (t == 0 || t > MAX_PLIST_NUM) in __sbi_store()
281 if (t == *ui) in __sbi_store()
283 *ui = t; in __sbi_store()
288 if (t == 0 || t > sbi->segs_per_sec) in __sbi_store()
296 if (t >= 1) { in __sbi_store()
310 if (t == GC_IDLE_CB) in __sbi_store()
312 else if (t == GC_IDLE_GREEDY) in __sbi_store()
321 sbi->iostat_enable = !!t; in __sbi_store()
327 *ui = (unsigned int)t; in __sbi_store()