Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 1903) sorted by relevance

12345678910>>...77

/linux-6.3-rc2/include/linux/
A Dlist.h191 struct list_head *pos = entry2->prev; in list_swap() local
563 #define list_next_entry(pos, member) \ argument
584 #define list_prev_entry(pos, member) \ argument
605 #define list_for_each(pos, head) \ argument
613 #define list_for_each_rcu(pos, head) \ argument
625 #define list_for_each_continue(pos, head) \ argument
633 #define list_for_each_prev(pos, head) \ argument
642 #define list_for_each_safe(pos, n, head) \ argument
664 struct list_head *pos; in list_count_nodes() local
1035 #define hlist_for_each(pos, head) \ argument
[all …]
A Dplist.h152 #define plist_for_each(pos, head) \ argument
162 #define plist_for_each_continue(pos, head) \ argument
173 #define plist_for_each_safe(pos, n, head) \ argument
182 #define plist_for_each_entry(pos, head, mem) \ argument
194 #define plist_for_each_entry_continue(pos, head, m) \ argument
206 #define plist_for_each_entry_safe(pos, n, head, m) \ argument
267 #define plist_next(pos) \ argument
274 #define plist_prev(pos) \ argument
A Drculist.h389 #define list_for_each_entry_rcu(pos, head, member, cond...) \ argument
408 #define list_for_each_entry_srcu(pos, head, member, cond) \ argument
443 #define list_for_each_entry_lockless(pos, head, member) \ argument
466 #define list_for_each_entry_continue_rcu(pos, head, member) \ argument
488 #define list_for_each_entry_from_rcu(pos, head, member) \ argument
688 #define __hlist_for_each_rcu(pos, head) \ argument
725 #define hlist_for_each_entry_srcu(pos, head, member, cond) \ argument
763 #define hlist_for_each_entry_rcu_bh(pos, head, member) \ argument
775 #define hlist_for_each_entry_continue_rcu(pos, member) \ argument
787 #define hlist_for_each_entry_continue_rcu_bh(pos, member) \ argument
[all …]
/linux-6.3-rc2/tools/include/linux/
A Dlist.h403 #define list_next_entry(pos, member) \ argument
411 #define list_prev_entry(pos, member) \ argument
419 #define list_for_each(pos, head) \ argument
427 #define list_for_each_prev(pos, head) \ argument
436 #define list_for_each_safe(pos, n, head) \ argument
446 #define list_for_each_prev_safe(pos, n, head) \ argument
481 #define list_prepare_entry(pos, head, member) \ argument
596 #define list_safe_reset_next(pos, n, member) \ argument
707 #define hlist_for_each(pos, head) \ argument
710 #define hlist_for_each_safe(pos, n, head) \ argument
[all …]
/linux-6.3-rc2/drivers/net/ethernet/hisilicon/hns3/hns3pf/
A Dhclge_debugfs.c374 int pos = 0; in hclge_dbg_dump_mac() local
450 int *pos) in hclge_dbg_dump_dcb_pg()
593 int pos = 0; in hclge_dbg_dump_dcb() local
648 int pos = 0; in hclge_dbg_dump_tc() local
724 int pos = 0; in __hclge_dbg_dump_tm_pg() local
801 int pos = 0; in hclge_dbg_dump_tm_port() local
825 int pos = 0; in hclge_dbg_dump_tm_bp_qset_map() local
871 int pos = 0; in hclge_dbg_dump_tm_map() local
915 int pos = 0; in hclge_dbg_dump_tm_nodes() local
1101 int pos = 0; in hclge_dbg_dump_qos_pause_cfg() local
[all …]
/linux-6.3-rc2/tools/perf/util/
A Dbpf-prologue.c29 struct bpf_insn *pos; member
33 pos_get_cnt(struct bpf_insn_pos *pos) in pos_get_cnt()
39 append_insn(struct bpf_insn new_insn, struct bpf_insn_pos *pos) in append_insn()
55 check_pos(struct bpf_insn_pos *pos) in check_pos()
112 gen_ldx_reg_from_ctx(struct bpf_insn_pos *pos, int ctx_reg, in gen_ldx_reg_from_ctx()
142 gen_read_mem(struct bpf_insn_pos *pos, in gen_read_mem()
183 gen_prologue_fastpath(struct bpf_insn_pos *pos, in gen_prologue_fastpath()
242 gen_prologue_slowpath(struct bpf_insn_pos *pos, in gen_prologue_slowpath()
325 prologue_relocate(struct bpf_insn_pos *pos, struct bpf_insn *error_code, in prologue_relocate()
371 struct bpf_insn_pos pos; in bpf__gen_prologue() local
/linux-6.3-rc2/net/ieee802154/
A Dheader_ops.c18 int pos = 0; in ieee802154_hdr_push_addr() local
49 int pos = 5; in ieee802154_hdr_push_sechdr() local
81 int pos = 2; in ieee802154_hdr_push() local
151 int pos = 0; in ieee802154_hdr_get_addr() local
187 int pos = 5; in ieee802154_hdr_get_sechdr() local
244 int pos = 0; in ieee802154_hdr_get_addrs() local
260 int pos = 3, rc; in ieee802154_hdr_pull() local
291 int pos = 3, rc; in ieee802154_hdr_peek_addrs() local
311 int pos; in ieee802154_hdr_peek() local
/linux-6.3-rc2/kernel/
A Dsysctl-test.c39 loff_t pos; in sysctl_test_api_dointvec_null_tbl_data() local
85 loff_t pos; in sysctl_test_api_dointvec_table_maxlen_unset() local
131 loff_t pos; in sysctl_test_api_dointvec_table_len_is_zero() local
170 loff_t pos = 1; in sysctl_test_api_dointvec_table_read_but_position_set() local
195 loff_t pos = 0; in sysctl_test_dointvec_read_happy_single_positive() local
226 loff_t pos = 0; in sysctl_test_dointvec_read_happy_single_negative() local
256 loff_t pos = 0; in sysctl_test_dointvec_write_happy_single_positive() local
286 loff_t pos = 0; in sysctl_test_dointvec_write_happy_single_negative() local
317 loff_t pos = 0; in sysctl_test_api_dointvec_write_single_less_int_min() local
355 loff_t pos = 0; in sysctl_test_api_dointvec_write_single_greater_int_max() local
/linux-6.3-rc2/fs/romfs/
A Dstorage.c23 static int romfs_mtd_read(struct super_block *sb, unsigned long pos, in romfs_mtd_read()
37 unsigned long pos, size_t maxlen) in romfs_mtd_strnlen()
66 static int romfs_mtd_strcmp(struct super_block *sb, unsigned long pos, in romfs_mtd_strcmp()
103 static int romfs_blk_read(struct super_block *sb, unsigned long pos, in romfs_blk_read()
131 unsigned long pos, size_t limit) in romfs_blk_strnlen()
163 static int romfs_blk_strcmp(struct super_block *sb, unsigned long pos, in romfs_blk_strcmp()
214 int romfs_dev_read(struct super_block *sb, unsigned long pos, in romfs_dev_read()
238 unsigned long pos, size_t maxlen) in romfs_dev_strnlen()
265 int romfs_dev_strcmp(struct super_block *sb, unsigned long pos, in romfs_dev_strcmp()
/linux-6.3-rc2/net/appletalk/
A Datalk_proc.c17 static __inline__ struct atalk_iface *atalk_get_interface_idx(loff_t pos) in atalk_get_interface_idx()
27 static void *atalk_seq_interface_start(struct seq_file *seq, loff_t *pos) in atalk_seq_interface_start()
36 static void *atalk_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_interface_next()
78 static __inline__ struct atalk_route *atalk_get_route_idx(loff_t pos) in atalk_get_route_idx()
88 static void *atalk_seq_route_start(struct seq_file *seq, loff_t *pos) in atalk_seq_route_start()
97 static void *atalk_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_route_next()
145 static void *atalk_seq_socket_start(struct seq_file *seq, loff_t *pos) in atalk_seq_socket_start()
152 static void *atalk_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_socket_next()
/linux-6.3-rc2/fs/
A Dread_write.c361 loff_t pos = *ppos; in rw_verify_area() local
549 loff_t *pos) in kernel_write()
653 loff_t pos) in ksys_pread64()
673 size_t, count, loff_t, pos) in SYSCALL_DEFINE4() argument
778 loff_t *pos, rwf_t flags) in do_iter_read()
843 loff_t *pos, rwf_t flags) in do_iter_write()
1187 loff_t pos; in do_sendfile() local
1292 loff_t pos; in SYSCALL_DEFINE4() local
1311 loff_t pos; in SYSCALL_DEFINE4() local
1330 loff_t pos; in COMPAT_SYSCALL_DEFINE4() local
[all …]
/linux-6.3-rc2/net/core/
A Dnet-procfs.c15 static inline struct net_device *dev_from_same_bucket(struct seq_file *seq, loff_t *pos) in dev_from_same_bucket()
31 static inline struct net_device *dev_from_bucket(struct seq_file *seq, loff_t *pos) in dev_from_bucket()
52 static void *dev_seq_start(struct seq_file *seq, loff_t *pos) in dev_seq_start()
65 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dev_seq_next()
124 static struct softnet_data *softnet_get_online(loff_t *pos) in softnet_get_online()
137 static void *softnet_seq_start(struct seq_file *seq, loff_t *pos) in softnet_seq_start()
142 static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos) in softnet_seq_next()
195 static void *ptype_get_idx(struct seq_file *seq, loff_t pos) in ptype_get_idx()
228 static void *ptype_seq_start(struct seq_file *seq, loff_t *pos) in ptype_seq_start()
235 static void *ptype_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ptype_seq_next()
/linux-6.3-rc2/drivers/pci/
A Dvc.c26 static void pci_vc_save_restore_dwords(struct pci_dev *dev, int pos, in pci_vc_save_restore_dwords()
48 static void pci_vc_load_arb_table(struct pci_dev *dev, int pos) in pci_vc_load_arb_table()
72 static void pci_vc_load_port_arb_table(struct pci_dev *dev, int pos, int res) in pci_vc_load_port_arb_table()
103 static void pci_vc_enable(struct pci_dev *dev, int pos, int res) in pci_vc_enable()
184 static int pci_vc_do_save_buffer(struct pci_dev *dev, int pos, in pci_vc_do_save_buffer()
357 int pos, ret; in pci_save_vc_state() local
394 int pos; in pci_restore_vc_state() local
418 int len, pos = pci_find_ext_capability(dev, vc_caps[i].id); in pci_allocate_vc_save_buffers() local
/linux-6.3-rc2/drivers/cpufreq/
A Dfreq_table.c19 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in policy_has_boost_freq() local
35 struct cpufreq_frequency_table *pos; in cpufreq_frequency_table_cpuinfo() local
72 struct cpufreq_frequency_table *pos; in cpufreq_frequency_table_verify() local
130 struct cpufreq_frequency_table *pos; in cpufreq_table_index_unsorted() local
214 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in cpufreq_frequency_table_get_index() local
237 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in show_available_freqs() local
301 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in set_freq_table_sorted() local
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_debugfs.c193 size_t size, loff_t *pos) in amdgpu_debugfs_regs_read()
202 size_t size, loff_t *pos) in amdgpu_debugfs_regs_write()
360 size_t size, loff_t *pos) in amdgpu_debugfs_regs_pcie_read()
416 size_t size, loff_t *pos) in amdgpu_debugfs_regs_pcie_write()
473 size_t size, loff_t *pos) in amdgpu_debugfs_regs_didt_read()
529 size_t size, loff_t *pos) in amdgpu_debugfs_regs_didt_write()
586 size_t size, loff_t *pos) in amdgpu_debugfs_regs_smc_read()
701 size_t size, loff_t *pos) in amdgpu_debugfs_gca_config_read()
797 size_t size, loff_t *pos) in amdgpu_debugfs_sensor_read()
878 size_t size, loff_t *pos) in amdgpu_debugfs_wave_read()
[all …]
/linux-6.3-rc2/net/mptcp/
A Dtoken.c58 struct hlist_nulls_node *pos; in __token_lookup_req() local
70 struct hlist_nulls_node *pos; in __token_lookup_msk() local
194 struct mptcp_subflow_request_sock *pos; in mptcp_token_accept() local
212 struct hlist_nulls_node *pos; in mptcp_token_exists() local
248 struct hlist_nulls_node *pos; in mptcp_token_get_sock() local
301 struct hlist_nulls_node *pos; in mptcp_token_iter_next() local
353 struct mptcp_subflow_request_sock *pos; in mptcp_token_destroy_request() local
379 struct mptcp_sock *pos; in mptcp_token_destroy() local
/linux-6.3-rc2/scripts/dtc/
A Dsrcpos.c232 void srcpos_update(struct srcpos *pos, const char *text, int len) in srcpos_update()
254 srcpos_copy(struct srcpos *pos) in srcpos_copy()
274 struct srcpos *srcpos_extend(struct srcpos *pos, struct srcpos *newtail) in srcpos_extend()
287 srcpos_string(struct srcpos *pos) in srcpos_string()
312 srcpos_string_comment(struct srcpos *pos, bool first_line, int level) in srcpos_string_comment()
363 char *srcpos_string_first(struct srcpos *pos, int level) in srcpos_string_first()
368 char *srcpos_string_last(struct srcpos *pos, int level) in srcpos_string_last()
373 void srcpos_verror(struct srcpos *pos, const char *prefix, in srcpos_verror()
387 void srcpos_error(struct srcpos *pos, const char *prefix, in srcpos_error()
/linux-6.3-rc2/net/x25/
A Dx25_proc.c25 static void *x25_seq_route_start(struct seq_file *seq, loff_t *pos) in x25_seq_route_start()
32 static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_route_next()
60 static void *x25_seq_socket_start(struct seq_file *seq, loff_t *pos) in x25_seq_socket_start()
67 static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_socket_next()
112 static void *x25_seq_forward_start(struct seq_file *seq, loff_t *pos) in x25_seq_forward_start()
119 static void *x25_seq_forward_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_forward_next()
/linux-6.3-rc2/drivers/mtd/nand/
A Dcore.c22 bool nanddev_isbad(struct nand_device *nand, const struct nand_pos *pos) in nanddev_isbad()
64 int nanddev_markbad(struct nand_device *nand, const struct nand_pos *pos) in nanddev_markbad()
105 bool nanddev_isreserved(struct nand_device *nand, const struct nand_pos *pos) in nanddev_isreserved()
129 static int nanddev_erase(struct nand_device *nand, const struct nand_pos *pos) in nanddev_erase()
158 struct nand_pos pos, last; in nanddev_mtd_erase() local
194 struct nand_pos pos, end; in nanddev_mtd_max_bad_blocks() local
/linux-6.3-rc2/drivers/vfio/pci/
A Dvfio_pci_config.c272 static int vfio_raw_config_write(struct vfio_pci_core_device *vdev, int pos, in vfio_raw_config_write()
285 static int vfio_raw_config_read(struct vfio_pci_core_device *vdev, int pos, in vfio_raw_config_read()
307 static int vfio_virt_config_read(struct vfio_pci_core_device *vdev, int pos, in vfio_virt_config_read()
544 int i = 0, pos = PCI_BASE_ADDRESS_0, ret; in vfio_need_bar_restore() local
714 static int vfio_pm_config_write(struct vfio_pci_core_device *vdev, int pos, in vfio_pm_config_write()
1111 static int vfio_find_cap_start(struct vfio_pci_core_device *vdev, int pos) in vfio_find_cap_start()
1228 static int vfio_msi_cap_len(struct vfio_pci_core_device *vdev, u8 pos) in vfio_msi_cap_len()
1261 static int vfio_vc_cap_len(struct vfio_pci_core_device *vdev, u16 pos) in vfio_vc_cap_len()
1514 u8 pos, *prev, cap; in vfio_cap_init() local
1844 loff_t pos) in vfio_pci_cap_remaining_dword()
[all …]
/linux-6.3-rc2/security/apparmor/
A Dpolicy_unpack.c174 void *pos = e->pos; in aa_unpack_u16_chunk() local
225 void *pos = e->pos; in aa_unpack_nameX() local
253 void *pos = e->pos; in unpack_u8() local
271 void *pos = e->pos; in aa_unpack_u32() local
290 void *pos = e->pos; in aa_unpack_u64() local
329 void *pos = e->pos; in aa_unpack_array() local
347 void *pos = e->pos; in aa_unpack_blob() local
372 void *pos = e->pos; in aa_unpack_str() local
395 void *pos = e->pos; in aa_unpack_strdup() local
533 void *pos = e->pos; in unpack_xattrs() local
[all …]
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/
A Dtcm-sita.c28 static void free_slots(unsigned long pos, u16 w, u16 h, in free_slots()
43 static int r2l_b2t_1d(u16 w, unsigned long *pos, unsigned long *map, in r2l_b2t_1d()
80 unsigned long *pos, unsigned long slot_bytes, in l2r_t2b()
157 unsigned long pos; in sita_reserve_1d() local
177 unsigned long pos; in sita_reserve_2d() local
202 unsigned long pos; in sita_free() local
/linux-6.3-rc2/drivers/misc/ocxl/
A Dconfig.c80 int pos; in read_pasid() local
102 int pos; in read_dvsec_tl() local
119 int pos, afu_present; in read_dvsec_function() local
146 int pos; in read_dvsec_afu_info() local
164 int pos; in read_dvsec_vendor() local
211 int pos; in get_dvsec_vendor0() local
234 int pos; in ocxl_config_get_reset_reload() local
250 int pos; in ocxl_config_set_reset_reload() local
329 int pos = fn->dvsec_afu_info_pos; in read_afu_info() local
489 int pos; in read_afu_control() local
[all …]
/linux-6.3-rc2/fs/iomap/
A Dbuffered-io.c91 loff_t *pos, loff_t length, size_t *offp, size_t *lenp) in iomap_adjust_read_range()
247 loff_t pos) in iomap_block_needs_zeroing()
260 loff_t pos = iter->pos + offset; in iomap_readpage_iter() local
728 struct folio *folio, loff_t pos, size_t copied) in iomap_write_end_inline()
783 loff_t pos = iter->pos; in iomap_write_iter() local
985 int (*punch)(struct inode *inode, loff_t pos, loff_t length)) in iomap_write_delalloc_release()
1077 struct iomap *iomap, loff_t pos, loff_t length, in iomap_file_buffered_write_punch_delalloc()
1116 loff_t pos = iter->pos; in iomap_unshare_iter() local
1156 iomap_file_unshare(struct inode *inode, loff_t pos, loff_t len, in iomap_file_unshare()
1176 loff_t pos = iter->pos; in iomap_zero_iter() local
[all …]
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/dvm/
A Ddebugfs.c62 int pos = 0; in iwl_dbgfs_sram_read() local
349 int pos = 0; in iwl_dbgfs_status_read() local
383 int pos = 0; in iwl_dbgfs_rx_handlers_read() local
464 int pos = 0; in iwl_dbgfs_thermal_throttling_read() local
517 int pos = 0; in iwl_dbgfs_disable_ht40_read() local
532 int pos = 0; in iwl_dbgfs_temperature_read() local
671 int pos = 0; in iwl_dbgfs_ucode_rx_stats_read() local
1104 int pos = 0; in iwl_dbgfs_ucode_tx_stats_read() local
1301 int pos = 0; in iwl_dbgfs_ucode_general_stats_read() local
1421 int pos = 0; in iwl_dbgfs_ucode_bt_stats_read() local
[all …]

Completed in 66 milliseconds

12345678910>>...77