Home
last modified time | relevance | path

Searched defs:resv (Results 1 – 25 of 104) sorted by relevance

12345

/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dreservations.c42 struct ocfs2_alloc_reservation *resv) in ocfs2_resv_window_bits()
56 static inline unsigned int ocfs2_resv_end(struct ocfs2_alloc_reservation *resv) in ocfs2_resv_end()
63 static inline int ocfs2_resv_empty(struct ocfs2_alloc_reservation *resv) in ocfs2_resv_empty()
79 struct ocfs2_alloc_reservation *resv; in ocfs2_dump_resv() local
114 struct ocfs2_alloc_reservation *resv) in ocfs2_validate_resmap_bits()
138 struct ocfs2_alloc_reservation *resv; in ocfs2_check_resmap() local
189 void ocfs2_resv_init_once(struct ocfs2_alloc_reservation *resv) in ocfs2_resv_init_once()
195 void ocfs2_resv_set_type(struct ocfs2_alloc_reservation *resv, in ocfs2_resv_set_type()
217 struct ocfs2_alloc_reservation *resv) in ocfs2_resv_mark_lru()
227 static void __ocfs2_resv_trunc(struct ocfs2_alloc_reservation *resv) in __ocfs2_resv_trunc()
[all …]
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_ag_resv.c133 struct xfs_ag_resv *resv; in __xfs_ag_resv_free() local
185 struct xfs_ag_resv *resv; in __xfs_ag_resv_init() local
326 struct xfs_ag_resv *resv; in xfs_ag_resv_alloc_extent() local
370 struct xfs_ag_resv *resv; in xfs_ag_resv_free_extent() local
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dio_uring.h269 __u32 resv[3]; member
333 __u32 resv; member
339 __u32 resv; member
347 __u32 resv; member
353 __u32 resv; member
367 __u8 resv; member
375 __u16 resv; member
387 __u8 resv; member
H A Digmp.h71 resv:4; member
73 __u8 resv:4, member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/crypto/
H A Dfw.h17 u8 resv[2]; member
37 u8 resv[3]; member
86 u8 resv[3]; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_sync_helper.c24 void drm_add_reservation(struct reservation_object *resv, in drm_add_reservation()
202 struct reservation_object *resv, bool exclusive) in drm_reservation_cb_add()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_dma_fence.c223 struct reservation_object *resv, in kbase_dma_fence_add_reservation_callback()
290 void kbase_dma_fence_add_reservation(struct reservation_object *resv, in kbase_dma_fence_add_reservation()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Drv770_dma.c45 struct dma_resv *resv) in rv770_copy_dma()
H A Devergreen_dma.c111 struct dma_resv *resv) in evergreen_copy_dma()
H A Dradeon_sync.c90 struct dma_resv *resv, in radeon_sync_resv()
H A Dradeon_prime.c66 struct dma_resv *resv = attach->dmabuf->resv; in radeon_gem_prime_import_sg_table() local
H A Dr200.c87 struct dma_resv *resv) in r200_copy_dma()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Digmp.h71 resv:4; member
73 __u8 resv:4, member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Digmp.h71 resv:4; member
73 __u8 resv:4, member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm_cpu.c48 struct dma_resv *resv, in amdgpu_vm_cpu_prepare()
H A Damdgpu_dma_buf.c470 struct dma_resv *resv = dma_buf->resv; in amdgpu_dma_buf_create_obj() local
536 struct dma_resv *resv = vm->root.base.bo->tbo.base.resv; in amdgpu_dma_buf_move_notify() local
H A Damdgpu_vm.c1598 bool unlocked, struct dma_resv *resv, in amdgpu_vm_bo_update_mapping()
1672 struct dma_resv *resv, in amdgpu_vm_bo_split_mapping()
1788 struct dma_resv *resv; in amdgpu_vm_bo_update() local
1992 struct dma_resv *resv = vm->root.base.bo->tbo.base.resv; in amdgpu_vm_prt_fini() local
2039 struct dma_resv *resv = vm->root.base.bo->tbo.base.resv; in amdgpu_vm_clear_freed() local
2092 struct dma_resv *resv; in amdgpu_vm_handle_moved() local
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_trans.c31 struct xfs_trans_res resv; in xfs_trans_trace_reservations() local
315 struct xfs_trans_res resv = {0}; in xfs_trans_alloc_empty() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dhugetlb_cgroup.h161 static inline void hugetlb_cgroup_uncharge_file_region(struct resv_map *resv, in hugetlb_cgroup_uncharge_file_region()
259 static inline void hugetlb_cgroup_uncharge_counter(struct resv_map *resv, in hugetlb_cgroup_uncharge_counter()
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsvc.c1180 struct kvec *resv = &rqstp->rq_res.head[0]; in svc_generic_dispatch() local
1272 svc_process_common(struct svc_rqst *rqstp, struct kvec *argv, struct kvec *resv) in svc_process_common()
1496 struct kvec *resv = &rqstp->rq_res.head[0]; in svc_process() local
1543 struct kvec *resv = &rqstp->rq_res.head[0]; in bc_svc_process() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_bo.c358 struct dma_resv *resv = &bo->base._resv; in ttm_bo_flush_all_fences() local
395 struct dma_resv *resv = &bo->base._resv; in ttm_bo_cleanup_refs() local
1130 struct dma_resv *resv, in ttm_bo_init_reserved()
1237 struct dma_resv *resv, in ttm_bo_init()
/OK3568_Linux_fs/kernel/mm/
H A Dhugetlb.c249 get_file_region_entry_from_cache(struct resv_map *resv, long from, long to) in get_file_region_entry_from_cache()
279 struct resv_map *resv, in record_hugetlb_cgroup_uncharge_info()
332 static void coalesce_file_region(struct resv_map *resv, struct file_region *rg) in coalesce_file_region()
367 static long add_reservation_in_range(struct resv_map *resv, long f, long t, in add_reservation_in_range()
440 static int allocate_file_region_entries(struct resv_map *resv, in allocate_file_region_entries()
513 static long region_add(struct resv_map *resv, long f, long t, in region_add()
581 static long region_chg(struct resv_map *resv, long f, long t, in region_chg()
617 static void region_abort(struct resv_map *resv, long f, long t, in region_abort()
640 static long region_del(struct resv_map *resv, long f, long t) in region_del()
767 static long region_count(struct resv_map *resv, long f, long t) in region_count()
[all …]
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c691 svc_safe_putnetobj(struct kvec *resv, struct xdr_netobj *o) in svc_safe_putnetobj()
1203 gss_write_resv(struct kvec *resv, size_t size_limit, in gss_write_resv()
1233 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_gss_legacy_init() local
1344 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_gss_proxy_init() local
1531 struct kvec *resv = &rqstp->rq_res.head[0]; in svcauth_gss_accept() local
1714 struct kvec *resv; in svcauth_gss_wrap_resp_integ() local
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dvio.h44 u64 resv[6]; member
71 u16 resv; member
79 u64 resv[5]; member
179 u32 resv; member
200 u16 resv; member
242 u32 resv; member
/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Drepair.c289 enum xfs_ag_resv_type resv) in xrep_alloc_ag_block()
530 enum xfs_ag_resv_type resv) in xrep_reap_block()

12345