Searched refs:orders (Results 1 – 25 of 29) sorted by relevance
12
/Linux-v5.4/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.4/Documentation/media/uapi/v4l/ |
D | pixfmt-bayer.rst | 22 orders. See also `the Wikipedia article on Bayer filter
|
D | field-order.rst | 87 If multiple field orders are possible the 88 driver must choose one of the possible field orders during
|
/Linux-v5.4/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.4/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
|
D | explanation.txt | 1954 smp_mb__before_atomic() orders all po-earlier events against 1957 smp_mb__after_atomic() orders po-earlier atomic updates and 1960 smp_mb_after_spinlock() orders po-earlier lock acquisition
|
/Linux-v5.4/Documentation/media/dvb-drivers/ |
D | udev.rst | 13 on different orders, which could cause apps that relies on the device
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | armada-385-synology-ds116.dts | 53 * and takes single-character orders :
|
/Linux-v5.4/Documentation/devicetree/bindings/mtd/ |
D | marvell-nand.txt | 42 - marvell,nand-keep-config: orders the driver not to take the timings
|
/Linux-v5.4/tools/virtio/virtio-trace/ |
D | README | 9 - controlled by start/stop orders from a Host
|
/Linux-v5.4/drivers/usb/ |
D | Kconfig | 151 Note however that some operations are three orders of magnitude
|
/Linux-v5.4/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.4/Documentation/core-api/ |
D | genalloc.rst | 49 that state, so one of the first orders of business is usually to add memory
|
D | atomic_ops.rst | 654 strictly orders all subsequent memory operations (including
|
/Linux-v5.4/Documentation/admin-guide/mm/ |
D | pagemap.rst | 98 The buddy system organizes free memory in blocks of various orders.
|
/Linux-v5.4/Documentation/virt/kvm/ |
D | locking.txt | 7 The acquisition orders for mutexes are as follows:
|
/Linux-v5.4/drivers/crypto/hisilicon/ |
D | qm.c | 158 #define QM_MK_SQC_W13(priority, orders, alg_type) \ argument 160 ((orders) << QM_SQ_ORDERS_SHIFT) | \
|
/Linux-v5.4/Documentation/networking/ |
D | z8530book.rst | 135 orders. Strange things happen when these are not followed.
|
/Linux-v5.4/Documentation/vm/ |
D | slub.rst | 54 caused higher minimum slab orders
|
/Linux-v5.4/Documentation/admin-guide/sysctl/ |
D | vm.rst | 617 "Node order" orders the zonelists by node, then by zone within each node. 620 "Zone Order" orders the zonelists by zone type, then by node within each
|
/Linux-v5.4/Documentation/process/ |
D | management-style.rst | 19 companies. If you sign purchase orders or you have any clue about the
|
/Linux-v5.4/Documentation/filesystems/ |
D | porting.rst | 558 need now. Remember that they have opposite orders of arguments ;-/
|
/Linux-v5.4/Documentation/m68k/ |
D | kernel-options.rst | 655 one LUN, and the SCSI device itself orders the requests so they
|
/Linux-v5.4/tools/perf/Documentation/ |
D | intel-pt.txt | 40 for example two or three orders of magnitude longer than it took to collect.
|
12