Home
last modified time | relevance | path

Searched defs:iter (Results 1151 - 1175 of 1366) sorted by relevance

1...<<41424344454647484950>>...55

/kernel/linux/linux-5.10/drivers/vhost/
H A Dscsi.c680 vhost_scsi_calc_sgls(struct iov_iter *iter, size_t bytes, int max_sgls) in vhost_scsi_calc_sgls() argument
651 vhost_scsi_map_to_sgl(struct vhost_scsi_cmd *cmd, struct iov_iter *iter, struct scatterlist *sgl, bool write) vhost_scsi_map_to_sgl() argument
700 vhost_scsi_iov_to_sgl(struct vhost_scsi_cmd *cmd, bool write, struct iov_iter *iter, struct scatterlist *sg, int sg_count) vhost_scsi_iov_to_sgl() argument
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dcls_api.c79 struct tcf_proto *iter; in tcf_proto_exists_destroying() local
/kernel/linux/linux-5.10/net/tipc/
H A Dsocket.c2964 struct rhashtable_iter iter; in tipc_sk_reinit() local
3554 struct rhashtable_iter *iter = (void *)cb->args[4]; in tipc_nl_sk_walk() local
3597 struct rhashtable_iter *iter = (void *)cb->args[4]; __tipc_dump_start() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dmachine.c2182 static void save_iterations(struct iterations *iter, in save_iterations() argument
2084 add_callchain_ip(struct thread *thread, struct callchain_cursor *cursor, struct symbol **parent, struct addr_location *root_al, u8 *cpumode, u64 ip, bool branch, struct branch_flags *flags, struct iterations *iter, u64 branch_from) add_callchain_ip() argument
2201 remove_loops(struct branch_entry *l, int nr, struct iterations *iter) remove_loops() argument
2707 struct iterations iter[nr]; thread__resolve_callchain_sample() local
[all...]
H A Dhist.c800 iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_prepare_mem_entry() argument
814 iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al) in iter_add_single_mem_entry() argument
848 iter_finish_mem_entry(struct hist_entry_iter *iter, struct addr_location *al __maybe_unused) iter_finish_mem_entry() argument
876 iter_prepare_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) iter_prepare_branch_entry() argument
900 iter_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) iter_next_branch_entry() argument
919 iter_add_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al) iter_add_next_branch_entry() argument
955 iter_finish_branch_entry(struct hist_entry_iter *iter, struct addr_location *al __maybe_unused) iter_finish_branch_entry() argument
972 iter_add_single_normal_entry(struct hist_entry_iter *iter, struct addr_location *al) iter_add_single_normal_entry() argument
988 iter_finish_normal_entry(struct hist_entry_iter *iter, struct addr_location *al __maybe_unused) iter_finish_normal_entry() argument
1006 iter_prepare_cumulative_entry(struct hist_entry_iter *iter, struct addr_location *al __maybe_unused) iter_prepare_cumulative_entry() argument
1029 iter_add_single_cumulative_entry(struct hist_entry_iter *iter, struct addr_location *al) iter_add_single_cumulative_entry() argument
1061 iter_next_cumulative_entry(struct hist_entry_iter *iter, struct addr_location *al) iter_next_cumulative_entry() argument
1088 iter_add_next_cumulative_entry(struct hist_entry_iter *iter, struct addr_location *al) iter_add_next_cumulative_entry() argument
1153 iter_finish_cumulative_entry(struct hist_entry_iter *iter, struct addr_location *al __maybe_unused) iter_finish_cumulative_entry() argument
1194 hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al, int max_stack_depth, void *arg) hist_entry_iter__add() argument
1449 struct hist_entry *iter, *new; hierarchy_insert_entry() local
1566 struct hist_entry *iter; hists__collapse_insert_entry() local
1752 struct hist_entry *iter; hierarchy_insert_output_entry() local
1839 struct hist_entry *iter; __hists__insert_output_entry() local
2162 struct hist_entry *iter; resort_filtered_entry() local
2430 struct hist_entry *iter = rb_entry(n, struct hist_entry, rb_node_in); hists__find_entry() local
2450 struct hist_entry *iter; hists__find_hierarchy_entry() local
[all...]
/kernel/linux/linux-5.10/fs/f2fs/
H A Dfile.c4107 static ssize_t f2fs_file_read_iter(struct kiocb *iocb, struct iov_iter *iter) in f2fs_file_read_iter() argument
/kernel/linux/linux-5.10/fs/fuse/
H A Dfile.c1437 ssize_t fuse_direct_io(struct fuse_io_priv *io, struct iov_iter *iter, in fuse_direct_io() argument
1525 __fuse_direct_read(struct fuse_io_priv *io, struct iov_iter *iter, loff_t *ppos) __fuse_direct_read() argument
3163 fuse_direct_IO(struct kiocb *iocb, struct iov_iter *iter) fuse_direct_IO() argument
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H A Dfile.c3449 cifs_readdata_to_iov(struct cifs_readdata *rdata, struct iov_iter *iter) in cifs_readdata_to_iov() argument
3488 uncached_fill_pages(struct TCP_Server_Info *server, struct cifs_readdata *rdata, struct iov_iter *iter, unsigned int len) uncached_fill_pages() argument
3554 cifs_uncached_copy_into_pages(struct TCP_Server_Info *server, struct cifs_readdata *rdata, struct iov_iter *iter) cifs_uncached_copy_into_pages() argument
4224 readpages_fill_pages(struct TCP_Server_Info *server, struct cifs_readdata *rdata, struct iov_iter *iter, unsigned int len) readpages_fill_pages() argument
4317 cifs_readpages_copy_into_pages(struct TCP_Server_Info *server, struct cifs_readdata *rdata, struct iov_iter *iter) cifs_readpages_copy_into_pages() argument
4842 cifs_direct_io(struct kiocb *iocb, struct iov_iter *iter) cifs_direct_io() argument
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dkprobes.c2473 unsigned long *iter; in populate_kprobe_blacklist() local
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_events.c3424 struct trace_event_call **iter, *call; in event_trace_enable() local
/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddlmglue.c3048 struct ocfs2_lock_res *iter, *ret = NULL; in ocfs2_dlm_next_res() local
3074 struct ocfs2_lock_res *iter; in ocfs2_dlm_seq_start() local
3101 struct ocfs2_lock_res *iter = v; ocfs2_dlm_seq_next() local
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dtx.c3920 struct txq_info *iter, *tmp, *txqi = to_txq_info(txq); in ieee80211_txq_may_transmit() local
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_ctl.c2069 struct ip_vs_iter *iter = seq->private; in ip_vs_info_array() local
2110 struct ip_vs_iter *iter; in ip_vs_info_seq_next() local
2176 const struct ip_vs_iter *iter = seq->private; ip_vs_info_seq_show() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h364 struct sg_dma_page_iter iter; member
/kernel/linux/linux-5.10/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c1005 unsigned int i, iter; in zynqmp_dp_aux_transfer() local
/kernel/linux/linux-5.10/drivers/gpu/drm/stm/
H A Dltdc.c528 struct drm_connector_list_iter iter; in ltdc_crtc_mode_set_nofb() local
/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dtcp.c91 struct iov_iter iter; member
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dmemcontrol.h125 struct mem_cgroup_reclaim_iter iter; member
/kernel/linux/linux-6.6/drivers/misc/
H A Dfastrpc.c1824 struct fastrpc_buf *buf = NULL, *iter, *b; in fastrpc_req_munmap() local
1952 struct fastrpc_map *map = NULL, *iter, *m; in fastrpc_req_mem_unmap_impl() local
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-tegra.c1014 u8 iter = TRIES_256; in tegra_sdhci_set_uhs_signaling() local
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.c3087 u32 size, j, iter; in cudbg_collect_up_cim_indirect() local
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c60 struct list_head *iter; in dpaa2_switch_port_set_fdb() local
2009 struct list_head *iter; in dpaa2_switch_port_bridge_join() local
2141 struct list_head *iter; in dpaa2_switch_prevent_bridging_with_8021q_upper() local
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_switchdev.c199 struct list_head *iter; in mlxsw_sp_bridge_device_vxlan_init() local
231 struct list_head *iter; in mlxsw_sp_bridge_device_vxlan_fini() local
2572 struct list_head *iter; in mlxsw_sp_bridge_8021q_vxlan_dev_find() local
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c146 struct vcap_stream_iter iter; in vcap_encode_typegroups() local
228 struct vcap_stream_iter iter; vcap_verify_keystream_keyset() local
275 struct vcap_stream_iter iter; vcap_verify_typegroups() local
453 struct vcap_stream_iter iter; vcap_encode_keyfield() local
747 struct vcap_stream_iter iter; vcap_encode_actionfield() local
1439 struct vcap_stream_iter iter; vcap_decode_actionset() local
1642 struct vcap_admin *iter, *last = NULL; vcap_admin_is_last() local
2103 struct vcap_rule_internal *duprule, *iter, *elem = NULL; vcap_insert_rule() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_sched.c2799 struct ice_sched_agg_vsi_info *agg_vsi_info, *iter, *old_agg_vsi_info = NULL; in ice_sched_assoc_vsi_to_agg() local

Completed in 88 milliseconds

1...<<41424344454647484950>>...55