/Linux-v6.1/drivers/dma-buf/ |
D | dma-resv.c | 354 static void dma_resv_iter_restart_unlocked(struct dma_resv_iter *cursor) in dma_resv_iter_restart_unlocked() 365 static void dma_resv_iter_walk_unlocked(struct dma_resv_iter *cursor) in dma_resv_iter_walk_unlocked() 407 struct dma_fence *dma_resv_iter_first_unlocked(struct dma_resv_iter *cursor) in dma_resv_iter_first_unlocked() 430 struct dma_fence *dma_resv_iter_next_unlocked(struct dma_resv_iter *cursor) in dma_resv_iter_next_unlocked() 458 struct dma_fence *dma_resv_iter_first(struct dma_resv_iter *cursor) in dma_resv_iter_first() 480 struct dma_fence *dma_resv_iter_next(struct dma_resv_iter *cursor) in dma_resv_iter_next() 510 struct dma_resv_iter cursor; in dma_resv_copy_fences() local 559 struct dma_resv_iter cursor; in dma_resv_get_fences() local 664 struct dma_resv_iter cursor; in dma_resv_wait_timeout() local 698 struct dma_resv_iter cursor; in dma_resv_test_signaled() local [all …]
|
D | dma-fence-unwrap.c | 18 __dma_fence_unwrap_array(struct dma_fence_unwrap *cursor) in __dma_fence_unwrap_array() 34 struct dma_fence_unwrap *cursor) in dma_fence_unwrap_first() 48 struct dma_fence *dma_fence_unwrap_next(struct dma_fence_unwrap *cursor) in dma_fence_unwrap_next()
|
D | st-dma-resv.c | 112 struct dma_resv_iter cursor; in test_for_each() local 173 struct dma_resv_iter cursor; in test_for_each_unlocked() local
|
/Linux-v6.1/drivers/staging/sm750fb/ |
D | sm750_cursor.c | 48 void sm750_hw_cursor_enable(struct lynx_cursor *cursor) in sm750_hw_cursor_enable() 56 void sm750_hw_cursor_disable(struct lynx_cursor *cursor) in sm750_hw_cursor_disable() 61 void sm750_hw_cursor_setSize(struct lynx_cursor *cursor, int w, int h) in sm750_hw_cursor_setSize() 67 void sm750_hw_cursor_setPos(struct lynx_cursor *cursor, int x, int y) in sm750_hw_cursor_setPos() 76 void sm750_hw_cursor_setColor(struct lynx_cursor *cursor, u32 fg, u32 bg) in sm750_hw_cursor_setColor() 85 void sm750_hw_cursor_setData(struct lynx_cursor *cursor, u16 rop, in sm750_hw_cursor_setData() 135 void sm750_hw_cursor_setData2(struct lynx_cursor *cursor, u16 rop, in sm750_hw_cursor_setData2()
|
/Linux-v6.1/drivers/gpu/drm/sti/ |
D | sti_cursor.c | 94 struct sti_cursor *cursor, u32 val) in cursor_dbg_pml() 101 struct sti_cursor *cursor, u32 val) in cursor_dbg_cml() 110 struct sti_cursor *cursor = (struct sti_cursor *)node->info_ent->data; in cursor_dbg_show() local 135 static void cursor_debugfs_init(struct sti_cursor *cursor, in cursor_debugfs_init() 148 static void sti_cursor_argb8888_to_clut8(struct sti_cursor *cursor, u32 *src) in sti_cursor_argb8888_to_clut8() 168 static void sti_cursor_init(struct sti_cursor *cursor) in sti_cursor_init() 190 struct sti_cursor *cursor = to_sti_cursor(plane); in sti_cursor_atomic_check() local 265 struct sti_cursor *cursor = to_sti_cursor(plane); in sti_cursor_atomic_update() local 344 struct sti_cursor *cursor = to_sti_cursor(plane); in sti_cursor_late_register() local 366 struct sti_cursor *cursor; in sti_cursor_create() local
|
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vm_pt.c | 174 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_start() 193 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_descendant() 222 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_sibling() 255 static bool amdgpu_vm_pt_ancestor(struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_ancestor() 275 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_next() 304 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_first_dfs() 339 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_next_dfs() 356 #define for_each_amdgpu_vm_pt_dfs_safe(adev, vm, start, cursor, entry) \ argument 589 struct amdgpu_vm_pt_cursor *cursor, in amdgpu_vm_pt_alloc() 684 struct amdgpu_vm_pt_cursor cursor; in amdgpu_vm_pt_free_dfs() local [all …]
|
/Linux-v6.1/include/linux/ |
D | dma-resv.h | 230 static inline void dma_resv_iter_begin(struct dma_resv_iter *cursor, in dma_resv_iter_begin() 246 static inline void dma_resv_iter_end(struct dma_resv_iter *cursor) in dma_resv_iter_end() 258 dma_resv_iter_usage(struct dma_resv_iter *cursor) in dma_resv_iter_usage() 269 static inline bool dma_resv_iter_is_restarted(struct dma_resv_iter *cursor) in dma_resv_iter_is_restarted() 289 #define dma_resv_for_each_fence_unlocked(cursor, fence) \ argument 306 #define dma_resv_for_each_fence(cursor, obj, usage, fence) \ argument
|
D | dma-fence-unwrap.h | 47 #define dma_fence_unwrap_for_each(fence, cursor, head) \ argument
|
/Linux-v6.1/fs/xfs/ |
D | xfs_attr_list.c | 42 #define XFS_ISRESET_CURSOR(cursor) \ argument 56 struct xfs_attrlist_cursor_kern *cursor = &context->cursor; in xfs_attr_shortform_list() local 203 struct xfs_attrlist_cursor_kern *cursor, in xfs_attr_node_list_lookup() 286 struct xfs_attrlist_cursor_kern *cursor = &context->cursor; in xfs_attr_node_list() local 391 struct xfs_attrlist_cursor_kern *cursor = &context->cursor; in xfs_attr3_leaf_list_int() local
|
/Linux-v6.1/net/ceph/ |
D | messenger.c | 719 static void ceph_msg_data_bio_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_cursor_init() 733 static struct page *ceph_msg_data_bio_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_next() 745 static bool ceph_msg_data_bio_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_advance() 775 static void ceph_msg_data_bvecs_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_cursor_init() 788 static struct page *ceph_msg_data_bvecs_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_next() 800 static bool ceph_msg_data_bvecs_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_advance() 826 static void ceph_msg_data_pages_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_cursor_init() 847 ceph_msg_data_pages_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_next() 862 static bool ceph_msg_data_pages_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_advance() 891 ceph_msg_data_pagelist_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pagelist_cursor_init() [all …]
|
/Linux-v6.1/drivers/gpu/drm/i915/gem/ |
D | i915_gem_wait.c | 38 struct dma_resv_iter cursor; in i915_gem_object_boost() local 71 struct dma_resv_iter cursor; in i915_gem_object_wait_reservation() local 152 struct dma_resv_iter cursor; in i915_gem_object_wait_priority() local
|
D | i915_gem_busy.c | 118 struct dma_resv_iter cursor; in i915_gem_busy_ioctl() local
|
/Linux-v6.1/tools/perf/util/ |
D | callchain.c | 572 fill_node(struct callchain_node *node, struct callchain_cursor *cursor) in fill_node() 637 struct callchain_cursor *cursor, in add_child() 796 struct callchain_cursor *cursor, in split_add_child() 874 struct callchain_cursor *cursor, in append_chain_children() 921 struct callchain_cursor *cursor, in append_chain() 984 struct callchain_cursor *cursor, in callchain_append() 1002 merge_chain_branch(struct callchain_cursor *cursor, in merge_chain_branch() 1045 int callchain_merge(struct callchain_cursor *cursor, in callchain_merge() 1051 int callchain_cursor_append(struct callchain_cursor *cursor, in callchain_cursor_append() 1089 struct callchain_cursor *cursor, struct symbol **parent, in sample__resolve_callchain() [all …]
|
D | callchain.h | 160 struct callchain_cursor_node cursor; member 212 static inline void callchain_cursor_commit(struct callchain_cursor *cursor) in callchain_cursor_commit() 220 callchain_cursor_current(struct callchain_cursor *cursor) in callchain_cursor_current() 228 static inline void callchain_cursor_advance(struct callchain_cursor *cursor) in callchain_cursor_advance()
|
D | evsel_fprintf.c | 106 unsigned int print_opts, struct callchain_cursor *cursor, in sample__fprintf_callchain() 206 struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp) in sample__fprintf_sym()
|
D | machine.c | 2253 struct callchain_cursor *cursor, in add_callchain_ip() 2415 struct callchain_cursor *cursor, in lbr_callchain_add_kernel_ip() 2449 struct callchain_cursor *cursor, in save_lbr_cursor_node() 2474 struct callchain_cursor *cursor, in lbr_callchain_add_lbr_ip() 2573 struct callchain_cursor *cursor) in lbr_callchain_add_stitched_lbr_ip() 2719 struct callchain_cursor *cursor, in resolve_lbr_callchain_sample() 2802 struct callchain_cursor *cursor, in find_prev_cpumode() 2832 struct callchain_cursor *cursor, in thread__resolve_callchain_sample() 3011 static int append_inlines(struct callchain_cursor *cursor, struct map_symbol *ms, u64 ip) in append_inlines() 3052 struct callchain_cursor *cursor = arg; in unwind_entry() local [all …]
|
/Linux-v6.1/drivers/gpu/drm/ |
D | drm_crtc.c | 249 struct drm_plane *cursor, in __drm_crtc_init_with_planes() 356 struct drm_plane *cursor, in drm_crtc_init_with_planes() 386 struct drm_plane *cursor, in __drmm_crtc_init_with_planes() 438 struct drm_plane *cursor, in drmm_crtc_init_with_planes() 459 struct drm_plane *cursor, in __drmm_crtc_alloc_with_planes()
|
/Linux-v6.1/drivers/firmware/google/ |
D | memconsole-coreboot.c | 23 u32 cursor; member 42 u32 cursor = cbmem_console->cursor & CURSOR_MASK; in memconsole_coreboot_read() local
|
/Linux-v6.1/net/rxrpc/ |
D | peer_event.c | 524 u8 cursor) in rxrpc_peer_keepalive_dispatch() 581 u8 cursor, stop; in rxrpc_peer_keepalive_worker() local
|
/Linux-v6.1/lib/ |
D | assoc_array.c | 27 const struct assoc_array_ptr *cursor, *ptr, *parent; in assoc_array_subtree_iterate() local 177 struct assoc_array_ptr *cursor, *ptr; in assoc_array_walk() local 348 struct assoc_array_ptr *cursor, *parent = NULL; in assoc_array_destroy_subtree() local 1461 struct assoc_array_ptr *cursor, *ptr; in assoc_array_gc() local
|
/Linux-v6.1/drivers/video/fbdev/core/ |
D | softcursor.c | 22 int soft_cursor(struct fb_info *info, struct fb_cursor *cursor) in soft_cursor()
|
/Linux-v6.1/drivers/md/persistent-data/ |
D | dm-array.h | 197 struct dm_btree_cursor cursor; member
|
/Linux-v6.1/drivers/gpu/drm/qxl/ |
D | qxl_debugfs.c | 60 struct dma_resv_iter cursor; in qxl_debugfs_buffers_info() local
|
/Linux-v6.1/fs/fscache/ |
D | volume.c | 161 struct fscache_volume *cursor; in fscache_hash_volume() local 344 struct fscache_volume *cursor; in fscache_wake_pending_volume() local
|
/Linux-v6.1/drivers/gpu/drm/vkms/ |
D | vkms_output.c | 58 struct vkms_plane *primary, *cursor = NULL; in vkms_output_init() local
|