Home
last modified time | relevance | path

Searched refs:oa (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/net/sunrpc/auth_gss/
Dgss_rpc_xdr.c120 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()
247 oa->data = kmalloc(sizeof(struct gssx_option), GFP_KERNEL); in gssx_dec_option_array()
248 if (!oa->data) in gssx_dec_option_array()
253 kfree(oa->data); in gssx_dec_option_array()
[all …]
/linux-6.1.9/fs/ntfs3/
Dfslog.c3031 struct OpenAttr *oa, *oa2; in do_action() local
3047 oa = oe->ptr; in do_action()
3150 attr = oa->attr; in do_action()
3171 err = ntfs_read_run_nb(sbi, oa->run1, vbo, buffer_le, bytes, in do_action()
3687 attr = oa->attr; in do_action()
3688 err = ntfs_sb_write_run(sbi, oa->run1, vbo, buffer_le, bytes, 0); in do_action()
3731 struct OpenAttr *oa; in log_replay() local
4693 oa = kzalloc(sizeof(struct OpenAttr), GFP_NOFS); in log_replay()
4694 if (!oa) { in log_replay()
4706 if (oa->ni) { in log_replay()
[all …]
/linux-6.1.9/drivers/hwtracing/intel_th/
Dgth.c327 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.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_job.c135 struct amdgpu_bo *gws, struct amdgpu_bo *oa) in amdgpu_job_set_resources() argument
145 if (oa) { in amdgpu_job_set_resources()
146 job->oa_base = amdgpu_bo_gpu_offset(oa) >> PAGE_SHIFT; in amdgpu_job_set_resources()
147 job->oa_size = amdgpu_bo_size(oa) >> PAGE_SHIFT; in amdgpu_job_set_resources()
Damdgpu_gds.h41 uint32_t oa; member
Damdgpu_job.h86 struct amdgpu_bo *gws, struct amdgpu_bo *oa);
Dgfx_v7_0.c1885 WREG32(amdgpu_gds_reg_offset[i].oa, 0); in gfx_v7_0_init_compute_vmid()
1903 WREG32(amdgpu_gds_reg_offset[vmid].oa, 0); in gfx_v7_0_init_gds_vmid()
4105 amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].oa); in gfx_v7_0_ring_emit_gds_switch()
Dgfx_v8_0.c3722 WREG32(amdgpu_gds_reg_offset[i].oa, 0); in gfx_v8_0_init_compute_vmid()
3740 WREG32(amdgpu_gds_reg_offset[vmid].oa, 0); in gfx_v8_0_init_gds_vmid()
5214 amdgpu_ring_write(ring, amdgpu_gds_reg_offset[vmid].oa); in gfx_v8_0_ring_emit_gds_switch()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_rmap.c2647 __u64 oa; in xfs_rmap_compare() local
2650 oa = xfs_rmap_irec_offset_pack(a); in xfs_rmap_compare()
2661 else if (oa < ob) in xfs_rmap_compare()
2663 else if (oa > ob) in xfs_rmap_compare()