Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 2147) sorted by relevance

12345678910>>...86

/linux/include/linux/
A Dswapops.h98 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()
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()
252 static inline int is_migration_entry(swp_entry_t entry) in is_migration_entry()
404 static inline int is_hwpoison_entry(swp_entry_t entry) in is_hwpoison_entry()
519 static inline bool is_pfn_swap_entry(swp_entry_t entry) in is_pfn_swap_entry()
551 static inline pmd_t swp_entry_to_pmd(swp_entry_t entry) in swp_entry_to_pmd()
583 static inline pmd_t swp_entry_to_pmd(swp_entry_t entry) in swp_entry_to_pmd()
[all …]
A Dbpf_mprog.h115 #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()
237 static inline void bpf_mprog_revision_new(struct bpf_mprog_entry *entry) in bpf_mprog_revision_new()
242 static inline void bpf_mprog_commit(struct bpf_mprog_entry *entry) in bpf_mprog_commit()
248 static inline u64 bpf_mprog_revision(struct bpf_mprog_entry *entry) in bpf_mprog_revision()
[all …]
A Dresource_ext.h34 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
A Dxarray.h223 static inline int xa_err(void *entry) in xa_err()
590 void *entry, gfp_t gfp) in xa_store_bh()
617 void *entry, gfp_t gfp) in xa_store_irq()
644 void *entry; in xa_erase_bh() local
668 void *entry; in xa_erase_irq() local
693 void *old, void *entry, gfp_t gfp) in xa_cmpxchg()
721 void *old, void *entry, gfp_t gfp) in xa_cmpxchg_bh()
749 void *old, void *entry, gfp_t gfp) in xa_cmpxchg_irq()
1598 void *entry; in xas_reload() local
1701 void *entry; in xas_next_entry() local
[all …]
/linux/net/atm/
A Dmpoa_caches.c38 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
180 static void in_cache_put(in_cache_entry *entry) in in_cache_put()
228 in_cache_entry *entry, *next_entry; in clear_count_and_expired() local
253 in_cache_entry *entry; in check_resolving_entries() local
335 eg_cache_entry *entry; in eg_cache_get_by_cache_id() local
356 eg_cache_entry *entry; in eg_cache_get_by_tag() local
378 eg_cache_entry *entry; in eg_cache_get_by_vcc() local
398 eg_cache_entry *entry; in eg_cache_get_by_src_ip() local
[all …]
/linux/drivers/gpu/drm/amd/amdkfd/
A Dsoc15_int.h38 #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/
A Dinfo.c54 struct snd_info_entry *entry; member
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
218 struct snd_info_entry *entry; in snd_info_entry_mmap() local
412 struct snd_info_entry *entry; in create_subdir() local
482 struct snd_info_entry *entry; in snd_info_card_create() local
665 struct snd_info_entry *entry; in snd_info_create_entry() local
853 struct snd_info_entry *entry; in snd_card_rw_proc_new() local
[all …]
/linux/arch/sparc/include/asm/
A Dspitfire.h119 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()
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()
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()
314 static inline unsigned long cheetah_get_dtlb_tag(int entry, int tlb) in cheetah_get_dtlb_tag()
334 static inline unsigned long cheetah_get_itlb_data(int entry) in cheetah_get_itlb_data()
[all …]
/linux/drivers/net/dsa/sja1105/
A Dsja1105_static_config.c98 struct sja1105_avb_params_entry *entry = entry_ptr; in sja1105et_avb_params_entry_packing() local
109 struct sja1105_avb_params_entry *entry = entry_ptr; in sja1105pqrs_avb_params_entry_packing() local
350 struct sja1105_l2_lookup_entry *entry = entry_ptr; in sja1105et_l2_lookup_entry_packing() local
364 struct sja1105_l2_lookup_entry *entry = entry_ptr; in sja1105pqrs_l2_lookup_entry_packing() local
392 struct sja1105_l2_lookup_entry *entry = entry_ptr; in sja1110_l2_lookup_entry_packing() local
616 struct sja1105_schedule_entry *entry = entry_ptr; in sja1105_schedule_entry_packing() local
635 struct sja1105_schedule_entry *entry = entry_ptr; in sja1110_schedule_entry_packing() local
709 struct sja1105_vl_lookup_entry *entry = entry_ptr; in sja1105_vl_lookup_entry_packing() local
743 struct sja1105_vl_lookup_entry *entry = entry_ptr; in sja1110_vl_lookup_entry_packing() local
874 struct sja1105_retagging_entry *entry = entry_ptr; in sja1105_retagging_entry_packing() local
[all …]
/linux/drivers/firmware/
A Dmemmap.c100 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()
176 static int add_sysfs_fw_map_entry(struct firmware_map_entry *entry) in add_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
376 static ssize_t end_show(struct firmware_map_entry *entry, char *buf) in end_show()
382 static ssize_t type_show(struct firmware_map_entry *entry, char *buf) in type_show()
395 struct firmware_map_entry *entry = to_memmap_entry(kobj); in memmap_attr_show() local
[all …]
A Ddmi-sysfs.c101 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()
362 static ssize_t dmi_sel_raw_read_io(struct dmi_sysfs_entry *entry, in dmi_sel_raw_read_io()
438 struct dmi_sysfs_entry *entry = to_entry(kobj->parent); in dmi_sel_raw_read() local
453 static int dmi_system_event_log(struct dmi_sysfs_entry *entry) in dmi_system_event_log()
545 struct dmi_sysfs_entry *entry = to_entry(kobj); in dmi_entry_raw_read() local
562 struct dmi_sysfs_entry *entry = to_entry(kobj); in dmi_sysfs_entry_release() local
587 struct dmi_sysfs_entry *entry; in dmi_sysfs_register_handle() local
[all …]
/linux/mm/
A Dswap.h31 #define swap_address_space(entry) \ argument
38 static inline loff_t swap_dev_pos(swp_entry_t entry) in swap_dev_pos()
46 static inline pgoff_t swap_cache_index(swp_entry_t entry) in swap_cache_index()
89 static inline int swap_zeromap_batch(swp_entry_t entry, int max_nr, in swap_zeromap_batch()
118 static inline struct address_space *swap_address_space(swp_entry_t entry) in swap_address_space()
123 static inline pgoff_t swap_cache_index(swp_entry_t entry) in swap_cache_index()
132 static inline struct folio *swap_cluster_readahead(swp_entry_t entry, in swap_cluster_readahead()
153 static inline struct folio *swap_cache_get_folio(swp_entry_t entry, in swap_cache_get_folio()
171 static inline void *get_shadow_from_swap_cache(swp_entry_t entry) in get_shadow_from_swap_cache()
183 swp_entry_t entry, void *shadow) in __delete_from_swap_cache()
[all …]
/linux/drivers/infiniband/core/
A Dib_core_uverbs.c32 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/drivers/platform/x86/intel/pmt/
A Dcrashlog.c53 struct intel_pmt_entry entry; member
59 struct crashlog_entry entry[]; member
65 static bool pmt_crashlog_complete(struct intel_pmt_entry *entry) in pmt_crashlog_complete()
73 static bool pmt_crashlog_disabled(struct intel_pmt_entry *entry) in pmt_crashlog_disabled()
81 static bool pmt_crashlog_supported(struct intel_pmt_entry *entry) in pmt_crashlog_supported()
96 static void pmt_crashlog_set_disable(struct intel_pmt_entry *entry, in pmt_crashlog_set_disable()
112 static void pmt_crashlog_set_clear(struct intel_pmt_entry *entry) in pmt_crashlog_set_clear()
138 struct intel_pmt_entry *entry = dev_get_drvdata(dev); in enable_show() local
148 struct crashlog_entry *entry; in enable_store() local
169 struct intel_pmt_entry *entry; in trigger_show() local
[all …]
/linux/sound/pci/emu10k1/
A Demuproc.c61 static void snd_emu10k1_proc_read(struct snd_info_entry *entry, in snd_emu10k1_proc_read()
160 static void snd_emu10k1_proc_spdif_read(struct snd_info_entry *entry, in snd_emu10k1_proc_spdif_read()
216 static void snd_emu10k1_proc_rates_read(struct snd_info_entry *entry, in snd_emu10k1_proc_rates_read()
333 static void snd_emu10k1_proc_acode_read(struct snd_info_entry *entry, in snd_emu10k1_proc_acode_read()
384 static ssize_t snd_emu10k1_fx8010_read(struct snd_info_entry *entry, in snd_emu10k1_fx8010_read()
510 static void snd_emu_proc_io_reg_read(struct snd_info_entry *entry, in snd_emu_proc_io_reg_read()
523 static void snd_emu_proc_io_reg_write(struct snd_info_entry *entry, in snd_emu_proc_io_reg_write()
571 static void snd_emu_proc_ptr_reg_read(struct snd_info_entry *entry, in snd_emu_proc_ptr_reg_read()
592 static void snd_emu_proc_ptr_reg_write(struct snd_info_entry *entry, in snd_emu_proc_ptr_reg_write()
607 static void snd_emu_proc_ptr_reg_write00(struct snd_info_entry *entry, in snd_emu_proc_ptr_reg_write00()
[all …]
/linux/lib/
A Dxarray.c183 void *entry; in xas_start() local
444 void *entry; in xas_shrink() local
643 void *entry; in xas_create() local
1168 void *entry; in __xas_prev() local
1207 void *entry; in __xas_next() local
1255 void *entry; in xas_find() local
1326 void *entry; in xas_find_marked() local
1473 void *entry; in xa_load() local
1529 void *entry; in xa_erase() local
1809 void *entry; in xa_get_order() local
[all …]
A Dtest_xarray.c105 void *entry; in check_xas_retry() 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
989 void *entry; in check_xa_alloc_2() local
1042 void *entry; in check_xa_alloc_3() local
1104 void *entry; in __check_store_iter() local
[all …]
/linux/drivers/infiniband/hw/hfi1/
A Dchip.c1746 const struct cntr_entry *entry, in access_misc_efuse_read_bad_addr_err_cnt()
1791 const struct cntr_entry *entry, in access_misc_csr_write_bad_addr_err_cnt()
1822 const struct cntr_entry *entry, in access_sw_cce_err_status_aggregated_cnt()
8265 const struct is_table *entry; in is_interrupt() local
12194 const struct cntr_entry *entry; in hfi1_read_cntrs() local
12265 const struct cntr_entry *entry; in hfi1_read_portcntrs() local
12427 struct cntr_entry *entry; in read_dev_cntr() local
12441 struct cntr_entry *entry; in write_dev_cntr() local
12455 struct cntr_entry *entry; in read_port_cntr() local
12475 struct cntr_entry *entry; in write_port_cntr() local
[all …]
/linux/drivers/net/ethernet/marvell/mvpp2/
A Dmvpp2_debugfs.c73 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
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
449 struct mvpp2_dbgfs_flow_entry *entry) in mvpp2_dbgfs_flow_port_init()
473 struct mvpp2_dbgfs_flow_entry *entry; in mvpp2_dbgfs_flow_entry_init() local
526 struct mvpp2_dbgfs_prs_entry *entry; in mvpp2_dbgfs_prs_entry_init() local
586 struct mvpp2_dbgfs_c2_entry *entry; in mvpp2_dbgfs_c2_entry_init() local
[all …]
/linux/drivers/net/dsa/mv88e6xxx/
A Dglobal1_vtu.c21 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()
484 struct mv88e6xxx_stu_entry *entry) in mv88e6xxx_g1_stu_getnext()
523 struct mv88e6xxx_stu_entry *entry) in mv88e6352_g1_stu_getnext()
[all …]
/linux/drivers/net/ethernet/mediatek/
A Dmtk_ppe.c185 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()
483 mtk_flow_entry_match(struct mtk_eth *eth, struct mtk_flow_entry *entry, in mtk_flow_entry_match()
501 __mtk_foe_entry_clear(struct mtk_ppe *ppe, struct mtk_flow_entry *entry) in __mtk_foe_entry_clear()
588 mtk_flow_entry_update(struct mtk_ppe *ppe, struct mtk_flow_entry *entry) in mtk_flow_entry_update()
617 __mtk_foe_entry_commit(struct mtk_ppe *ppe, struct mtk_foe_entry *entry, in __mtk_foe_entry_commit()
[all …]
/linux/fs/
A Ddax.c211 void *entry; in get_unlocked_entry() local
426 void *entry; in dax_lock_folio() local
494 void *entry; in dax_lock_mapping_entry() local
578 void *entry; in grab_mapping_entry() local
680 void *entry; in dax_layout_busy_page_range() local
750 void *entry; in __dax_invalidate_entry() local
775 void *entry; in __dax_clear_dirty_range() local
1031 void *entry; in dax_writeback_mapping_range() local
1724 void *entry; in dax_iomap_pte_fault() local
1834 void *entry; in dax_iomap_pmd_fault() local
[all …]
/linux/net/netfilter/
A Dnf_queue.c58 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()
97 bool nf_queue_entry_get_refs(struct nf_queue_entry *entry) in nf_queue_entry_get_refs()
128 struct nf_queue_entry *entry) in nf_ip_saveroute()
143 struct nf_queue_entry *entry) in nf_ip6_saveroute()
159 struct nf_queue_entry *entry = NULL; in __nf_queue() local
/linux/sound/pci/ca0106/
A Dca0106_proc.c258 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()
298 static void snd_ca0106_proc_reg_read32(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read32()
314 static void snd_ca0106_proc_reg_read16(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read16()
330 static void snd_ca0106_proc_reg_read8(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read8()
346 static void snd_ca0106_proc_reg_read1(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read1()
364 static void snd_ca0106_proc_reg_read2(struct snd_info_entry *entry, in snd_ca0106_proc_reg_read2()
382 static void snd_ca0106_proc_reg_write(struct snd_info_entry *entry, in snd_ca0106_proc_reg_write()
396 static void snd_ca0106_proc_i2c_write(struct snd_info_entry *entry, in snd_ca0106_proc_i2c_write()
/linux/kernel/dma/
A Ddebug.c533 struct dma_debug_entry *entry; in debug_dma_dump_mappings() local
565 struct dma_debug_entry *entry; in dump_show() local
613 struct dma_debug_entry *entry; in dma_debug_create_entries() local
631 struct dma_debug_entry *entry; in __dma_entry_alloc() local
668 struct dma_debug_entry *entry; in dma_entry_alloc() local
835 struct dma_debug_entry *entry; in device_dma_allocations() local
856 struct dma_debug_entry *entry; in dma_debug_device_change() local
966 struct dma_debug_entry *entry; in check_unmap() local
1099 struct dma_debug_entry *entry; in check_sync() local
1216 struct dma_debug_entry *entry; in debug_dma_map_page() local
[all …]

Completed in 102 milliseconds

12345678910>>...86