Home
last modified time | relevance | path

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

12345678910>>...65

/Linux-v4.19/drivers/pci/
Dats.c21 int pos; in pci_ats_init() local
156 int pos; in pci_enable_pri() local
192 int pos; in pci_disable_pri() local
217 int pos; in pci_restore_pri_state() local
241 int pos; in pci_reset_pri() local
271 int pos; in pci_enable_pasid() local
308 int pos; in pci_disable_pasid() local
330 int pos; in pci_restore_pasid_state() local
357 int pos; in pci_pasid_features() local
383 int pos; in pci_max_pasids() local
Dvc.c24 static void pci_vc_save_restore_dwords(struct pci_dev *dev, int pos, in pci_vc_save_restore_dwords()
46 static void pci_vc_load_arb_table(struct pci_dev *dev, int pos) in pci_vc_load_arb_table()
70 static void pci_vc_load_port_arb_table(struct pci_dev *dev, int pos, int res) in pci_vc_load_port_arb_table()
101 static void pci_vc_enable(struct pci_dev *dev, int pos, int res) in pci_vc_enable()
183 static int pci_vc_do_save_buffer(struct pci_dev *dev, int pos, in pci_vc_do_save_buffer()
356 int pos, ret; in pci_save_vc_state() local
393 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-v4.19/include/linux/
Dlist.h439 #define list_next_entry(pos, member) \ argument
447 #define list_prev_entry(pos, member) \ argument
455 #define list_for_each(pos, head) \ argument
463 #define list_for_each_prev(pos, head) \ argument
472 #define list_for_each_safe(pos, n, head) \ argument
482 #define list_for_each_prev_safe(pos, n, head) \ argument
493 #define list_for_each_entry(pos, head, member) \ argument
504 #define list_for_each_entry_reverse(pos, head, member) \ argument
517 #define list_prepare_entry(pos, head, member) \ argument
529 #define list_for_each_entry_continue(pos, head, member) \ argument
[all …]
Dplist.h151 #define plist_for_each(pos, head) \ argument
161 #define plist_for_each_continue(pos, head) \ argument
172 #define plist_for_each_safe(pos, n, head) \ argument
181 #define plist_for_each_entry(pos, head, mem) \ argument
193 #define plist_for_each_entry_continue(pos, head, m) \ argument
205 #define plist_for_each_entry_safe(pos, n, head, m) \ argument
266 #define plist_next(pos) \ argument
273 #define plist_prev(pos) \ argument
Drculist.h351 #define list_for_each_entry_rcu(pos, head, member) \ argument
387 #define list_for_each_entry_lockless(pos, head, member) \ argument
410 #define list_for_each_entry_continue_rcu(pos, head, member) \ argument
432 #define list_for_each_entry_from_rcu(pos, head, member) \ argument
611 #define __hlist_for_each_rcu(pos, head) \ argument
626 #define hlist_for_each_entry_rcu(pos, head, member) \ argument
646 #define hlist_for_each_entry_rcu_notrace(pos, head, member) \ argument
663 #define hlist_for_each_entry_rcu_bh(pos, head, member) \ argument
675 #define hlist_for_each_entry_continue_rcu(pos, member) \ argument
687 #define hlist_for_each_entry_continue_rcu_bh(pos, member) \ argument
[all …]
/Linux-v4.19/tools/include/linux/
Dlist.h392 #define list_next_entry(pos, member) \ argument
400 #define list_prev_entry(pos, member) \ argument
408 #define list_for_each(pos, head) \ argument
416 #define list_for_each_prev(pos, head) \ argument
425 #define list_for_each_safe(pos, n, head) \ argument
435 #define list_for_each_prev_safe(pos, n, head) \ argument
446 #define list_for_each_entry(pos, head, member) \ argument
457 #define list_for_each_entry_reverse(pos, head, member) \ argument
470 #define list_prepare_entry(pos, head, member) \ argument
482 #define list_for_each_entry_continue(pos, head, member) \ argument
[all …]
/Linux-v4.19/net/ieee802154/
Dheader_ops.c26 int pos = 0; in ieee802154_hdr_push_addr() local
57 int pos = 5; in ieee802154_hdr_push_sechdr() local
89 int pos = 2; in ieee802154_hdr_push() local
135 int pos = 0; in ieee802154_hdr_get_addr() local
171 int pos = 5; in ieee802154_hdr_get_sechdr() local
228 int pos = 0; in ieee802154_hdr_get_addrs() local
244 int pos = 3, rc; in ieee802154_hdr_pull() local
275 int pos = 3, rc; in ieee802154_hdr_peek_addrs() local
295 int pos; in ieee802154_hdr_peek() local
/Linux-v4.19/tools/perf/util/
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()
182 gen_prologue_fastpath(struct bpf_insn_pos *pos, in gen_prologue_fastpath()
241 gen_prologue_slowpath(struct bpf_insn_pos *pos, in gen_prologue_slowpath()
319 prologue_relocate(struct bpf_insn_pos *pos, struct bpf_insn *error_code, in prologue_relocate()
365 struct bpf_insn_pos pos; in bpf__gen_prologue() local
/Linux-v4.19/fs/romfs/
Dstorage.c27 static int romfs_mtd_read(struct super_block *sb, unsigned long pos, in romfs_mtd_read()
41 unsigned long pos, size_t maxlen) in romfs_mtd_strnlen()
70 static int romfs_mtd_strcmp(struct super_block *sb, unsigned long pos, in romfs_mtd_strcmp()
107 static int romfs_blk_read(struct super_block *sb, unsigned long pos, in romfs_blk_read()
135 unsigned long pos, size_t limit) in romfs_blk_strnlen()
167 static int romfs_blk_strcmp(struct super_block *sb, unsigned long pos, in romfs_blk_strcmp()
218 int romfs_dev_read(struct super_block *sb, unsigned long pos, in romfs_dev_read()
244 unsigned long pos, size_t maxlen) in romfs_dev_strnlen()
271 int romfs_dev_strcmp(struct super_block *sb, unsigned long pos, in romfs_dev_strcmp()
/Linux-v4.19/net/appletalk/
Datalk_proc.c20 static __inline__ struct atalk_iface *atalk_get_interface_idx(loff_t pos) in atalk_get_interface_idx()
30 static void *atalk_seq_interface_start(struct seq_file *seq, loff_t *pos) in atalk_seq_interface_start()
39 static void *atalk_seq_interface_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_interface_next()
81 static __inline__ struct atalk_route *atalk_get_route_idx(loff_t pos) in atalk_get_route_idx()
91 static void *atalk_seq_route_start(struct seq_file *seq, loff_t *pos) in atalk_seq_route_start()
100 static void *atalk_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_route_next()
148 static void *atalk_seq_socket_start(struct seq_file *seq, loff_t *pos) in atalk_seq_socket_start()
155 static void *atalk_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in atalk_seq_socket_next()
/Linux-v4.19/net/core/
Dnet-procfs.c16 static inline struct net_device *dev_from_same_bucket(struct seq_file *seq, loff_t *pos) in dev_from_same_bucket()
32 static inline struct net_device *dev_from_bucket(struct seq_file *seq, loff_t *pos) in dev_from_bucket()
53 static void *dev_seq_start(struct seq_file *seq, loff_t *pos) in dev_seq_start()
66 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dev_seq_next()
119 static struct softnet_data *softnet_get_online(loff_t *pos) in softnet_get_online()
132 static void *softnet_seq_start(struct seq_file *seq, loff_t *pos) in softnet_seq_start()
137 static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos) in softnet_seq_next()
185 static void *ptype_get_idx(loff_t pos) in ptype_get_idx()
207 static void *ptype_seq_start(struct seq_file *seq, loff_t *pos) in ptype_seq_start()
214 static void *ptype_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ptype_seq_next()
/Linux-v4.19/arch/powerpc/kernel/
Dptrace.c331 unsigned int pos, unsigned int count, in gpr_get()
372 unsigned int pos, unsigned int count, in gpr_set()
439 unsigned int pos, unsigned int count, in fpr_get()
478 unsigned int pos, unsigned int count, in fpr_set()
547 unsigned int pos, unsigned int count, in vr_get()
594 unsigned int pos, unsigned int count, in vr_set()
656 unsigned int pos, unsigned int count, in vsr_get()
689 unsigned int pos, unsigned int count, in vsr_set()
733 unsigned int pos, unsigned int count, in evr_get()
756 unsigned int pos, unsigned int count, in evr_set()
[all …]
/Linux-v4.19/arch/s390/kernel/
Dptrace.c895 unsigned int pos, unsigned int count, in s390_regs_get()
922 unsigned int pos, unsigned int count, in s390_regs_set()
957 const struct user_regset *regset, unsigned int pos, in s390_fpregs_get()
973 const struct user_regset *regset, unsigned int pos, in s390_fpregs_set()
1016 unsigned int pos, unsigned int count, in s390_last_break_get()
1034 unsigned int pos, unsigned int count, in s390_last_break_set()
1042 unsigned int pos, unsigned int count, in s390_tdb_get()
1056 unsigned int pos, unsigned int count, in s390_tdb_set()
1064 unsigned int pos, unsigned int count, in s390_vxrs_low_get()
1081 unsigned int pos, unsigned int count, in s390_vxrs_low_set()
[all …]
/Linux-v4.19/drivers/cpufreq/
Dfreq_table.c23 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in policy_has_boost_freq() local
39 struct cpufreq_frequency_table *pos; in cpufreq_frequency_table_cpuinfo() local
70 struct cpufreq_frequency_table *pos; in cpufreq_frequency_table_verify() local
128 struct cpufreq_frequency_table *pos; in cpufreq_table_index_unsorted() local
212 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in cpufreq_frequency_table_get_index() local
235 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in show_available_freqs() local
302 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in set_freq_table_sorted() local
/Linux-v4.19/drivers/mtd/nand/
Dcore.c22 bool nanddev_isbad(struct nand_device *nand, const struct nand_pos *pos) in nanddev_isbad()
61 int nanddev_markbad(struct nand_device *nand, const struct nand_pos *pos) in nanddev_markbad()
102 bool nanddev_isreserved(struct nand_device *nand, const struct nand_pos *pos) in nanddev_isreserved()
126 int nanddev_erase(struct nand_device *nand, const struct nand_pos *pos) in nanddev_erase()
156 struct nand_pos pos, last; in nanddev_mtd_erase() local
/Linux-v4.19/fs/
Dread_write.c368 loff_t pos; in rw_verify_area() local
413 loff_t *pos) in __vfs_read()
423 ssize_t kernel_read(struct file *file, void *buf, size_t count, loff_t *pos) in kernel_read()
437 ssize_t vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos) in vfs_read()
482 loff_t *pos) in __vfs_write()
492 ssize_t __kernel_write(struct file *file, const void *buf, size_t count, loff_t *pos) in __kernel_write()
518 loff_t *pos) in kernel_write()
533 ssize_t vfs_write(struct file *file, const char __user *buf, size_t count, loff_t *pos) in vfs_write()
566 static inline void file_pos_write(struct file *file, loff_t pos) in file_pos_write()
577 loff_t pos = file_pos_read(f.file); in ksys_read() local
[all …]
Diomap.c49 iomap_apply(struct inode *inode, loff_t pos, loff_t length, unsigned flags, in iomap_apply()
103 iomap_sector(struct iomap *iomap, loff_t pos) in iomap_sector()
144 loff_t *pos, loff_t length, unsigned *offp, unsigned *lenp) in iomap_adjust_read_range()
281 iomap_readpage_actor(struct inode *inode, loff_t pos, loff_t length, void *data, in iomap_readpage_actor()
395 iomap_next_page(struct inode *inode, struct list_head *pages, loff_t pos, in iomap_next_page()
423 iomap_readpages_actor(struct inode *inode, loff_t pos, loff_t length, in iomap_readpages_actor()
458 loff_t pos = page_offset(list_entry(pages->prev, struct page, lru)); in iomap_readpages() local
570 iomap_write_failed(struct inode *inode, loff_t pos, unsigned len) in iomap_write_failed()
605 __iomap_write_begin(struct inode *inode, loff_t pos, unsigned len, in __iomap_write_begin()
638 iomap_write_begin(struct inode *inode, loff_t pos, unsigned len, unsigned flags, in iomap_write_begin()
[all …]
/Linux-v4.19/net/x25/
Dx25_proc.c30 static void *x25_seq_route_start(struct seq_file *seq, loff_t *pos) in x25_seq_route_start()
37 static void *x25_seq_route_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_route_next()
65 static void *x25_seq_socket_start(struct seq_file *seq, loff_t *pos) in x25_seq_socket_start()
72 static void *x25_seq_socket_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_socket_next()
118 static void *x25_seq_forward_start(struct seq_file *seq, loff_t *pos) in x25_seq_forward_start()
125 static void *x25_seq_forward_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_forward_next()
/Linux-v4.19/drivers/gpu/drm/omapdrm/
Dtcm-sita.c36 static void free_slots(unsigned long pos, u16 w, u16 h, in free_slots()
51 static int r2l_b2t_1d(u16 w, unsigned long *pos, unsigned long *map, in r2l_b2t_1d()
88 unsigned long *pos, unsigned long slot_bytes, in l2r_t2b()
165 unsigned long pos; in sita_reserve_1d() local
185 unsigned long pos; in sita_reserve_2d() local
210 unsigned long pos; in sita_free() local
/Linux-v4.19/drivers/isdn/capi/
Dkcapi_proc.c38 static void *controller_start(struct seq_file *seq, loff_t *pos) in controller_start()
49 static void *controller_next(struct seq_file *seq, void *v, loff_t *pos) in controller_next()
117 static void *applications_start(struct seq_file *seq, loff_t *pos) in applications_start()
129 applications_next(struct seq_file *seq, void *v, loff_t *pos) in applications_next()
195 static void *capi_driver_start(struct seq_file *seq, loff_t *pos) in capi_driver_start()
202 static void *capi_driver_next(struct seq_file *seq, void *v, loff_t *pos) in capi_driver_next()
/Linux-v4.19/arch/mips/kernel/
Dptrace.c297 unsigned int pos, unsigned int count, in gpr32_get()
310 unsigned int pos, unsigned int count, in gpr32_set()
364 unsigned int pos, unsigned int count, in gpr64_get()
377 unsigned int pos, unsigned int count, in gpr64_set()
429 unsigned int *pos, unsigned int *count, in fpr_get_fpa()
444 unsigned int *pos, unsigned int *count, in fpr_get_msa()
471 unsigned int pos, unsigned int count, in fpr_get()
504 unsigned int *pos, unsigned int *count, in fpr_set_fpa()
519 unsigned int *pos, unsigned int *count, in fpr_set_msa()
553 unsigned int pos, unsigned int count, in fpr_set()
[all …]
/Linux-v4.19/drivers/vfio/pci/
Dvfio_pci_config.c177 static int vfio_default_config_read(struct vfio_pci_device *vdev, int pos, in vfio_default_config_read()
203 static int vfio_default_config_write(struct vfio_pci_device *vdev, int pos, in vfio_default_config_write()
250 static int vfio_direct_config_read(struct vfio_pci_device *vdev, int pos, in vfio_direct_config_read()
275 static int vfio_raw_config_write(struct vfio_pci_device *vdev, int pos, in vfio_raw_config_write()
288 static int vfio_raw_config_read(struct vfio_pci_device *vdev, int pos, in vfio_raw_config_read()
302 static int vfio_virt_config_write(struct vfio_pci_device *vdev, int pos, in vfio_virt_config_write()
310 static int vfio_virt_config_read(struct vfio_pci_device *vdev, int pos, in vfio_virt_config_read()
502 static int vfio_basic_config_read(struct vfio_pci_device *vdev, int pos, in vfio_basic_config_read()
526 int i = 0, pos = PCI_BASE_ADDRESS_0, ret; in vfio_need_bar_restore() local
540 static int vfio_basic_config_write(struct vfio_pci_device *vdev, int pos, in vfio_basic_config_write()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_debugfs.c100 char __user *buf, size_t size, loff_t *pos) in amdgpu_debugfs_process_reg_op()
202 size_t size, loff_t *pos) in amdgpu_debugfs_regs_read()
211 size_t size, loff_t *pos) in amdgpu_debugfs_regs_write()
230 size_t size, loff_t *pos) in amdgpu_debugfs_regs_pcie_read()
269 size_t size, loff_t *pos) in amdgpu_debugfs_regs_pcie_write()
309 size_t size, loff_t *pos) in amdgpu_debugfs_regs_didt_read()
348 size_t size, loff_t *pos) in amdgpu_debugfs_regs_didt_write()
388 size_t size, loff_t *pos) in amdgpu_debugfs_regs_smc_read()
427 size_t size, loff_t *pos) in amdgpu_debugfs_regs_smc_write()
469 size_t size, loff_t *pos) in amdgpu_debugfs_gca_config_read()
[all …]
/Linux-v4.19/kernel/
Dkallsyms.c121 static unsigned int get_symbol_offset(unsigned long pos) in get_symbol_offset()
289 unsigned long pos; in kallsyms_lookup() local
319 unsigned long pos; in lookup_symbol_name() local
338 unsigned long pos; in lookup_symbol_attrs() local
434 loff_t pos; member
536 static int update_iter_mod(struct kallsym_iter *iter, loff_t pos) in update_iter_mod()
556 static int update_iter(struct kallsym_iter *iter, loff_t pos) in update_iter()
572 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next()
581 static void *s_start(struct seq_file *m, loff_t *pos) in s_start()
679 const char *kdb_walk_kallsyms(loff_t *pos) in kdb_walk_kallsyms()
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/
Dlist.h314 #define list_for_each_entry(pos, head, member) \ argument
326 #define list_for_each_entry_safe(pos, tmp, head, member) \ argument
333 #define list_for_each_entry_reverse(pos, head, member) \ argument
338 #define list_for_each_entry_continue(pos, head, member) \ argument
343 #define list_for_each_entry_continue_reverse(pos, head, member) \ argument
348 #define list_for_each_entry_from(pos, head, member) \ argument

12345678910>>...65