Home
last modified time | relevance | path

Searched refs:orders (Results 1 – 25 of 34) sorted by relevance

12

/Linux-v5.15/drivers/dma-buf/heaps/
Dsystem_heap.c54 static const unsigned int orders[] = {8, 4, 0}; variable
55 #define NUM_ORDERS ARRAY_SIZE(orders)
321 if (size < (PAGE_SIZE << orders[i])) in alloc_largest_available()
323 if (max_order < orders[i]) in alloc_largest_available()
326 page = alloc_pages(order_flags[i], orders[i]); in alloc_largest_available()
342 unsigned int max_order = orders[0]; in system_heap_allocate()
/Linux-v5.15/include/drm/ttm/
Dttm_pool.h74 struct ttm_pool_type orders[MAX_ORDER]; member
/Linux-v5.15/drivers/gpu/drm/ttm/
Dttm_pool.c290 return &pool->caching[caching].orders[order]; in ttm_pool_select_type()
512 ttm_pool_type_init(&pool->caching[i].orders[j], in ttm_pool_init()
532 ttm_pool_type_fini(&pool->caching[i].orders[j]); in ttm_pool_fini()
658 ttm_pool_debugfs_orders(pool->caching[i].orders, m); in ttm_pool_debugfs()
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Dpixfmt-bayer.rst15 orders. See also `the Wikipedia article on Bayer filter
Dfield-order.rst80 If multiple field orders are possible the
81 driver must choose one of the possible field orders during
/Linux-v5.15/tools/memory-model/Documentation/
Dglossary.txt29 a special operation that includes a load and which orders that
117 Fully Ordered: An operation such as smp_mb() that orders all of
120 that orders all of its CPU's prior accesses, itself, and
167 a special operation that includes a store and which orders that
Drecipes.txt232 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
Dordering.txt11 1. Barriers (also known as "fences"). A barrier orders some or
67 First, the smp_mb() full memory barrier orders all of the CPU's prior
115 synchronize_srcu() and so on. However, these primitives have orders
/Linux-v5.15/Documentation/
Datomic_t.txt194 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.15/arch/arm/boot/dts/
Darmada-385-synology-ds116.dts53 * and takes single-character orders :
/Linux-v5.15/Documentation/devicetree/bindings/mtd/
Dmarvell-nand.txt42 - marvell,nand-keep-config: orders the driver not to take the timings
/Linux-v5.15/tools/virtio/virtio-trace/
DREADME9 - controlled by start/stop orders from a Host
/Linux-v5.15/tools/memory-model/
Dlock.cat8 * Generate coherence orders and handle lock operations
Dlinux-kernel.cat145 (* rb orders instructions just as pb does *)
/Linux-v5.15/drivers/usb/
DKconfig151 Note however that some operations are three orders of magnitude
/Linux-v5.15/Documentation/core-api/
Dgenalloc.rst49 that state, so one of the first orders of business is usually to add memory
Dmemory-allocation.rst129 This might be really dangerous especially for larger orders.
/Linux-v5.15/Documentation/admin-guide/mm/
Dpagemap.rst100 The buddy system organizes free memory in blocks of various orders.
/Linux-v5.15/Documentation/virt/kvm/
Dlocking.rst10 The acquisition orders for mutexes are as follows:
/Linux-v5.15/Documentation/networking/device_drivers/wan/
Dz8530book.rst135 orders. Strange things happen when these are not followed.
/Linux-v5.15/Documentation/vm/
Dslub.rst59 caused higher minimum slab orders
/Linux-v5.15/Documentation/process/
Dmanagement-style.rst19 companies. If you sign purchase orders or you have any clue about the
/Linux-v5.15/Documentation/admin-guide/sysctl/
Dvm.rst630 "Node order" orders the zonelists by node, then by zone within each node.
633 "Zone Order" orders the zonelists by zone type, then by node within each
/Linux-v5.15/Documentation/networking/devlink/
Ddevlink-trap.rst598 packet rates that are several orders of magnitude higher compared to those that
/Linux-v5.15/Documentation/locking/
Dlockdep-design.rst514 Lock dependencies record the orders of the acquisitions of a pair of locks, and

12