Searched refs:threshold (Results 1 – 4 of 4) 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()
757 u32 threshold, int *skip) in ocfs2_calc_extent_defrag_len() argument759 if ((*alloc_size + *len_defraged) < threshold) { in ocfs2_calc_extent_defrag_len()778 *alloc_size = threshold - *len_defraged; in ocfs2_calc_extent_defrag_len()
170 static void o2hb_dead_threshold_set(unsigned int threshold) in o2hb_dead_threshold_set() argument172 if (threshold > O2HB_MIN_DEAD_THRESHOLD) { in o2hb_dead_threshold_set()175 o2hb_dead_threshold = threshold; in o2hb_dead_threshold_set()
2151 sle64 threshold; /* Soft quota (-1 if not limited). */ member