/linux/drivers/scsi/bfa/ |
H A D | bfi_ms.h | 691 * 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 D | netevent.c | 25 * 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 D | crypto.c | 484 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/testing/selftests/mm/ |
H A D | soft-dirty.c | 69 // Dirty bit is set for new regions even if they are reused in test_vma_reuse() 72 "Test %s dirty bit of reused address page\n", __func__); in test_vma_reuse() 74 ksft_test_result_skip("Test %s dirty bit of reused address page\n", __func__); in test_vma_reuse()
|
/linux/tools/arch/loongarch/include/asm/ |
H A D | inst.h | 129 LOONGARCH_GPR_A0 = 4, /* Reused as V0 for return value */ 130 LOONGARCH_GPR_A1, /* Reused as V1 for return value */
|
/linux/Documentation/infiniband/ |
H A D | tag_matching.rst | 33 notifying that the buffer can be reused. 39 A fin message needs to be received in order for the buffer to be reused.
|
/linux/Documentation/bpf/ |
H A D | graph_ds_impl.rst | 112 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/fs/btrfs/ |
H A D | block-group.h | 204 * 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/userspace-api/media/v4l/ |
H A D | userp.rst | 69 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/tools/perf/ |
H A D | CREDITS | 1 Most of the infrastructure that 'perf' uses here has been reused
|
/linux/include/linux/ |
H A D | kasan.h | 299 * Before the poisoned allocation can be reused, it must be unpoisoned via 302 * Return: true if the allocation can be safely reused; false otherwise. 350 * Before the poisoned allocation can be reused, it must be unpoisoned via 357 * Return: true if the allocation can be safely reused; false otherwise.
|
H A D | scs.h | 38 * is reused. in scs_task_reset()
|
/linux/include/uapi/linux/netfilter_bridge/ |
H A D | ebt_mark_t.h | 5 /* The target member is reused for adding new actions, the
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/ |
H A D | struct.h | 15 * existing macros are being reused.
|
/linux/drivers/misc/vmw_vmci/ |
H A D | vmci_doorbell.c | 160 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/drivers/staging/octeon/ |
H A D | ethernet-defines.h | 17 * may be somewhat dangerous. Checks are made, but if any buffer is reused
|
/linux/arch/loongarch/include/asm/ |
H A D | regdef.h | 12 #define a0 $r4 /* argument registers, a0/a1 reused as v0/v1 for return value */
|
H A D | fpregdef.h | 10 #define fa0 $f0 /* argument registers, fa0/fa1 reused as fv0/fv1 for return value */
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-memory-page-offline | 11 on the bad page list and never be reused.
|
/linux/tools/perf/Documentation/ |
H A D | examples.txt | 74 Total 1148 (delta 690), reused 1148 (delta 690) 128 Total 1148 (delta 690), reused 1148 (delta 690)
|
/linux/Documentation/filesystems/ |
H A D | journalling.rst | 101 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/Documentation/driver-api/ |
H A D | vfio-pci-device-specific-driver-acceptance.rst | 14 vfio-pci-core as a library that may be reused to implement features
|
/linux/drivers/media/platform/samsung/s5p-g2d/ |
H A D | g2d.h | 44 /* Variables that can calculated once and reused */
|
/linux/Documentation/devicetree/bindings/memory-controllers/ddr/ |
H A D | jedec,lpddr-props.yaml | 12 reused for each type. Nodes using this schema should generally be nested under
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | pinning.c | 98 /* check that same map ID was reused for second load */ in test_pinning() 177 * reused in test_pinning()
|