Searched refs:used (Results 351 - 375 of 637) sorted by relevance

<<11121314151617181920>>

/linux-master/net/tls/
H A Dtls_sw.c1448 * async | Async decrypt allowed | Async crypto used / in progress
2259 int err, used; local
2313 used = read_actor(desc, skb, rxm->offset, rxm->full_len);
2314 if (used <= 0) {
2316 err = used;
2319 copied += used;
2320 if (used < rxm->full_len) {
2321 rxm->offset += used;
2322 rxm->full_len -= used;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_ttm_vram_mgr.c472 u64 *used, u64 *used_visible)
477 *used = mgr->mm.size - mgr->mm.avail;
471 xe_ttm_vram_get_used(struct ttm_resource_manager *man, u64 *used, u64 *used_visible) argument
H A Dxe_query.c66 * reference clock id to be used for timestamps.
267 * in the placement mask used at xe_gem_create_ioctl() for the
274 mem_regions->mem_regions[0].used = ttm_resource_manager_usage(man);
293 [mem_regions->num_mem_regions].used,
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.c782 * Figure out how many blocks to reserve and how many are used by this btree.
789 xfs_extlen_t *used)
805 *used += tree_len;
785 xfs_finobt_calc_reserves( struct xfs_perag *pag, struct xfs_trans *tp, xfs_extlen_t *ask, xfs_extlen_t *used) argument
/linux-master/tools/perf/util/
H A Dstat.c331 * instance to mark a package as used (skip=1). Otherwise
334 * would mark the package as used after the first CPU and would
346 * We use hashmap(socket, die) to check the used socket+die pair.
635 aggr->used = true;
653 if (aggr->used)
/linux-master/drivers/net/caif/
H A Dcaif_virtio.c33 /* Defaults used if virtio config space is unavailable */
45 * We use this to put descriptor back on the used ring. USHRT_MAX is
46 * used to indicate invalid head-id.
55 * @rx_napi_resched: Number of calls where the full quota was used (RX)
84 * @napi: Napi context used in cfv_rx_poll()
85 * @ctx: Context data used in cfv_rx_poll()
95 * @genpool: Gen Pool used for allocating TX buffers
158 * a TX msg we just sent, and the buffer is put back to the used ring.
171 /* Get used buffer from used rin
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtrace_tid.h38 "used %u cnt %u"
639 u8 map, u8 used, u8 cnt),
640 TP_ARGS(qp, msg, index, base, map, used, cnt),
648 __field(u8, used)
658 __entry->used = used;
669 __entry->used,
677 u8 map, u8 used, u8 cnt),
678 TP_ARGS(qp, msg, index, base, map, used, cnt)
/linux-master/drivers/md/bcache/
H A Dalloc.c31 * smaller freelist, and buckets on that list are always ready to be used.
182 ca->heap.used = 0;
196 for (i = ca->heap.used / 2 - 1; i >= 0; --i)
538 * failing that we look for a bucket that was last used by the same task.
657 * last used for:
/linux-master/scripts/
H A Dmarkup_oops.pl361 -c, --cross-compile CROSS_COMPILE Specify the prefix used for toolchain.
/linux-master/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.c777 * and 100% for Tx. The weight is used to split cpdma resources
1057 /* Relaxed IO accessors can be used here as there is read barrier
1279 int used = 0, ret = 0; local
1284 while (used < quota) {
1288 used++;
1290 return used;
/linux-master/scripts/dtc/
H A Ddtx_diff63 workaround can be used:
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dmt7601u.h94 unsigned int used; member in struct:mt7601u_tx_queue
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dusdt.c22 #define SEC(name) __attribute__((section(name), used))
237 * 256 specs to be used, so if we don't return free spec IDs back
/linux-master/drivers/accel/habanalabs/common/pci/
H A Dpci.c359 if (!region->used)
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.c54 * @view_id: User-space per context view id. Currently used also as per
100 * This generic struct is used by the code to change @view_id and @sid of a
157 * Create a hardware view. Typically used if that view has previously been
201 * Destroy a hardware view. Typically used on unexpected termination of the
254 * @user_key: The user-space id used for the view.
267 * @user_key: The user-space id used for the view.
304 * @user_key: The key that is used to identify the shader. The key is
386 * @user_key: The key that is used to identify the view. The key is
535 static void vmw_so_build_asserts(void) __attribute__((used));
539 * This function is unused at run-time, and only used t
[all...]
/linux-master/include/uapi/sound/
H A Dasequencer.h556 int used; /* queue is used with this client member in struct:snd_seq_queue_client
/linux-master/arch/xtensa/kernel/
H A Dsetup.c87 __section(".taglist") __attribute__((used)) = { tag, fn }
397 * Way 4 is not currently used by linux.
/linux-master/security/selinux/include/
H A Dsecurity.h234 u8 used; member in struct:extended_perms_decision
243 struct extended_perms_data drivers; /* flag drivers that are used */
/linux-master/drivers/net/vxlan/
H A Dvxlan_private.h32 unsigned long used; member in struct:vxlan_fdb
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c609 if (priv->cls_rules[i].used)
622 /* array of indexes of used entries */
625 if (!priv->cls_rules[i].used)
659 priv->cls_rules[rxnfc->fs.location].used = 1;
668 priv->cls_rules[rxnfc->fs.location].used = 0;
/linux-master/drivers/platform/surface/aggregator/
H A Dssh_packet_layer.c119 * Flags are used to indicate the state and progression of a packet. Some flags
131 * to be executed. This flag is used to ensure that the packet completion
623 * @flags: Flags used for allocation.
629 * separately. Intended to be used with %ssh_ptl_ctrl_packet_ops as packet
1305 * function should not be used for re-submission.
1609 * packets in unsequenced communication, they have only ever been used
1892 size_t used; local
1897 used = kfifo_in(&ptl->rx.fifo, buf, n);
1898 if (used)
1901 return used;
[all...]
/linux-master/drivers/platform/mellanox/
H A Dmlxbf-tmfifo.c134 * @tx_buf: tx buffer used to buffer data before writing into the FIFO
357 vr_idx = virtio16_to_cpu(vdev, vr->used->idx);
359 vr->used->ring[idx].id = cpu_to_virtio32(vdev, desc - vr->desc);
360 vr->used->ring[idx].len = cpu_to_virtio32(vdev, len);
368 vr->used->idx = cpu_to_virtio16(vdev, vr_idx + 1);
1290 /* Set TmFifo thresolds which is used to trigger interrupts. */
/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_direct_packet_access.c733 static __naked __noinline __attribute__((used))
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm285 // ttmp[2:5] and ttmp12 can be used (others hold SPI-initialized debug data)
549 // Not used on Sienna_Cichlid but keep layout same for debugger.
572 // Save SGPR before LDS save, then the s0 to s4 can be used during LDS save...
651 s_cbranch_scc0 L_SAVE_LDS_DONE //no lds used? jump to L_SAVE_DONE
653 s_barrier //LDS is used? wait for other waves in the same TG
876 s_cbranch_scc0 L_SAVE_VGPR_END //no shared_vgpr used? jump to L_SAVE_LDS
939 s_cbranch_scc0 L_RESTORE_VGPR //no lds used? jump to L_RESTORE_VGPR
1072 s_cbranch_scc0 L_RESTORE_V0 //no shared_vgpr used?
/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_hw.h144 * @ref_bufs_used: Bitfield of used reference buffers
278 bool used; member in struct:hantro_av1_frame_ref
362 * @init: If needed, can be used for initialization.
364 * @exit: If needed, can be used to undo the .init phase.

Completed in 235 milliseconds

<<11121314151617181920>>