Lines Matching defs:threshold
49 unsigned int threshold)
51 unsigned int thr_sz = 1 << (get_count_order(threshold + NVM_MAX_VLBA));
57 * threshold will be respected
61 if ((threshold + NVM_MAX_VLBA) >= max_io)
72 int pblk_rb_init(struct pblk_rb *rb, unsigned int size, unsigned int threshold,
83 nr_entries = pblk_rb_calculate_size(size, threshold);
96 rb->back_thres = threshold;
165 pblk_rl_init(&pblk->rl, rb->nr_entries, threshold);
423 unsigned int threshold;
428 threshold = nr_entries + rb->back_thres;
430 if (pblk_rb_ring_space(rb, mem, sync, rb->nr_entries) < threshold)