Searched refs:used (Results 26 - 50 of 636) sorted by last modified time

1234567891011>>

/linux-master/drivers/gpu/drm/xe/
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,
H A Dxe_mocs.c36 u16 used; member in struct:xe_mocs_entry
114 .used = 1, \
131 * the hardware. They should be initialized according to bspec and never used.
139 * reserved entries should never be used. They may be changed to low performant
465 if (index < info->size && info->table[index].used)
505 * Get l3cc_value from MOCS entry taking into account when it's not used
512 if (index < info->size && info->table[index].used)
H A Dxe_guc_types.h45 /** @used: number of IDs currently in use */
46 unsigned int used; member in struct:xe_guc_id_mgr
102 /** @relay: GuC Relay Communication used in SR-IOV */
H A Dxe_guc_id_mgr.c58 idm->used = 0;
82 idm_assert(idm, !idm->used);
133 * For IDs reservations (used on PF for VFs) we want to make
136 if (idm->used + count + retain > idm->total)
144 * For regular IDs reservations (used by submission code)
153 idm->used += count;
162 idm_assert(idm, count <= idm->used);
174 idm->used -= count;
259 drm_printf_indent(p, indent, "used %u\n", idm->used);
[all...]
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_guc_id_mgr_test.c65 KUNIT_EXPECT_EQ(test, idm->used, n);
67 KUNIT_EXPECT_EQ(test, idm->used, n + 1);
69 KUNIT_EXPECT_EQ(test, idm->used, idm->total);
70 idm_release_chunk_locked(idm, 0, idm->used);
71 KUNIT_EXPECT_EQ(test, idm->used, 0);
93 KUNIT_EXPECT_EQ(test, idm->used, idm->total);
95 KUNIT_EXPECT_EQ(test, idm->used, 0);
111 KUNIT_EXPECT_EQ(test, idm->used, idm->total);
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_drv.h169 /* Spinlock used to synchronize the job_list and seqno
186 /* The memory used for storing binner tile alloc, tile state,
196 * used.
200 /* Bitmask of the current bin_alloc used for overflow memory. */
277 * is used by the GPU or the display engine we can't purge it).
327 /* Memory manager for the LBM memory used by HVS scaling. */
390 u32 dlist_count; /* Number of used dwords in the display list. */
680 /* List of other BOs used in the job that need to be released
806 * This will be used at draw time to relocate the reference to the texture
823 * needs to be used fro
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon.h684 DECLARE_BITMAP(used, RADEON_MAX_DOORBELLS);
1161 * Bandwidth need is used to determine minimun clock of the GPU and memory.
1195 /* not used for dpm */
1915 /* method used for bo copy */
1921 /* ring used for bo copies */
2563 * They used to be inlined, but this increases code size by ~65 kbytes.
2895 * r600 functions used by radeon_encoder.c
2918 * evergreen functions used by radeon_encoder.c
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c83 if (!tile->used &&
85 tile->used = true;
102 tile->used = false;
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ads.c23 * The Additional Data Struct (ADS) has pointers for different buffers used by
235 /* Table must be set to invalid values for entries not used */
443 u32 used = temp_set.storage_used; local
449 guc->ads_regset_count[id] = temp_set.storage_used - used;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_mocs.c19 u16 used; member in struct:drm_i915_mocs_entry
27 u8 wb_index; /* Only used on HAS_L3_CCS_READ() platforms */
90 .used = 1, \
113 * should be initialized according to bspec and never used, for older
124 * be used, they may be changed to low performant variants with better
144 * - used by the L3 for all of its evictions.
147 * - used to force L3 uncachable cycles.
155 /* NOTE: the LE_TGT_CACHE is not used on Broxton */
266 * These reserved entries should never be used, they may be changed
537 * Get control_value from MOCS entry taking into account when it's not used
[all...]
H A Dgen8_ppgtt.c249 GTT_TRACE("%s(%p):{ lvl:%d, start:%llx, end:%llx, idx:%d, len:%d, used:%d }\n",
257 if (atomic_fetch_inc(&pt->used) >> gen8_pd_shift(1) &&
277 GTT_TRACE("%s(%p):{ lvl:%d, start:%llx, end:%llx, idx:%d, len:%d, used:%d } removing pte\n",
280 atomic_read(&pt->used));
281 GEM_BUG_ON(!count || count >= atomic_read(&pt->used));
296 atomic_sub(count, &pt->used);
332 GTT_TRACE("%s(%p):{ lvl:%d, start:%llx, end:%llx, idx:%d, len:%d, used:%d }\n",
356 atomic_set(&pt->used, 0);
364 atomic_inc(&pt->used);
371 atomic_dec(&pt->used);
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_device.c154 * The file pcie_replay_count is used for this and returns the total
1465 memset(&adev->wb.used, 0, sizeof(adev->wb.used));
1488 offset = find_first_zero_bit(adev->wb.used, adev->wb.num_wb);
1490 __set_bit(offset, adev->wb.used);
1515 __clear_bit(wb, adev->wb.used);
1665 /* bios scratch used on CIK+ */
1740 * Returns true if it should be used or false if not.
1914 * the associated values used by the driver (all asics).
3626 * function is also used fo
[all...]
H A Damdgpu.h504 unsigned long used[DIV_ROUND_UP(AMDGPU_MAX_WB, BITS_PER_LONG)]; member in struct:amdgpu_wb
683 /* Define the HW IP blocks will be used in driver , add more if necessary */
1489 * functions used by amdgpu_encoder.c
/linux-master/arch/mips/mm/
H A Dinit.c60 * Not static inline because used by IP27 special magic initialization code
323 unsigned num_maars, used, i; local
327 unsigned used; member in struct:__anon20
342 if (recorded.used) {
343 used = maar_config(recorded.cfgs, recorded.used, num_maars / 2);
344 BUG_ON(used != recorded.used);
347 used = platform_maar_init(num_maars / 2);
351 for (i = (used *
[all...]
/linux-master/arch/arm/kernel/
H A Dasm-offsets.c162 DEFINE(MPU_RNG_INFO_USED, offsetof(struct mpu_rgn_info, used));
/linux-master/tools/testing/selftests/net/
H A Dsample_ret0.bpf.c3 #define SEC(name) __attribute__((section(name), used))
/linux-master/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py5 # can be used for some diagnostic purpose as well.
483 # If no reason is provided, the implicit drop is used (i.e no
484 # action). If some reason is given, an explicit action is used.
1485 Message class that will be used to communicate with the kernel module.
1842 used = self.get_attr("OVS_FLOW_ATTR_USED")
1843 print_str += " used:"
1844 if used is None:
1847 used_time = int(used)
/linux-master/tools/testing/selftests/
H A Dlib.mk74 # TEST_CUSTOM_PROGS should be used by tests that require
/linux-master/tools/testing/selftests/drivers/net/hw/
H A Dhw_stats_l3.sh327 used=$(ip -j stats show dev $rp1.200 group offload subgroup hw_stats_info |
328 jq '.[].info.l3_stats.used')
329 [[ $used = true ]]
330 check_err $? "hw_stats_info.used=$used"
/linux-master/tools/lib/bpf/
H A Dbpf_helpers.h33 #define SEC(name) __attribute__((section(name), used))
40 __attribute__((section(name), used)) \
66 * commonly-used macros like NULL and KERNEL_VERSION aren't available through
125 * of the program code are never used and hence eliminated by the compiler.
127 * For example, consider a switch statement that covers known cases used by
330 * that can be used pretty naturally. E.g., for some hypothetical cgroup
362 /* for bpf_iter_##type##_destroy() when used from cleanup() attribute */ \
373 * to range [start, end), so this can be used for accessing arrays without
391 /* for bpf_iter_num_destroy() when used from cleanup() attribute */ \
416 /* for bpf_iter_num_destroy() when used fro
[all...]
/linux-master/security/selinux/ss/
H A Dservices.c258 * xcontext is a special beast... It is used by the validatetrans rules
962 xpermd->used |= XPERMS_ALLOWED;
973 xpermd->used |= XPERMS_AUDITALLOW;
984 xpermd->used |= XPERMS_DONTAUDIT;
1017 xpermd->used = 0;
1615 * The default SID is passed to the MLS layer to be used to allow
2355 * operation, this helper must be used to do that safely.
3810 * allow the @secattr to be used by NetLabel to cache the secattr to SID
3981 * be used for returning data to user space.
/linux-master/scripts/
H A Dsphinx-pre-install889 printf " warning when the same name is used for more than one type (functions,\n";
1020 # methods are used here.
H A Dkernel-doc63 # match expressions used to find embedded type information
157 my $show_not_found = 0; # No longer used
727 # This could use some work; it's used to output the DOC: sections, and
760 # Regexes used only here.
2509 To be used with -export or -internal.
/linux-master/rust/
H A DMakefile79 # can be used to specify a custom logo. However:
80 # - The given value is used as-is, thus it cannot be relative or a local file
282 -fzero-call-used-regs=% -fno-stack-clash-protection \
385 # Procedural macros can only be used with the `rustc` that compiled it.
/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;

Completed in 277 milliseconds

1234567891011>>