| /linux/drivers/dma-buf/ |
| H A D | dma-resv.c | 367 static void dma_resv_iter_restart_unlocked(struct dma_resv_iter *cursor) in dma_resv_iter_restart_unlocked() argument 378 dma_resv_iter_walk_unlocked(struct dma_resv_iter * cursor) dma_resv_iter_walk_unlocked() argument 420 dma_resv_iter_first_unlocked(struct dma_resv_iter * cursor) dma_resv_iter_first_unlocked() argument 443 dma_resv_iter_next_unlocked(struct dma_resv_iter * cursor) dma_resv_iter_next_unlocked() argument 471 dma_resv_iter_first(struct dma_resv_iter * cursor) dma_resv_iter_first() argument 493 dma_resv_iter_next(struct dma_resv_iter * cursor) dma_resv_iter_next() argument 523 struct dma_resv_iter cursor; dma_resv_copy_fences() local 572 struct dma_resv_iter cursor; dma_resv_get_fences() local 682 struct dma_resv_iter cursor; dma_resv_wait_timeout() local 714 struct dma_resv_iter cursor; dma_resv_set_deadline() local 740 struct dma_resv_iter cursor; dma_resv_test_signaled() local 764 struct dma_resv_iter cursor; dma_resv_describe() local [all...] |
| H A D | dma-fence-unwrap.c | 19 __dma_fence_unwrap_array(struct dma_fence_unwrap *cursor) in __dma_fence_unwrap_array() 35 struct dma_fence_unwrap *cursor) in dma_fence_unwrap_first() 49 struct dma_fence *dma_fence_unwrap_next(struct dma_fence_unwrap *cursor) in dma_fence_unwrap_next()
|
| H A 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/drivers/staging/sm750fb/ |
| H A D | sm750_cursor.c | 47 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/net/ceph/ |
| H A D | messenger.c | 725 static void ceph_msg_data_bio_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_cursor_init() 739 static struct page *ceph_msg_data_bio_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_next() 751 static bool ceph_msg_data_bio_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bio_advance() 781 static void ceph_msg_data_bvecs_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_cursor_init() 794 static struct page *ceph_msg_data_bvecs_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_next() 806 static bool ceph_msg_data_bvecs_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_bvecs_advance() 832 static void ceph_msg_data_pages_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_cursor_init() 853 ceph_msg_data_pages_next(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_next() 868 static bool ceph_msg_data_pages_advance(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pages_advance() 897 ceph_msg_data_pagelist_cursor_init(struct ceph_msg_data_cursor *cursor, in ceph_msg_data_pagelist_cursor_init() [all …]
|
| H A D | messenger_v1.c | 464 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/tools/perf/util/ |
| H A D | callchain.c | 584 fill_node(struct callchain_node * node,struct callchain_cursor * cursor) fill_node() argument 657 add_child(struct callchain_node * parent,struct callchain_cursor * cursor,u64 period) add_child() argument 825 split_add_child(struct callchain_node * parent,struct callchain_cursor * cursor,struct callchain_list * to_split,u64 idx_parents,u64 idx_local,u64 period) split_add_child() argument 903 append_chain_children(struct callchain_node * root,struct callchain_cursor * cursor,u64 period) append_chain_children() argument 950 append_chain(struct callchain_node * root,struct callchain_cursor * cursor,u64 period) append_chain() argument 1013 callchain_append(struct callchain_root * root,struct callchain_cursor * cursor,u64 period) callchain_append() argument 1034 merge_chain_branch(struct callchain_cursor * cursor,struct callchain_node * dst,struct callchain_node * src) merge_chain_branch() argument 1082 callchain_merge(struct callchain_cursor * cursor,struct callchain_root * dst,struct callchain_root * src) callchain_merge() argument 1088 callchain_cursor_append(struct callchain_cursor * cursor,u64 ip,struct map_symbol * ms,bool branch,struct branch_flags * flags,int nr_loop_iter,u64 iter_cycles,u64 branch_from,const char * srcline) callchain_cursor_append() argument 1125 sample__resolve_callchain(struct perf_sample * sample,struct callchain_cursor * cursor,struct symbol ** parent,struct evsel * evsel,struct addr_location * al,int max_stack) sample__resolve_callchain() argument 1605 struct callchain_cursor *cursor = vcursor; callchain_cursor__delete() local 1627 struct callchain_cursor *cursor; get_tls_callchain_cursor() local 1673 callchain_cursor_reset(struct callchain_cursor * cursor) callchain_cursor_reset() argument 1813 struct callchain_cursor *cursor = get_tls_callchain_cursor(); sample__for_each_callchain_node() local [all...] |
| H A D | callchain.h | 161 struct callchain_cursor_node cursor; global() member 211 callchain_cursor_commit(struct callchain_cursor * cursor) callchain_cursor_commit() argument 221 callchain_cursor_current(struct callchain_cursor * cursor) callchain_cursor_current() argument 229 callchain_cursor_advance(struct callchain_cursor * cursor) callchain_cursor_advance() argument [all...] |
| H A D | evsel_fprintf.c | 113 unsigned int print_opts, struct callchain_cursor *cursor, in sample__fprintf_callchain() 218 struct callchain_cursor *cursor, struct strlist *bt_stop_list, FILE *fp) in sample__fprintf_sym()
|
| H A D | machine.c | 2093 static int append_inlines(struct callchain_cursor *cursor, struct map_symbol *ms, u64 ip, in append_inlines() 2147 struct callchain_cursor *cursor, in add_callchain_ip() 2328 struct callchain_cursor *cursor, in lbr_callchain_add_kernel_ip() 2365 struct callchain_cursor *cursor, in save_lbr_cursor_node() 2394 struct callchain_cursor *cursor, in lbr_callchain_add_lbr_ip() 2508 struct callchain_cursor *cursor) in lbr_callchain_add_stitched_lbr_ip() 2662 struct callchain_cursor *cursor, in resolve_lbr_callchain_sample() 2750 struct callchain_cursor *cursor, in find_prev_cpumode() 2780 struct callchain_cursor *cursor, in thread__resolve_callchain_sample() 2964 struct callchain_cursor *cursor = arg; in unwind_entry() local [all …]
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_crtc.c | 256 struct drm_plane *cursor, in __drm_crtc_init_with_planes() argument 362 drm_crtc_init_with_planes(struct drm_device * dev,struct drm_crtc * crtc,struct drm_plane * primary,struct drm_plane * cursor,const struct drm_crtc_funcs * funcs,const char * name,...) drm_crtc_init_with_planes() argument 392 __drmm_crtc_init_with_planes(struct drm_device * dev,struct drm_crtc * crtc,struct drm_plane * primary,struct drm_plane * cursor,const struct drm_crtc_funcs * funcs,const char * name,va_list args) __drmm_crtc_init_with_planes() argument 444 drmm_crtc_init_with_planes(struct drm_device * dev,struct drm_crtc * crtc,struct drm_plane * primary,struct drm_plane * cursor,const struct drm_crtc_funcs * funcs,const char * name,...) drmm_crtc_init_with_planes() argument 465 __drmm_crtc_alloc_with_planes(struct drm_device * dev,size_t size,size_t offset,struct drm_plane * primary,struct drm_plane * cursor,const struct drm_crtc_funcs * funcs,const char * name,...) __drmm_crtc_alloc_with_planes() argument [all...] |
| /linux/drivers/firmware/google/ |
| H A D | memconsole-coreboot.c | 23 u32 cursor; global() member 42 u32 cursor = cbmem_console->cursor & CURSOR_MASK; memconsole_coreboot_read() local [all...] |
| /linux/drivers/md/dm-vdo/ |
| H A D | block-map.c | 87 struct cursor { struct 103 struct cursor cursors[]; argument 91 parentcursor global() argument 93 levelscursor global() argument 2520 finish_cursor(struct cursor * cursor) finish_cursor() argument 2552 struct cursor *cursor = completion->parent; finish_traversal_load() local 2568 struct cursor *cursor = vio->completion.parent; traversal_endio() local 2580 traverse(struct cursor * cursor) traverse() argument 2654 struct cursor *cursor = container_of(waiter, struct cursor, waiter); launch_cursor() local 2723 struct cursor *cursor = &cursors->cursors[root]; vdo_traverse_forest() local [all...] |
| /linux/net/rxrpc/ |
| H A D | peer_event.c | 261 u8 cursor) in rxrpc_peer_keepalive_dispatch() 322 u8 cursor, stop; in rxrpc_peer_keepalive_worker() local
|
| H A D | conn_service.c | 67 struct rxrpc_connection *cursor = NULL; in rxrpc_publish_service_conn() local
|
| /linux/rust/syn/ |
| H A D | parse.rs | 340 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 D | verbatim.rs | 10 let mut cursor = begin.cursor(); in between() localVariable
|
| /linux/lib/ |
| H A 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 1459 struct assoc_array_ptr *cursor, *ptr; in assoc_array_gc() local
|
| /linux/drivers/gpu/drm/vkms/ |
| H A D | vkms_output.c | 31 struct vkms_config_plane *primary, *cursor; in vkms_output_init() local
|
| /linux/drivers/md/persistent-data/ |
| H A D | dm-array.h | 198 struct dm_btree_cursor cursor; member
|
| H A D | dm-bitset.h | 183 struct dm_array_cursor cursor; member
|
| /linux/fs/netfs/ |
| H A D | fscache_volume.c | 175 struct fscache_volume *cursor; in fscache_hash_volume() local 355 struct fscache_volume *cursor; in fscache_wake_pending_volume() local
|
| /linux/fs/xfs/scrub/ |
| H A D | dirtree.c | 598 xfs_ino_t *cursor) in xchk_dirpath_step_is_stale() 663 xfs_ino_t cursor = dl->scan_ino; in xchk_dirpath_is_stale() local
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_sync.c | 94 struct dma_resv_iter cursor; in radeon_sync_resv() local
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_vkms.c | 169 struct drm_plane *primary, struct drm_plane *cursor) in amdgpu_vkms_crtc_init() argument 439 struct drm_plane *primary, *cursor = NULL; amdgpu_vkms_output_init() local
|