/kernel/linux/linux-4.19/drivers/pci/ |
D | ats.c | 21 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
|
/kernel/linux/linux-5.10/include/linux/ |
D | list.h | 189 struct list_head *pos = entry2->prev; in list_swap() local 554 #define list_next_entry(pos, member) \ argument 562 #define list_prev_entry(pos, member) \ argument 570 #define list_for_each(pos, head) \ argument 580 #define list_for_each_continue(pos, head) \ argument 588 #define list_for_each_prev(pos, head) \ argument 597 #define list_for_each_safe(pos, n, head) \ argument 607 #define list_for_each_prev_safe(pos, n, head) \ argument 618 #define list_entry_is_head(pos, head, member) \ argument 627 #define list_for_each_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 | 390 #define list_for_each_entry_rcu(pos, head, member, cond...) \ argument 409 #define list_for_each_entry_srcu(pos, head, member, cond) \ argument 444 #define list_for_each_entry_lockless(pos, head, member) \ argument 467 #define list_for_each_entry_continue_rcu(pos, head, member) \ argument 489 #define list_for_each_entry_from_rcu(pos, head, member) \ argument 689 #define __hlist_for_each_rcu(pos, head) \ argument 705 #define hlist_for_each_entry_rcu(pos, head, member, cond...) \ argument 726 #define hlist_for_each_entry_srcu(pos, head, member, cond) \ argument 747 #define hlist_for_each_entry_rcu_notrace(pos, head, member) \ argument 764 #define hlist_for_each_entry_rcu_bh(pos, head, member) \ argument [all …]
|
/kernel/linux/linux-4.19/net/ieee802154/ |
D | header_ops.c | 26 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
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-4.19/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 …]
|
/kernel/linux/linux-4.19/include/linux/ |
D | list.h | 439 #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 …]
|
D | plist.h | 151 #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
|
D | rculist.h | 351 #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 …]
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-4.19/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
|
/kernel/linux/linux-5.10/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() 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
|
/kernel/linux/linux-5.10/kernel/ |
D | sysctl-test.c | 42 loff_t pos; in sysctl_test_api_dointvec_null_tbl_data() local 88 loff_t pos; in sysctl_test_api_dointvec_table_maxlen_unset() local 134 loff_t pos; in sysctl_test_api_dointvec_table_len_is_zero() local 173 loff_t pos = 1; in sysctl_test_api_dointvec_table_read_but_position_set() local 198 loff_t pos = 0; in sysctl_test_dointvec_read_happy_single_positive() local 229 loff_t pos = 0; in sysctl_test_dointvec_read_happy_single_negative() local 259 loff_t pos = 0; in sysctl_test_dointvec_write_happy_single_positive() local 289 loff_t pos = 0; in sysctl_test_dointvec_write_happy_single_negative() local 320 loff_t pos = 0; in sysctl_test_api_dointvec_write_single_less_int_min() local 358 loff_t pos = 0; in sysctl_test_api_dointvec_write_single_greater_int_max() local
|
/kernel/linux/linux-4.19/fs/romfs/ |
D | storage.c | 27 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() 242 unsigned long pos, size_t maxlen) in romfs_dev_strnlen() 269 int romfs_dev_strcmp(struct super_block *sb, unsigned long pos, in romfs_dev_strcmp()
|
/kernel/linux/linux-5.10/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() 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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-4.19/net/appletalk/ |
D | atalk_proc.c | 20 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()
|
/kernel/linux/linux-4.19/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()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-4.19/arch/powerpc/kernel/ |
D | ptrace.c | 331 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() 597 unsigned int pos, unsigned int count, in vr_set() 662 unsigned int pos, unsigned int count, in vsr_get() 695 unsigned int pos, unsigned int count, in vsr_set() 739 unsigned int pos, unsigned int count, in evr_get() 762 unsigned int pos, unsigned int count, in evr_set() [all …]
|
/kernel/linux/linux-5.10/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() 125 static struct softnet_data *softnet_get_online(loff_t *pos) in softnet_get_online() 138 static void *softnet_seq_start(struct seq_file *seq, loff_t *pos) in softnet_seq_start() 143 static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos) in softnet_seq_next() 196 static void *ptype_get_idx(loff_t pos) in ptype_get_idx() 218 static void *ptype_seq_start(struct seq_file *seq, loff_t *pos) in ptype_seq_start() 225 static void *ptype_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ptype_seq_next()
|
/kernel/linux/linux-4.19/drivers/cpufreq/ |
D | freq_table.c | 23 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
|
/kernel/linux/linux-5.10/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 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
|
/kernel/linux/linux-5.10/drivers/pci/ |
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() 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
|