| /kernel/linux/linux-5.10/fs/ocfs2/ |
| D | reservations.c | 42 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 …]
|
| /kernel/linux/linux-4.19/fs/ocfs2/ |
| D | reservations.c | 53 struct ocfs2_alloc_reservation *resv) in ocfs2_resv_window_bits() 67 static inline unsigned int ocfs2_resv_end(struct ocfs2_alloc_reservation *resv) in ocfs2_resv_end() 74 static inline int ocfs2_resv_empty(struct ocfs2_alloc_reservation *resv) in ocfs2_resv_empty() 90 struct ocfs2_alloc_reservation *resv; in ocfs2_dump_resv() local 125 struct ocfs2_alloc_reservation *resv) in ocfs2_validate_resmap_bits() 149 struct ocfs2_alloc_reservation *resv; in ocfs2_check_resmap() local 200 void ocfs2_resv_init_once(struct ocfs2_alloc_reservation *resv) in ocfs2_resv_init_once() 206 void ocfs2_resv_set_type(struct ocfs2_alloc_reservation *resv, in ocfs2_resv_set_type() 228 struct ocfs2_alloc_reservation *resv) in ocfs2_resv_mark_lru() 238 static void __ocfs2_resv_trunc(struct ocfs2_alloc_reservation *resv) in __ocfs2_resv_trunc() [all …]
|
| /kernel/linux/linux-5.10/fs/xfs/libxfs/ |
| D | xfs_ag_resv.c | 133 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
|
| /kernel/linux/linux-4.19/fs/xfs/libxfs/ |
| D | xfs_ag_resv.c | 139 struct xfs_ag_resv *resv; in __xfs_ag_resv_free() local 191 struct xfs_ag_resv *resv; in __xfs_ag_resv_init() local 332 struct xfs_ag_resv *resv; in xfs_ag_resv_alloc_extent() local 376 struct xfs_ag_resv *resv; in xfs_ag_resv_free_extent() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/crypto/ |
| D | fw.h | 17 u8 resv[2]; member 37 u8 resv[3]; member 86 u8 resv[3]; member
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/radeon/ |
| D | rv770_dma.c | 45 struct reservation_object *resv) in rv770_copy_dma()
|
| D | evergreen_dma.c | 111 struct reservation_object *resv) in evergreen_copy_dma()
|
| D | radeon_sync.c | 91 struct reservation_object *resv, in radeon_sync_resv()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
| D | rv770_dma.c | 45 struct dma_resv *resv) in rv770_copy_dma()
|
| D | evergreen_dma.c | 111 struct dma_resv *resv) in evergreen_copy_dma()
|
| D | radeon_sync.c | 90 struct dma_resv *resv, in radeon_sync_resv()
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | io_uring.h | 241 __u32 resv[3]; member 281 __u32 resv; member 289 __u8 resv; member 297 __u16 resv; member 309 __u8 resv; member
|
| D | igmp.h | 71 resv:4; member 73 __u8 resv:4, member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | io_uring.h | 174 __u32 resv[3]; member 203 __u32 resv; member 209 __u8 resv; member 216 __u16 resv; member 227 __u8 resv; member
|
| D | igmp.h | 56 __u8 qrv : 3, suppress : 1, resv : 4; member 58 __u8 resv : 4, suppress : 1, qrv : 3; member
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/i915/ |
| D | i915_gem_batch_pool.c | 99 struct reservation_object *resv = obj->resv; in i915_gem_batch_pool_get() local
|
| /kernel/linux/linux-4.19/drivers/dma-buf/ |
| D | dma-buf.c | 163 struct reservation_object *resv; in dma_buf_poll() local 392 struct reservation_object *resv = exp_info->resv; in dma_buf_export() local 775 struct reservation_object *resv = dmabuf->resv; in __dma_buf_begin_cpu_access() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_vm_cpu.c | 48 struct dma_resv *resv, in amdgpu_vm_cpu_prepare()
|
| D | amdgpu_dma_buf.c | 470 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
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | dma-buf.h | 292 struct reservation_object *resv; member 347 struct reservation_object *resv; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | igmp.h | 45 resv:4; member 47 __u8 resv:4, member
|
| /kernel/linux/linux-4.19/include/uapi/linux/ |
| D | igmp.h | 71 resv:4; member 73 __u8 resv:4, member
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/mediatek/ |
| D | mtk_drm_fb.c | 67 struct reservation_object *resv; in mtk_fb_wait() local
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | hugetlb_cgroup.h | 161 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()
|
| /kernel/linux/linux-5.10/fs/xfs/ |
| D | xfs_trans.c | 31 struct xfs_trans_res resv; in xfs_trans_trace_reservations() local 320 struct xfs_trans_res resv = {0}; in xfs_trans_alloc_empty() local
|