Home
last modified time | relevance | path

Searched defs:cursor (Results 1 – 25 of 132) sorted by relevance

123456

/linux/drivers/dma-buf/
H A Ddma-resv.c367 static void dma_resv_iter_restart_unlocked(struct dma_resv_iter *cursor) in dma_resv_iter_restart_unlocked()
378 static void dma_resv_iter_walk_unlocked(struct dma_resv_iter *cursor) in dma_resv_iter_walk_unlocked()
420 struct dma_fence *dma_resv_iter_first_unlocked(struct dma_resv_iter *cursor) in dma_resv_iter_first_unlocked()
443 struct dma_fence *dma_resv_iter_next_unlocked(struct dma_resv_iter *cursor) in dma_resv_iter_next_unlocked()
471 struct dma_fence *dma_resv_iter_first(struct dma_resv_iter *cursor) in dma_resv_iter_first()
493 struct dma_fence *dma_resv_iter_next(struct dma_resv_iter *cursor) in dma_resv_iter_next()
523 struct dma_resv_iter cursor; in dma_resv_copy_fences() local
572 struct dma_resv_iter cursor; in dma_resv_get_fences() local
682 struct dma_resv_iter cursor; in dma_resv_wait_timeout() local
714 struct dma_resv_iter cursor; in dma_resv_set_deadline() local
[all …]
H A Dst-dma-resv.c112 struct dma_resv_iter cursor; in test_for_each() local
173 struct dma_resv_iter cursor; in test_for_each_unlocked() local
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm_pt.c159 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_start()
178 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_descendant()
207 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_sibling()
240 static bool amdgpu_vm_pt_ancestor(struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_ancestor()
260 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_next()
289 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_first_dfs()
324 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_next_dfs()
341 #define for_each_amdgpu_vm_pt_dfs_safe(adev, vm, start, cursor, entry) \ argument
497 struct amdgpu_vm_pt_cursor *cursor, in amdgpu_vm_pt_alloc()
587 struct amdgpu_vm_pt_cursor *cursor) in amdgpu_vm_pt_add_list()
[all …]
/linux/drivers/staging/sm750fb/
H A Dsm750_cursor.c47 void sm750_hw_cursor_enable(struct lynx_cursor *cursor) in sm750_hw_cursor_enable()
55 void sm750_hw_cursor_disable(struct lynx_cursor *cursor) in sm750_hw_cursor_disable()
60 void sm750_hw_cursor_set_size(struct lynx_cursor *cursor, int w, int h) in sm750_hw_cursor_set_size()
66 void sm750_hw_cursor_set_pos(struct lynx_cursor *cursor, int x, int y) in sm750_hw_cursor_set_pos()
75 void sm750_hw_cursor_set_color(struct lynx_cursor *cursor, u32 fg, u32 bg) in sm750_hw_cursor_set_color()
84 void sm750_hw_cursor_set_data(struct lynx_cursor *cursor, u16 rop, in sm750_hw_cursor_set_data()
134 void sm750_hw_cursor_set_data2(struct lynx_cursor *cursor, u16 rop, in sm750_hw_cursor_set_data2()
/linux/fs/xfs/scrub/
H A Ddqiterate.c27 struct xchk_dqiter *cursor, in xchk_dqiter_init()
44 struct xchk_dqiter *cursor) in xchk_dquot_iter_revalidate_bmap()
87 struct xchk_dqiter *cursor, in xchk_dquot_iter_advance_bmap()
145 struct xchk_dqiter *cursor, in xchk_dquot_iter_advance_incore()
172 struct xchk_dqiter *cursor, in xchk_dquot_iter()
/linux/net/ceph/
H A Dmessenger.c725 static void ceph_msg_data_bio_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_cursor_init() argument
739 static struct page *ceph_msg_data_bio_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_next() argument
751 ceph_msg_data_bio_advance(struct ceph_msg_data_cursor * cursor,size_t bytes) ceph_msg_data_bio_advance() argument
781 ceph_msg_data_bvecs_cursor_init(struct ceph_msg_data_cursor * cursor,size_t length) ceph_msg_data_bvecs_cursor_init() argument
794 ceph_msg_data_bvecs_next(struct ceph_msg_data_cursor * cursor,size_t * page_offset,size_t * length) ceph_msg_data_bvecs_next() argument
806 ceph_msg_data_bvecs_advance(struct ceph_msg_data_cursor * cursor,size_t bytes) ceph_msg_data_bvecs_advance() argument
832 ceph_msg_data_pages_cursor_init(struct ceph_msg_data_cursor * cursor,size_t length) ceph_msg_data_pages_cursor_init() argument
853 ceph_msg_data_pages_next(struct ceph_msg_data_cursor * cursor,size_t * page_offset,size_t * length) ceph_msg_data_pages_next() argument
868 ceph_msg_data_pages_advance(struct ceph_msg_data_cursor * cursor,size_t bytes) ceph_msg_data_pages_advance() argument
897 ceph_msg_data_pagelist_cursor_init(struct ceph_msg_data_cursor * cursor,size_t length) ceph_msg_data_pagelist_cursor_init() argument
921 ceph_msg_data_pagelist_next(struct ceph_msg_data_cursor * cursor,size_t * page_offset,size_t * length) ceph_msg_data_pagelist_next() argument
941 ceph_msg_data_pagelist_advance(struct ceph_msg_data_cursor * cursor,size_t bytes) ceph_msg_data_pagelist_advance() argument
973 ceph_msg_data_iter_cursor_init(struct ceph_msg_data_cursor * cursor,size_t length) ceph_msg_data_iter_cursor_init() argument
984 ceph_msg_data_iter_next(struct ceph_msg_data_cursor * cursor,size_t * page_offset,size_t * length) ceph_msg_data_iter_next() argument
1013 ceph_msg_data_iter_advance(struct ceph_msg_data_cursor * cursor,size_t bytes) ceph_msg_data_iter_advance() argument
1037 __ceph_msg_data_cursor_init(struct ceph_msg_data_cursor * cursor) __ceph_msg_data_cursor_init() argument
1067 ceph_msg_data_cursor_init(struct ceph_msg_data_cursor * cursor,struct ceph_msg * msg,size_t length) ceph_msg_data_cursor_init() argument
1086 ceph_msg_data_next(struct ceph_msg_data_cursor * cursor,size_t * page_offset,size_t * length) ceph_msg_data_next() argument
1127 ceph_msg_data_advance(struct ceph_msg_data_cursor * cursor,size_t bytes) ceph_msg_data_advance() argument
[all...]
H A Dmessenger_v1.c464 struct ceph_msg_data_cursor *cursor = &msg->cursor; in write_partial_message_data() local
993 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_sparse_msg_extent() local
1028 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_sparse_msg_data() local
1065 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_msg_data() local
1102 struct ceph_msg_data_cursor *cursor = &con->in_msg->cursor; in read_partial_msg_data_bounce() local
/linux/drivers/gpu/drm/ttm/
H A Dttm_resource.c42 ttm_resource_cursor_clear_bulk(struct ttm_resource_cursor *cursor) in ttm_resource_cursor_clear_bulk()
52 struct ttm_resource_cursor *cursor) in ttm_resource_cursor_move_bulk_tail()
72 struct ttm_resource_cursor *cursor, *next; in ttm_bulk_move_adjust_cursors() local
81 struct ttm_resource_cursor *cursor, *next; in ttm_bulk_move_drop_cursors() local
94 void ttm_resource_cursor_init(struct ttm_resource_cursor *cursor, in ttm_resource_cursor_init()
112 void ttm_resource_cursor_fini(struct ttm_resource_cursor *cursor) in ttm_resource_cursor_fini()
627 ttm_resource_cursor_check_bulk(struct ttm_resource_cursor *cursor, in ttm_resource_cursor_check_bulk()
659 ttm_resource_manager_first(struct ttm_resource_cursor *cursor) in ttm_resource_manager_first()
680 ttm_resource_manager_next(struct ttm_resource_cursor *cursor) in ttm_resource_manager_next()
/linux/fs/xfs/
H A Dxfs_attr_list.c43 #define XFS_ISRESET_CURSOR(cursor) \ argument
57 struct xfs_attrlist_cursor_kern *cursor = &context->cursor; in xfs_attr_shortform_list() local
216 struct xfs_attrlist_cursor_kern *cursor, in xfs_attr_node_list_lookup()
314 struct xfs_attrlist_cursor_kern *cursor = &context->cursor; in xfs_attr_node_list() local
437 struct xfs_attrlist_cursor_kern *cursor = &context->cursor; in xfs_attr3_leaf_list_int() local
/linux/tools/perf/util/
H A Dcallchain.c583 fill_node(struct callchain_node *node, struct callchain_cursor *cursor) in fill_node()
656 struct callchain_cursor *cursor, in add_child()
824 struct callchain_cursor *cursor, in split_add_child()
902 struct callchain_cursor *cursor, in append_chain_children()
949 struct callchain_cursor *cursor, in append_chain()
1012 struct callchain_cursor *cursor, in callchain_append()
1033 merge_chain_branch(struct callchain_cursor *cursor, in merge_chain_branch()
1081 int callchain_merge(struct callchain_cursor *cursor, in callchain_merge()
1087 int callchain_cursor_append(struct callchain_cursor *cursor, in callchain_cursor_append()
1124 struct callchain_cursor *cursor, struct symbol **parent, in sample__resolve_callchain()
[all …]
H A Dcallchain.h161 struct callchain_cursor_node cursor; member
211 static inline void callchain_cursor_commit(struct callchain_cursor *cursor) in callchain_cursor_commit()
221 callchain_cursor_current(struct callchain_cursor *cursor) in callchain_cursor_current()
229 static inline void callchain_cursor_advance(struct callchain_cursor *cursor) in callchain_cursor_advance()
H A Devsel_fprintf.c113 unsigned int print_opts, struct callchain_cursor *cursor, in sample__fprintf_callchain()
214 struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp) in sample__fprintf_sym()
H A Dmachine.c2094 struct callchain_cursor *cursor, in add_callchain_ip()
2270 struct callchain_cursor *cursor, in lbr_callchain_add_kernel_ip()
2307 struct callchain_cursor *cursor, in save_lbr_cursor_node()
2336 struct callchain_cursor *cursor, in lbr_callchain_add_lbr_ip()
2438 struct callchain_cursor *cursor) in lbr_callchain_add_stitched_lbr_ip()
2591 struct callchain_cursor *cursor, in resolve_lbr_callchain_sample()
2679 struct callchain_cursor *cursor, in find_prev_cpumode()
2709 struct callchain_cursor *cursor, in thread__resolve_callchain_sample()
2891 static int append_inlines(struct callchain_cursor *cursor, struct map_symbol *ms, u64 ip) in append_inlines()
2936 struct callchain_cursor *cursor = arg; in unwind_entry() local
[all …]
/linux/drivers/firmware/google/
H A Dmemconsole-coreboot.c23 u32 cursor; member
42 u32 cursor = cbmem_console->cursor & CURSOR_MASK; in memconsole_coreboot_read() local
/linux/drivers/md/dm-vdo/
H A Dblock-map.c87 struct cursor { struct
91 struct cursors *parent; argument
93 struct cursor_level levels[VDO_BLOCK_MAP_TREE_HEIGHT]; argument
103 struct cursor cursors[]; argument
2520 static void finish_cursor(struct cursor *cursor) in finish_cursor()
2552 struct cursor *cursor = completion->parent; in finish_traversal_load() local
2568 struct cursor *cursor = vio->completion.parent; in traversal_endio() local
2580 static void traverse(struct cursor *cursor) in traverse()
2654 struct cursor *cursor = container_of(waiter, struct cursor, waiter); in launch_cursor() local
2723 struct cursor *cursor = &cursors->cursors[root]; in vdo_traverse_forest() local
/linux/net/rxrpc/
H A Dpeer_event.c246 u8 cursor) in rxrpc_peer_keepalive_dispatch()
307 u8 cursor, stop; in rxrpc_peer_keepalive_worker() local
H A Dconn_service.c67 struct rxrpc_connection *cursor = NULL; in rxrpc_publish_service_conn() local
/linux/rust/syn/
H A Dparse.rs340 cursor: Cursor<'c>, field
1090 let cursor = self.cursor(); in span() localVariable
1155 pub fn cursor(&self) -> Cursor<'a> { in cursor() method
1283 let cursor = tokens.begin(); in tokens_to_parse_buffer() localVariable
1310 let cursor = buf.begin(); in __parse_scoped() localVariable
H A Dverbatim.rs10 let mut cursor = begin.cursor(); in between() localVariable
/linux/lib/
H A Dassoc_array.c27 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/drivers/gpu/drm/vkms/
H A Dvkms_output.c31 struct vkms_config_plane *primary, *cursor; in vkms_output_init() local
/linux/drivers/md/persistent-data/
H A Ddm-array.h198 struct dm_btree_cursor cursor; member
H A Ddm-bitset.h183 struct dm_array_cursor cursor; member
/linux/drivers/gpu/drm/radeon/
H A Dradeon_sync.c94 struct dma_resv_iter cursor; in radeon_sync_resv() local
/linux/drivers/firewire/
H A Dphy-packet-definitions.h219 const u32 *cursor; member
226 const u32 *self_id_sequence, *cursor; in self_id_sequence_enumerator_next() local

123456