Home
last modified time | relevance | path

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

12345678910>>...68

/linux/include/linux/
A Dswapops.h51 static inline unsigned swp_type(swp_entry_t entry) in swp_type()
60 static inline pgoff_t swp_offset(swp_entry_t entry) in swp_offset()
88 static inline pte_t swp_entry_to_pte(swp_entry_t entry) in swp_entry_to_pte()
98 swp_entry_t entry; in radix_to_swp_entry() local
104 static inline void *swp_to_radix_entry(swp_entry_t entry) in swp_to_radix_entry()
194 static inline int is_migration_entry(swp_entry_t entry) in is_migration_entry()
268 static inline bool is_pfn_swap_entry(swp_entry_t entry) in is_pfn_swap_entry()
297 static inline pmd_t swp_entry_to_pmd(swp_entry_t entry) in swp_entry_to_pmd()
353 static inline int is_hwpoison_entry(swp_entry_t entry) in is_hwpoison_entry()
392 static inline int non_swap_entry(swp_entry_t entry) in non_swap_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.h217 static inline int xa_err(void *entry) in xa_err()
584 void *entry, gfp_t gfp) in xa_store_bh()
610 void *entry, gfp_t gfp) in xa_store_irq()
636 void *entry; in xa_erase_bh() local
660 void *entry; in xa_erase_irq() local
685 void *old, void *entry, gfp_t gfp) in xa_cmpxchg()
712 void *old, void *entry, gfp_t gfp) in xa_cmpxchg_bh()
739 void *old, void *entry, gfp_t gfp) in xa_cmpxchg_irq()
1551 void *entry; in xas_reload() local
1630 void *entry; in xas_next_entry() local
[all …]
/linux/drivers/gpu/drm/amd/amdkfd/
A Dsoc15_int.h36 #define SOC15_CLIENT_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) & 0xff) argument
37 #define SOC15_SOURCE_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 8 & 0xff) argument
38 #define SOC15_RING_ID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 16 & 0xff) argument
39 #define SOC15_VMID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 24 & 0xf) argument
40 #define SOC15_VMID_TYPE_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[0]) >> 31 & 0x1) argument
41 #define SOC15_PASID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[3]) & 0xffff) argument
42 #define SOC15_CONTEXT_ID0_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[4])) argument
43 #define SOC15_CONTEXT_ID1_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[5])) argument
44 #define SOC15_CONTEXT_ID2_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[6])) argument
45 #define SOC15_CONTEXT_ID3_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[7])) argument
/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/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/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
879 struct snd_info_entry *entry; in snd_card_rw_proc_new() local
[all …]
/linux/drivers/firmware/
A Dmemmap.c99 struct firmware_map_entry *entry = to_memmap_entry(kobj); in release_firmware_map_entry() local
143 struct firmware_map_entry *entry) in firmware_map_add_entry()
175 static int add_sysfs_fw_map_entry(struct firmware_map_entry *entry) in add_sysfs_fw_map_entry()
221 struct firmware_map_entry *entry; in firmware_map_find_entry_in_list() local
283 struct firmware_map_entry *entry; in firmware_map_add_hotplug() local
325 struct firmware_map_entry *entry; in firmware_map_add_early() local
347 struct firmware_map_entry *entry; in firmware_map_remove() local
375 static ssize_t end_show(struct firmware_map_entry *entry, char *buf) in end_show()
381 static ssize_t type_show(struct firmware_map_entry *entry, char *buf) in type_show()
394 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()
540 struct dmi_sysfs_entry *entry = to_entry(kobj); in dmi_entry_raw_read() local
557 struct dmi_sysfs_entry *entry = to_entry(kobj); in dmi_sysfs_entry_release() local
582 struct dmi_sysfs_entry *entry; in dmi_sysfs_register_handle() local
[all …]
/linux/drivers/net/dsa/mv88e6xxx/
A Dglobal1_vtu.c20 struct mv88e6xxx_vtu_entry *entry) in mv88e6xxx_g1_vtu_fid_read()
35 struct mv88e6xxx_vtu_entry *entry) in mv88e6xxx_g1_vtu_fid_write()
45 struct mv88e6xxx_vtu_entry *entry) in mv88e6xxx_g1_vtu_sid_read()
60 struct mv88e6xxx_vtu_entry *entry) in mv88e6xxx_g1_vtu_sid_write()
91 struct mv88e6xxx_vtu_entry *entry) in mv88e6xxx_g1_vtu_vid_read()
111 struct mv88e6xxx_vtu_entry *entry) in mv88e6xxx_g1_vtu_vid_write()
269 struct mv88e6xxx_vtu_entry *entry) in mv88e6xxx_g1_vtu_stu_getnext()
311 struct mv88e6xxx_vtu_entry *entry) in mv88e6xxx_g1_vtu_getnext()
340 struct mv88e6xxx_vtu_entry *entry) in mv88e6185_g1_vtu_getnext()
374 struct mv88e6xxx_vtu_entry *entry) in mv88e6352_g1_vtu_getnext()
[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/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()
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
182 struct crashlog_entry *entry; in trigger_store() local
[all …]
A Dclass.c52 struct intel_pmt_entry *entry = container_of(attr, in intel_pmt_read() local
74 struct intel_pmt_entry *entry = container_of(attr, in intel_pmt_mmap() local
103 struct intel_pmt_entry *entry = dev_get_drvdata(dev); in guid_show() local
112 struct intel_pmt_entry *entry = dev_get_drvdata(dev); in size_show() local
121 struct intel_pmt_entry *entry = dev_get_drvdata(dev); in offset_show() local
141 static int intel_pmt_populate_entry(struct intel_pmt_entry *entry, in intel_pmt_populate_entry()
218 static int intel_pmt_dev_register(struct intel_pmt_entry *entry, in intel_pmt_dev_register()
284 int intel_pmt_dev_create(struct intel_pmt_entry *entry, in intel_pmt_dev_create()
313 void intel_pmt_dev_destroy(struct intel_pmt_entry *entry, in intel_pmt_dev_destroy()
/linux/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/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/arch/s390/include/asm/
A Dpci_dma.h106 static inline void set_rt_sto(unsigned long *entry, void *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/fs/
A Ddax.c93 static bool dax_is_locked(void *entry) in dax_is_locked()
129 static bool dax_is_conflict(void *entry) in dax_is_conflict()
225 void *entry; in get_unlocked_entry() local
403 void *entry; in dax_lock_page() local
492 void *entry; in grab_mapping_entry() local
594 void *entry; in dax_layout_busy_page_range() local
664 void *entry; in __dax_invalidate_entry() local
973 void *entry; in dax_writeback_mapping_range() local
1436 void *entry; in dax_iomap_pte_fault() local
1546 void *entry; in dax_iomap_pmd_fault() local
[all …]
/linux/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()
52 static void jump_label_transform(struct jump_entry *entry, in jump_label_transform()
76 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform()
83 bool arch_jump_label_transform_queue(struct jump_entry *entry, in arch_jump_label_transform_queue()
95 void __init_or_module arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
/linux/lib/
A Dxarray.c181 void *entry; in xas_start() local
442 void *entry; in xas_shrink() local
641 void *entry; in xas_create() local
1147 void *entry; in __xas_prev() local
1186 void *entry; in __xas_next() local
1234 void *entry; in xas_find() local
1305 void *entry; in xas_find_marked() local
1452 void *entry; in xa_load() local
1508 void *entry; in xa_erase() local
1757 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/arch/x86/kernel/
A Djump_label.c20 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()
156 __init_or_module void arch_jump_label_transform_static(struct jump_entry *entry, in arch_jump_label_transform_static()
/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/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 …]
/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/net/netfilter/
A Dnf_queue.c49 static void nf_queue_entry_release_refs(struct nf_queue_entry *entry) in nf_queue_entry_release_refs()
65 void nf_queue_entry_free(struct nf_queue_entry *entry) in nf_queue_entry_free()
72 static void __nf_queue_entry_init_physdevs(struct nf_queue_entry *entry) in __nf_queue_entry_init_physdevs()
90 void nf_queue_entry_get_refs(struct nf_queue_entry *entry) in nf_queue_entry_get_refs()
119 struct nf_queue_entry *entry) in nf_ip_saveroute()
134 struct nf_queue_entry *entry) in nf_ip6_saveroute()
150 struct nf_queue_entry *entry = NULL; in __nf_queue() local
273 void nf_reinject(struct nf_queue_entry *entry, unsigned int verdict) in nf_reinject()

Completed in 97 milliseconds

12345678910>>...68