/Linux-v6.6/kernel/dma/ |
D | debug.c | 167 static inline void dump_entry_trace(struct dma_debug_entry *entry) in dump_entry_trace() 218 #define err_printk(dev, entry, format, arg...) do { \ argument 237 static int hash_fn(struct dma_debug_entry *entry) in hash_fn() 249 static struct hash_bucket *get_hash_bucket(struct dma_debug_entry *entry, in get_hash_bucket() 297 struct dma_debug_entry *entry, *ret = NULL; in __hash_bucket_find() local 354 struct dma_debug_entry *entry, index = *ref; in bucket_find_contain() local 378 struct dma_debug_entry *entry) in hash_bucket_add() 386 static void hash_bucket_del(struct dma_debug_entry *entry) in hash_bucket_del() 391 static unsigned long long phys_addr(struct dma_debug_entry *entry) in phys_addr() 425 static phys_addr_t to_cacheline_number(struct dma_debug_entry *entry) in to_cacheline_number() [all …]
|
/Linux-v6.6/drivers/infiniband/hw/hfi1/ |
D | affinity.c | 185 static void node_affinity_destroy(struct hfi1_affinity_node *entry) in node_affinity_destroy() 194 struct hfi1_affinity_node *entry; in node_affinity_destroy_all() local 209 struct hfi1_affinity_node *entry; in node_affinity_allocate() local 225 static void node_affinity_add_tail(struct hfi1_affinity_node *entry) in node_affinity_add_tail() 233 struct hfi1_affinity_node *entry; in node_affinity_lookup() local 321 struct hfi1_affinity_node *entry, in _dev_comp_vect_cpu_get() 400 struct hfi1_affinity_node *entry) in _dev_comp_vect_mappings_create() 456 struct hfi1_affinity_node *entry; in hfi1_comp_vectors_set_up() local 493 struct hfi1_affinity_node *entry, in _dev_comp_vect_cpu_mask_init() 560 struct hfi1_affinity_node *entry) in _dev_comp_vect_cpu_mask_clean_up() [all …]
|
/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_tc.c | 14 static void tc_fill_all_pass_entry(struct stmmac_tc_entry *entry) in tc_fill_all_pass_entry() 32 struct stmmac_tc_entry *entry, *first = NULL, *dup = NULL; in tc_find_entry() local 57 static int tc_fill_actions(struct stmmac_tc_entry *entry, in tc_fill_actions() 94 struct stmmac_tc_entry *entry, *frag = NULL; in tc_fill_entry() local 174 struct stmmac_tc_entry *entry; in tc_unfill_entry() local 430 struct stmmac_flow_entry *entry, in tc_parse_flow_actions() 460 struct stmmac_flow_entry *entry) in tc_add_basic_flow() 478 struct stmmac_flow_entry *entry) in tc_add_ip4_flow() 513 struct stmmac_flow_entry *entry) in tc_add_ports_flow() 567 struct stmmac_flow_entry *entry = &priv->flow_entries[i]; in tc_find_flow() local [all …]
|
/Linux-v6.6/drivers/platform/x86/intel/pmt/ |
D | class.c | 69 struct intel_pmt_entry *entry = container_of(attr, in intel_pmt_read() local 95 struct intel_pmt_entry *entry = container_of(attr, in intel_pmt_mmap() local 124 struct intel_pmt_entry *entry = dev_get_drvdata(dev); in guid_show() local 133 struct intel_pmt_entry *entry = dev_get_drvdata(dev); in size_show() local 142 struct intel_pmt_entry *entry = dev_get_drvdata(dev); in offset_show() local 161 static int intel_pmt_populate_entry(struct intel_pmt_entry *entry, in intel_pmt_populate_entry() 238 static int intel_pmt_dev_register(struct intel_pmt_entry *entry, in intel_pmt_dev_register() 304 int intel_pmt_dev_create(struct intel_pmt_entry *entry, struct intel_pmt_namespace *ns, in intel_pmt_dev_create() 331 void intel_pmt_dev_destroy(struct intel_pmt_entry *entry, in intel_pmt_dev_destroy()
|
/Linux-v6.6/arch/x86/kernel/ |
D | jump_label.c | 20 int arch_jump_entry_size(struct jump_entry *entry) in arch_jump_entry_size() 36 __jump_label_patch(struct jump_entry *entry, enum jump_label_type type) in __jump_label_patch() 83 __jump_label_transform(struct jump_entry *entry, in __jump_label_transform() 108 static void __ref jump_label_transform(struct jump_entry *entry, in jump_label_transform() 117 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform() 123 bool arch_jump_label_transform_queue(struct jump_entry *entry, in arch_jump_label_transform_queue()
|
D | e820.c | 83 struct e820_entry *entry = &table->entries[i]; in _e820__mapped_any() local 118 struct e820_entry *entry = &e820_table->entries[i]; in __e820__mapped_all() local 158 struct e820_entry *entry = __e820__mapped_all(start, end, 0); in e820__get_entry_type() local 281 struct e820_entry *entry; member 424 struct boot_e820_entry *entry = entries; in __append_e820_table() local 482 struct e820_entry *entry = &table->entries[i]; in __e820__range_update() local 557 struct e820_entry *entry = &e820_table->entries[i]; in e820__range_remove() local 759 struct e820_entry *entry = &e820_table->entries[i]; in e820__register_nosave_regions() local 784 struct e820_entry *entry = &e820_table->entries[i]; in e820__register_nvs_regions() local 837 struct e820_entry *entry = &e820_table->entries[i]; in e820_end_pfn() local [all …]
|
/Linux-v6.6/fs/ |
D | mbcache.c | 77 struct mb_cache_entry *entry, *dup; in mb_cache_entry_create() local 127 void __mb_cache_entry_free(struct mb_cache *cache, struct mb_cache_entry *entry) in __mb_cache_entry_free() 146 void mb_cache_entry_wait_unused(struct mb_cache_entry *entry) in mb_cache_entry_wait_unused() 153 struct mb_cache_entry *entry, in __entry_find() 210 struct mb_cache_entry *entry) in mb_cache_entry_find_next() 227 struct mb_cache_entry *entry; in mb_cache_entry_get() local 257 struct mb_cache_entry *entry; in mb_cache_entry_delete_or_get() local 287 struct mb_cache_entry *entry) in mb_cache_entry_touch() 306 struct mb_cache_entry *entry; in mb_cache_shrink() local 407 struct mb_cache_entry *entry, *next; in mb_cache_destroy() local
|
/Linux-v6.6/net/netfilter/ |
D | nf_queue.c | 58 static void nf_queue_entry_release_refs(struct nf_queue_entry *entry) in nf_queue_entry_release_refs() 74 void nf_queue_entry_free(struct nf_queue_entry *entry) in nf_queue_entry_free() 81 static void __nf_queue_entry_init_physdevs(struct nf_queue_entry *entry) in __nf_queue_entry_init_physdevs() 99 bool nf_queue_entry_get_refs(struct nf_queue_entry *entry) in nf_queue_entry_get_refs() 130 struct nf_queue_entry *entry) in nf_ip_saveroute() 145 struct nf_queue_entry *entry) in nf_ip6_saveroute() 161 struct nf_queue_entry *entry = NULL; in __nf_queue() local 299 void nf_reinject(struct nf_queue_entry *entry, unsigned int verdict) in nf_reinject()
|
/Linux-v6.6/mm/ |
D | swap.h | 27 #define swap_address_space(entry) \ argument 73 static inline struct address_space *swap_address_space(swp_entry_t entry) in swap_address_space() 82 static inline struct page *swap_cluster_readahead(swp_entry_t entry, in swap_cluster_readahead() 99 static inline struct folio *swap_cache_get_folio(swp_entry_t entry, in swap_cache_get_folio() 117 static inline void *get_shadow_from_swap_cache(swp_entry_t entry) in get_shadow_from_swap_cache() 122 static inline int add_to_swap_cache(struct folio *folio, swp_entry_t entry, in add_to_swap_cache() 129 swp_entry_t entry, void *shadow) in __delete_from_swap_cache()
|
/Linux-v6.6/drivers/isdn/mISDN/ |
D | dsp_pipeline.c | 62 struct dsp_element_entry *entry = in mISDN_dsp_dev_release() local 70 struct dsp_element_entry *entry; in mISDN_dsp_element_register() local 118 struct dsp_element_entry *entry, *n; in mISDN_dsp_element_unregister() local 145 struct dsp_element_entry *entry, *n; in dsp_pipeline_module_exit() local 171 struct dsp_pipeline_entry *entry, *n; in _dsp_pipeline_destroy() local 197 struct dsp_element_entry *entry, *n; in dsp_pipeline_build() local 275 struct dsp_pipeline_entry *entry; in dsp_pipeline_process_tx() local 288 struct dsp_pipeline_entry *entry; in dsp_pipeline_process_rx() local
|
/Linux-v6.6/fs/btrfs/ |
D | ordered-data.c | 26 static u64 entry_end(struct btrfs_ordered_extent *entry) in entry_end() 41 struct btrfs_ordered_extent *entry; in tree_insert() local 70 struct btrfs_ordered_extent *entry; in __tree_search() local 114 static int range_overlaps(struct btrfs_ordered_extent *entry, u64 file_offset, in range_overlaps() 133 struct btrfs_ordered_extent *entry; in tree_search() local 154 struct btrfs_ordered_extent *entry; in alloc_ordered_extent() local 208 static void insert_ordered_extent(struct btrfs_ordered_extent *entry) in insert_ordered_extent() 270 struct btrfs_ordered_extent *entry; in btrfs_alloc_ordered_extent() local 287 void btrfs_add_ordered_sum(struct btrfs_ordered_extent *entry, in btrfs_add_ordered_sum() 409 struct btrfs_ordered_extent *entry = NULL; in btrfs_mark_ordered_io_finished() local [all …]
|
/Linux-v6.6/drivers/staging/media/atomisp/pci/base/refcount/src/ |
D | refcount.c | 98 struct ia_css_refcount_entry *entry; in ia_css_refcount_uninit() local 128 struct ia_css_refcount_entry *entry; in ia_css_refcount_increment() local 165 struct ia_css_refcount_entry *entry; in ia_css_refcount_decrement() local 208 struct ia_css_refcount_entry *entry; in ia_css_refcount_is_single() local 223 struct ia_css_refcount_entry *entry; in ia_css_refcount_clear() local 269 struct ia_css_refcount_entry *entry; in ia_css_refcount_is_valid() local
|
/Linux-v6.6/security/tomoyo/ |
D | gc.c | 165 struct tomoyo_path_acl *entry in tomoyo_del_acl() local 172 struct tomoyo_path2_acl *entry in tomoyo_del_acl() local 180 struct tomoyo_path_number_acl *entry in tomoyo_del_acl() local 188 struct tomoyo_mkdev_acl *entry in tomoyo_del_acl() local 198 struct tomoyo_mount_acl *entry in tomoyo_del_acl() local 208 struct tomoyo_env_acl *entry = in tomoyo_del_acl() local 216 struct tomoyo_inet_acl *entry = in tomoyo_del_acl() local 225 struct tomoyo_unix_acl *entry = in tomoyo_del_acl() local 233 struct tomoyo_task_acl *entry = in tomoyo_del_acl() local
|
/Linux-v6.6/drivers/acpi/ |
D | processor_core.c | 32 static int map_lapic_id(struct acpi_subtable_header *entry, in map_lapic_id() 48 static int map_x2apic_id(struct acpi_subtable_header *entry, in map_x2apic_id() 65 static int map_lsapic_id(struct acpi_subtable_header *entry, in map_lsapic_id() 87 static int map_gicc_mpidr(struct acpi_subtable_header *entry, in map_gicc_mpidr() 112 static int map_rintc_hartid(struct acpi_subtable_header *entry, in map_rintc_hartid() 138 static int map_core_pic_id(struct acpi_subtable_header *entry, in map_core_pic_id() 162 unsigned long madt_end, entry; in map_madt_entry() local 323 static int get_ioapic_id(struct acpi_subtable_header *entry, u32 gsi_base, in get_ioapic_id() 339 unsigned long madt_end, entry; in parse_madt_ioapic_entry() local
|
/Linux-v6.6/fs/nfs/ |
D | nfs42xattr.c | 128 nfs4_xattr_entry_lru_add(struct nfs4_xattr_entry *entry) in nfs4_xattr_entry_lru_add() 139 nfs4_xattr_entry_lru_del(struct nfs4_xattr_entry *entry) in nfs4_xattr_entry_lru_del() 178 struct nfs4_xattr_entry *entry; in nfs4_xattr_alloc_entry() local 247 nfs4_xattr_free_entry(struct nfs4_xattr_entry *entry) in nfs4_xattr_free_entry() 257 struct nfs4_xattr_entry *entry; in nfs4_xattr_free_entry_cb() local 387 struct nfs4_xattr_entry *entry; in nfs4_xattr_discard_cache() local 513 struct nfs4_xattr_entry *entry; in nfs4_xattr_get_entry() local 527 struct nfs4_xattr_entry *entry) in nfs4_xattr_hash_add() 567 struct nfs4_xattr_entry *entry; in nfs4_xattr_hash_remove() local 590 struct nfs4_xattr_entry *entry; in nfs4_xattr_hash_find() local [all …]
|
/Linux-v6.6/drivers/media/platform/nvidia/tegra-vde/ |
D | dmabuf-cache.c | 32 static void tegra_vde_release_entry(struct tegra_vde_cache_entry *entry) in tegra_vde_release_entry() 51 struct tegra_vde_cache_entry *entry; in tegra_vde_delayed_unmap() local 70 struct tegra_vde_cache_entry *entry; in tegra_vde_dmabuf_cache_map() local 168 struct tegra_vde_cache_entry *entry; in tegra_vde_dmabuf_cache_unmap() local 192 struct tegra_vde_cache_entry *entry, *tmp; in tegra_vde_dmabuf_cache_unmap_sync() local 211 struct tegra_vde_cache_entry *entry, *tmp; in tegra_vde_dmabuf_cache_unmap_all() local
|
/Linux-v6.6/net/atm/ |
D | lec.c | 106 static inline void lec_arp_hold(struct lec_arp_table *entry) in lec_arp_hold() 111 static inline void lec_arp_put(struct lec_arp_table *entry) in lec_arp_put() 211 struct lec_arp_table *entry; in lec_start_xmit() local 348 struct lec_arp_table *entry; in lec_atm_send() local 614 struct lec_arp_table *entry; in lec_push() local 798 static void lec_info(struct seq_file *seq, struct lec_arp_table *entry) in lec_info() 971 struct lec_arp_table *entry = hlist_entry(state->node, in lec_seq_show() local 1247 static void lec_arp_clear_vccs(struct lec_arp_table *entry) in lec_arp_clear_vccs() 1281 lec_arp_add(struct lec_priv *priv, struct lec_arp_table *entry) in lec_arp_add() 1297 struct lec_arp_table *entry; in lec_arp_remove() local [all …]
|
/Linux-v6.6/net/netlabel/ |
D | netlabel_domainhash.c | 64 static void netlbl_domhsh_free_entry(struct rcu_head *entry) in netlbl_domhsh_free_entry() 175 struct netlbl_dom_map *entry; in netlbl_domhsh_search_def() local 208 static void netlbl_domhsh_audit_add(struct netlbl_dom_map *entry, in netlbl_domhsh_audit_add() 274 static int netlbl_domhsh_validate(const struct netlbl_dom_map *entry) in netlbl_domhsh_validate() 405 int netlbl_domhsh_add(struct netlbl_dom_map *entry, in netlbl_domhsh_add() 563 int netlbl_domhsh_add_default(struct netlbl_dom_map *entry, in netlbl_domhsh_add_default() 581 int netlbl_domhsh_remove_entry(struct netlbl_dom_map *entry, in netlbl_domhsh_remove_entry() 671 struct netlbl_domaddr4_map *entry; in netlbl_domhsh_remove_af4() local 738 struct netlbl_domaddr6_map *entry; in netlbl_domhsh_remove_af6() local 798 struct netlbl_dom_map *entry; in netlbl_domhsh_remove() local [all …]
|
/Linux-v6.6/drivers/net/dsa/mv88e6xxx/ |
D | global1_atu.c | 215 struct mv88e6xxx_atu_entry *entry) in mv88e6xxx_g1_atu_data_read() 234 struct mv88e6xxx_atu_entry *entry) in mv88e6xxx_g1_atu_data_write() 254 struct mv88e6xxx_atu_entry *entry) in mv88e6xxx_g1_atu_mac_read() 272 struct mv88e6xxx_atu_entry *entry) in mv88e6xxx_g1_atu_mac_write() 290 struct mv88e6xxx_atu_entry *entry) in mv88e6xxx_g1_atu_getnext() 317 struct mv88e6xxx_atu_entry *entry) in mv88e6xxx_g1_atu_loadpurge() 337 struct mv88e6xxx_atu_entry *entry, in mv88e6xxx_g1_atu_flushmove() 366 struct mv88e6xxx_atu_entry entry = { in mv88e6xxx_g1_atu_flush() local 376 struct mv88e6xxx_atu_entry entry = { 0 }; in mv88e6xxx_g1_atu_move() local 405 struct mv88e6xxx_atu_entry entry; in mv88e6xxx_g1_atu_prob_irq_thread_fn() local
|
/Linux-v6.6/kernel/bpf/ |
D | mprog.c | 108 static int bpf_mprog_replace(struct bpf_mprog_entry *entry, in bpf_mprog_replace() 127 static int bpf_mprog_insert(struct bpf_mprog_entry *entry, in bpf_mprog_insert() 151 static int bpf_mprog_delete(struct bpf_mprog_entry *entry, in bpf_mprog_delete() 178 static int bpf_mprog_pos_exact(struct bpf_mprog_entry *entry, in bpf_mprog_pos_exact() 193 static int bpf_mprog_pos_before(struct bpf_mprog_entry *entry, in bpf_mprog_pos_before() 209 static int bpf_mprog_pos_after(struct bpf_mprog_entry *entry, in bpf_mprog_pos_after() 225 int bpf_mprog_attach(struct bpf_mprog_entry *entry, in bpf_mprog_attach() 297 static int bpf_mprog_fetch(struct bpf_mprog_entry *entry, in bpf_mprog_fetch() 328 int bpf_mprog_detach(struct bpf_mprog_entry *entry, in bpf_mprog_detach() 396 struct bpf_mprog_entry *entry) in bpf_mprog_query()
|
/Linux-v6.6/arch/x86/kvm/ |
D | reverse_cpuid.h | 152 static __always_inline u32 *__cpuid_entry_get_reg(struct kvm_cpuid_entry2 *entry, in __cpuid_entry_get_reg() 170 static __always_inline u32 *cpuid_entry_get_reg(struct kvm_cpuid_entry2 *entry, in cpuid_entry_get_reg() 178 static __always_inline u32 cpuid_entry_get(struct kvm_cpuid_entry2 *entry, in cpuid_entry_get() 186 static __always_inline bool cpuid_entry_has(struct kvm_cpuid_entry2 *entry, in cpuid_entry_has() 192 static __always_inline void cpuid_entry_clear(struct kvm_cpuid_entry2 *entry, in cpuid_entry_clear() 200 static __always_inline void cpuid_entry_set(struct kvm_cpuid_entry2 *entry, in cpuid_entry_set() 208 static __always_inline void cpuid_entry_change(struct kvm_cpuid_entry2 *entry, in cpuid_entry_change()
|
/Linux-v6.6/net/ipv4/ |
D | udp_tunnel_nic.c | 73 udp_tunnel_nic_entry_is_free(struct udp_tunnel_nic_table_entry *entry) in udp_tunnel_nic_entry_is_free() 79 udp_tunnel_nic_entry_is_present(struct udp_tunnel_nic_table_entry *entry) in udp_tunnel_nic_entry_is_present() 85 udp_tunnel_nic_entry_is_frozen(struct udp_tunnel_nic_table_entry *entry) in udp_tunnel_nic_entry_is_frozen() 91 udp_tunnel_nic_entry_freeze_used(struct udp_tunnel_nic_table_entry *entry) in udp_tunnel_nic_entry_freeze_used() 98 udp_tunnel_nic_entry_unfreeze(struct udp_tunnel_nic_table_entry *entry) in udp_tunnel_nic_entry_unfreeze() 104 udp_tunnel_nic_entry_is_queued(struct udp_tunnel_nic_table_entry *entry) in udp_tunnel_nic_entry_is_queued() 112 struct udp_tunnel_nic_table_entry *entry, in udp_tunnel_nic_entry_queue() 120 udp_tunnel_nic_ti_from_entry(struct udp_tunnel_nic_table_entry *entry, in udp_tunnel_nic_ti_from_entry() 168 struct udp_tunnel_nic_table_entry *entry; in __udp_tunnel_nic_get_port() local 186 udp_tunnel_nic_entry_update_done(struct udp_tunnel_nic_table_entry *entry, in udp_tunnel_nic_entry_update_done() [all …]
|
/Linux-v6.6/sound/drivers/opl4/ |
D | opl4_proc.c | 12 static int snd_opl4_mem_proc_open(struct snd_info_entry *entry, in snd_opl4_mem_proc_open() 27 static int snd_opl4_mem_proc_release(struct snd_info_entry *entry, in snd_opl4_mem_proc_release() 38 static ssize_t snd_opl4_mem_proc_read(struct snd_info_entry *entry, in snd_opl4_mem_proc_read() 58 static ssize_t snd_opl4_mem_proc_write(struct snd_info_entry *entry, in snd_opl4_mem_proc_write() 88 struct snd_info_entry *entry; in snd_opl4_create_proc() local
|
/Linux-v6.6/arch/sparc/mm/ |
D | hugetlbpage.c | 134 static pte_t sun4u_hugepage_shift_to_tte(pte_t entry, unsigned int shift) in sun4u_hugepage_shift_to_tte() 139 static pte_t sun4v_hugepage_shift_to_tte(pte_t entry, unsigned int shift) in sun4v_hugepage_shift_to_tte() 172 static pte_t hugepage_shift_to_tte(pte_t entry, unsigned int shift) in hugepage_shift_to_tte() 180 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags) in arch_make_huge_pte() 199 static unsigned int sun4v_huge_tte_to_shift(pte_t entry) in sun4v_huge_tte_to_shift() 227 static unsigned int sun4u_huge_tte_to_shift(pte_t entry) in sun4u_huge_tte_to_shift() 249 static unsigned long tte_to_shift(pte_t entry) in tte_to_shift() 257 static unsigned int huge_tte_to_shift(pte_t entry) in huge_tte_to_shift() 332 pte_t *ptep, pte_t entry) in __set_huge_pte_at() 368 pte_t *ptep, pte_t entry, unsigned long sz) in set_huge_pte_at() [all …]
|
/Linux-v6.6/fs/efivarfs/ |
D | vars.c | 294 struct efivar_entry *entry, *n; in variable_is_present() local 457 int efivar_entry_add(struct efivar_entry *entry, struct list_head *head) in efivar_entry_add() 475 void __efivar_entry_add(struct efivar_entry *entry, struct list_head *head) in __efivar_entry_add() 486 void efivar_entry_remove(struct efivar_entry *entry) in efivar_entry_remove() 502 static void efivar_entry_list_del_unlock(struct efivar_entry *entry) in efivar_entry_list_del_unlock() 519 int efivar_entry_delete(struct efivar_entry *entry) in efivar_entry_delete() 545 int efivar_entry_size(struct efivar_entry *entry, unsigned long *size) in efivar_entry_size() 577 int __efivar_entry_get(struct efivar_entry *entry, u32 *attributes, in __efivar_entry_get() 596 int efivar_entry_get(struct efivar_entry *entry, u32 *attributes, in efivar_entry_get() 632 int efivar_entry_set_get_size(struct efivar_entry *entry, u32 attributes, in efivar_entry_set_get_size() [all …]
|