/Linux-v5.15/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 | 389 #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 704 #define hlist_for_each_entry_rcu(pos, head, member, cond...) \ argument 725 #define hlist_for_each_entry_srcu(pos, head, member, cond) \ argument 746 #define hlist_for_each_entry_rcu_notrace(pos, head, member) \ argument 763 #define hlist_for_each_entry_rcu_bh(pos, head, member) \ argument [all …]
|
/Linux-v5.15/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.15/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.15/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
|
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_debugfs.c | 84 char *pos = content; in hclge_dbg_fill_content() local 164 char *buf, int len, int *pos) in hclge_dbg_dump_reg_tqp() 218 char *buf, int len, int *pos) in hclge_dbg_dump_reg_common() 262 int len, int *pos) in hclge_dbg_dump_mac_enable_status() 319 int len, int *pos) in hclge_dbg_dump_mac_frame_size() 345 int len, int *pos) in hclge_dbg_dump_mac_speed_duplex() 377 int pos = 0; in hclge_dbg_dump_mac() local 392 int *pos) in hclge_dbg_dump_dcb_qset() 423 int *pos) in hclge_dbg_dump_dcb_pri() 453 int *pos) in hclge_dbg_dump_dcb_pg() [all …]
|
/Linux-v5.15/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
|
/Linux-v5.15/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()
|
/Linux-v5.15/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.15/net/core/ |
D | net-procfs.c | 13 static inline struct net_device *dev_from_same_bucket(struct seq_file *seq, loff_t *pos) in dev_from_same_bucket() 29 static inline struct net_device *dev_from_bucket(struct seq_file *seq, loff_t *pos) in dev_from_bucket() 50 static void *dev_seq_start(struct seq_file *seq, loff_t *pos) in dev_seq_start() 63 static void *dev_seq_next(struct seq_file *seq, void *v, loff_t *pos) in dev_seq_next() 122 static struct softnet_data *softnet_get_online(loff_t *pos) in softnet_get_online() 135 static void *softnet_seq_start(struct seq_file *seq, loff_t *pos) in softnet_seq_start() 140 static void *softnet_seq_next(struct seq_file *seq, void *v, loff_t *pos) in softnet_seq_next() 193 static void *ptype_get_idx(loff_t pos) in ptype_get_idx() 215 static void *ptype_seq_start(struct seq_file *seq, loff_t *pos) in ptype_seq_start() 222 static void *ptype_seq_next(struct seq_file *seq, void *v, loff_t *pos) in ptype_seq_next()
|
/Linux-v5.15/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
|
/Linux-v5.15/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
|
/Linux-v5.15/fs/ |
D | read_write.c | 376 loff_t pos = *ppos; in rw_verify_area() local 419 ssize_t __kernel_read(struct file *file, void *buf, size_t count, loff_t *pos) in __kernel_read() 454 ssize_t kernel_read(struct file *file, void *buf, size_t count, loff_t *pos) in kernel_read() 465 ssize_t vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos) in vfs_read() 515 ssize_t __kernel_write(struct file *file, const void *buf, size_t count, loff_t *pos) in __kernel_write() 559 loff_t *pos) in kernel_write() 574 ssize_t vfs_write(struct file *file, const char __user *buf, size_t count, loff_t *pos) in vfs_write() 618 loff_t pos, *ppos = file_ppos(f.file); in ksys_read() local 642 loff_t pos, *ppos = file_ppos(f.file); in ksys_write() local 663 loff_t pos) in ksys_pread64() [all …]
|
/Linux-v5.15/net/mptcp/ |
D | token.c | 58 struct hlist_nulls_node *pos; in __token_lookup_req() local 70 struct hlist_nulls_node *pos; in __token_lookup_msk() local 192 struct mptcp_subflow_request_sock *pos; in mptcp_token_accept() local 208 struct hlist_nulls_node *pos; in mptcp_token_exists() local 244 struct hlist_nulls_node *pos; in mptcp_token_get_sock() local 297 struct hlist_nulls_node *pos; in mptcp_token_iter_next() local 349 struct mptcp_subflow_request_sock *pos; in mptcp_token_destroy_request() local 374 struct mptcp_sock *pos; in mptcp_token_destroy() local
|
/Linux-v5.15/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.15/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.15/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.15/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.15/drivers/vfio/pci/ |
D | vfio_pci_config.c | 174 static int vfio_default_config_read(struct vfio_pci_core_device *vdev, int pos, in vfio_default_config_read() 200 static int vfio_default_config_write(struct vfio_pci_core_device *vdev, int pos, in vfio_default_config_write() 247 static int vfio_direct_config_read(struct vfio_pci_core_device *vdev, int pos, in vfio_direct_config_read() 272 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() 299 static int vfio_virt_config_write(struct vfio_pci_core_device *vdev, int pos, in vfio_virt_config_write() 307 static int vfio_virt_config_read(struct vfio_pci_core_device *vdev, int pos, in vfio_virt_config_read() 517 static int vfio_basic_config_read(struct vfio_pci_core_device *vdev, int pos, in vfio_basic_config_read() 541 int i = 0, pos = PCI_BASE_ADDRESS_0, ret; in vfio_need_bar_restore() local 555 static int vfio_basic_config_write(struct vfio_pci_core_device *vdev, int pos, in vfio_basic_config_write() [all …]
|
/Linux-v5.15/drivers/misc/ocxl/ |
D | config.c | 91 int pos; in read_pasid() local 113 int pos; in read_dvsec_tl() local 130 int pos, afu_present; in read_dvsec_function() local 157 int pos; in read_dvsec_afu_info() local 175 int pos; in read_dvsec_vendor() local 210 int pos; in get_dvsec_vendor0() local 229 int pos; in ocxl_config_get_reset_reload() local 244 int pos; in ocxl_config_set_reset_reload() local 322 int pos = fn->dvsec_afu_info_pos; in read_afu_info() local 482 int pos; in read_afu_control() local [all …]
|
/Linux-v5.15/security/apparmor/ |
D | policy_unpack.c | 73 void *pos; /* pointer to current position in the buffer */ member 225 void *pos = e->pos; in unpack_u16_chunk() local 274 void *pos = e->pos; in unpack_nameX() local 301 void *pos = e->pos; in unpack_u8() local 319 void *pos = e->pos; in unpack_u32() local 337 void *pos = e->pos; in unpack_u64() local 355 void *pos = e->pos; in unpack_array() local 373 void *pos = e->pos; in unpack_blob() local 397 void *pos = e->pos; in unpack_str() local 419 void *pos = e->pos; in unpack_strdup() local [all …]
|
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | debugfs.c | 66 int pos = 0; in iwl_dbgfs_sram_read() local 194 int i, j, pos = 0; in iwl_dbgfs_stations_read() local 250 int pos = 0, ofs = 0, buf_size = 0; in iwl_dbgfs_nvm_read() local 288 int pos = 0, i, bufsz = PAGE_SIZE; in iwl_dbgfs_channels_read() local 353 int pos = 0; in iwl_dbgfs_status_read() local 387 int pos = 0; in iwl_dbgfs_rx_handlers_read() local 438 int pos = 0, i; in iwl_dbgfs_qos_read() local 468 int pos = 0; in iwl_dbgfs_thermal_throttling_read() local 521 int pos = 0; in iwl_dbgfs_disable_ht40_read() local 536 int pos = 0; in iwl_dbgfs_temperature_read() local [all …]
|
/Linux-v5.15/drivers/gpu/drm/nouveau/include/nvif/ |
D | list.h | 314 #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
|
/Linux-v5.15/drivers/thermal/ |
D | thermal_core.c | 53 struct thermal_governor *pos; in __find_governor() local 121 struct thermal_zone_device *pos; in thermal_register_governor() local 173 struct thermal_zone_device *pos; in thermal_unregister_governor() local 223 struct thermal_governor *pos; in thermal_build_list_of_policies() local 420 struct thermal_instance *pos; in thermal_zone_device_init() local 623 struct thermal_instance *pos; in thermal_zone_bind_cooling_device() local 745 struct thermal_instance *pos, *next; in thermal_zone_unbind_cooling_device() local 833 struct thermal_zone_device *pos = NULL; in bind_cdev() local 889 struct thermal_zone_device *pos = NULL; in __thermal_cooling_device_register() local 1067 struct thermal_cooling_device *pos = NULL; in thermal_cooling_device_unregister() local [all …]
|