Home
last modified time | relevance | path

Searched full:reused (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/linux/drivers/scsi/bfa/
H A Dbfi_ms.h691 * io-tag can be reused.
694 * - io-tag can be reused.
698 * - io-tag cannot be reused yet.
702 * - io-tag cannot be reused yet.
706 * - io-tag cannot be reused yet.
726 * - io-tag can be reused.
733 * - io-tag can be reused.
737 * - io-tag can be reused.
747 * - io-tag can be reused.
751 * - io-tag can be reused
[all...]
/linux/net/core/
H A Dnetevent.c25 * not be reused until it has been unregistered. A negative errno code
40 * kernel structures and may then be reused. A negative errno code
/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()
509 /* Return true if the bulk is reused, false if destroyed with delay */
/linux/tools/arch/loongarch/include/asm/
H A Dinst.h117 LOONGARCH_GPR_A0 = 4, /* Reused as V0 for return value */
118 LOONGARCH_GPR_A1, /* Reused as V1 for return value */
/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/fs/btrfs/
H A Dblock-group.h204 * device extents can not be reused for future block group allocations
206 * reused while some task is still using the block group after it was
207 * deleted - we want to make sure they can only be reused for new block
/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.
/linux/tools/perf/
H A DCREDITS1 Most of the infrastructure that 'perf' uses here has been reused
/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.
/linux/include/linux/
H A Drefcount.h92 * object might be reused to store another object. This is important for the
143 * reused to store another object -- consider SLAB_TYPESAFE_BY_RCU.
262 * reused to store another object -- consider SLAB_TYPESAFE_BY_RCU.
351 * reused to store another object -- consider SLAB_TYPESAFE_BY_RCU.
/linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/
H A Dstruct.h15 * existing macros are being reused.
/linux/include/uapi/linux/netfilter_bridge/
H A Debt_mark_t.h5 /* The target member is reused for adding new actions, the
/linux/drivers/net/ethernet/netronome/nfp/nfd3/
H A Dxsk.c278 u32 done_pkts = 0, done_bytes = 0, reused = 0; in nfp_nfd3_xsk_complete() local
315 reused++; in nfp_nfd3_xsk_complete()
324 xsk_tx_completed(r_vec->xsk_pool, done_pkts - reused); in nfp_nfd3_xsk_complete()
/linux/drivers/staging/octeon/
H A Dethernet-defines.h17 * may be somewhat dangerous. Checks are made, but if any buffer is reused
/linux/arch/loongarch/include/asm/
H A Dregdef.h12 #define a0 $r4 /* argument registers, a0/a1 reused as v0/v1 for return value */
H A Dfpregdef.h10 #define fa0 $f0 /* argument registers, fa0/fa1 reused as fv0/fv1 for return value */
/linux/Documentation/ABI/testing/
H A Dsysfs-memory-page-offline11 on the bad page list and never be reused.
/linux/Documentation/devicetree/bindings/clock/
H A Dnuvoton,npcm750-clk.yaml27 and can be reused as DT sources.
/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/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
/linux/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d.h44 /* Variables that can calculated once and reused */
/linux/Documentation/devicetree/bindings/memory-controllers/ddr/
H A Djedec,lpddr-props.yaml12 reused for each type. Nodes using this schema should generally be nested under
/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/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/drivers/staging/media/atomisp/pci/
H A Dsh_css_struct.h29 * be no more than MAX_SP_THREADS of them because pipe_num is reused as SP

12345678910>>...19