Home
last modified time | relevance | path

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

12345678910>>...69

/linux-6.3-rc2/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()
482 static inline bool is_pfn_swap_entry(swp_entry_t entry) in is_pfn_swap_entry()
514 static inline pmd_t swp_entry_to_pmd(swp_entry_t entry) in swp_entry_to_pmd()
546 static inline pmd_t swp_entry_to_pmd(swp_entry_t entry) in swp_entry_to_pmd()
568 static inline int is_hwpoison_entry(swp_entry_t entry) in is_hwpoison_entry()
[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.h219 static inline int xa_err(void *entry) in xa_err()
586 void *entry, gfp_t gfp) in xa_store_bh()
613 void *entry, gfp_t gfp) in xa_store_irq()
640 void *entry; in xa_erase_bh() local
664 void *entry; in xa_erase_irq() local
689 void *old, void *entry, gfp_t gfp) in xa_cmpxchg()
717 void *old, void *entry, gfp_t gfp) in xa_cmpxchg_bh()
745 void *old, void *entry, gfp_t gfp) in xa_cmpxchg_irq()
1570 void *entry; in xas_reload() local
1673 void *entry; in xas_next_entry() local
[all …]
/linux-6.3-rc2/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-6.3-rc2/drivers/gpu/drm/amd/amdkfd/
A Dsoc15_int.h37 #define SOC15_CLIENT_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) & 0xff) argument
38 #define SOC15_SOURCE_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 8 & 0xff) argument
39 #define SOC15_RING_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 16 & 0xff) argument
40 #define SOC15_VMID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 24 & 0xf) argument
41 #define SOC15_VMID_TYPE_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 31 & 0x1) argument
42 #define SOC15_PASID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[3]) & 0xffff) argument
43 #define SOC15_CONTEXT_ID0_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[4])) argument
44 #define SOC15_CONTEXT_ID1_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[5])) argument
45 #define SOC15_CONTEXT_ID2_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[6])) argument
46 #define SOC15_CONTEXT_ID3_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[7])) argument
/linux-6.3-rc2/sound/core/
A Dinfo.c54 struct snd_info_entry *entry; member
107 struct snd_info_entry *entry; in snd_info_entry_llseek() local
150 struct snd_info_entry *entry = data->entry; in snd_info_entry_read() local
172 struct snd_info_entry *entry = data->entry; in snd_info_entry_write() local
193 struct snd_info_entry *entry = data->entry; in snd_info_entry_poll() local
223 struct snd_info_entry *entry; in snd_info_entry_mmap() local
434 struct snd_info_entry *entry; in create_subdir() local
504 struct snd_info_entry *entry; in snd_info_card_create() local
684 struct snd_info_entry *entry; in snd_info_create_entry() local
881 struct snd_info_entry *entry; in snd_card_rw_proc_new() local
[all …]
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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()
361 static ssize_t dmi_sel_raw_read_io(struct dmi_sysfs_entry *entry, in dmi_sel_raw_read_io()
434 struct dmi_sysfs_entry *entry = to_entry(kobj->parent); in dmi_sel_raw_read() local
449 static int dmi_system_event_log(struct dmi_sysfs_entry *entry) in dmi_system_event_log()
541 struct dmi_sysfs_entry *entry = to_entry(kobj); in dmi_entry_raw_read() local
558 struct dmi_sysfs_entry *entry = to_entry(kobj); in dmi_sysfs_entry_release() local
583 struct dmi_sysfs_entry *entry; in dmi_sysfs_register_handle() local
[all …]
/linux-6.3-rc2/sound/pci/emu10k1/
A Demuproc.c66 static void snd_emu10k1_proc_read(struct snd_info_entry *entry, in snd_emu10k1_proc_read()
223 static void snd_emu10k1_proc_spdif_read(struct snd_info_entry *entry, in snd_emu10k1_proc_spdif_read()
262 static void snd_emu10k1_proc_rates_read(struct snd_info_entry *entry, in snd_emu10k1_proc_rates_read()
276 static void snd_emu10k1_proc_acode_read(struct snd_info_entry *entry, in snd_emu10k1_proc_acode_read()
319 static ssize_t snd_emu10k1_fx8010_read(struct snd_info_entry *entry, in snd_emu10k1_fx8010_read()
397 static void snd_emu_proc_io_reg_read(struct snd_info_entry *entry, in snd_emu_proc_io_reg_read()
413 static void snd_emu_proc_io_reg_write(struct snd_info_entry *entry, in snd_emu_proc_io_reg_write()
466 static void snd_emu_proc_ptr_reg_read(struct snd_info_entry *entry, in snd_emu_proc_ptr_reg_read()
490 static void snd_emu_proc_ptr_reg_write(struct snd_info_entry *entry, in snd_emu_proc_ptr_reg_write()
504 static void snd_emu_proc_ptr_reg_write00(struct snd_info_entry *entry, in snd_emu_proc_ptr_reg_write00()
[all …]
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/arch/s390/include/asm/
A Dpci_dma.h106 static inline void set_rt_sto(unsigned long *entry, phys_addr_t sto) in set_rt_sto()
120 static inline void validate_rt_entry(unsigned long *entry) in validate_rt_entry()
128 static inline void validate_st_entry(unsigned long *entry) in validate_st_entry()
134 static inline void invalidate_pt_entry(unsigned long *entry) in invalidate_pt_entry()
141 static inline void validate_pt_entry(unsigned long *entry) in validate_pt_entry()
148 static inline void entry_set_protected(unsigned long *entry) in entry_set_protected()
154 static inline void entry_clr_protected(unsigned long *entry) in entry_clr_protected()
160 static inline int reg_entry_isvalid(unsigned long entry) in reg_entry_isvalid()
165 static inline int pt_entry_isvalid(unsigned long entry) in pt_entry_isvalid()
170 static inline unsigned long *get_rt_sto(unsigned long entry) in get_rt_sto()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mediatek/
A Dmtk_ppe.c132 mtk_foe_entry_l2(struct mtk_eth *eth, struct mtk_foe_entry *entry) in mtk_foe_entry_l2()
146 mtk_foe_entry_ib2(struct mtk_eth *eth, struct mtk_foe_entry *entry) in mtk_foe_entry_ib2()
159 int mtk_foe_entry_prepare(struct mtk_eth *eth, struct mtk_foe_entry *entry, in mtk_foe_entry_prepare()
227 struct mtk_foe_entry *entry, u8 port) in mtk_foe_entry_set_pse_port()
245 struct mtk_foe_entry *entry, bool egress, in mtk_foe_entry_set_ipv4_tuple()
285 struct mtk_foe_entry *entry, in mtk_foe_entry_set_ipv6_tuple()
421 mtk_flow_entry_match(struct mtk_eth *eth, struct mtk_flow_entry *entry, in mtk_flow_entry_match()
439 __mtk_foe_entry_clear(struct mtk_ppe *ppe, struct mtk_flow_entry *entry) in __mtk_foe_entry_clear()
517 mtk_flow_entry_update(struct mtk_ppe *ppe, struct mtk_flow_entry *entry) in mtk_flow_entry_update()
546 __mtk_foe_entry_commit(struct mtk_ppe *ppe, struct mtk_foe_entry *entry, in __mtk_foe_entry_commit()
[all …]
/linux-6.3-rc2/lib/
A Dxarray.c181 void *entry; in xas_start() local
445 void *entry; in xas_shrink() local
644 void *entry; in xas_create() local
1154 void *entry; in __xas_prev() local
1193 void *entry; in __xas_next() local
1241 void *entry; in xas_find() local
1312 void *entry; in xas_find_marked() local
1459 void *entry; in xa_load() local
1515 void *entry; in xa_erase() local
1764 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
428 void *entry; in check_reserve() local
495 void *entry; in check_xas_erase() local
574 void *entry; in check_multi_store_3() local
756 void *entry; in check_xa_alloc_2() local
809 void *entry; in check_xa_alloc_3() local
871 void *entry; in __check_store_iter() local
[all …]
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dchip.c1745 const struct cntr_entry *entry, in access_misc_efuse_read_bad_addr_err_cnt()
1790 const struct cntr_entry *entry, in access_misc_csr_write_bad_addr_err_cnt()
1821 const struct cntr_entry *entry, in access_sw_cce_err_status_aggregated_cnt()
8263 const struct is_table *entry; in is_interrupt() local
12192 const struct cntr_entry *entry; in hfi1_read_cntrs() local
12263 const struct cntr_entry *entry; in hfi1_read_portcntrs() local
12424 struct cntr_entry *entry; in read_dev_cntr() local
12438 struct cntr_entry *entry; in write_dev_cntr() local
12452 struct cntr_entry *entry; in read_port_cntr() local
12472 struct cntr_entry *entry; in write_port_cntr() local
[all …]
A Daffinity.c194 struct hfi1_affinity_node *entry; in node_affinity_destroy_all() local
209 struct hfi1_affinity_node *entry; in node_affinity_allocate() local
234 struct hfi1_affinity_node *entry; in node_affinity_lookup() local
458 struct hfi1_affinity_node *entry; in hfi1_comp_vectors_set_up() local
495 struct hfi1_affinity_node *entry, in _dev_comp_vect_cpu_mask_init()
595 struct hfi1_affinity_node *entry; in hfi1_dev_affinity_init() local
717 struct hfi1_affinity_node *entry; in hfi1_dev_affinity_clean_up() local
745 struct hfi1_affinity_node *entry; in hfi1_update_sdma_affinity() local
839 struct hfi1_affinity_node *entry; in get_irq_affinity() local
925 struct hfi1_affinity_node *entry; in hfi1_put_irq_affinity() local
[all …]
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/fs/
A Ddax.c93 static bool dax_is_locked(void *entry) in dax_is_locked()
225 void *entry; in get_unlocked_entry() local
440 void *entry; in dax_lock_page() local
508 void *entry; in dax_lock_mapping_entry() local
592 void *entry; in grab_mapping_entry() local
694 void *entry; in dax_layout_busy_page_range() local
764 void *entry; in __dax_invalidate_entry() local
1018 void *entry; in dax_writeback_mapping_range() local
1680 void *entry; in dax_iomap_pte_fault() local
1790 void *entry; in dax_iomap_pmd_fault() local
[all …]
/linux-6.3-rc2/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-6.3-rc2/arch/s390/kernel/
A Djump_label.c19 static void jump_label_make_nop(struct jump_entry *entry, struct insn *insn) in jump_label_make_nop()
26 static void jump_label_make_branch(struct jump_entry *entry, struct insn *insn) in jump_label_make_branch()
33 static void jump_label_bug(struct jump_entry *entry, struct insn *expected, in jump_label_bug()
47 static void jump_label_transform(struct jump_entry *entry, in jump_label_transform()
65 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
72 bool arch_jump_label_transform_queue(struct jump_entry *entry, in arch_jump_label_transform_queue()
/linux-6.3-rc2/kernel/dma/
A Ddebug.c407 struct dma_debug_entry *entry; in debug_dma_dump_mappings() local
575 struct dma_debug_entry *entry; in dma_debug_create_entries() local
593 struct dma_debug_entry *entry; in __dma_entry_alloc() local
625 struct dma_debug_entry *entry; in dma_entry_alloc() local
814 struct dma_debug_entry *entry; in device_dma_allocations() local
835 struct dma_debug_entry *entry; in dma_debug_device_change() local
945 struct dma_debug_entry *entry; in check_unmap() local
1078 struct dma_debug_entry *entry; in check_sync() local
1195 struct dma_debug_entry *entry; in debug_dma_map_page() local
1230 struct dma_debug_entry *entry; in debug_dma_mapping_error() local
[all …]

Completed in 94 milliseconds

12345678910>>...69