Lines Matching defs:order
1671 * In order to avoid this scenario we allocate the pages under a mutex.
1673 * In order to not degrade performance with excessive locking, we try
1677 * In order to reduce allocation overhead, we try to allocate compound pages in
1687 unsigned int order = MAX_ORDER;
1704 order = min(order, remaining_order);
1706 while (order > 0) {
1708 (1 << order) > dm_crypt_pages_per_client))
1712 order);
1714 percpu_counter_add(&cc->n_allocated_pages, 1 << order);
1718 order--;
1726 order = 0;
1731 size_to_add = min((unsigned)PAGE_SIZE << order, remaining_size);
1895 * We need the original biovec array in order to decrypt the whole bio