Home
last modified time | relevance | path

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

12345678910>>...75

/linux/include/linux/
H 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()
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()
199 static inline bool is_device_exclusive_entry(swp_entry_t entry) in is_device_exclusive_entry()
205 static inline bool is_writable_device_exclusive_entry(swp_entry_t entry) in is_writable_device_exclusive_entry()
[all …]
H 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()
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 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
H A Dxarray.h67 xa_to_value(const void * entry) xa_to_value() argument
79 xa_is_value(const void * entry) xa_is_value() argument
112 xa_untag_pointer(void * entry) xa_untag_pointer() argument
127 xa_pointer_tag(void * entry) xa_pointer_tag() argument
157 xa_to_internal(const void * entry) xa_to_internal() argument
169 xa_is_internal(const void * entry) xa_is_internal() argument
185 xa_is_zero(const void * entry) xa_is_zero() argument
201 xa_is_err(const void * entry) xa_is_err() argument
219 xa_err(void * entry) xa_err() argument
447 xa_for_each_range(xa,index,entry,start,last) global() argument
476 xa_for_each_start(xa,index,entry,start) global() argument
500 xa_for_each(xa,index,entry) global() argument
527 xa_for_each_marked(xa,index,entry,filter) global() argument
586 xa_store_bh(struct xarray * xa,unsigned long index,void * entry,gfp_t gfp) xa_store_bh() argument
613 xa_store_irq(struct xarray * xa,unsigned long index,void * entry,gfp_t gfp) xa_store_irq() argument
640 void *entry; xa_erase_bh() local
664 void *entry; xa_erase_irq() local
689 xa_cmpxchg(struct xarray * xa,unsigned long index,void * old,void * entry,gfp_t gfp) xa_cmpxchg() argument
717 xa_cmpxchg_bh(struct xarray * xa,unsigned long index,void * old,void * entry,gfp_t gfp) xa_cmpxchg_bh() argument
745 xa_cmpxchg_irq(struct xarray * xa,unsigned long index,void * old,void * entry,gfp_t gfp) xa_cmpxchg_irq() argument
775 xa_insert(struct xarray * xa,unsigned long index,void * entry,gfp_t gfp) xa_insert() argument
805 xa_insert_bh(struct xarray * xa,unsigned long index,void * entry,gfp_t gfp) xa_insert_bh() argument
835 xa_insert_irq(struct xarray * xa,unsigned long index,void * entry,gfp_t gfp) xa_insert_irq() argument
868 xa_alloc(struct xarray * xa,u32 * id,void * entry,struct xa_limit limit,gfp_t gfp) xa_alloc() argument
901 xa_alloc_bh(struct xarray * xa,u32 * id,void * entry,struct xa_limit limit,gfp_t gfp) xa_alloc_bh() argument
934 xa_alloc_irq(struct xarray * xa,u32 * id,void * entry,struct xa_limit limit,gfp_t gfp) xa_alloc_irq() argument
970 xa_alloc_cyclic(struct xarray * xa,u32 * id,void * entry,struct xa_limit limit,u32 * next,gfp_t gfp) xa_alloc_cyclic() argument
1007 xa_alloc_cyclic_bh(struct xarray * xa,u32 * id,void * entry,struct xa_limit limit,u32 * next,gfp_t gfp) xa_alloc_cyclic_bh() argument
1044 xa_alloc_cyclic_irq(struct xarray * xa,u32 * id,void * entry,struct xa_limit limit,u32 * next,gfp_t gfp) xa_alloc_cyclic_irq() argument
1252 xa_to_node(const void * entry) xa_to_node() argument
1258 xa_is_node(const void * entry) xa_is_node() argument
1270 xa_to_sibling(const void * entry) xa_to_sibling() argument
1281 xa_is_sibling(const void * entry) xa_is_sibling() argument
1295 xa_is_retry(const void * entry) xa_is_retry() argument
1306 xa_is_advanced(const void * entry) xa_is_advanced() argument
1522 xas_retry(struct xa_state * xas,const void * entry) xas_retry() argument
1559 xas_split(struct xa_state * xas,void * entry,unsigned int order) xas_split() argument
1565 xas_split_alloc(struct xa_state * xas,void * entry,unsigned int order,gfp_t gfp) xas_split_alloc() argument
1588 void *entry; xas_reload() local
1691 void *entry; xas_next_entry() local
1749 void *entry; xas_next_marked() local
1788 xas_for_each(xas,entry,max) global() argument
1806 xas_for_each_marked(xas,entry,max,mark) global() argument
1822 xas_for_each_conflict(xas,entry) global() argument
[all...]
/linux/drivers/gpu/drm/amd/amdkfd/
H 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_NODEID_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[3]) >> 16 & 0xff) argument
44 #define SOC15_CONTEXT_ID0_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[4])) argument
45 #define SOC15_CONTEXT_ID1_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[5])) argument
46 #define SOC15_CONTEXT_ID2_FROM_IH_ENTRY(entry) (le32_to_cpu(entry[6])) argument
[all …]
/linux/net/atm/
H 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
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/sound/core/
H A Dinfo.c54 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 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()
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 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
121 struct sja1105_general_params_entry *entry = entry_ptr; in sja1105et_general_params_entry_packing() local
153 struct sja1105_general_params_entry *entry = entry_ptr; in sja1105pqrs_general_params_entry_packing() local
186 struct sja1105_general_params_entry *entry = entry_ptr; in sja1110_general_params_entry_packing() local
225 struct sja1105_l2_forwarding_params_entry *entry = entry_ptr; in sja1105_l2_forwarding_params_entry_packing() local
238 struct sja1105_l2_forwarding_params_entry *entry = entry_ptr; in sja1110_l2_forwarding_params_entry_packing() local
253 struct sja1105_l2_forwarding_entry *entry = entry_ptr; in sja1105_l2_forwarding_entry_packing() local
268 struct sja1105_l2_forwarding_entry *entry = entry_ptr; in sja1110_l2_forwarding_entry_packing() local
291 struct sja1105_l2_lookup_params_entry *entry = entry_ptr; in sja1105et_l2_lookup_params_entry_packing() local
[all …]
/linux/drivers/firmware/
H 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()
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 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()
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 dmi_sel_raw_read() local
453 static int dmi_system_event_log(struct dmi_sysfs_entry *entry) in dmi_system_event_log()
[all …]
/linux/drivers/infiniband/core/
H 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/
H 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()
122 static void pmt_crashlog_set_execute(struct intel_pmt_entry *entry) in pmt_crashlog_set_execute()
138 struct intel_pmt_entry *entry = dev_get_drvdata(dev); in enable_show() local
148 struct crashlog_entry *entry; in enable_store() local
[all …]
/linux/sound/pci/emu10k1/
H 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()
427 static void snd_emu10k1_proc_voices_read(struct snd_info_entry *entry, in snd_emu10k1_proc_voices_read()
459 static void snd_emu_proc_emu1010_reg_read(struct snd_info_entry *entry, in snd_emu_proc_emu1010_reg_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()
[all …]
/linux/lib/
H A Dxarray.c183 void *entry; in xas_start() local
206 void *entry = xa_entry(xas->xa, node, offset); xas_descend() local
237 void *entry = xas_start(xas); xas_load() local
430 max_index(void * entry) max_index() argument
443 void *entry; xas_shrink() local
529 void *entry = xa_entry_locked(xas->xa, node, offset); xas_free_nodes() local
642 void *entry; xas_create() local
775 xas_store(struct xa_state * xas,void * entry) xas_store() argument
1017 xas_split_alloc(struct xa_state * xas,void * entry,unsigned int order,gfp_t gfp) xas_split_alloc() argument
1068 xas_split(struct xa_state * xas,void * entry,unsigned int order) xas_split() argument
1167 void *entry; __xas_prev() local
1206 void *entry; __xas_next() local
1254 void *entry; xas_find() local
1325 void *entry; xas_find_marked() local
1472 void *entry; xa_load() local
1528 void *entry; xa_erase() local
1553 __xa_store(struct xarray * xa,unsigned long index,void * entry,gfp_t gfp) __xa_store() argument
1590 xa_store(struct xarray * xa,unsigned long index,void * entry,gfp_t gfp) xa_store() argument
1619 __xa_cmpxchg(struct xarray * xa,unsigned long index,void * old,void * entry,gfp_t gfp) __xa_cmpxchg() argument
1656 __xa_insert(struct xarray * xa,unsigned long index,void * entry,gfp_t gfp) __xa_insert() argument
1732 xa_store_range(struct xarray * xa,unsigned long first,unsigned long last,void * entry,gfp_t gfp) xa_store_range() argument
1777 void *entry; xa_get_order() local
1828 __xa_alloc(struct xarray * xa,u32 * id,void * entry,struct xa_limit limit,gfp_t gfp) __xa_alloc() argument
1880 __xa_alloc_cyclic(struct xarray * xa,u32 * id,void * entry,struct xa_limit limit,u32 * next,gfp_t gfp) __xa_alloc_cyclic() argument
1922 void *entry = xas_load(&xas); __xa_set_mark() local
1940 void *entry = xas_load(&xas); __xa_clear_mark() local
1962 void *entry; xa_get_mark() local
2036 void *entry; xa_find() local
2086 void *entry; xa_find_after() local
2116 void *entry; xas_extract_present() local
2135 void *entry; xas_extract_marked() local
2230 void *entry; xa_destroy() local
2279 xa_dump_entry(const void * entry,unsigned long index,unsigned long shift) xa_dump_entry() argument
2314 void *entry = xa->xa_head; xa_dump() local
[all...]
H A Dtest_xarray.c72 unsigned order, void *entry, gfp_t gfp) in xa_store_order() argument
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; check_xa_mark_1() local
259 void *entry; check_xa_mark_2() local
296 void *entry; check_xa_mark_3() local
481 void *entry; check_reserve() local
548 void *entry; check_xas_erase() local
627 void *entry; check_multi_store_3() local
704 void *entry = xa_load(xa, (1UL << k) - 1); check_multi_store() local
989 void *entry; check_xa_alloc_2() local
1042 void *entry; check_xa_alloc_3() local
1104 void *entry; __check_store_iter() local
1203 void *entry; check_multi_find_2() local
1256 void *entry = xa_find(xa, &index, ULONG_MAX, check_find_1() local
1287 void *entry; check_find_2() local
1310 void *entry; check_find_3() local
1334 void *entry; check_find_4() local
1367 void *entry; xa_find_entry() local
1420 void *entry; check_pause() local
1506 void *entry = xas_next(&xas); check_move_small() local
1519 void *entry = xas_prev(&xas); check_move_small() local
1554 void *entry = xas_prev(&xas); check_move() local
1564 void *entry = xas_next(&xas); check_move() local
1578 void *entry = xas_prev(&xas); check_move() local
1591 void *entry = xas_next(&xas); check_move() local
1792 void *entry; check_split_1() local
1848 void *entry; check_align_1() local
[all...]
/linux/fs/
H A Ddax.c69 static unsigned long dax_to_pfn(void *entry) in dax_to_pfn() argument
79 static bool dax_is_locked(void *entry) in dax_is_locked() argument
84 dax_entry_order(void * entry) dax_entry_order() argument
91 dax_is_pmd_entry(void * entry) dax_is_pmd_entry() argument
96 dax_is_pte_entry(void * entry) dax_is_pte_entry() argument
101 dax_is_zero_entry(void * entry) dax_is_zero_entry() argument
106 dax_is_empty_entry(void * entry) dax_is_empty_entry() argument
115 dax_is_conflict(void * entry) dax_is_conflict() argument
144 dax_entry_waitqueue(struct xa_state * xas,void * entry,struct exceptional_entry_key * key) dax_entry_waitqueue() argument
181 dax_wake_entry(struct xa_state * xas,void * entry,enum dax_wake_mode mode) dax_wake_entry() argument
211 void *entry; get_unlocked_entry() local
243 wait_entry_unlocked(struct xa_state * xas,void * entry) wait_entry_unlocked() argument
264 put_unlocked_entry(struct xa_state * xas,void * entry,enum dax_wake_mode mode) put_unlocked_entry() argument
276 dax_unlock_entry(struct xa_state * xas,void * entry) dax_unlock_entry() argument
292 dax_lock_entry(struct xa_state * xas,void * entry) dax_lock_entry() argument
298 dax_entry_size(void * entry) dax_entry_size() argument
310 dax_end_pfn(void * entry) dax_end_pfn() argument
319 for_each_mapped_pfn(entry,pfn) global() argument
356 dax_associate_entry(void * entry,struct address_space * mapping,struct vm_area_struct * vma,unsigned long address,bool shared) dax_associate_entry() argument
379 dax_disassociate_entry(void * entry,struct address_space * mapping,bool trunc) dax_disassociate_entry() argument
402 dax_busy_page(void * entry) dax_busy_page() argument
426 void *entry; dax_lock_folio() local
494 void *entry; dax_lock_mapping_entry() local
578 void *entry; grab_mapping_entry() local
680 void *entry; dax_layout_busy_page_range() local
750 void *entry; __dax_invalidate_entry() local
775 void *entry; __dax_clear_dirty_range() local
870 dax_insert_entry(struct xa_state * xas,struct vm_fault * vmf,const struct iomap_iter * iter,void * entry,pfn_t pfn,unsigned long flags) dax_insert_entry() argument
927 dax_writeback_one(struct xa_state * xas,struct dax_device * dax_dev,struct address_space * mapping,void * entry) dax_writeback_one() argument
1031 void *entry; dax_writeback_mapping_range() local
1187 dax_load_hole(struct xa_state * xas,struct vm_fault * vmf,const struct iomap_iter * iter,void ** entry) dax_load_hole() argument
1203 dax_pmd_load_hole(struct xa_state * xas,struct vm_fault * vmf,const struct iomap_iter * iter,void ** entry) dax_pmd_load_hole() argument
1255 dax_pmd_load_hole(struct xa_state * xas,struct vm_fault * vmf,const struct iomap_iter * iter,void ** entry) dax_pmd_load_hole() argument
1644 dax_fault_iter(struct vm_fault * vmf,const struct iomap_iter * iter,pfn_t * pfnp,struct xa_state * xas,void ** entry,bool pmd) dax_fault_iter() argument
1709 void *entry; dax_iomap_pte_fault() local
1819 void *entry; dax_iomap_pmd_fault() local
1933 void *entry; dax_insert_pfn_mkwrite() local
[all...]
/linux/drivers/infiniband/hw/hfi1/
H A Dchip.c1370 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 …]
/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_debugfs.c60 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 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()
439 struct mv88e6xxx_vtu_entry *entry) in mv88e6390_g1_vtu_loadpurge()
484 struct mv88e6xxx_stu_entry *entry) in mv88e6xxx_g1_stu_getnext()
[all …]
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.c182 mtk_foe_entry_l2(struct mtk_eth *eth, struct mtk_foe_entry *entry) in mtk_foe_entry_l2()
196 mtk_foe_entry_ib2(struct mtk_eth *eth, struct mtk_foe_entry *entry) in mtk_foe_entry_ib2()
209 int mtk_foe_entry_prepare(struct mtk_eth *eth, struct mtk_foe_entry *entry, in mtk_foe_entry_prepare()
277 struct mtk_foe_entry *entry, u8 port) in mtk_foe_entry_set_pse_port()
295 struct mtk_foe_entry *entry, bool egress, in mtk_foe_entry_set_ipv4_tuple()
335 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/mm/
H A Dswap.h30 #define swap_address_space(entry) \ argument
75 static inline struct address_space *swap_address_space(swp_entry_t entry) in swap_address_space()
84 static inline struct folio *swap_cluster_readahead(swp_entry_t entry, in swap_cluster_readahead()
101 static inline void swapcache_clear(struct swap_info_struct *si, swp_entry_t entry) in swapcache_clear()
105 static inline struct folio *swap_cache_get_folio(swp_entry_t entry, in swap_cache_get_folio()
123 static inline void *get_shadow_from_swap_cache(swp_entry_t entry) in get_shadow_from_swap_cache()
128 static inline int add_to_swap_cache(struct folio *folio, swp_entry_t entry, in add_to_swap_cache()
135 swp_entry_t entry, void *shadow) in __delete_from_swap_cache()
/linux/net/netfilter/
H 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/
H 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/
H A Ddebug.c168 static inline void dump_entry_trace(struct dma_debug_entry *entry) in dump_entry_trace()
219 #define err_printk(dev, entry, format, arg...) do { \ argument
238 static int hash_fn(struct dma_debug_entry *entry) in hash_fn()
250 static struct hash_bucket *get_hash_bucket(struct dma_debug_entry *entry, in get_hash_bucket()
298 struct dma_debug_entry *entry, *ret = NULL; in __hash_bucket_find() local
355 struct dma_debug_entry *entry, index = *ref; in bucket_find_contain() local
379 struct dma_debug_entry *entry) in hash_bucket_add()
387 static void hash_bucket_del(struct dma_debug_entry *entry) in hash_bucket_del()
392 static unsigned long long phys_addr(struct dma_debug_entry *entry) in phys_addr()
426 static phys_addr_t to_cacheline_number(struct dma_debug_entry *entry) in to_cacheline_number()
[all …]

12345678910>>...75