Home
last modified time | relevance | path

Searched defs:entry (Results 51 – 75 of 2280) sorted by relevance

12345678910>>...92

/OK3568_Linux_fs/kernel/drivers/oprofile/
H A Dcpu_buffer.c144 *op_cpu_buffer_write_reserve(struct op_entry *entry, unsigned long size) in op_cpu_buffer_write_reserve()
158 int op_cpu_buffer_write_commit(struct op_entry *entry) in op_cpu_buffer_write_commit()
163 struct op_sample *op_cpu_buffer_read_entry(struct op_entry *entry, int cpu) in op_cpu_buffer_read_entry()
187 struct op_entry entry; in op_add_code() local
240 struct op_entry entry; in op_add_sample() local
357 oprofile_write_reserve(struct op_entry *entry, struct pt_regs * const regs, in oprofile_write_reserve()
386 int oprofile_add_data(struct op_entry *entry, unsigned long val) in oprofile_add_data()
393 int oprofile_add_data64(struct op_entry *entry, u64 val) in oprofile_add_data64()
408 int oprofile_write_commit(struct op_entry *entry) in oprofile_write_commit()
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_64_vio_hv.c222 unsigned long entry, unsigned long *hpa, in iommu_tce_xchg_no_kill_rm()
244 unsigned long entry, unsigned long pages) in iommu_tce_kill_rm()
251 struct iommu_table *tbl, unsigned long entry) in kvmppc_rm_clear_tce()
266 struct iommu_table *tbl, unsigned long entry) in kvmppc_rm_tce_iommu_mapped_dec()
288 struct iommu_table *tbl, unsigned long entry) in kvmppc_rm_tce_iommu_do_unmap()
313 unsigned long entry) in kvmppc_rm_tce_iommu_unmap()
331 unsigned long entry, unsigned long ua, in kvmppc_rm_tce_iommu_do_map()
374 unsigned long entry, unsigned long ua, in kvmppc_rm_tce_iommu_map()
401 unsigned long entry, ua = 0; in kvmppc_rm_h_put_tce() local
498 unsigned long tces, entry, ua = 0; in kvmppc_rm_h_put_tce_indirect() local
[all …]
/OK3568_Linux_fs/kernel/net/x25/
H A Dx25_route.c30 struct list_head *entry; in x25_add_route() local
81 struct list_head *entry; in x25_del_route() local
107 struct list_head *entry, *tmp; in x25_route_device_down() local
152 struct list_head *entry; in x25_get_route() local
213 struct list_head *entry, *tmp; in x25_route_free() local
/OK3568_Linux_fs/kernel/mm/
H A Dswap_state.c79 swp_entry_t entry = swp_entry(i, 1); in total_swapcache_pages() local
111 void *get_shadow_from_swap_cache(swp_entry_t entry) in get_shadow_from_swap_cache()
129 int add_to_swap_cache(struct page *page, swp_entry_t entry, in add_to_swap_cache()
185 swp_entry_t entry, void *shadow) in __delete_from_swap_cache()
197 void *entry = xas_store(&xas, shadow); in __delete_from_swap_cache() local
219 swp_entry_t entry; in add_to_swap() local
275 swp_entry_t entry = { .val = page_private(page) }; in delete_from_swap_cache() local
294 swp_entry_t entry = swp_entry(type, curr); in clear_shadow_from_swap_cache() local
370 struct page *lookup_swap_cache(swp_entry_t entry, struct vm_area_struct *vma, in lookup_swap_cache()
452 struct page *__read_swap_cache_async(swp_entry_t entry, gfp_t gfp_mask, in __read_swap_cache_async()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dsearch.h34 typedef struct entry { struct
35 const char *key;
36 char *data;
37 int (*callback)(const char *name, const char *value, enum env_op op,
39 int flags;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c37 struct ttm_validate_buffer *entry) in ttm_eu_backoff_reservation_reverse()
49 struct ttm_validate_buffer *entry; in ttm_eu_backoff_reservation() local
84 struct ttm_validate_buffer *entry; in ttm_eu_reserve_buffers() local
152 struct ttm_validate_buffer *entry; in ttm_eu_fence_buffer_objects() local
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dperf_callchain.c17 static unsigned long user_backtrace(struct perf_callchain_entry_ctx *entry, in user_backtrace()
60 void perf_callchain_user(struct perf_callchain_entry_ctx *entry, in perf_callchain_user()
78 bool fill_callchain(unsigned long pc, void *entry) in fill_callchain()
85 void perf_callchain_kernel(struct perf_callchain_entry_ctx *entry, in perf_callchain_kernel()
/OK3568_Linux_fs/kernel/sound/firewire/fireworks/
H A Dfireworks_proc.c28 proc_read_hwinfo(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in proc_read_hwinfo()
105 proc_read_clock(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in proc_read_clock()
127 proc_read_phys_meters(struct snd_info_entry *entry, in proc_read_phys_meters()
178 proc_read_queues_state(struct snd_info_entry *entry, in proc_read_queues_state()
198 struct snd_info_entry *entry; in add_node() local
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A 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()
144 struct perf_callchain_entry_ctx *entry = data; in callchain_trace() local
149 void perf_callchain_kernel(struct perf_callchain_entry_ctx *entry, in perf_callchain_kernel()
H A Dcpu_errata.c18 is_affected_midr_range(const struct arm64_cpu_capabilities *entry, int scope) in is_affected_midr_range()
37 is_affected_midr_range_list(const struct arm64_cpu_capabilities *entry, in is_affected_midr_range_list()
45 is_kryo_midr(const struct arm64_cpu_capabilities *entry, int scope) in is_kryo_midr()
59 has_mismatched_cache_type(const struct arm64_cpu_capabilities *entry, in has_mismatched_cache_type()
113 has_cortex_a76_erratum_1463225(const struct arm64_cpu_capabilities *entry, in has_cortex_a76_erratum_1463225()
170 needs_tx2_tvm_workaround(const struct arm64_cpu_capabilities *entry, in needs_tx2_tvm_workaround()
188 has_neoverse_n1_erratum_1542419(const struct arm64_cpu_capabilities *entry, in has_neoverse_n1_erratum_1542419()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dmrccache.c43 struct mrc_data_container *mrccache_find_current(struct mrc_region *entry) in mrccache_find_current()
88 static struct mrc_data_container *find_next_mrc_cache(struct mrc_region *entry, in find_next_mrc_cache()
109 int mrccache_update(struct udevice *sf, struct mrc_region *entry, in mrccache_update()
192 int mrccache_get_region(struct udevice **devp, struct mrc_region *entry) in mrccache_get_region()
234 struct mrc_region entry; in mrccache_save() local
/OK3568_Linux_fs/kernel/drivers/acpi/apei/
H A Dapei-base.c57 int __apei_exec_read_register(struct acpi_whea_header *entry, u64 *val) in __apei_exec_read_register()
71 struct acpi_whea_header *entry) in apei_exec_read_register()
86 struct acpi_whea_header *entry) in apei_exec_read_register_value()
99 int __apei_exec_write_register(struct acpi_whea_header *entry, u64 val) in __apei_exec_write_register()
119 struct acpi_whea_header *entry) in apei_exec_write_register()
126 struct acpi_whea_header *entry) in apei_exec_write_register_value()
138 struct acpi_whea_header *entry) in apei_exec_noop()
153 struct acpi_whea_header *entry; in __apei_exec_run() local
205 struct acpi_whea_header *entry; in apei_exec_for_each_entry() local
228 struct acpi_whea_header *entry, in pre_map_gar_callback()
[all …]
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-lg4ff.c303 struct lg4ff_device_entry *entry = drv_data->device_props; in lg4ff_adjust_input_event() local
330 struct lg4ff_device_entry *entry = drv_data->device_props; in lg4ff_raw_event() local
409 struct lg4ff_device_entry *entry; in lg4ff_play() local
473 struct lg4ff_device_entry *entry; in lg4ff_set_autocenter_default() local
551 struct lg4ff_device_entry *entry; in lg4ff_set_autocenter_ffex() local
586 struct lg4ff_device_entry *entry; in lg4ff_set_range_g25() local
621 struct lg4ff_device_entry *entry; in lg4ff_set_range_dfp() local
765 struct lg4ff_device_entry *entry; in lg4ff_switch_compatibility_mode() local
801 struct lg4ff_device_entry *entry; in lg4ff_alternate_modes_show() local
850 struct lg4ff_device_entry *entry; in lg4ff_alternate_modes_store() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00dev.c246 void rt2x00lib_dmastart(struct queue_entry *entry) in rt2x00lib_dmastart()
253 void rt2x00lib_dmadone(struct queue_entry *entry) in rt2x00lib_dmadone()
261 static inline int rt2x00lib_txdone_bar_status(struct queue_entry *entry) in rt2x00lib_txdone_bar_status()
385 struct queue_entry *entry) in rt2x00lib_clear_entry()
410 void rt2x00lib_txdone_nomatch(struct queue_entry *entry, in rt2x00lib_txdone_nomatch()
460 void rt2x00lib_txdone(struct queue_entry *entry, in rt2x00lib_txdone()
548 void rt2x00lib_txdone_noinfo(struct queue_entry *entry, u32 status) in rt2x00lib_txdone_noinfo()
601 struct rt2x00_bar_list_entry *entry; in rt2x00lib_rxdone_check_ba() local
737 void rt2x00lib_rxdone(struct queue_entry *entry, gfp_t gfp) in rt2x00lib_rxdone()
966 static void rt2x00lib_channel(struct ieee80211_channel *entry, in rt2x00lib_channel()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c69 struct rmid_entry *entry; in __rmid_entry() local
95 static bool rmid_dirty(struct rmid_entry *entry) in rmid_dirty()
110 struct rmid_entry *entry; in __check_limbo() local
151 struct rmid_entry *entry; in alloc_rmid() local
165 static void add_rmid_to_limbo(struct rmid_entry *entry) in add_rmid_to_limbo()
202 struct rmid_entry *entry; in free_rmid() local
296 struct rdtgroup *rdtgrp, *entry; in mon_event_count() local
364 struct rdtgroup *entry; in update_mba_bw() local
552 struct rmid_entry *entry = NULL; in dom_data_init() local
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_policy.c326 static void ima_lsm_free_rule(struct ima_rule_entry *entry) in ima_lsm_free_rule()
336 static void ima_free_rule(struct ima_rule_entry *entry) in ima_free_rule()
352 static struct ima_rule_entry *ima_lsm_copy_rule(struct ima_rule_entry *entry) in ima_lsm_copy_rule()
390 static int ima_lsm_update_rule(struct ima_rule_entry *entry) in ima_lsm_update_rule()
412 static bool ima_rule_contains_lsm_cond(struct ima_rule_entry *entry) in ima_rule_contains_lsm_cond()
430 struct ima_rule_entry *entry, *e; in ima_lsm_update_rules() local
628 struct ima_rule_entry *entry; in ima_match_policy() local
682 struct ima_rule_entry *entry; in ima_update_policy_flag() local
713 struct ima_rule_entry *entry; in add_rules() local
950 static int ima_lsm_rule_init(struct ima_rule_entry *entry, in ima_lsm_rule_init()
[all …]
H A Dima_queue_keys.c57 static void ima_free_key_entry(struct ima_key_entry *entry) in ima_free_key_entry()
72 struct ima_key_entry *entry; in ima_alloc_key_entry() local
107 struct ima_key_entry *entry; in ima_queue_key() local
134 struct ima_key_entry *entry, *tmp; in ima_process_queued_keys() local
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dpci_irq.c112 static void do_prt_fixups(struct acpi_prt_entry *entry, in do_prt_fixups()
147 struct acpi_prt_entry *entry; in acpi_pci_irq_check_entry() local
211 struct acpi_pci_routing_table *entry; in acpi_pci_irq_find_prt_entry() local
268 struct acpi_prt_entry *entry) in acpi_reroute_boot_interrupt()
300 struct acpi_prt_entry *entry = NULL; in acpi_pci_irq_lookup() local
397 struct acpi_prt_entry *entry; in acpi_pci_irq_enable() local
491 struct acpi_prt_entry *entry; in acpi_pci_irq_disable() local
H A Dprocessor_core.c32 static int map_lapic_id(struct acpi_subtable_header *entry, in map_lapic_id()
48 static int map_x2apic_id(struct acpi_subtable_header *entry, in map_x2apic_id()
65 static int map_lsapic_id(struct acpi_subtable_header *entry, in map_lsapic_id()
87 static int map_gicc_mpidr(struct acpi_subtable_header *entry, in map_gicc_mpidr()
112 unsigned long madt_end, entry; in map_madt_entry() local
265 static int get_ioapic_id(struct acpi_subtable_header *entry, u32 gsi_base, in get_ioapic_id()
281 unsigned long madt_end, entry; in parse_madt_ioapic_entry() local
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dhashmap.c25 struct hashmap_entry *entry) in hashmap_add_entry()
32 struct hashmap_entry *entry) in hashmap_del_entry()
133 struct hashmap_entry **entry) in hashmap_find_entry()
158 struct hashmap_entry *entry; in hashmap__insert() local
208 struct hashmap_entry *entry; in hashmap__find() local
223 struct hashmap_entry **pprev, *entry; in hashmap__delete() local
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dhashmap.c25 struct hashmap_entry *entry) in hashmap_add_entry()
32 struct hashmap_entry *entry) in hashmap_del_entry()
133 struct hashmap_entry **entry) in hashmap_find_entry()
158 struct hashmap_entry *entry; in hashmap__insert() local
208 struct hashmap_entry *entry; in hashmap__find() local
223 struct hashmap_entry **pprev, *entry; in hashmap__delete() local
/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Dsmp2p.c175 struct smp2p_entry *entry; in qcom_smp2p_intr() local
244 struct smp2p_entry *entry = irq_data_get_irq_chip_data(irqd); in smp2p_mask_irq() local
252 struct smp2p_entry *entry = irq_data_get_irq_chip_data(irqd); in smp2p_unmask_irq() local
260 struct smp2p_entry *entry = irq_data_get_irq_chip_data(irqd); in smp2p_set_irq_type() local
290 struct smp2p_entry *entry = d->host_data; in smp2p_irq_map() local
306 struct smp2p_entry *entry, in qcom_smp2p_inbound_entry()
320 struct smp2p_entry *entry = data; in smp2p_update_bits() local
343 struct smp2p_entry *entry, in qcom_smp2p_outbound_entry()
445 struct smp2p_entry *entry; in qcom_smp2p_probe() local
566 struct smp2p_entry *entry; in qcom_smp2p_remove() local
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Dvars.c336 struct efivar_entry *entry, *n; in variable_is_present() local
518 int efivar_entry_add(struct efivar_entry *entry, struct list_head *head) in efivar_entry_add()
535 int efivar_entry_remove(struct efivar_entry *entry) in efivar_entry_remove()
557 static void efivar_entry_list_del_unlock(struct efivar_entry *entry) in efivar_entry_list_del_unlock()
578 int __efivar_entry_delete(struct efivar_entry *entry) in __efivar_entry_delete()
604 int efivar_entry_delete(struct efivar_entry *entry) in efivar_entry_delete()
651 int efivar_entry_set(struct efivar_entry *entry, u32 attributes, in efivar_entry_set()
812 struct efivar_entry *entry, *n; in efivar_entry_find() local
850 int efivar_entry_size(struct efivar_entry *entry, unsigned long *size) in efivar_entry_size()
886 int __efivar_entry_get(struct efivar_entry *entry, u32 *attributes, in __efivar_entry_get()
[all …]
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dperf_callchain.c36 struct perf_callchain_entry_ctx *entry) in walk_stackframe()
47 static unsigned long user_backtrace(struct perf_callchain_entry_ctx *entry, in user_backtrace()
86 void perf_callchain_user(struct perf_callchain_entry_ctx *entry, in perf_callchain_user()
111 void perf_callchain_kernel(struct perf_callchain_entry_ctx *entry, in perf_callchain_kernel()
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Ddat.c78 struct nilfs_dat_entry *entry; in nilfs_dat_commit_alloc() local
102 struct nilfs_dat_entry *entry; in nilfs_dat_commit_free() local
136 struct nilfs_dat_entry *entry; in nilfs_dat_commit_start() local
151 struct nilfs_dat_entry *entry; in nilfs_dat_prepare_end() local
182 struct nilfs_dat_entry *entry; in nilfs_dat_commit_end() local
207 struct nilfs_dat_entry *entry; in nilfs_dat_abort_end() local
323 struct nilfs_dat_entry *entry; in nilfs_dat_move() local
393 struct nilfs_dat_entry *entry; in nilfs_dat_translate() local
430 struct nilfs_dat_entry *entry; in nilfs_dat_get_vinfo() local

12345678910>>...92