Searched full:reusable (Results 1 – 25 of 229) sorted by relevance
12345678910
| /kernel/linux/linux-6.6/fs/ |
| D | mbcache.c | 68 * @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/ |
| D | mbcache.c | 68 * @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/ |
| D | am572x-idk-common.dtsi | 25 reusable; 32 reusable; 39 reusable; 46 reusable;
|
| D | dra72-evm.dts | 23 reusable; 30 reusable; 37 reusable;
|
| D | dra72-evm-revc.dts | 25 reusable; 32 reusable; 39 reusable;
|
| D | am571x-idk.dts | 32 reusable; 39 reusable; 46 reusable;
|
| D | dra71-evm.dts | 28 reusable; 35 reusable; 42 reusable;
|
| D | omap5-uevm.dts | 26 reusable; 33 reusable;
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/ti/omap/ |
| D | am572x-idk-common.dtsi | 25 reusable; 32 reusable; 39 reusable; 46 reusable;
|
| D | dra72-evm.dts | 23 reusable; 30 reusable; 37 reusable;
|
| D | dra72-evm-revc.dts | 25 reusable; 32 reusable; 39 reusable;
|
| D | am571x-idk.dts | 32 reusable; 39 reusable; 46 reusable;
|
| D | dra71-evm.dts | 28 reusable; 35 reusable; 42 reusable;
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/reserved-memory/ |
| D | shared-dma-pool.yaml | 30 When using this, the no-map and reusable properties must not 67 reusable: false 81 reusable;
|
| D | reserved-memory.yaml | 87 reusable: 104 - reusable 108 - reusable
|
| /kernel/linux/linux-6.6/kernel/printk/ |
| D | printk_ringbuffer.c | 59 * 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 …]
|
| D | printk_ringbuffer.h | 147 * 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/ |
| D | printk_ringbuffer.c | 59 * 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 …]
|
| D | printk_ringbuffer.h | 146 * 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/ |
| D | reserved-memory.txt | 60 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/ |
| D | of_reserved_mem.c | 172 && 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/ |
| D | virt-dma.c | 40 * 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/ |
| D | virt-dma.c | 40 * 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/ |
| D | ti,omap-remoteproc.yaml | 236 reusable; 269 reusable; 306 reusable;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/remoteproc/ |
| D | ti,omap-remoteproc.yaml | 229 reusable; 262 reusable; 299 reusable;
|
12345678910