/Linux-v5.4/drivers/pci/ |
D | ats.c | 21 int pos; in pci_ats_init() local 183 int pos; in pci_enable_pri() local 219 int pos; in pci_disable_pri() local 244 int pos; in pci_restore_pri_state() local 268 int pos; in pci_reset_pri() local 298 int pos; in pci_enable_pasid() local 335 int pos; in pci_disable_pasid() local 357 int pos; in pci_restore_pasid_state() local 384 int pos; in pci_pasid_features() local 413 int pos; in pci_prg_resp_pasid_required() local [all …]
|
D | vc.c | 26 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() 185 static int pci_vc_do_save_buffer(struct pci_dev *dev, int pos, in pci_vc_do_save_buffer() 358 int pos, ret; in pci_save_vc_state() local 395 int pos; in pci_restore_vc_state() local 419 int len, pos = pci_find_ext_capability(dev, vc_caps[i].id); in pci_allocate_vc_save_buffers() local
|
/Linux-v5.4/tools/include/linux/ |
D | list.h | 392 #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-v5.4/include/linux/ |
D | list.h | 175 struct list_head *pos = entry2->prev; in list_swap() local 522 #define list_next_entry(pos, member) \ argument 530 #define list_prev_entry(pos, member) \ argument 538 #define list_for_each(pos, head) \ argument 546 #define list_for_each_prev(pos, head) \ argument 555 #define list_for_each_safe(pos, n, head) \ argument 565 #define list_for_each_prev_safe(pos, n, head) \ argument 576 #define list_for_each_entry(pos, head, member) \ argument 587 #define list_for_each_entry_reverse(pos, head, member) \ argument 600 #define list_prepare_entry(pos, head, member) \ argument [all …]
|
D | plist.h | 149 #define plist_for_each(pos, head) \ argument 159 #define plist_for_each_continue(pos, head) \ argument 170 #define plist_for_each_safe(pos, n, head) \ argument 179 #define plist_for_each_entry(pos, head, mem) \ argument 191 #define plist_for_each_entry_continue(pos, head, m) \ argument 203 #define plist_for_each_entry_safe(pos, n, head, m) \ argument 264 #define plist_next(pos) \ argument 271 #define plist_prev(pos) \ argument
|
D | rculist.h | 370 #define list_for_each_entry_rcu(pos, head, member, cond...) \ argument 405 #define list_for_each_entry_lockless(pos, head, member) \ argument 428 #define list_for_each_entry_continue_rcu(pos, head, member) \ argument 450 #define list_for_each_entry_from_rcu(pos, head, member) \ argument 629 #define __hlist_for_each_rcu(pos, head) \ argument 645 #define hlist_for_each_entry_rcu(pos, head, member, cond...) \ argument 666 #define hlist_for_each_entry_rcu_notrace(pos, head, member) \ argument 683 #define hlist_for_each_entry_rcu_bh(pos, head, member) \ argument 695 #define hlist_for_each_entry_continue_rcu(pos, member) \ argument 707 #define hlist_for_each_entry_continue_rcu_bh(pos, member) \ argument [all …]
|
/Linux-v5.4/net/ieee802154/ |
D | header_ops.c | 18 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 127 int pos = 0; in ieee802154_hdr_get_addr() local 163 int pos = 5; in ieee802154_hdr_get_sechdr() local 220 int pos = 0; in ieee802154_hdr_get_addrs() local 236 int pos = 3, rc; in ieee802154_hdr_pull() local 267 int pos = 3, rc; in ieee802154_hdr_peek_addrs() local 287 int pos; in ieee802154_hdr_peek() local
|
/Linux-v5.4/tools/perf/util/ |
D | bpf-prologue.c | 29 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-v5.4/fs/romfs/ |
D | storage.c | 23 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() 240 unsigned long pos, size_t maxlen) in romfs_dev_strnlen() 267 int romfs_dev_strcmp(struct super_block *sb, unsigned long pos, in romfs_dev_strcmp()
|
/Linux-v5.4/net/appletalk/ |
D | atalk_proc.c | 17 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-v5.4/net/core/ |
D | net-procfs.c | 16 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-v5.4/arch/powerpc/kernel/ |
D | ptrace.c | 338 unsigned int pos, unsigned int count, in gpr_get() 379 unsigned int pos, unsigned int count, in gpr_set() 446 unsigned int pos, unsigned int count, in fpr_get() 485 unsigned int pos, unsigned int count, in fpr_set() 554 unsigned int pos, unsigned int count, in vr_get() 604 unsigned int pos, unsigned int count, in vr_set() 669 unsigned int pos, unsigned int count, in vsr_get() 702 unsigned int pos, unsigned int count, in vsr_set() 746 unsigned int pos, unsigned int count, in evr_get() 769 unsigned int pos, unsigned int count, in evr_set() [all …]
|
/Linux-v5.4/arch/s390/kernel/ |
D | ptrace.c | 894 unsigned int pos, unsigned int count, in s390_regs_get() 921 unsigned int pos, unsigned int count, in s390_regs_set() 956 const struct user_regset *regset, unsigned int pos, in s390_fpregs_get() 972 const struct user_regset *regset, unsigned int pos, in s390_fpregs_set() 1015 unsigned int pos, unsigned int count, in s390_last_break_get() 1033 unsigned int pos, unsigned int count, in s390_last_break_set() 1041 unsigned int pos, unsigned int count, in s390_tdb_get() 1055 unsigned int pos, unsigned int count, in s390_tdb_set() 1063 unsigned int pos, unsigned int count, in s390_vxrs_low_get() 1080 unsigned int pos, unsigned int count, in s390_vxrs_low_set() [all …]
|
/Linux-v5.4/drivers/mtd/nand/ |
D | core.c | 22 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 192 struct nand_pos pos, end; in nanddev_mtd_max_bad_blocks() local
|
/Linux-v5.4/fs/iomap/ |
D | buffered-io.c | 65 loff_t *pos, loff_t length, unsigned *offp, unsigned *lenp) in iomap_adjust_read_range() 207 iomap_readpage_actor(struct inode *inode, loff_t pos, loff_t length, void *data, in iomap_readpage_actor() 325 iomap_next_page(struct inode *inode, struct list_head *pages, loff_t pos, in iomap_next_page() 353 iomap_readpages_actor(struct inode *inode, loff_t pos, loff_t length, in iomap_readpages_actor() 388 loff_t pos = page_offset(list_entry(pages->prev, struct page, lru)); in iomap_readpages() local 515 iomap_write_failed(struct inode *inode, loff_t pos, unsigned len) in iomap_write_failed() 550 __iomap_write_begin(struct inode *inode, loff_t pos, unsigned len, in __iomap_write_begin() 583 iomap_write_begin(struct inode *inode, loff_t pos, unsigned len, unsigned flags, in iomap_write_begin() 658 __iomap_write_end(struct inode *inode, loff_t pos, unsigned len, in __iomap_write_end() 683 struct iomap *iomap, loff_t pos, unsigned copied) in iomap_write_end_inline() [all …]
|
/Linux-v5.4/drivers/cpufreq/ |
D | freq_table.c | 19 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 66 struct cpufreq_frequency_table *pos; in cpufreq_frequency_table_verify() local 124 struct cpufreq_frequency_table *pos; in cpufreq_table_index_unsorted() local 208 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in cpufreq_frequency_table_get_index() local 231 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in show_available_freqs() local 295 struct cpufreq_frequency_table *pos, *table = policy->freq_table; in set_freq_table_sorted() local
|
/Linux-v5.4/scripts/dtc/ |
D | srcpos.c | 232 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-v5.4/fs/ |
D | read_write.c | 379 loff_t pos = *ppos; in rw_verify_area() local 422 loff_t *pos) in __vfs_read() 432 ssize_t kernel_read(struct file *file, void *buf, size_t count, loff_t *pos) in kernel_read() 446 ssize_t vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos) in vfs_read() 491 size_t count, loff_t *pos) in __vfs_write() 501 ssize_t __kernel_write(struct file *file, const void *buf, size_t count, loff_t *pos) in __kernel_write() 527 loff_t *pos) in kernel_write() 542 ssize_t vfs_write(struct file *file, const char __user *buf, size_t count, loff_t *pos) in vfs_write() 582 loff_t pos, *ppos = file_ppos(f.file); in ksys_read() local 606 loff_t pos, *ppos = file_ppos(f.file); in ksys_write() local [all …]
|
/Linux-v5.4/net/x25/ |
D | x25_proc.c | 25 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() 113 static void *x25_seq_forward_start(struct seq_file *seq, loff_t *pos) in x25_seq_forward_start() 120 static void *x25_seq_forward_next(struct seq_file *seq, void *v, loff_t *pos) in x25_seq_forward_next()
|
/Linux-v5.4/drivers/gpu/drm/omapdrm/ |
D | tcm-sita.c | 36 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-v5.4/drivers/isdn/capi/ |
D | kcapi_proc.c | 38 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-v5.4/arch/mips/kernel/ |
D | ptrace.c | 214 unsigned int pos, unsigned int count, in gpr32_get() 227 unsigned int pos, unsigned int count, in gpr32_set() 281 unsigned int pos, unsigned int count, in gpr64_get() 294 unsigned int pos, unsigned int count, in gpr64_set() 413 unsigned int *pos, unsigned int *count, in fpr_get_fpa() 428 unsigned int *pos, unsigned int *count, in fpr_get_msa() 455 unsigned int pos, unsigned int count, in fpr_get() 488 unsigned int *pos, unsigned int *count, in fpr_set_fpa() 503 unsigned int *pos, unsigned int *count, in fpr_set_msa() 537 unsigned int pos, unsigned int count, in fpr_set() [all …]
|
/Linux-v5.4/drivers/vfio/pci/ |
D | vfio_pci_config.c | 174 static int vfio_default_config_read(struct vfio_pci_device *vdev, int pos, in vfio_default_config_read() 200 static int vfio_default_config_write(struct vfio_pci_device *vdev, int pos, in vfio_default_config_write() 247 static int vfio_direct_config_read(struct vfio_pci_device *vdev, int pos, in vfio_direct_config_read() 272 static int vfio_raw_config_write(struct vfio_pci_device *vdev, int pos, in vfio_raw_config_write() 285 static int vfio_raw_config_read(struct vfio_pci_device *vdev, int pos, in vfio_raw_config_read() 299 static int vfio_virt_config_write(struct vfio_pci_device *vdev, int pos, in vfio_virt_config_write() 307 static int vfio_virt_config_read(struct vfio_pci_device *vdev, int pos, in vfio_virt_config_read() 498 static int vfio_basic_config_read(struct vfio_pci_device *vdev, int pos, in vfio_basic_config_read() 522 int i = 0, pos = PCI_BASE_ADDRESS_0, ret; in vfio_need_bar_restore() local 536 static int vfio_basic_config_write(struct vfio_pci_device *vdev, int pos, in vfio_basic_config_write() [all …]
|
/Linux-v5.4/security/apparmor/ |
D | policy_unpack.c | 72 void *pos; /* pointer to current position in the buffer */ member 222 void *pos = e->pos; in unpack_u16_chunk() local 271 void *pos = e->pos; in unpack_nameX() local 298 void *pos = e->pos; in unpack_u8() local 316 void *pos = e->pos; in unpack_u32() local 334 void *pos = e->pos; in unpack_u64() local 352 void *pos = e->pos; in unpack_array() local 370 void *pos = e->pos; in unpack_blob() local 394 void *pos = e->pos; in unpack_str() local 416 void *pos = e->pos; in unpack_strdup() local [all …]
|
/Linux-v5.4/kernel/ |
D | kallsyms.c | 122 static unsigned int get_symbol_offset(unsigned long pos) in get_symbol_offset() 292 unsigned long pos; in kallsyms_lookup() local 322 unsigned long pos; in lookup_symbol_name() local 341 unsigned long pos; in lookup_symbol_attrs() local 437 loff_t pos; member 539 static int update_iter_mod(struct kallsym_iter *iter, loff_t pos) in update_iter_mod() 559 static int update_iter(struct kallsym_iter *iter, loff_t pos) in update_iter() 575 static void *s_next(struct seq_file *m, void *p, loff_t *pos) in s_next() 584 static void *s_start(struct seq_file *m, loff_t *pos) in s_start() 682 const char *kdb_walk_kallsyms(loff_t *pos) in kdb_walk_kallsyms()
|