| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/heaps/ |
| H A D | ion_system_heap.c | 21 #define NUM_ORDERS ARRAY_SIZE(orders) 26 static const unsigned int orders[] = {8, 4, 0}; variable 33 if (order == orders[i]) in order_to_index() 84 if (size < order_to_size(orders[i])) in alloc_largest_available() 86 if (max_order < orders[i]) in alloc_largest_available() 89 page = alloc_buffer_page(heap, buffer, orders[i]); in alloc_largest_available() 113 unsigned int max_order = orders[0]; in ion_system_heap_allocate() 295 if (orders[i] > 4) in ion_system_heap_create_pools() 298 pool = ion_page_pool_create(gfp_flags, orders[i]); in ion_system_heap_create_pools()
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/ |
| H A D | ion_protected_heap.c | 24 #define NUM_ORDERS ARRAY_SIZE(orders) 26 static unsigned int orders[] = {8, 4, 0}; variable 49 if (order == orders[i]) in order_to_index() 235 if (size < order_to_size(orders[i])) in alloc_largest_available() 237 if (max_order < orders[i]) in alloc_largest_available() 240 page = alloc_buffer_page(heap, buffer, orders[i]); in alloc_largest_available() 245 info->order = orders[i]; in alloc_largest_available() 265 unsigned int max_order = orders[0], maximum; in ion_protected_heap_allocate() 444 pool = protected_pool_create(orders[i]); in ion_protected_heap_create_pools()
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/ |
| H A D | rk_system_heap.c | 72 static unsigned int orders[] = {8, 4, 0}; variable 73 #define NUM_ORDERS ARRAY_SIZE(orders) 456 if (compound_order(page) == orders[j]) in system_heap_buf_free() 500 if (size < (PAGE_SIZE << orders[i])) in system_heap_alloc_largest_available() 502 if (max_order < orders[i]) in system_heap_alloc_largest_available() 521 unsigned int max_order = orders[0]; in system_heap_do_allocate() 751 if (max_order < orders[i]) in system_heap_create() 752 orders[i] = max_order; in system_heap_create() 753 pr_info("system_heap: orders[%d] = %u\n", i, orders[i]); in system_heap_create() 758 pools[i] = dmabuf_page_pool_create(order_flags[i], orders[i]); in system_heap_create() [all …]
|
| H A D | system_heap.c | 63 static const unsigned int orders[] = {8, 4, 0}; variable 64 #define NUM_ORDERS ARRAY_SIZE(orders) 347 if (compound_order(page) == orders[j]) in system_heap_buf_free() 385 if (size < (PAGE_SIZE << orders[i])) in alloc_largest_available() 387 if (max_order < orders[i]) in alloc_largest_available() 406 unsigned int max_order = orders[0]; in system_heap_do_allocate() 578 pools[i] = dmabuf_page_pool_create(order_flags[i], orders[i]); in system_heap_create()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kdrive.c | 642 } orders[] = { in KdSetSubpixelOrder() local 662 if (orders[i].subpixel_order == subpixel_order) in KdSetSubpixelOrder() 666 KdAddRotation(randr & RR_Rotate_All, orders[i].direction); in KdSetSubpixelOrder() 670 if (orders[i].direction & subpixel_dir) { in KdSetSubpixelOrder() 671 subpixel_order = orders[i].subpixel_order; in KdSetSubpixelOrder()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-bayer.rst | 15 orders. See also `the Wikipedia article on Bayer filter
|
| H A D | field-order.rst | 80 If multiple field orders are possible the 81 driver must choose one of the possible field orders during
|
| /OK3568_Linux_fs/kernel/Documentation/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/tools/memory-model/Documentation/ |
| H A 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
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | SGI-B-1.1 | 58 …orders applicable to dispositions of Covered Code, including without limitation export, re-export,…
|
| H A D | SGI-B-1.0 | 56 …orders, in connection with any and all dispositions of Covered Code, including but not limited to,…
|
| H A D | Intel | 98 compliance with all laws, regulations, orders, or other restrictions of the
|
| H A D | Intel-ACPI | 34 …t/re-export of the software is in compliance with all laws, regulations, orders, or other restrict…
|
| H A D | Hippocratic-2.1 | 21 …the proceedings, all transcripts or other recordings of hearings and all orders, decisions and awa…
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/ |
| H A D | marvell-nand.txt | 42 - marvell,nand-keep-config: orders the driver not to take the timings
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | armada-385-synology-ds116.dts | 53 * and takes single-character orders :
|
| /OK3568_Linux_fs/kernel/tools/virtio/virtio-trace/ |
| H A D | README | 9 - controlled by start/stop orders from a Host
|
| /OK3568_Linux_fs/kernel/drivers/usb/ |
| H A D | Kconfig | 151 Note however that some operations are three orders of magnitude
|
| /OK3568_Linux_fs/kernel/tools/memory-model/ |
| H A D | lock.cat | 8 * Generate coherence orders and handle lock operations
|
| H A D | linux-kernel.cat | 145 (* rb orders instructions just as pb does *)
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | genalloc.rst | 49 that state, so one of the first orders of business is usually to add memory
|
| H A D | memory-allocation.rst | 129 This might be really dangerous especially for larger orders.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | pagemap.rst | 98 The buddy system organizes free memory in blocks of various orders.
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| H A D | locking.rst | 10 The acquisition orders for mutexes are as follows:
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | cs_CZ | 178 % CLDR has 2 sort orders for Czech, "standard" which sorts the digits
|