| /Linux-v5.4/fs/f2fs/ |
| D | recovery.c | 59 struct fsync_inode_entry *entry; in get_fsync_inode() local 72 struct fsync_inode_entry *entry; in add_fsync_inode() local 99 static void del_fsync_inode(struct fsync_inode_entry *entry, int drop) in del_fsync_inode() 119 struct fsync_inode_entry *entry; in recover_dentry() local 315 struct fsync_inode_entry *entry; in find_fsync_dnodes() local 391 struct fsync_inode_entry *entry, *tmp; in destroy_fsync_dnodes() local 660 struct fsync_inode_entry *entry; in recover_data() local
|
| /Linux-v5.4/drivers/net/dsa/sja1105/ |
| D | sja1105_dynamic_config.c | 255 struct sja1105_l2_lookup_entry *entry = entry_ptr; in sja1105pqrs_dyn_l2_lookup_entry_packing() local 283 struct sja1105_l2_lookup_entry *entry = entry_ptr; in sja1105et_dyn_l2_lookup_entry_packing() local 307 struct sja1105_mgmt_entry *entry = entry_ptr; in sja1105et_mgmt_route_entry_packing() local 340 struct sja1105_mgmt_entry *entry = entry_ptr; in sja1105pqrs_mgmt_route_entry_packing() local 404 struct sja1105_mac_config_entry *entry = entry_ptr; in sja1105et_mac_config_entry_packing() local 454 struct sja1105_l2_lookup_params_entry *entry = entry_ptr; in sja1105et_l2_lookup_params_entry_packing() local 476 struct sja1105_general_params_entry *entry = entry_ptr; in sja1105et_general_params_entry_packing() local 645 int index, void *entry) in sja1105_dynamic_config_read() 730 int index, void *entry, bool keep) in sja1105_dynamic_config_write()
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | book3s_64_vio.c | 414 unsigned long entry) in kvmppc_clear_tce() 423 struct iommu_table *tbl, unsigned long entry) in kvmppc_tce_iommu_mapped_dec() 444 struct iommu_table *tbl, unsigned long entry) in kvmppc_tce_iommu_do_unmap() 466 unsigned long entry) in kvmppc_tce_iommu_unmap() 482 unsigned long entry, unsigned long ua, in kvmppc_tce_iommu_do_map() 521 unsigned long entry, unsigned long ua, in kvmppc_tce_iommu_map() 546 unsigned long entry, ua = 0; in kvmppc_h_put_tce() local 606 unsigned long entry, ua = 0; in kvmppc_h_put_tce_indirect() local 718 unsigned long entry = ioba >> stt->page_shift; in kvmppc_h_stuff_tce() local
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
| D | spectrum_dpipe.c | 123 static int mlxsw_sp_erif_entry_prepare(struct devlink_dpipe_entry *entry, in mlxsw_sp_erif_entry_prepare() 154 struct devlink_dpipe_entry *entry, in mlxsw_sp_erif_entry_get() 197 struct devlink_dpipe_entry entry = {0}; in mlxsw_sp_dpipe_table_erif_entries_dump() local 399 mlxsw_sp_dpipe_table_host_entry_prepare(struct devlink_dpipe_entry *entry, in mlxsw_sp_dpipe_table_host_entry_prepare() 454 __mlxsw_sp_dpipe_table_host_entry_fill(struct devlink_dpipe_entry *entry, in __mlxsw_sp_dpipe_table_host_entry_fill() 481 mlxsw_sp_dpipe_table_host4_entry_fill(struct devlink_dpipe_entry *entry, in mlxsw_sp_dpipe_table_host4_entry_fill() 494 mlxsw_sp_dpipe_table_host6_entry_fill(struct devlink_dpipe_entry *entry, in mlxsw_sp_dpipe_table_host6_entry_fill() 509 struct devlink_dpipe_entry *entry, in mlxsw_sp_dpipe_table_host_entry_fill() 536 struct devlink_dpipe_entry *entry, in mlxsw_sp_dpipe_table_host_entries_get() 623 struct devlink_dpipe_entry entry = {0}; in mlxsw_sp_dpipe_table_host_entries_dump() local [all …]
|
| /Linux-v5.4/sound/firewire/motu/ |
| D | motu-proc.c | 24 static void proc_read_clock(struct snd_info_entry *entry, in proc_read_clock() 42 static void proc_read_format(struct snd_info_entry *entry, in proc_read_format() 86 struct snd_info_entry *entry; in add_node() local
|
| /Linux-v5.4/sound/pci/ctxfi/ |
| D | ctimap.c | 18 int input_mapper_add(struct list_head *mappers, struct imapper *entry, in input_mapper_add() 64 int input_mapper_delete(struct list_head *mappers, struct imapper *entry, in input_mapper_delete() 98 struct imapper *entry; in free_input_mapper_list() local
|
| D | ctdaio.c | 158 struct imapper *entry; in dao_set_left_input() local 187 struct imapper *entry; in dao_set_right_input() local 216 struct imapper *entry; in dao_clear_left_input() local 240 struct imapper *entry; in dao_clear_right_input() local 632 static int daio_map_op(void *data, struct imapper *entry) in daio_map_op() 645 static int daio_imap_add(struct daio_mgr *mgr, struct imapper *entry) in daio_imap_add() 662 static int daio_imap_delete(struct daio_mgr *mgr, struct imapper *entry) in daio_imap_delete() 691 struct imapper *entry; in daio_mgr_create() local
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/include/nvif/ |
| D | list.h | 134 __list_add(struct list_head *entry, in __list_add() 159 list_add(struct list_head *entry, struct list_head *head) in list_add() 180 list_add_tail(struct list_head *entry, struct list_head *head) in list_add_tail() 207 list_del(struct list_head *entry) in list_del() 213 list_del_init(struct list_head *entry) in list_del_init()
|
| /Linux-v5.4/tools/lib/api/fs/ |
| D | fs.c | 422 int procfs__read_str(const char *entry, char **buf, size_t *sizep) in procfs__read_str() 435 static int sysfs__read_ull_base(const char *entry, in sysfs__read_ull_base() 449 int sysfs__read_xll(const char *entry, unsigned long long *value) in sysfs__read_xll() 454 int sysfs__read_ull(const char *entry, unsigned long long *value) in sysfs__read_ull() 459 int sysfs__read_int(const char *entry, int *value) in sysfs__read_int() 472 int sysfs__read_str(const char *entry, char **buf, size_t *sizep) in sysfs__read_str() 485 int sysfs__read_bool(const char *entry, bool *value) in sysfs__read_bool() 527 int sysfs__write_int(const char *entry, int value) in sysfs__write_int()
|
| /Linux-v5.4/arch/arm64/kernel/ |
| D | cpu_errata.c | 18 is_affected_midr_range(const struct arm64_cpu_capabilities *entry, int scope) in is_affected_midr_range() 37 is_affected_midr_range_list(const struct arm64_cpu_capabilities *entry, in is_affected_midr_range_list() 45 is_kryo_midr(const struct arm64_cpu_capabilities *entry, int scope) in is_kryo_midr() 59 has_mismatched_cache_type(const struct arm64_cpu_capabilities *entry, in has_mismatched_cache_type() 370 static bool has_ssbd_mitigation(const struct arm64_cpu_capabilities *entry, in has_ssbd_mitigation() 500 has_cortex_a76_erratum_1463225(const struct arm64_cpu_capabilities *entry, in has_cortex_a76_erratum_1463225() 586 check_branch_predictor(const struct arm64_cpu_capabilities *entry, int scope) in check_branch_predictor() 636 needs_tx2_tvm_workaround(const struct arm64_cpu_capabilities *entry, in needs_tx2_tvm_workaround()
|
| /Linux-v5.4/drivers/soc/qcom/ |
| D | smsm.c | 200 struct smsm_entry *entry = data; in smsm_intr() local 239 struct smsm_entry *entry = irq_data_get_irq_chip_data(irqd); in smsm_mask_irq() local 264 struct smsm_entry *entry = irq_data_get_irq_chip_data(irqd); in smsm_unmask_irq() local 285 struct smsm_entry *entry = irq_data_get_irq_chip_data(irqd); in smsm_set_irq_type() local 321 struct smsm_entry *entry = d->host_data; in smsm_irq_map() local 382 struct smsm_entry *entry, in smsm_inbound_entry() 459 struct smsm_entry *entry; in qcom_smsm_probe() local
|
| /Linux-v5.4/sound/isa/gus/ |
| D | gus_mem_proc.c | 19 static ssize_t snd_gf1_mem_proc_dump(struct snd_info_entry *entry, in snd_gf1_mem_proc_dump() 34 static void snd_gf1_mem_proc_free(struct snd_info_entry *entry) in snd_gf1_mem_proc_free() 49 struct snd_info_entry *entry; in snd_gf1_mem_proc_init() local
|
| /Linux-v5.4/fs/proc/ |
| D | proc_sysctl.c | 113 struct ctl_table *entry; in find_entry() local 140 static int insert_entry(struct ctl_table_header *head, struct ctl_table *entry) in insert_entry() 179 static void erase_entry(struct ctl_table_header *head, struct ctl_table *entry) in erase_entry() 202 struct ctl_table *entry; in init_header() local 210 struct ctl_table *entry; in erase_header() local 217 struct ctl_table *entry; in insert_header() local 372 struct ctl_table *entry; in lookup_entry() local 400 struct ctl_table *entry = NULL; in first_entry() local 417 struct ctl_table *entry = *pentry; in next_entry() local 782 struct ctl_table *entry; in proc_sys_readdir() local [all …]
|
| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_scatter.c | 55 static void drm_sg_cleanup(struct drm_sg_mem * entry) in drm_sg_cleanup() 91 struct drm_sg_mem *entry; in drm_legacy_sg_alloc() local 207 struct drm_sg_mem *entry; in drm_legacy_sg_free() local
|
| D | drm_hashtab.c | 65 struct drm_hash_item *entry; in drm_ht_verbose_list() local 80 struct drm_hash_item *entry; in drm_ht_find_key() local 98 struct drm_hash_item *entry; in drm_ht_find_key_rcu() local 115 struct drm_hash_item *entry; in drm_ht_insert_item() local
|
| /Linux-v5.4/drivers/net/ethernet/rocker/ |
| D | rocker_ofdpa.c | 93 struct hlist_node entry; member 103 struct hlist_node entry; member 129 struct hlist_node entry; member 141 struct hlist_node entry; member 148 struct hlist_node entry; member 306 const struct ofdpa_flow_tbl_entry *entry) in ofdpa_cmd_flow_tbl_add_ig_port() 323 const struct ofdpa_flow_tbl_entry *entry) in ofdpa_cmd_flow_tbl_add_vlan() 347 const struct ofdpa_flow_tbl_entry *entry) in ofdpa_cmd_flow_tbl_add_term_mac() 383 const struct ofdpa_flow_tbl_entry *entry) in ofdpa_cmd_flow_tbl_add_ucast_routing() 406 const struct ofdpa_flow_tbl_entry *entry) in ofdpa_cmd_flow_tbl_add_bridge() [all …]
|
| /Linux-v5.4/sound/pci/lola/ |
| D | lola_proc.c | 97 static void lola_proc_codec_read(struct snd_info_entry *entry, in lola_proc_codec_read() 134 static void lola_proc_codec_rw_write(struct snd_info_entry *entry, in lola_proc_codec_rw_write() 149 static void lola_proc_codec_rw_read(struct snd_info_entry *entry, in lola_proc_codec_rw_read() 159 static void lola_proc_regs_read(struct snd_info_entry *entry, in lola_proc_regs_read()
|
| /Linux-v5.4/kernel/ |
| D | kexec.c | 39 static int kimage_alloc_init(struct kimage **rimage, unsigned long entry, in kimage_alloc_init() 106 static int do_kexec_load(unsigned long entry, unsigned long nr_segments, in do_kexec_load() 232 SYSCALL_DEFINE4(kexec_load, unsigned long, entry, unsigned long, nr_segments, in SYSCALL_DEFINE4() argument 265 COMPAT_SYSCALL_DEFINE4(kexec_load, compat_ulong_t, entry, in COMPAT_SYSCALL_DEFINE4() argument
|
| /Linux-v5.4/net/dccp/ |
| D | feat.c | 277 static void dccp_feat_print_entry(struct dccp_feat_entry const *entry) in dccp_feat_print_entry() 409 static void dccp_feat_entry_destructor(struct dccp_feat_entry *entry) in dccp_feat_entry_destructor() 429 struct dccp_feat_entry *entry; in dccp_feat_list_lookup() local 451 struct dccp_feat_entry *entry; in dccp_feat_entry_new() local 533 static inline void dccp_feat_list_pop(struct dccp_feat_entry *entry) in dccp_feat_list_pop() 541 struct dccp_feat_entry *entry, *next; in dccp_feat_list_purge() local 552 struct dccp_feat_entry *entry, *new; in dccp_feat_clone_list() local 775 struct dccp_feat_entry *entry; in dccp_feat_nn_get() local 805 struct dccp_feat_entry *entry; in dccp_feat_signal_nn_change() local 971 struct dccp_feat_entry *entry; in dccp_feat_finalise_settings() local [all …]
|
| /Linux-v5.4/drivers/ntb/ |
| D | ntb_transport.c | 109 struct list_head entry; member 128 unsigned int entry; member 217 struct list_head entry; member 223 struct list_head entry; member 564 static void ntb_list_add(spinlock_t *lock, struct list_head *entry, in ntb_list_add() 577 struct ntb_queue_entry *entry; in ntb_list_rm() local 598 struct ntb_queue_entry *entry; in ntb_list_mv() local 621 struct ntb_queue_entry *entry; in ntb_transport_setup_qp_mw() local 1441 struct ntb_queue_entry *entry; in ntb_complete_rxc() local 1476 struct ntb_queue_entry *entry = data; in ntb_rx_copy_callback() local [all …]
|
| /Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_validation.c | 149 struct page *entry, *next; in vmw_validation_mem_free() local 188 struct vmw_validation_bo_node *entry; in vmw_validation_find_bo_dup() local 225 struct vmw_validation_res_node *entry; in vmw_validation_find_res_dup() local 561 struct vmw_validation_bo_node *entry; in vmw_validation_bo_validate() local 639 struct vmw_validation_bo_node *entry; in vmw_validation_drop_ht() local 645 list_for_each_entry(entry, &ctx->bo_list, base.head) in vmw_validation_drop_ht() local 667 struct vmw_validation_bo_node *entry; in vmw_validation_unref_lists() local
|
| /Linux-v5.4/drivers/parisc/ |
| D | pdc_stable.c | 139 pdcspath_fetch(struct pdcspath_entry *entry) in pdcspath_fetch() 180 pdcspath_store(struct pdcspath_entry *entry) in pdcspath_store() 221 pdcspath_hwpath_read(struct pdcspath_entry *entry, char *buf) in pdcspath_hwpath_read() 264 pdcspath_hwpath_write(struct pdcspath_entry *entry, const char *buf, size_t count) in pdcspath_hwpath_write() 342 pdcspath_layer_read(struct pdcspath_entry *entry, char *buf) in pdcspath_layer_read() 380 pdcspath_layer_write(struct pdcspath_entry *entry, const char *buf, size_t count) in pdcspath_layer_write() 437 struct pdcspath_entry *entry = to_pdcspath_entry(kobj); in pdcspath_attr_show() local 458 struct pdcspath_entry *entry = to_pdcspath_entry(kobj); in pdcspath_attr_store() local 964 struct pdcspath_entry *entry; in pdcs_register_pathentries() local 1009 struct pdcspath_entry *entry; in pdcs_unregister_pathentries() local
|
| /Linux-v5.4/drivers/lightnvm/ |
| D | pblk-rb.c | 114 struct pblk_rb_entry *entry; in pblk_rb_init() local 241 struct pblk_rb_entry *entry; in __pblk_rb_update_l2p() local 329 struct pblk_rb_entry *entry) in __pblk_rb_write_entry() 341 struct pblk_rb_entry *entry; in pblk_rb_write_entry_user() local 365 struct pblk_rb_entry *entry; in pblk_rb_write_entry_gc() local 389 struct pblk_rb_entry *entry; in pblk_rb_flush_point_set() local 558 struct pblk_rb_entry *entry; in pblk_rb_read_to_bio() local 648 struct pblk_rb_entry *entry; in pblk_rb_copy_to_bio() local 686 unsigned int entry = pblk_rb_ptr_wrap(rb, pos, 0); in pblk_rb_w_ctx() local 765 struct pblk_rb_entry *entry; in pblk_rb_tear_down_check() local
|
| /Linux-v5.4/fs/ocfs2/ |
| D | filecheck.c | 102 struct ocfs2_filecheck_sysfs_entry *entry = container_of(kobj, in ocfs2_filecheck_release() local 149 ocfs2_filecheck_sysfs_free(struct ocfs2_filecheck_sysfs_entry *entry) in ocfs2_filecheck_sysfs_free() 171 struct ocfs2_filecheck_sysfs_entry *entry = &osb->osb_fc_ent; in ocfs2_filecheck_create_sysfs() local 402 struct ocfs2_filecheck_entry *entry) in ocfs2_filecheck_done_entry() 434 struct ocfs2_filecheck_entry *entry) in ocfs2_filecheck_handle_entry() 457 struct ocfs2_filecheck_entry *entry; in ocfs2_filecheck_attr_store() local
|
| /Linux-v5.4/drivers/misc/vmw_vmci/ |
| D | vmci_queue_pair.c | 800 struct qp_entry *entry; in qp_list_find() local 819 struct qp_guest_endpoint *entry; in qp_guest_handle_to_entry() local 833 struct qp_broker_entry *entry; in qp_broker_handle_to_entry() local 879 struct qp_guest_endpoint *entry; in qp_guest_endpoint_create() local 921 static void qp_guest_endpoint_destroy(struct qp_guest_endpoint *entry) in qp_guest_endpoint_destroy() 937 static int qp_alloc_hypercall(const struct qp_guest_endpoint *entry) in qp_alloc_hypercall() 995 static void qp_list_add_entry(struct qp_list *qp_list, struct qp_entry *entry) in qp_list_add_entry() 1005 struct qp_entry *entry) in qp_list_remove_entry() 1018 struct qp_guest_endpoint *entry; in qp_detatch_guest_work() local 1285 struct qp_broker_entry *entry = NULL; in qp_broker_create() local [all …]
|