Home
last modified time | relevance | path

Searched full:reusable (Results 1 – 25 of 229) sorted by relevance

12345678910

/kernel/linux/linux-6.6/fs/
Dmbcache.c68 * @reusable - is the entry reusable by others?
75 u64 value, bool reusable) in mb_cache_entry_create() argument
104 if (reusable) in mb_cache_entry_create()
185 * mb_cache_entry_find_first - find the first reusable entry with the given key
189 * Search in @cache for a reusable entry with key @key. Grabs reference to the
190 * first reusable entry found and returns the entry.
200 * mb_cache_entry_find_next - find next reusable entry with the same key
204 * Finds next reusable entry in the hash chain which has the same key as @entry.
206 * search), finds the first reusable entry in the hash chain. The function drops
/kernel/linux/linux-5.10/fs/
Dmbcache.c68 * @reusable - is the entry reusable by others?
75 u64 value, bool reusable) in mb_cache_entry_create() argument
104 if (reusable) in mb_cache_entry_create()
185 * mb_cache_entry_find_first - find the first reusable entry with the given key
189 * Search in @cache for a reusable entry with key @key. Grabs reference to the
190 * first reusable entry found and returns the entry.
200 * mb_cache_entry_find_next - find next reusable entry with the same key
204 * Finds next reusable entry in the hash chain which has the same key as @entry.
206 * search), finds the first reusable entry in the hash chain. The function drops
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dam572x-idk-common.dtsi25 reusable;
32 reusable;
39 reusable;
46 reusable;
Ddra72-evm.dts23 reusable;
30 reusable;
37 reusable;
Ddra72-evm-revc.dts25 reusable;
32 reusable;
39 reusable;
Dam571x-idk.dts32 reusable;
39 reusable;
46 reusable;
Ddra71-evm.dts28 reusable;
35 reusable;
42 reusable;
Domap5-uevm.dts26 reusable;
33 reusable;
/kernel/linux/linux-6.6/arch/arm/boot/dts/ti/omap/
Dam572x-idk-common.dtsi25 reusable;
32 reusable;
39 reusable;
46 reusable;
Ddra72-evm.dts23 reusable;
30 reusable;
37 reusable;
Ddra72-evm-revc.dts25 reusable;
32 reusable;
39 reusable;
Dam571x-idk.dts32 reusable;
39 reusable;
46 reusable;
Ddra71-evm.dts28 reusable;
35 reusable;
42 reusable;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/reserved-memory/
Dshared-dma-pool.yaml30 When using this, the no-map and reusable properties must not
67 reusable: false
81 reusable;
Dreserved-memory.yaml87 reusable:
104 - reusable
108 - reusable
/kernel/linux/linux-6.6/kernel/printk/
Dprintk_ringbuffer.c59 * reusable
73 * descriptor is invalidated by first transitioning to the reusable state and
81 * committed or reusable queried state. This makes it possible that a valid
140 * into the reusable state and then pushing the @tail_lpos forward beyond
287 * set old descriptor reusable (state), then modify new data block area
302 * set descriptor reusable (state), then push data tail (lpos)
305 * set descriptor reusable (state), then push descriptor tail (id)
540 * the transition from finalized to reusable. Either this context or some
557 * data block from @lpos_begin until @lpos_end into the reusable state.
559 * If there is any problem making the associated descriptor reusable, either
[all …]
Dprintk_ringbuffer.h147 * The tail must point to an existing (committed or reusable) descriptor.
161 * reusable state. Readers recognize reusable descriptors as existing
237 /* reusable */ \
/kernel/linux/linux-5.10/kernel/printk/
Dprintk_ringbuffer.c59 * reusable
73 * descriptor is invalidated by first transitioning to the reusable state and
81 * committed or reusable queried state. This makes it possible that a valid
140 * into the reusable state and then pushing the @tail_lpos forward beyond
287 * set old descriptor reusable (state), then modify new data block area
302 * set descriptor reusable (state), then push data tail (lpos)
305 * set descriptor reusable (state), then push descriptor tail (id)
537 * the transition from finalized to reusable. Either this context or some
554 * data block from @lpos_begin until @lpos_end into the reusable state.
556 * If there is any problem making the associated descriptor reusable, either
[all …]
Dprintk_ringbuffer.h146 * The tail must point to an existing (committed or reusable) descriptor.
160 * reusable state. Readers recognize reusable descriptors as existing
236 /* reusable */ \
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/reserved-memory/
Dreserved-memory.txt60 reusable (optional) - empty property
67 A node must not carry both the no-map and the reusable property as these are
109 reusable;
/kernel/linux/linux-6.6/drivers/of/
Dof_reserved_mem.c172 && of_get_flat_dt_prop(node, "reusable", NULL) in __reserved_mem_alloc_size()
347 bool reusable = in fdt_init_reserved_mem() local
348 (of_get_flat_dt_prop(node, "reusable", NULL)) != NULL; in fdt_init_reserved_mem()
353 reusable ? "reusable" : "non-reusable", in fdt_init_reserved_mem()
/kernel/linux/linux-5.10/drivers/dma/
Dvirt-dma.c40 * vchan_tx_desc_free - free a reusable descriptor
43 * This function frees a previously allocated reusable descriptor. The only
/kernel/linux/linux-6.6/drivers/dma/
Dvirt-dma.c40 * vchan_tx_desc_free - free a reusable descriptor
43 * This function frees a previously allocated reusable descriptor. The only
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/remoteproc/
Dti,omap-remoteproc.yaml236 reusable;
269 reusable;
306 reusable;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/remoteproc/
Dti,omap-remoteproc.yaml229 reusable;
262 reusable;
299 reusable;

12345678910