Home
last modified time | relevance | path

Searched defs:entry (Results 26 – 50 of 1928) sorted by relevance

12345678910>>...78

/Linux-v6.1/drivers/infiniband/hw/hfi1/
Daffinity.c183 static void node_affinity_destroy(struct hfi1_affinity_node *entry) in node_affinity_destroy()
192 struct hfi1_affinity_node *entry; in node_affinity_destroy_all() local
207 struct hfi1_affinity_node *entry; in node_affinity_allocate() local
223 static void node_affinity_add_tail(struct hfi1_affinity_node *entry) in node_affinity_add_tail()
232 struct hfi1_affinity_node *entry; in node_affinity_lookup() local
321 struct hfi1_affinity_node *entry, in _dev_comp_vect_cpu_get()
400 struct hfi1_affinity_node *entry) in _dev_comp_vect_mappings_create()
456 struct hfi1_affinity_node *entry; in hfi1_comp_vectors_set_up() local
493 struct hfi1_affinity_node *entry, in _dev_comp_vect_cpu_mask_init()
560 struct hfi1_affinity_node *entry) in _dev_comp_vect_cpu_mask_clean_up()
[all …]
/Linux-v6.1/drivers/platform/x86/intel/pmt/
Dclass.c69 struct intel_pmt_entry *entry = container_of(attr, in intel_pmt_read() local
95 struct intel_pmt_entry *entry = container_of(attr, in intel_pmt_mmap() local
124 struct intel_pmt_entry *entry = dev_get_drvdata(dev); in guid_show() local
133 struct intel_pmt_entry *entry = dev_get_drvdata(dev); in size_show() local
142 struct intel_pmt_entry *entry = dev_get_drvdata(dev); in offset_show() local
162 static int intel_pmt_populate_entry(struct intel_pmt_entry *entry, in intel_pmt_populate_entry()
239 static int intel_pmt_dev_register(struct intel_pmt_entry *entry, in intel_pmt_dev_register()
305 int intel_pmt_dev_create(struct intel_pmt_entry *entry, struct intel_pmt_namespace *ns, in intel_pmt_dev_create()
332 void intel_pmt_dev_destroy(struct intel_pmt_entry *entry, in intel_pmt_dev_destroy()
/Linux-v6.1/drivers/misc/habanalabs/common/
Ddebugfs.c113 struct hl_debugfs_entry *entry = s->private; in command_buffers_show() local
144 struct hl_debugfs_entry *entry = s->private; in command_submission_show() local
175 struct hl_debugfs_entry *entry = s->private; in command_submission_jobs_show() local
212 struct hl_debugfs_entry *entry = s->private; in userptr_show() local
243 struct hl_debugfs_entry *entry = s->private; in vm_show() local
361 struct hl_debugfs_entry *entry = s->private; in userptr_lookup_show() local
415 struct hl_debugfs_entry *entry = s->private; in userptr_lookup_write() local
431 struct hl_debugfs_entry *entry = s->private; in mmu_show() local
492 struct hl_debugfs_entry *entry = s->private; in mmu_asid_va_write() local
533 struct hl_debugfs_entry *entry = s->private; in mmu_ack_error() local
[all …]
/Linux-v6.1/arch/x86/kernel/
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()
De820.c83 struct e820_entry *entry = &table->entries[i]; in _e820__mapped_any() local
118 struct e820_entry *entry = &e820_table->entries[i]; in __e820__mapped_all() local
158 struct e820_entry *entry = __e820__mapped_all(start, end, 0); in e820__get_entry_type() local
281 struct e820_entry *entry; member
424 struct boot_e820_entry *entry = entries; in __append_e820_table() local
482 struct e820_entry *entry = &table->entries[i]; in __e820__range_update() local
557 struct e820_entry *entry = &e820_table->entries[i]; in e820__range_remove() local
759 struct e820_entry *entry = &e820_table->entries[i]; in e820__register_nosave_regions() local
784 struct e820_entry *entry = &e820_table->entries[i]; in e820__register_nvs_regions() local
837 struct e820_entry *entry = &e820_table->entries[i]; in e820_end_pfn() local
[all …]
/Linux-v6.1/fs/
Dmbcache.c77 struct mb_cache_entry *entry, *dup; in mb_cache_entry_create() local
126 void __mb_cache_entry_free(struct mb_cache *cache, struct mb_cache_entry *entry) in __mb_cache_entry_free()
145 void mb_cache_entry_wait_unused(struct mb_cache_entry *entry) in mb_cache_entry_wait_unused()
152 struct mb_cache_entry *entry, in __entry_find()
208 struct mb_cache_entry *entry) in mb_cache_entry_find_next()
225 struct mb_cache_entry *entry; in mb_cache_entry_get() local
255 struct mb_cache_entry *entry; in mb_cache_entry_delete_or_get() local
285 struct mb_cache_entry *entry) in mb_cache_entry_touch()
304 struct mb_cache_entry *entry; in mb_cache_shrink() local
405 struct mb_cache_entry *entry, *next; in mb_cache_destroy() local
/Linux-v6.1/net/netfilter/
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()
99 bool nf_queue_entry_get_refs(struct nf_queue_entry *entry) in nf_queue_entry_get_refs()
130 struct nf_queue_entry *entry) in nf_ip_saveroute()
145 struct nf_queue_entry *entry) in nf_ip6_saveroute()
161 struct nf_queue_entry *entry = NULL; in __nf_queue() local
299 void nf_reinject(struct nf_queue_entry *entry, unsigned int verdict) in nf_reinject()
/Linux-v6.1/arch/x86/kvm/
Dreverse_cpuid.h114 static __always_inline u32 *__cpuid_entry_get_reg(struct kvm_cpuid_entry2 *entry, in __cpuid_entry_get_reg()
132 static __always_inline u32 *cpuid_entry_get_reg(struct kvm_cpuid_entry2 *entry, in cpuid_entry_get_reg()
140 static __always_inline u32 cpuid_entry_get(struct kvm_cpuid_entry2 *entry, in cpuid_entry_get()
148 static __always_inline bool cpuid_entry_has(struct kvm_cpuid_entry2 *entry, in cpuid_entry_has()
154 static __always_inline void cpuid_entry_clear(struct kvm_cpuid_entry2 *entry, in cpuid_entry_clear()
162 static __always_inline void cpuid_entry_set(struct kvm_cpuid_entry2 *entry, in cpuid_entry_set()
170 static __always_inline void cpuid_entry_change(struct kvm_cpuid_entry2 *entry, in cpuid_entry_change()
/Linux-v6.1/mm/
Dswap.h28 #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 page *swap_cluster_readahead(swp_entry_t entry, in swap_cluster_readahead()
101 static inline struct folio *swap_cache_get_folio(swp_entry_t entry, in swap_cache_get_folio()
118 static inline void *get_shadow_from_swap_cache(swp_entry_t entry) in get_shadow_from_swap_cache()
123 static inline int add_to_swap_cache(struct folio *folio, swp_entry_t entry, in add_to_swap_cache()
130 swp_entry_t entry, void *shadow) in __delete_from_swap_cache()
/Linux-v6.1/drivers/isdn/mISDN/
Ddsp_pipeline.c62 struct dsp_element_entry *entry = in mISDN_dsp_dev_release() local
70 struct dsp_element_entry *entry; in mISDN_dsp_element_register() local
118 struct dsp_element_entry *entry, *n; in mISDN_dsp_element_unregister() local
145 struct dsp_element_entry *entry, *n; in dsp_pipeline_module_exit() local
171 struct dsp_pipeline_entry *entry, *n; in _dsp_pipeline_destroy() local
197 struct dsp_element_entry *entry, *n; in dsp_pipeline_build() local
275 struct dsp_pipeline_entry *entry; in dsp_pipeline_process_tx() local
288 struct dsp_pipeline_entry *entry; in dsp_pipeline_process_rx() local
/Linux-v6.1/drivers/net/dsa/mv88e6xxx/
Dglobal1_atu.c165 struct mv88e6xxx_atu_entry *entry) in mv88e6xxx_g1_atu_data_read()
184 struct mv88e6xxx_atu_entry *entry) in mv88e6xxx_g1_atu_data_write()
204 struct mv88e6xxx_atu_entry *entry) in mv88e6xxx_g1_atu_mac_read()
222 struct mv88e6xxx_atu_entry *entry) in mv88e6xxx_g1_atu_mac_write()
240 struct mv88e6xxx_atu_entry *entry) in mv88e6xxx_g1_atu_getnext()
267 struct mv88e6xxx_atu_entry *entry) in mv88e6xxx_g1_atu_loadpurge()
287 struct mv88e6xxx_atu_entry *entry, in mv88e6xxx_g1_atu_flushmove()
316 struct mv88e6xxx_atu_entry entry = { in mv88e6xxx_g1_atu_flush() local
326 struct mv88e6xxx_atu_entry entry = { 0 }; in mv88e6xxx_g1_atu_move() local
355 struct mv88e6xxx_atu_entry entry; in mv88e6xxx_g1_atu_prob_irq_thread_fn() local
/Linux-v6.1/fs/nfs/
Dnfs42xattr.c128 nfs4_xattr_entry_lru_add(struct nfs4_xattr_entry *entry) in nfs4_xattr_entry_lru_add()
139 nfs4_xattr_entry_lru_del(struct nfs4_xattr_entry *entry) in nfs4_xattr_entry_lru_del()
178 struct nfs4_xattr_entry *entry; in nfs4_xattr_alloc_entry() local
247 nfs4_xattr_free_entry(struct nfs4_xattr_entry *entry) in nfs4_xattr_free_entry()
257 struct nfs4_xattr_entry *entry; in nfs4_xattr_free_entry_cb() local
387 struct nfs4_xattr_entry *entry; in nfs4_xattr_discard_cache() local
513 struct nfs4_xattr_entry *entry; in nfs4_xattr_get_entry() local
527 struct nfs4_xattr_entry *entry) in nfs4_xattr_hash_add()
567 struct nfs4_xattr_entry *entry; in nfs4_xattr_hash_remove() local
590 struct nfs4_xattr_entry *entry; in nfs4_xattr_hash_find() local
[all …]
/Linux-v6.1/fs/btrfs/
Dordered-data.c23 static u64 entry_end(struct btrfs_ordered_extent *entry) in entry_end()
38 struct btrfs_ordered_extent *entry; in tree_insert() local
67 struct btrfs_ordered_extent *entry; in __tree_search() local
111 static int range_overlaps(struct btrfs_ordered_extent *entry, u64 file_offset, in range_overlaps()
130 struct btrfs_ordered_extent *entry; in tree_search() local
173 struct btrfs_ordered_extent *entry; in btrfs_add_ordered_extent() local
264 void btrfs_add_ordered_sum(struct btrfs_ordered_extent *entry, in btrfs_add_ordered_sum()
304 struct btrfs_ordered_extent *entry = NULL; in btrfs_mark_ordered_io_finished() local
443 struct btrfs_ordered_extent *entry = NULL; in btrfs_dec_test_ordered_pending() local
492 void btrfs_put_ordered_extent(struct btrfs_ordered_extent *entry) in btrfs_put_ordered_extent()
[all …]
/Linux-v6.1/drivers/staging/media/atomisp/pci/base/refcount/src/
Drefcount.c98 struct ia_css_refcount_entry *entry; in ia_css_refcount_uninit() local
128 struct ia_css_refcount_entry *entry; in ia_css_refcount_increment() local
165 struct ia_css_refcount_entry *entry; in ia_css_refcount_decrement() local
208 struct ia_css_refcount_entry *entry; in ia_css_refcount_is_single() local
223 struct ia_css_refcount_entry *entry; in ia_css_refcount_clear() local
269 struct ia_css_refcount_entry *entry; in ia_css_refcount_is_valid() local
/Linux-v6.1/security/tomoyo/
Dgc.c165 struct tomoyo_path_acl *entry in tomoyo_del_acl() local
172 struct tomoyo_path2_acl *entry in tomoyo_del_acl() local
180 struct tomoyo_path_number_acl *entry in tomoyo_del_acl() local
188 struct tomoyo_mkdev_acl *entry in tomoyo_del_acl() local
198 struct tomoyo_mount_acl *entry in tomoyo_del_acl() local
208 struct tomoyo_env_acl *entry = in tomoyo_del_acl() local
216 struct tomoyo_inet_acl *entry = in tomoyo_del_acl() local
225 struct tomoyo_unix_acl *entry = in tomoyo_del_acl() local
233 struct tomoyo_task_acl *entry = in tomoyo_del_acl() local
/Linux-v6.1/drivers/media/platform/nvidia/tegra-vde/
Ddmabuf-cache.c32 static void tegra_vde_release_entry(struct tegra_vde_cache_entry *entry) in tegra_vde_release_entry()
51 struct tegra_vde_cache_entry *entry; in tegra_vde_delayed_unmap() local
70 struct tegra_vde_cache_entry *entry; in tegra_vde_dmabuf_cache_map() local
168 struct tegra_vde_cache_entry *entry; in tegra_vde_dmabuf_cache_unmap() local
192 struct tegra_vde_cache_entry *entry, *tmp; in tegra_vde_dmabuf_cache_unmap_sync() local
211 struct tegra_vde_cache_entry *entry, *tmp; in tegra_vde_dmabuf_cache_unmap_all() local
/Linux-v6.1/net/atm/
Dlec.c106 static inline void lec_arp_hold(struct lec_arp_table *entry) in lec_arp_hold()
111 static inline void lec_arp_put(struct lec_arp_table *entry) in lec_arp_put()
211 struct lec_arp_table *entry; in lec_start_xmit() local
348 struct lec_arp_table *entry; in lec_atm_send() local
614 struct lec_arp_table *entry; in lec_push() local
798 static void lec_info(struct seq_file *seq, struct lec_arp_table *entry) in lec_info()
971 struct lec_arp_table *entry = hlist_entry(state->node, in lec_seq_show() local
1247 static void lec_arp_clear_vccs(struct lec_arp_table *entry) in lec_arp_clear_vccs()
1281 lec_arp_add(struct lec_priv *priv, struct lec_arp_table *entry) in lec_arp_add()
1297 struct lec_arp_table *entry; in lec_arp_remove() local
[all …]
/Linux-v6.1/net/netlabel/
Dnetlabel_domainhash.c64 static void netlbl_domhsh_free_entry(struct rcu_head *entry) in netlbl_domhsh_free_entry()
175 struct netlbl_dom_map *entry; in netlbl_domhsh_search_def() local
208 static void netlbl_domhsh_audit_add(struct netlbl_dom_map *entry, in netlbl_domhsh_audit_add()
274 static int netlbl_domhsh_validate(const struct netlbl_dom_map *entry) in netlbl_domhsh_validate()
405 int netlbl_domhsh_add(struct netlbl_dom_map *entry, in netlbl_domhsh_add()
563 int netlbl_domhsh_add_default(struct netlbl_dom_map *entry, in netlbl_domhsh_add_default()
581 int netlbl_domhsh_remove_entry(struct netlbl_dom_map *entry, in netlbl_domhsh_remove_entry()
671 struct netlbl_domaddr4_map *entry; in netlbl_domhsh_remove_af4() local
738 struct netlbl_domaddr6_map *entry; in netlbl_domhsh_remove_af6() local
798 struct netlbl_dom_map *entry; in netlbl_domhsh_remove() local
[all …]
Dnetlabel_addrlist.c148 int netlbl_af4list_add(struct netlbl_af4list *entry, struct list_head *head) in netlbl_af4list_add()
185 int netlbl_af6list_add(struct netlbl_af6list *entry, struct list_head *head) in netlbl_af6list_add()
221 void netlbl_af4list_remove_entry(struct netlbl_af4list *entry) in netlbl_af4list_remove_entry()
242 struct netlbl_af4list *entry; in netlbl_af4list_remove() local
261 void netlbl_af6list_remove_entry(struct netlbl_af6list *entry) in netlbl_af6list_remove_entry()
283 struct netlbl_af6list *entry; in netlbl_af6list_remove() local
/Linux-v6.1/net/ipv4/
Dudp_tunnel_nic.c73 udp_tunnel_nic_entry_is_free(struct udp_tunnel_nic_table_entry *entry) in udp_tunnel_nic_entry_is_free()
79 udp_tunnel_nic_entry_is_present(struct udp_tunnel_nic_table_entry *entry) in udp_tunnel_nic_entry_is_present()
85 udp_tunnel_nic_entry_is_frozen(struct udp_tunnel_nic_table_entry *entry) in udp_tunnel_nic_entry_is_frozen()
91 udp_tunnel_nic_entry_freeze_used(struct udp_tunnel_nic_table_entry *entry) in udp_tunnel_nic_entry_freeze_used()
98 udp_tunnel_nic_entry_unfreeze(struct udp_tunnel_nic_table_entry *entry) in udp_tunnel_nic_entry_unfreeze()
104 udp_tunnel_nic_entry_is_queued(struct udp_tunnel_nic_table_entry *entry) in udp_tunnel_nic_entry_is_queued()
112 struct udp_tunnel_nic_table_entry *entry, in udp_tunnel_nic_entry_queue()
120 udp_tunnel_nic_ti_from_entry(struct udp_tunnel_nic_table_entry *entry, in udp_tunnel_nic_ti_from_entry()
168 struct udp_tunnel_nic_table_entry *entry; in __udp_tunnel_nic_get_port() local
186 udp_tunnel_nic_entry_update_done(struct udp_tunnel_nic_table_entry *entry, in udp_tunnel_nic_entry_update_done()
[all …]
/Linux-v6.1/sound/drivers/opl4/
Dopl4_proc.c12 static int snd_opl4_mem_proc_open(struct snd_info_entry *entry, in snd_opl4_mem_proc_open()
27 static int snd_opl4_mem_proc_release(struct snd_info_entry *entry, in snd_opl4_mem_proc_release()
38 static ssize_t snd_opl4_mem_proc_read(struct snd_info_entry *entry, in snd_opl4_mem_proc_read()
58 static ssize_t snd_opl4_mem_proc_write(struct snd_info_entry *entry, in snd_opl4_mem_proc_write()
88 struct snd_info_entry *entry; in snd_opl4_create_proc() local
/Linux-v6.1/fs/efivarfs/
Dvars.c294 struct efivar_entry *entry, *n; in variable_is_present() local
457 int efivar_entry_add(struct efivar_entry *entry, struct list_head *head) in efivar_entry_add()
475 void __efivar_entry_add(struct efivar_entry *entry, struct list_head *head) in __efivar_entry_add()
486 void efivar_entry_remove(struct efivar_entry *entry) in efivar_entry_remove()
502 static void efivar_entry_list_del_unlock(struct efivar_entry *entry) in efivar_entry_list_del_unlock()
519 int efivar_entry_delete(struct efivar_entry *entry) in efivar_entry_delete()
545 int efivar_entry_size(struct efivar_entry *entry, unsigned long *size) in efivar_entry_size()
577 int __efivar_entry_get(struct efivar_entry *entry, u32 *attributes, in __efivar_entry_get()
596 int efivar_entry_get(struct efivar_entry *entry, u32 *attributes, in efivar_entry_get()
632 int efivar_entry_set_get_size(struct efivar_entry *entry, u32 attributes, in efivar_entry_set_get_size()
[all …]
/Linux-v6.1/arch/riscv/kernel/
Dperf_callchain.c13 static unsigned long user_backtrace(struct perf_callchain_entry_ctx *entry, in user_backtrace()
56 void perf_callchain_user(struct perf_callchain_entry_ctx *entry, in perf_callchain_user()
69 static bool fill_callchain(void *entry, unsigned long pc) in fill_callchain()
74 void perf_callchain_kernel(struct perf_callchain_entry_ctx *entry, in perf_callchain_kernel()
/Linux-v6.1/drivers/net/ethernet/marvell/prestera/
Dprestera_span.c28 struct prestera_span_entry *entry; in prestera_span_entry_create() local
42 static void prestera_span_entry_del(struct prestera_span_entry *entry) in prestera_span_entry_del()
51 struct prestera_span_entry *entry; in prestera_span_entry_find_by_id() local
65 struct prestera_span_entry *entry; in prestera_span_entry_find_by_port() local
79 struct prestera_span_entry *entry; in prestera_span_get() local
105 struct prestera_span_entry *entry; in prestera_span_put() local
/Linux-v6.1/arch/arm64/kernel/
Dperf_callchain.c24 struct perf_callchain_entry_ctx *entry) in user_backtrace()
72 struct perf_callchain_entry_ctx *entry) in compat_user_backtrace()
102 void perf_callchain_user(struct perf_callchain_entry_ctx *entry, in perf_callchain_user()
137 struct perf_callchain_entry_ctx *entry = data; in callchain_trace() local
141 void perf_callchain_kernel(struct perf_callchain_entry_ctx *entry, in perf_callchain_kernel()

12345678910>>...78