Home
last modified time | relevance | path

Searched refs:reused (Results 1 – 25 of 59) sorted by relevance

123

/linux/drivers/firewire/
H A Dcore-device.c1118 struct fw_device *reused = fw_device(found); in fw_device_init() local
1120 if (atomic_cmpxchg(&reused->state, in fw_device_init()
1126 struct fw_node *obsolete_node = reused->node; in fw_device_init()
1130 reused->node = current_node; in fw_device_init()
1131 fw_node_set_device(reused->node, reused); in fw_device_init()
1133 reused->max_speed = device->max_speed; in fw_device_init()
1134 reused->node_id = current_node->node_id; in fw_device_init()
1136 reused->generation = card->generation; in fw_device_init()
1137 reused->config_rom_retries = 0; in fw_device_init()
1141 reused->workfn = fw_device_update; in fw_device_init()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dcrypto.c484 int i, freed, reused, avail_next; in mlx5_crypto_dek_bulk_reset_synced() local
491 reused = hweight_long((*need_sync) ^ (*in_use)); in mlx5_crypto_dek_bulk_reset_synced()
492 if (!reused) in mlx5_crypto_dek_bulk_reset_synced()
495 bulk->avail_deks += reused; in mlx5_crypto_dek_bulk_reset_synced()
496 pool->avail_deks += reused; in mlx5_crypto_dek_bulk_reset_synced()
505 freed -= reused; in mlx5_crypto_dek_bulk_reset_synced()
/linux/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c160 bool reused = false; in dbell_index_table_add() local
166 reused = true; in dbell_index_table_add()
174 if (!reused) { in dbell_index_table_add()
/linux/tools/perf/
H A DCREDITS1 Most of the infrastructure that 'perf' uses here has been reused
/linux/Documentation/infiniband/
H A Dtag_matching.rst33 notifying that the buffer can be reused.
39 A fin message needs to be received in order for the buffer to be reused.
/linux/tools/perf/Documentation/
H A Dexamples.txt74 Total 1148 (delta 690), reused 1148 (delta 690)
128 Total 1148 (delta 690), reused 1148 (delta 690)
/linux/Documentation/userspace-api/media/v4l/
H A Duserp.rst69 the application's free list and subsequently reused for other purposes,
78 buffers it must wait until an empty buffer can be dequeued and reused.
H A Ddmabuf.rst134 buffers it must wait until an empty buffer can be dequeued and reused.
/linux/Documentation/driver-api/
H A Dvfio-pci-device-specific-driver-acceptance.rst14 vfio-pci-core as a library that may be reused to implement features
H A Dvme.rst157 executed, reused and destroyed.
165 automatically destroy the list, thus enabling a list to be reused for repetitive
/linux/Documentation/ABI/testing/
H A Dsysfs-memory-page-offline11 on the bad page list and never be reused.
/linux/Documentation/arch/riscv/
H A Dboot-image-header.rst31 - This header is also reused to support EFI stub for RISC-V. EFI specification
/linux/Documentation/bpf/
H A Dgraph_ds_impl.rst112 the object is no longer valid. The underlying memory may have been reused for
188 ``free``'d, and reused via bpf_obj_new would point to an entirely different thing.
199 dropped-and-reused.
H A Dmap_cgroup_storage.rst146 the old storage is reused for the new attachment. If the map is attach type
/linux/Documentation/sound/hd-audio/
H A Ddp-mst.rst34 DP MST reuses connection list code. The code can be reused because
/linux/Documentation/tee/
H A Dts-tee.rst27 then be reused to communicate with multiple applications running on the Trusted
/linux/tools/testing/selftests/net/forwarding/
H A DREADME53 o Where possible, tests shall be written so that they can be reused by
/linux/Documentation/filesystems/
H A Djournalling.rst101 haven't reused any of the freed blocks until the transaction freeing
102 these blocks commits. If you reused these blocks and crash happens,
/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp42x-goramo-multilink.dts49 * - Support cascading in the style of gpio-74x164.c (cannot be reused, very different)
/linux/arch/arm64/boot/dts/freescale/
H A Dimx91-phyboard-segin.dts7 * phyBOARD-Segin carrier board is reused for the i.MX91 design.
H A Dimx93-phyboard-segin.dts8 * phyBOARD-Segin carrier board is reused for the i.MX93 design.
/linux/Documentation/RCU/
H A Drculist_nulls.rst124 But thanks to SLAB_TYPESAFE_BY_RCU, beware a deleted object can be reused
/linux/Documentation/power/regulator/
H A Doverview.rst148 limit. This also compiles out if not in use so drivers can be reused in
/linux/Documentation/mm/
H A Dvmalloced-kernel-stacks.rst94 - Allocated stacks are cached and later reused by new threads, so memcg
H A Dhwpoison.rst120 a page can be reused again. This only works for Linux

123