Searched refs:orders (Results 1 – 25 of 31) sorted by relevance
12
| /Linux-v5.10/drivers/staging/android/ion/ |
| D | ion_system_heap.c | 19 #define NUM_ORDERS ARRAY_SIZE(orders) 24 static const unsigned int orders[] = {8, 4, 0}; variable 31 if (order == orders[i]) in order_to_index() 82 if (size < order_to_size(orders[i])) in alloc_largest_available() 84 if (max_order < orders[i]) in alloc_largest_available() 87 page = alloc_buffer_page(heap, buffer, orders[i]); in alloc_largest_available() 111 unsigned int max_order = orders[0]; in ion_system_heap_allocate() 232 if (orders[i] > 4) in ion_system_heap_create_pools() 235 pool = ion_page_pool_create(gfp_flags, orders[i]); in ion_system_heap_create_pools()
|
| /Linux-v5.10/Documentation/userspace-api/media/v4l/ |
| D | pixfmt-bayer.rst | 15 orders. See also `the Wikipedia article on Bayer filter
|
| D | field-order.rst | 80 If multiple field orders are possible the 81 driver must choose one of the possible field orders during
|
| /Linux-v5.10/Documentation/ |
| D | atomic_t.txt | 194 smp_mb__before_atomic() orders all earlier accesses against the RMW op 195 itself and all accesses following it, and smp_mb__after_atomic() orders all 226 a RELEASE because it orders preceding instructions against both the read
|
| /Linux-v5.10/tools/memory-model/Documentation/ |
| D | recipes.txt | 232 The smp_store_release() macro orders any prior accesses against the 233 store, while the smp_load_acquire macro orders the load against any 273 smp_store_release(), but the rcu_dereference() macro orders the load only 310 The smp_wmb() macro orders prior stores against later stores, and the 311 smp_rmb() macro orders prior loads against later loads. Therefore, if
|
| /Linux-v5.10/Documentation/devicetree/bindings/mtd/ |
| D | marvell-nand.txt | 42 - marvell,nand-keep-config: orders the driver not to take the timings
|
| /Linux-v5.10/arch/arm/boot/dts/ |
| D | armada-385-synology-ds116.dts | 53 * and takes single-character orders :
|
| /Linux-v5.10/tools/virtio/virtio-trace/ |
| D | README | 9 - controlled by start/stop orders from a Host
|
| /Linux-v5.10/tools/memory-model/ |
| D | lock.cat | 8 * Generate coherence orders and handle lock operations
|
| D | linux-kernel.cat | 145 (* rb orders instructions just as pb does *)
|
| /Linux-v5.10/drivers/usb/ |
| D | Kconfig | 151 Note however that some operations are three orders of magnitude
|
| /Linux-v5.10/Documentation/core-api/ |
| D | genalloc.rst | 49 that state, so one of the first orders of business is usually to add memory
|
| D | memory-allocation.rst | 129 This might be really dangerous especially for larger orders.
|
| D | atomic_ops.rst | 654 strictly orders all subsequent memory operations (including
|
| /Linux-v5.10/Documentation/admin-guide/mm/ |
| D | pagemap.rst | 98 The buddy system organizes free memory in blocks of various orders.
|
| /Linux-v5.10/Documentation/virt/kvm/ |
| D | locking.rst | 10 The acquisition orders for mutexes are as follows:
|
| /Linux-v5.10/Documentation/networking/device_drivers/wan/ |
| D | z8530book.rst | 135 orders. Strange things happen when these are not followed.
|
| /Linux-v5.10/Documentation/vm/ |
| D | slub.rst | 59 caused higher minimum slab orders
|
| /Linux-v5.10/Documentation/process/ |
| D | management-style.rst | 19 companies. If you sign purchase orders or you have any clue about the
|
| /Linux-v5.10/Documentation/admin-guide/sysctl/ |
| D | vm.rst | 637 "Node order" orders the zonelists by node, then by zone within each node. 640 "Zone Order" orders the zonelists by zone type, then by node within each
|
| /Linux-v5.10/Documentation/networking/devlink/ |
| D | devlink-trap.rst | 588 packet rates that are several orders of magnitude higher compared to those that
|
| /Linux-v5.10/drivers/crypto/hisilicon/ |
| D | qm.c | 197 #define QM_MK_SQC_W13(priority, orders, alg_type) \ argument 199 ((orders) << QM_SQ_ORDERS_SHIFT) | \
|
| /Linux-v5.10/Documentation/locking/ |
| D | lockdep-design.rst | 514 Lock dependencies record the orders of the acquisitions of a pair of locks, and
|
| /Linux-v5.10/Documentation/filesystems/ |
| D | porting.rst | 558 need now. Remember that they have opposite orders of arguments ;-/
|
| /Linux-v5.10/Documentation/m68k/ |
| D | kernel-options.rst | 655 one LUN, and the SCSI device itself orders the requests so they
|
12