Searched refs:threshold (Results 1 – 5 of 5) sorted by relevance
203 long i0, threshold; in decode() local216 threshold = rs->q + i0; in decode()217 symbol = rs->rec_q >= threshold; in decode()218 if (rs->rec_q >= threshold) { in decode()
732 u32 threshold, int *skip) in ocfs2_calc_extent_defrag_len() argument734 if ((*alloc_size + *len_defraged) < threshold) { in ocfs2_calc_extent_defrag_len()753 *alloc_size = threshold - *len_defraged; in ocfs2_calc_extent_defrag_len()
148 static void o2hb_dead_threshold_set(unsigned int threshold) in o2hb_dead_threshold_set() argument150 if (threshold > O2HB_MIN_DEAD_THRESHOLD) { in o2hb_dead_threshold_set()153 o2hb_dead_threshold = threshold; in o2hb_dead_threshold_set()
447 unsigned int threshold = sbi->blocks_per_seg * factor * in excess_dirty_threshold() local449 unsigned int global_threshold = threshold * 3 / 2; in excess_dirty_threshold()451 if (dents >= threshold || qdata >= threshold || in excess_dirty_threshold()452 nodes >= threshold || meta >= threshold || in excess_dirty_threshold()453 imeta >= threshold) in excess_dirty_threshold()
2137 sle64 threshold; /* Soft quota (-1 if not limited). */ member