Searched refs:oa (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/net/sunrpc/auth_gss/ |
A D | gss_rpc_xdr.c | 120 const struct gssx_option_array *oa) in dummy_enc_opt_array() argument 124 if (oa->count != 0) in dummy_enc_opt_array() 136 struct gssx_option_array *oa) in dummy_dec_opt_array() argument 151 oa->count = 0; in dummy_dec_opt_array() 152 oa->data = NULL; in dummy_dec_opt_array() 230 struct gssx_option_array *oa) in gssx_dec_option_array() argument 245 oa->count = 1; in gssx_dec_option_array() 248 if (!oa->data) in gssx_dec_option_array() 253 kfree(oa->data); in gssx_dec_option_array() 257 oa->data[0].option.data = CREDS_VALUE; in gssx_dec_option_array() [all …]
|
/linux-6.3-rc2/fs/ntfs3/ |
A D | fslog.c | 3047 oa = oe->ptr; in do_action() 4692 if (!oa) { in log_replay() 4712 kfree(oa); in log_replay() 4717 oa->run1 = &oa->run0; in log_replay() 4769 oa->run1 = &oa->run0; in log_replay() 4776 oe->ptr = oa; in log_replay() 4796 if (!oa) in log_replay() 4903 if (!oa) { in log_replay() 5171 if (!oa) in log_replay() 5176 if (oa->ni) in log_replay() [all …]
|
/linux-6.3-rc2/drivers/hwtracing/intel_th/ |
A D | gth.c | 327 struct output_attribute *oa = in output_attr_show() local 329 struct gth_device *gth = oa->gth; in output_attr_show() 336 gth_output_parm_get(gth, oa->port, oa->parm)); in output_attr_show() 348 struct output_attribute *oa = in output_attr_store() local 350 struct gth_device *gth = oa->gth; in output_attr_store() 359 gth_output_parm_set(gth, oa->port, oa->parm, config); in output_attr_store()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_job.c | 142 struct amdgpu_bo *gws, struct amdgpu_bo *oa) in amdgpu_job_set_resources() argument 152 if (oa) { in amdgpu_job_set_resources() 153 job->oa_base = amdgpu_bo_gpu_offset(oa) >> PAGE_SHIFT; in amdgpu_job_set_resources() 154 job->oa_size = amdgpu_bo_size(oa) >> PAGE_SHIFT; in amdgpu_job_set_resources()
|
A D | amdgpu_gds.h | 41 uint32_t oa; member
|
A D | amdgpu_job.h | 90 struct amdgpu_bo *gws, struct amdgpu_bo *oa);
|
A D | gfx_v7_0.c | 1851 WREG32(amdgpu_gds_reg_offset[i].oa, 0); in gfx_v7_0_init_compute_vmid() 1869 WREG32(amdgpu_gds_reg_offset[vmid].oa, 0); in gfx_v7_0_init_gds_vmid() 4072 amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].oa); in gfx_v7_0_ring_emit_gds_switch()
|
A D | gfx_v8_0.c | 3695 WREG32(amdgpu_gds_reg_offset[i].oa, 0); in gfx_v8_0_init_compute_vmid() 3713 WREG32(amdgpu_gds_reg_offset[vmid].oa, 0); in gfx_v8_0_init_gds_vmid() 5189 amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].oa); in gfx_v8_0_ring_emit_gds_switch()
|
/linux-6.3-rc2/fs/xfs/libxfs/ |
A D | xfs_rmap.c | 2645 __u64 oa; in xfs_rmap_compare() local 2648 oa = xfs_rmap_irec_offset_pack(a); in xfs_rmap_compare() 2659 else if (oa < ob) in xfs_rmap_compare() 2661 else if (oa > ob) in xfs_rmap_compare()
|
/linux-6.3-rc2/drivers/iommu/intel/ |
A D | iommu.h | 892 int ecmd_submit_sync(struct intel_iommu *iommu, u8 ecmd, u64 oa, u64 ob);
|
A D | iommu.c | 5061 int ecmd_submit_sync(struct intel_iommu *iommu, u8 ecmd, u64 oa, u64 ob) in ecmd_submit_sync() argument 5086 dmar_writeq(iommu->reg + DMAR_ECMD_REG, ecmd | (oa << DMA_ECMD_OA_SHIFT)); in ecmd_submit_sync()
|
Completed in 48 milliseconds