| /linux/include/linux/ |
| H A D | swapops.h | 98 static inline unsigned swp_type(swp_entry_t entry) in swp_type() 107 static inline pgoff_t swp_offset(swp_entry_t entry) in swp_offset() 117 static inline unsigned long swp_offset_pfn(swp_entry_t entry) in swp_offset_pfn() 146 static inline pte_t swp_entry_to_pte(swp_entry_t entry) in swp_entry_to_pte() 156 swp_entry_t entry; in radix_to_swp_entry() local 162 static inline void *swp_to_radix_entry(swp_entry_t entry) in swp_to_radix_entry() 178 static inline bool is_device_private_entry(swp_entry_t entry) in is_device_private_entry() 184 static inline bool is_writable_device_private_entry(swp_entry_t entry) in is_writable_device_private_entry() 194 static inline bool is_device_exclusive_entry(swp_entry_t entry) in is_device_exclusive_entry() 210 static inline bool is_device_private_entry(swp_entry_t entry) in is_device_private_entry() [all …]
|
| H A D | bpf_mprog.h | 115 #define bpf_mprog_foreach_tuple(entry, fp, cp, t) \ argument 124 #define bpf_mprog_foreach_prog(entry, fp, p) \ argument 159 bpf_mprog_peer(const struct bpf_mprog_entry *entry) in bpf_mprog_peer() 179 static inline void bpf_mprog_inc(struct bpf_mprog_entry *entry) in bpf_mprog_inc() 184 static inline void bpf_mprog_dec(struct bpf_mprog_entry *entry) in bpf_mprog_dec() 194 static inline int bpf_mprog_total(struct bpf_mprog_entry *entry) in bpf_mprog_total() 202 static inline bool bpf_mprog_exists(struct bpf_mprog_entry *entry, in bpf_mprog_exists() 215 static inline void bpf_mprog_mark_for_release(struct bpf_mprog_entry *entry, in bpf_mprog_mark_for_release() 223 static inline void bpf_mprog_complete_release(struct bpf_mprog_entry *entry) in bpf_mprog_complete_release() 237 static inline void bpf_mprog_revision_new(struct bpf_mprog_entry *entry) in bpf_mprog_revision_new() [all …]
|
| H A D | xarray.h | 71 static inline unsigned long xa_to_value(const void *entry) in xa_to_value() 83 static inline bool xa_is_value(const void *entry) in xa_is_value() 116 static inline void *xa_untag_pointer(void *entry) in xa_untag_pointer() 131 static inline unsigned int xa_pointer_tag(void *entry) in xa_pointer_tag() 161 static inline unsigned long xa_to_internal(const void *entry) in xa_to_internal() 173 static inline bool xa_is_internal(const void *entry) in xa_is_internal() 189 static inline bool xa_is_zero(const void *entry) in xa_is_zero() 205 static inline bool xa_is_err(const void *entry) in xa_is_err() 223 static inline int xa_err(void *entry) in xa_err() 451 #define xa_for_each_range(xa, index, entry, start, last) \ argument [all …]
|
| H A D | resource_ext.h | 34 static inline void resource_list_add(struct resource_entry *entry, in resource_list_add() 40 static inline void resource_list_add_tail(struct resource_entry *entry, in resource_list_add_tail() 46 static inline void resource_list_del(struct resource_entry *entry) in resource_list_del() 51 static inline void resource_list_free_entry(struct resource_entry *entry) in resource_list_free_entry() 57 resource_list_destroy_entry(struct resource_entry *entry) in resource_list_destroy_entry() 63 #define resource_list_for_each_entry(entry, list) \ argument 66 #define resource_list_for_each_entry_safe(entry, tmp, list) \ argument 72 struct resource_entry *entry; in resource_list_first_type() local
|
| /linux/net/atm/ |
| H A D | mpoa_caches.c | 38 in_cache_entry *entry; in in_cache_get() local 59 in_cache_entry *entry; in in_cache_get_with_mask() local 80 in_cache_entry *entry; in in_cache_get_by_vcc() local 100 in_cache_entry *entry = kzalloc(sizeof(in_cache_entry), GFP_KERNEL); in in_cache_add_entry() local 133 static int cache_hit(in_cache_entry *entry, struct mpoa_client *mpc) in cache_hit() 180 static void in_cache_put(in_cache_entry *entry) in in_cache_put() 190 static void in_cache_remove_entry(in_cache_entry *entry, in in_cache_remove_entry() 228 in_cache_entry *entry, *next_entry; in clear_count_and_expired() local 253 in_cache_entry *entry; in check_resolving_entries() local 302 struct in_cache_entry *entry = client->in_cache; in refresh_entries() local [all …]
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | soc15_int.h | 38 #define SOC15_CLIENT_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) & 0xff) argument 39 #define SOC15_SOURCE_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 8 & 0xff) argument 40 #define SOC15_RING_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 16 & 0xff) argument 41 #define SOC15_VMID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 24 & 0xf) argument 42 #define SOC15_VMID_TYPE_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 31 & 0x1) argument 43 #define SOC15_PASID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[3]) & 0xffff) argument 44 #define SOC15_NODEID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[3]) >> 16 & 0xff) argument 45 #define SOC15_CONTEXT_ID0_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[4])) argument 46 #define SOC15_CONTEXT_ID1_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[5])) argument 47 #define SOC15_CONTEXT_ID2_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[6])) argument [all …]
|
| /linux/sound/core/ |
| H A D | info.c | 54 struct snd_info_entry *entry; member 73 static int alloc_info_private(struct snd_info_entry *entry, in alloc_info_private() 107 struct snd_info_entry *entry; in snd_info_entry_llseek() local 145 struct snd_info_entry *entry = data->entry; in snd_info_entry_read() local 167 struct snd_info_entry *entry = data->entry; in snd_info_entry_write() local 188 struct snd_info_entry *entry = data->entry; in snd_info_entry_poll() local 206 struct snd_info_entry *entry = data->entry; in snd_info_entry_ioctl() local 218 struct snd_info_entry *entry; in snd_info_entry_mmap() local 232 struct snd_info_entry *entry = pde_data(inode); in snd_info_entry_open() local 266 struct snd_info_entry *entry = data->entry; in snd_info_entry_release() local [all …]
|
| /linux/arch/sparc/include/asm/ |
| H A D | spitfire.h | 119 static inline unsigned long spitfire_get_dtlb_data(int entry) in spitfire_get_dtlb_data() 133 static inline unsigned long spitfire_get_dtlb_tag(int entry) in spitfire_get_dtlb_tag() 143 static inline void spitfire_put_dtlb_data(int entry, unsigned long data) in spitfire_put_dtlb_data() 152 static inline unsigned long spitfire_get_itlb_data(int entry) in spitfire_get_itlb_data() 166 static inline unsigned long spitfire_get_itlb_tag(int entry) in spitfire_get_itlb_tag() 176 static inline void spitfire_put_itlb_data(int entry, unsigned long data) in spitfire_put_itlb_data() 232 static inline unsigned long cheetah_get_ldtlb_data(int entry) in cheetah_get_ldtlb_data() 245 static inline unsigned long cheetah_get_litlb_data(int entry) in cheetah_get_litlb_data() 258 static inline unsigned long cheetah_get_ldtlb_tag(int entry) in cheetah_get_ldtlb_tag() 270 static inline unsigned long cheetah_get_litlb_tag(int entry) in cheetah_get_litlb_tag() [all …]
|
| /linux/drivers/net/dsa/sja1105/ |
| H A D | sja1105_static_config.c | 94 struct sja1105_avb_params_entry *entry = entry_ptr; in sja1105et_avb_params_entry_packing() local 105 struct sja1105_avb_params_entry *entry = entry_ptr; in sja1105pqrs_avb_params_entry_packing() local 117 struct sja1105_general_params_entry *entry = entry_ptr; in sja1105et_general_params_entry_packing() local 149 struct sja1105_general_params_entry *entry = entry_ptr; in sja1105pqrs_general_params_entry_packing() local 182 struct sja1105_general_params_entry *entry = entry_ptr; in sja1110_general_params_entry_packing() local 221 struct sja1105_l2_forwarding_params_entry *entry = entry_ptr; in sja1105_l2_forwarding_params_entry_packing() local 234 struct sja1105_l2_forwarding_params_entry *entry = entry_ptr; in sja1110_l2_forwarding_params_entry_packing() local 249 struct sja1105_l2_forwarding_entry *entry = entry_ptr; in sja1105_l2_forwarding_entry_packing() local 264 struct sja1105_l2_forwarding_entry *entry = entry_ptr; in sja1110_l2_forwarding_entry_packing() local 287 struct sja1105_l2_lookup_params_entry *entry = entry_ptr; in sja1105et_l2_lookup_params_entry_packing() local [all …]
|
| /linux/drivers/firmware/ |
| H A D | memmap.c | 100 struct firmware_map_entry *entry = to_memmap_entry(kobj); in release_firmware_map_entry() local 144 struct firmware_map_entry *entry) in firmware_map_add_entry() 168 static inline void firmware_map_remove_entry(struct firmware_map_entry *entry) in firmware_map_remove_entry() 176 static int add_sysfs_fw_map_entry(struct firmware_map_entry *entry) in add_sysfs_fw_map_entry() 200 static inline void remove_sysfs_fw_map_entry(struct firmware_map_entry *entry) in remove_sysfs_fw_map_entry() 222 struct firmware_map_entry *entry; in firmware_map_find_entry_in_list() local 284 struct firmware_map_entry *entry; in firmware_map_add_hotplug() local 326 struct firmware_map_entry *entry; in firmware_map_add_early() local 348 struct firmware_map_entry *entry; in firmware_map_remove() local 370 static ssize_t start_show(struct firmware_map_entry *entry, char *buf) in start_show() [all …]
|
| H A D | dmi-sysfs.c | 101 struct dmi_sysfs_entry *entry = to_entry(kobj); in dmi_sysfs_attr_show() local 119 struct dmi_sysfs_entry *entry; member 130 struct dmi_sysfs_entry *entry = data->entry; in find_dmi_entry_helper() local 159 static ssize_t find_dmi_entry(struct dmi_sysfs_entry *entry, in find_dmi_entry() 203 static ssize_t dmi_entry_attr_show_helper(struct dmi_sysfs_entry *entry, in dmi_entry_attr_show_helper() 362 static ssize_t dmi_sel_raw_read_io(struct dmi_sysfs_entry *entry, in dmi_sel_raw_read_io() 380 static ssize_t dmi_sel_raw_read_phys32(struct dmi_sysfs_entry *entry, in dmi_sel_raw_read_phys32() 401 static ssize_t dmi_sel_raw_read_helper(struct dmi_sysfs_entry *entry, in dmi_sel_raw_read_helper() 438 struct dmi_sysfs_entry *entry = to_entry(kobj->parent); in raw_event_log_read() local 450 static int dmi_system_event_log(struct dmi_sysfs_entry *entry) in dmi_system_event_log() [all …]
|
| /linux/mm/ |
| H A D | swap.h | 60 static inline unsigned int swp_cluster_offset(swp_entry_t entry) in swp_cluster_offset() 78 static inline struct swap_info_struct *__swap_entry_to_info(swp_entry_t entry) in __swap_entry_to_info() 91 static inline struct swap_cluster_info *__swap_entry_to_cluster(swp_entry_t entry) in __swap_entry_to_cluster() 202 static inline struct address_space *swap_address_space(swp_entry_t entry) in swap_address_space() 210 static inline loff_t swap_dev_pos(swp_entry_t entry) in swap_dev_pos() 225 swp_entry_t entry) in folio_matches_swap_entry() 284 static inline int swap_zeromap_batch(swp_entry_t entry, int max_nr, in swap_zeromap_batch() 304 static inline int non_swapcache_batch(swp_entry_t entry, int max_nr) in non_swapcache_batch() 351 static inline struct swap_info_struct *__swap_entry_to_info(swp_entry_t entry) in __swap_entry_to_info() 363 static inline struct address_space *swap_address_space(swp_entry_t entry) in swap_address_space() [all …]
|
| /linux/drivers/infiniband/core/ |
| H A D | ib_core_uverbs.c | 32 struct rdma_user_mmap_entry *entry) in rdma_umap_priv_init() 69 struct rdma_user_mmap_entry *entry) in rdma_user_mmap_io() 120 struct rdma_user_mmap_entry *entry; in rdma_user_mmap_entry_get_pgoff() local 164 struct rdma_user_mmap_entry *entry; in rdma_user_mmap_entry_get() local 181 struct rdma_user_mmap_entry *entry = in rdma_user_mmap_entry_free() local 214 void rdma_user_mmap_entry_put(struct rdma_user_mmap_entry *entry) in rdma_user_mmap_entry_put() 230 void rdma_user_mmap_entry_remove(struct rdma_user_mmap_entry *entry) in rdma_user_mmap_entry_remove() 263 struct rdma_user_mmap_entry *entry, in rdma_user_mmap_entry_insert_range() 361 struct rdma_user_mmap_entry *entry, in rdma_user_mmap_entry_insert()
|
| /linux/lib/ |
| H A D | xarray.c | 184 void *entry; in xas_start() local 208 void *entry = xa_entry(xas->xa, node, offset); in xas_descend() local 239 void *entry = xas_start(xas); in xas_load() local 433 static unsigned long max_index(void *entry) in max_index() 440 static inline void *xa_zero_to_null(void *entry) in xa_zero_to_null() 451 void *entry; in xas_shrink() local 537 void *entry = xa_entry_locked(xas->xa, node, offset); in xas_free_nodes() local 650 void *entry; in xas_create() local 783 void *xas_store(struct xa_state *xas, void *entry) in xas_store() 1012 struct xa_node *node, void *entry) in __xas_init_node_for_split() [all …]
|
| H A D | test_xarray.c | 72 unsigned order, void *entry, gfp_t gfp) in xa_store_order() 105 void *entry; in check_xas_retry() local 153 void *entry = xa_load(xa, j); in check_xa_load() local 164 void *entry = xa_load(xa, j); in check_xa_load() local 222 void *entry; in check_xa_mark_1() local 259 void *entry; in check_xa_mark_2() local 296 void *entry; in check_xa_mark_3() local 481 void *entry; in check_reserve() local 548 void *entry; in check_xas_erase() local 627 void *entry; in check_multi_store_3() local [all …]
|
| /linux/arch/sparc/mm/ |
| H A D | hugetlbpage.c | 23 static pte_t sun4u_hugepage_shift_to_tte(pte_t entry, unsigned int shift) in sun4u_hugepage_shift_to_tte() 48 static pte_t sun4v_hugepage_shift_to_tte(pte_t entry, unsigned int shift) in sun4v_hugepage_shift_to_tte() 81 static pte_t hugepage_shift_to_tte(pte_t entry, unsigned int shift) in hugepage_shift_to_tte() 89 pte_t arch_make_huge_pte(pte_t entry, unsigned int shift, vm_flags_t flags) in arch_make_huge_pte() 108 static unsigned int sun4v_huge_tte_to_shift(pte_t entry) in sun4v_huge_tte_to_shift() 136 static unsigned int sun4u_huge_tte_to_shift(pte_t entry) in sun4u_huge_tte_to_shift() 158 static unsigned long tte_to_shift(pte_t entry) in tte_to_shift() 166 static unsigned int huge_tte_to_shift(pte_t entry) in huge_tte_to_shift() 241 pte_t *ptep, pte_t entry) in __set_huge_pte_at() 277 pte_t *ptep, pte_t entry, unsigned long sz) in set_huge_pte_at() [all …]
|
| /linux/sound/pci/emu10k1/ |
| H A D | emuproc.c | 62 static void snd_emu10k1_proc_read(struct snd_info_entry *entry, in snd_emu10k1_proc_read() 161 static void snd_emu10k1_proc_spdif_read(struct snd_info_entry *entry, in snd_emu10k1_proc_spdif_read() 215 static void snd_emu10k1_proc_rates_read(struct snd_info_entry *entry, in snd_emu10k1_proc_rates_read() 332 static void snd_emu10k1_proc_acode_read(struct snd_info_entry *entry, in snd_emu10k1_proc_acode_read() 383 static ssize_t snd_emu10k1_fx8010_read(struct snd_info_entry *entry, in snd_emu10k1_fx8010_read() 426 static void snd_emu10k1_proc_voices_read(struct snd_info_entry *entry, in snd_emu10k1_proc_voices_read() 458 static void snd_emu_proc_emu1010_reg_read(struct snd_info_entry *entry, in snd_emu_proc_emu1010_reg_read() 507 static void snd_emu_proc_io_reg_read(struct snd_info_entry *entry, in snd_emu_proc_io_reg_read() 520 static void snd_emu_proc_io_reg_write(struct snd_info_entry *entry, in snd_emu_proc_io_reg_write() 565 static void snd_emu_proc_ptr_reg_read(struct snd_info_entry *entry, in snd_emu_proc_ptr_reg_read() [all …]
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | chip.c | 1370 static u64 dev_access_u32_csr(const struct cntr_entry *entry, in dev_access_u32_csr() 1387 static u64 access_sde_err_cnt(const struct cntr_entry *entry, in access_sde_err_cnt() 1397 static u64 access_sde_int_cnt(const struct cntr_entry *entry, in access_sde_int_cnt() 1407 static u64 access_sde_idle_int_cnt(const struct cntr_entry *entry, in access_sde_idle_int_cnt() 1417 static u64 access_sde_progress_int_cnt(const struct cntr_entry *entry, in access_sde_progress_int_cnt() 1428 static u64 dev_access_u64_csr(const struct cntr_entry *entry, void *context, in dev_access_u64_csr() 1449 static u64 dc_access_lcb_cntr(const struct cntr_entry *entry, void *context, in dc_access_lcb_cntr() 1474 static u64 port_access_u32_csr(const struct cntr_entry *entry, void *context, in port_access_u32_csr() 1484 static u64 port_access_u64_csr(const struct cntr_entry *entry, in port_access_u64_csr() 1524 static u64 access_sw_link_dn_cnt(const struct cntr_entry *entry, void *context, in access_sw_link_dn_cnt() [all …]
|
| H A D | affinity.c | 176 static void node_affinity_destroy(struct hfi1_affinity_node *entry) in node_affinity_destroy() 185 struct hfi1_affinity_node *entry; in node_affinity_destroy_all() local 200 struct hfi1_affinity_node *entry; in node_affinity_allocate() local 216 static void node_affinity_add_tail(struct hfi1_affinity_node *entry) in node_affinity_add_tail() 224 struct hfi1_affinity_node *entry; in node_affinity_lookup() local 312 struct hfi1_affinity_node *entry, in _dev_comp_vect_cpu_get() 392 struct hfi1_affinity_node *entry) in _dev_comp_vect_mappings_create() 448 struct hfi1_affinity_node *entry; in hfi1_comp_vectors_set_up() local 485 struct hfi1_affinity_node *entry, in _dev_comp_vect_cpu_mask_init() 552 struct hfi1_affinity_node *entry) in _dev_comp_vect_cpu_mask_clean_up() [all …]
|
| /linux/drivers/net/ethernet/marvell/mvpp2/ |
| H A D | mvpp2_debugfs.c | 60 struct mvpp2_dbgfs_flow_tbl_entry *entry = s->private; in mvpp2_dbgfs_flow_flt_hits_show() local 73 struct mvpp2_dbgfs_flow_entry *entry = s->private; in mvpp2_dbgfs_flow_dec_hits_show() local 86 struct mvpp2_dbgfs_flow_entry *entry = s->private; in mvpp2_dbgfs_flow_type_show() local 126 const struct mvpp2_dbgfs_flow_entry *entry = s->private; in mvpp2_dbgfs_flow_id_show() local 142 struct mvpp2_dbgfs_port_flow_entry *entry = s->private; in mvpp2_dbgfs_port_flow_hash_opt_show() local 168 struct mvpp2_dbgfs_port_flow_entry *entry = s->private; in mvpp2_dbgfs_port_flow_engine_show() local 193 struct mvpp2_dbgfs_c2_entry *entry = s->private; in mvpp2_dbgfs_flow_c2_hits_show() local 207 struct mvpp2_dbgfs_c2_entry *entry = s->private; in mvpp2_dbgfs_flow_c2_rxq_show() local 228 struct mvpp2_dbgfs_c2_entry *entry = s->private; in mvpp2_dbgfs_flow_c2_enable_show() local 339 struct mvpp2_dbgfs_prs_entry *entry = s->private; in mvpp2_dbgfs_prs_lu_show() local [all …]
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | global1_vtu.c | 21 struct mv88e6xxx_vtu_entry *entry) in mv88e6xxx_g1_vtu_fid_read() 36 struct mv88e6xxx_vtu_entry *entry) in mv88e6xxx_g1_vtu_fid_write() 261 struct mv88e6xxx_vtu_entry *entry) in mv88e6xxx_g1_vtu_getnext() 290 struct mv88e6xxx_vtu_entry *entry) in mv88e6185_g1_vtu_getnext() 320 struct mv88e6xxx_vtu_entry *entry) in mv88e6352_g1_vtu_getnext() 347 struct mv88e6xxx_vtu_entry *entry) in mv88e6390_g1_vtu_getnext() 374 struct mv88e6xxx_vtu_entry *entry) in mv88e6185_g1_vtu_loadpurge() 407 struct mv88e6xxx_vtu_entry *entry) in mv88e6352_g1_vtu_loadpurge() 439 struct mv88e6xxx_vtu_entry *entry) in mv88e6390_g1_vtu_loadpurge() 487 struct mv88e6xxx_stu_entry *entry) in mv88e6xxx_g1_stu_getnext() [all …]
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_ppe.c | 185 mtk_foe_entry_l2(struct mtk_eth *eth, struct mtk_foe_entry *entry) in mtk_foe_entry_l2() 199 mtk_foe_entry_ib2(struct mtk_eth *eth, struct mtk_foe_entry *entry) in mtk_foe_entry_ib2() 212 int mtk_foe_entry_prepare(struct mtk_eth *eth, struct mtk_foe_entry *entry, in mtk_foe_entry_prepare() 280 struct mtk_foe_entry *entry, u8 port) in mtk_foe_entry_set_pse_port() 298 struct mtk_foe_entry *entry, bool egress, in mtk_foe_entry_set_ipv4_tuple() 338 struct mtk_foe_entry *entry, in mtk_foe_entry_set_ipv6_tuple() 370 int mtk_foe_entry_set_dsa(struct mtk_eth *eth, struct mtk_foe_entry *entry, in mtk_foe_entry_set_dsa() 387 int mtk_foe_entry_set_vlan(struct mtk_eth *eth, struct mtk_foe_entry *entry, in mtk_foe_entry_set_vlan() 412 int mtk_foe_entry_set_pppoe(struct mtk_eth *eth, struct mtk_foe_entry *entry, in mtk_foe_entry_set_pppoe() 427 int mtk_foe_entry_set_wdma(struct mtk_eth *eth, struct mtk_foe_entry *entry, in mtk_foe_entry_set_wdma() [all …]
|
| /linux/drivers/iommu/ |
| H A D | s390-iommu.c | 64 static inline void set_pt_pfaa(unsigned long *entry, phys_addr_t pfaa) in set_pt_pfaa() 70 static inline void set_rf_rso(unsigned long *entry, phys_addr_t rso) in set_rf_rso() 77 static inline void set_rs_rto(unsigned long *entry, phys_addr_t rto) in set_rs_rto() 84 static inline void set_rt_sto(unsigned long *entry, phys_addr_t sto) in set_rt_sto() 91 static inline void set_st_pto(unsigned long *entry, phys_addr_t pto) in set_st_pto() 98 static inline void validate_rf_entry(unsigned long *entry) in validate_rf_entry() 106 static inline void validate_rs_entry(unsigned long *entry) in validate_rs_entry() 114 static inline void validate_rt_entry(unsigned long *entry) in validate_rt_entry() 122 static inline void validate_st_entry(unsigned long *entry) in validate_st_entry() 128 static inline void invalidate_pt_entry(unsigned long *entry) in invalidate_pt_entry() [all …]
|
| /linux/sound/pci/ca0106/ |
| H A D | ca0106_proc.c | 258 static void snd_ca0106_proc_iec958(struct snd_info_entry *entry, in snd_ca0106_proc_iec958() 280 static void snd_ca0106_proc_reg_write32(struct snd_info_entry *entry, in snd_ca0106_proc_reg_write32() 296 static void snd_ca0106_proc_reg_read32(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read32() 312 static void snd_ca0106_proc_reg_read16(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read16() 328 static void snd_ca0106_proc_reg_read8(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read8() 344 static void snd_ca0106_proc_reg_read1(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read1() 362 static void snd_ca0106_proc_reg_read2(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read2() 380 static void snd_ca0106_proc_reg_write(struct snd_info_entry *entry, in snd_ca0106_proc_reg_write() 394 static void snd_ca0106_proc_i2c_write(struct snd_info_entry *entry, in snd_ca0106_proc_i2c_write()
|
| /linux/fs/ |
| H A D | dax.c | 68 static unsigned long dax_to_pfn(void *entry) in dax_to_pfn() 73 static struct folio *dax_to_folio(void *entry) in dax_to_folio() 83 static bool dax_is_locked(void *entry) in dax_is_locked() 88 static unsigned int dax_entry_order(void *entry) in dax_entry_order() 95 static unsigned long dax_is_pmd_entry(void *entry) in dax_is_pmd_entry() 100 static bool dax_is_pte_entry(void *entry) in dax_is_pte_entry() 105 static int dax_is_zero_entry(void *entry) in dax_is_zero_entry() 110 static int dax_is_empty_entry(void *entry) in dax_is_empty_entry() 119 static bool dax_is_conflict(void *entry) in dax_is_conflict() 148 void *entry, struct exceptional_entry_key *key) in dax_entry_waitqueue() [all …]
|