Home
last modified time | relevance | path

Searched refs:used (Results 1176 - 1200 of 2016) sorted by relevance

1...<<41424344454647484950>>...81

/kernel/linux/linux-6.6/net/mac80211/
H A Diface.c1107 * Note that we never change this, so if link ID 0 isn't used in an in ieee80211_sdata_init()
1978 bool used = false; in ieee80211_assign_perm_addr() local
1983 used = true; in ieee80211_assign_perm_addr()
1988 if (!used) { in ieee80211_assign_perm_addr()
2030 bool used = false; in ieee80211_assign_perm_addr() local
2043 used = true; in ieee80211_assign_perm_addr()
2048 if (!used) { in ieee80211_assign_perm_addr()
/kernel/linux/linux-5.10/drivers/atm/
H A Didt77252.c653 atomic_set(&scq->used, 0); in alloc_scq()
712 atomic_inc(&scq->used); in push_on_scq()
713 entries = atomic_read(&scq->used); in push_on_scq()
715 atomic_dec(&scq->used); in push_on_scq()
768 TXPRINTK("%d entries in SCQ used (push).\n", atomic_read(&scq->used)); in push_on_scq()
771 card->name, atomic_read(&scq->used), in push_on_scq()
798 card->name, atomic_read(&scq->used), scq->next); in drain_scq()
817 atomic_dec(&scq->used); in drain_scq()
2547 while (atomic_read(&vc->scq->used) > in idt77252_close()
[all...]
/kernel/linux/linux-6.6/drivers/atm/
H A Didt77252.c653 atomic_set(&scq->used, 0); in alloc_scq()
712 atomic_inc(&scq->used); in push_on_scq()
713 entries = atomic_read(&scq->used); in push_on_scq()
715 atomic_dec(&scq->used); in push_on_scq()
768 TXPRINTK("%d entries in SCQ used (push).\n", atomic_read(&scq->used)); in push_on_scq()
771 card->name, atomic_read(&scq->used), in push_on_scq()
798 card->name, atomic_read(&scq->used), scq->next); in drain_scq()
817 atomic_dec(&scq->used); in drain_scq()
2540 while (atomic_read(&vc->scq->used) > in idt77252_close()
[all...]
/third_party/libdrm/intel/
H A Dintel_bufmgr_gem.c220 * Virtual address of the buffer allocated by user, used for userptr
237 * Boolean of whether this buffer has been used as a relocation
249 * Boolean of whether this buffer can be re-used
1058 * This can be used when one application needs to pass a buffer object
1096 /* Now see if someone has used a prime handle to get this in drm_intel_bo_gem_create_from_name()
1589 * This is used in the implementation of GL_ARB_map_buffer_range: The
1609 * track where the buffer was last used on the CPU side in in drm_intel_gem_bo_map_unsynchronized()
1930 * Sets the object to the GTT read and possibly write domain, used by the X
2299 do_exec2(drm_intel_bo *bo, int used, drm_intel_context *ctx, in do_exec2() argument
2345 execbuf.batch_len = used; in do_exec2()
2408 drm_intel_gem_bo_exec2(drm_intel_bo *bo, int used, drm_clip_rect_t *cliprects, int num_cliprects, int DR4) drm_intel_gem_bo_exec2() argument
2417 drm_intel_gem_bo_mrb_exec2(drm_intel_bo *bo, int used, drm_clip_rect_t *cliprects, int num_cliprects, int DR4, unsigned int flags) drm_intel_gem_bo_mrb_exec2() argument
2426 drm_intel_gem_bo_context_exec(drm_intel_bo *bo, drm_intel_context *ctx, int used, unsigned int flags) drm_intel_gem_bo_context_exec() argument
2433 drm_intel_gem_bo_fence_exec(drm_intel_bo *bo, drm_intel_context *ctx, int used, int in_fence, int *out_fence, unsigned int flags) drm_intel_gem_bo_fence_exec() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc1666 Register UseRegister(Register reg, RegList *used) {
1669 ASSERT((*used & (1 << reg)) == 0);
1670 *used |= (1 << reg);
1674 Register AllocateRegister(RegList *used) {
1675 const RegList free = ~*used;
1679 used);
1688 RegList used = 0;
1689 UseRegister(new_value, &used);
1690 Register base = UseRegister(address.rn(), &used);
1692 UseRegister(address.rm(), &used);
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Dpci_link.c402 * ACPI has no automatic means of knowing what ISA IRQs are used. Note that
412 * List interrupts that should not be used for PCI:
811 static int __init acpi_irq_penalty_update(char *str, int used) in acpi_irq_penalty_update() argument
829 if (used) in acpi_irq_penalty_update()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Ddecbin.S52 | greater than 10^27, a directed rounding scheme is used with
157 dbf %d2,e_gd |if we have used all 3 digits, exit loop
H A Dskeleton.S48 | The following counters are used for standalone testing
435 | used.
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dheader.S275 # Kernel attributes; used by setup. This is part 1 of the
350 # end of setup code can be used by setup
367 # used, there is no longer
480 # has been achieved. The smallest block type encoding is always used.
/kernel/linux/linux-5.10/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 in cfv_release_used_buf()
[all...]
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dskeleton.S48 | The following counters are used for standalone testing
435 | used.
H A Ddecbin.S52 | greater than 10^27, a directed rounding scheme is used with
157 dbf %d2,e_gd |if we have used all 3 digits, exit loop
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dheader.S217 # Kernel attributes; used by setup. This is part 1 of the
292 # end of setup code can be used by setup
309 # used, there is no longer
422 # has been achieved. The smallest block type encoding is always used.
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dalloc.c31 * smaller freelist, and buckets on that list are always ready to be used.
184 ca->heap.used = 0; in invalidate_buckets_lru()
198 for (i = ca->heap.used / 2 - 1; i >= 0; --i) in invalidate_buckets_lru()
546 * failing that we look for a bucket that was last used by the same task.
665 * last used for: in bch_alloc_sectors()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H A Dmetadata.c129 priv->stats[ctx_id].used = jiffies; in nfp_flower_rx_flow_stats()
330 /* Do net allocate a mask-id for pre_tun_rules. These flows are used to in nfp_compile_flow_metadata()
357 priv->stats[stats_cxt].used = jiffies; in nfp_compile_flow_metadata()
/kernel/linux/linux-5.10/include/sound/
H A Dhdaudio.h39 unsigned int used; member
97 /* device/driver type used for matching */
224 /* fields used by ext bus APIs */
247 * ops used for ASoC HDA codec drivers
371 /* factor used to derive STRIPE control value */
668 for ((idx) = 0, (ptr) = (array)->list; (idx) < (array)->used; \
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.c730 * Figure out how many blocks to reserve and how many are used by this btree.
738 xfs_extlen_t *used) in xfs_finobt_calc_reserves()
755 *used += tree_len; in xfs_finobt_calc_reserves()
733 xfs_finobt_calc_reserves( struct xfs_mount *mp, struct xfs_trans *tp, xfs_agnumber_t agno, xfs_extlen_t *ask, xfs_extlen_t *used) xfs_finobt_calc_reserves() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3_common/
H A Dhclge_comm_cmd.c286 int used = (ntu - ntc + ring->desc_num) % ring->desc_num; in hclge_comm_ring_space() local
288 return ring->desc_num - used - 1; in hclge_comm_ring_space()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H A Dmetadata.c132 priv->stats[ctx_id].used = jiffies; in nfp_flower_rx_flow_stats()
342 /* Do not allocate a mask-id for pre_tun_rules. These flows are used to in nfp_compile_flow_metadata()
364 priv->stats[stats_cxt].used = jiffies; in nfp_compile_flow_metadata()
/kernel/linux/linux-6.6/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 in cfv_release_used_buf()
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H A Dpci_link.c398 * ACPI has no automatic means of knowing what ISA IRQs are used. Note that
408 * List interrupts that should not be used for PCI:
787 static int __init acpi_irq_penalty_update(char *str, int used) in acpi_irq_penalty_update() argument
805 if (used) in acpi_irq_penalty_update()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_rmap_btree.c30 * This is a per-ag tree used to track the owner(s) of a given extent. With
686 * Figure out how many blocks to reserve and how many are used by this btree.
694 xfs_extlen_t *used) in xfs_rmapbt_calc_reserves()
724 *used += tree_len; in xfs_rmapbt_calc_reserves()
689 xfs_rmapbt_calc_reserves( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_perag *pag, xfs_extlen_t *ask, xfs_extlen_t *used) xfs_rmapbt_calc_reserves() argument
H A Dxfs_ialloc_btree.c792 * Figure out how many blocks to reserve and how many are used by this btree.
799 xfs_extlen_t *used) in xfs_finobt_calc_reserves()
816 *used += tree_len; in xfs_finobt_calc_reserves()
795 xfs_finobt_calc_reserves( struct xfs_perag *pag, struct xfs_trans *tp, xfs_extlen_t *ask, xfs_extlen_t *used) xfs_finobt_calc_reserves() argument
/kernel/linux/linux-6.6/include/sound/
H A Dhdaudio.h42 unsigned int used; member
101 /* device/driver type used for matching */
228 /* fields used by ext bus APIs */
253 * ops used for ASoC HDA codec drivers
379 /* factor used to derive STRIPE control value */
705 for ((idx) = 0, (ptr) = (array)->list; (idx) < (array)->used; \
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.h177 atomic_t used; member
213 #define px_used(px) (&px_pt(px)->used)
293 /* Flags used when creating page-table objects for this vm */
369 /** PPGTT used for aliasing the PPGTT with the GTT */

Completed in 32 milliseconds

1...<<41424344454647484950>>...81