Searched refs:entry (Results 26 - 50 of 2782) sorted by relevance

1234567891011>>

/linux-master/drivers/media/platform/nvidia/tegra-vde/
H A Ddmabuf-cache.c32 static void tegra_vde_release_entry(struct tegra_vde_cache_entry *entry) argument
34 struct dma_buf *dmabuf = entry->a->dmabuf;
36 WARN_ON_ONCE(entry->refcnt);
38 if (entry->vde->domain)
39 tegra_vde_iommu_unmap(entry->vde, entry->iova);
41 dma_buf_unmap_attachment_unlocked(entry->a, entry->sgt, entry->dma_dir);
42 dma_buf_detach(dmabuf, entry
51 struct tegra_vde_cache_entry *entry; local
70 struct tegra_vde_cache_entry *entry; local
168 struct tegra_vde_cache_entry *entry; local
192 struct tegra_vde_cache_entry *entry, *tmp; local
211 struct tegra_vde_cache_entry *entry, *tmp; local
[all...]
/linux-master/drivers/platform/x86/intel/pmt/
H A Dcrashlog.c52 /* entry must be first member of struct */
53 struct intel_pmt_entry entry; member in struct:crashlog_entry
59 struct crashlog_entry entry[]; member in struct:pmt_crashlog_priv
65 static bool pmt_crashlog_complete(struct intel_pmt_entry *entry) argument
67 u32 control = readl(entry->disc_table + CONTROL_OFFSET);
73 static bool pmt_crashlog_disabled(struct intel_pmt_entry *entry) argument
75 u32 control = readl(entry->disc_table + CONTROL_OFFSET);
81 static bool pmt_crashlog_supported(struct intel_pmt_entry *entry) argument
83 u32 discovery_header = readl(entry->disc_table + CONTROL_OFFSET);
96 static void pmt_crashlog_set_disable(struct intel_pmt_entry *entry, argument
112 pmt_crashlog_set_clear(struct intel_pmt_entry *entry) argument
122 pmt_crashlog_set_execute(struct intel_pmt_entry *entry) argument
138 struct intel_pmt_entry *entry = dev_get_drvdata(dev); local
148 struct crashlog_entry *entry; local
169 struct intel_pmt_entry *entry; local
182 struct crashlog_entry *entry; local
225 pmt_crashlog_header_decode(struct intel_pmt_entry *entry, struct device *dev) argument
285 struct intel_pmt_entry *entry = &priv->entry[priv->num_entries].entry; local
[all...]
H A Dclass.c69 struct intel_pmt_entry *entry = container_of(attr, local
76 if (off >= entry->size)
79 if (count > entry->size - off)
80 count = entry->size - off;
82 if (entry->guid == GUID_SPR_PUNIT)
84 count = pmt_memcpy64_fromio(buf, entry->base + off, count);
86 memcpy_fromio(buf, entry->base + off, count);
95 struct intel_pmt_entry *entry = container_of(attr, local
100 unsigned long phys = entry->base_addr;
107 psize = (PFN_UP(entry
124 struct intel_pmt_entry *entry = dev_get_drvdata(dev); local
133 struct intel_pmt_entry *entry = dev_get_drvdata(dev); local
142 struct intel_pmt_entry *entry = dev_get_drvdata(dev); local
161 intel_pmt_populate_entry(struct intel_pmt_entry *entry, struct intel_vsec_device *ivdev, struct resource *disc_res) argument
246 intel_pmt_dev_register(struct intel_pmt_entry *entry, struct intel_pmt_namespace *ns, struct device *parent) argument
323 intel_pmt_dev_create(struct intel_pmt_entry *entry, struct intel_pmt_namespace *ns, struct intel_vsec_device *intel_vsec_dev, int idx) argument
348 intel_pmt_dev_destroy(struct intel_pmt_entry *entry, struct intel_pmt_namespace *ns) argument
[all...]
/linux-master/include/linux/
H A Dbpf_mprog.h23 * struct bpf_mprog_entry *entry, *entry_new;
27 * // fetch active @entry from attach location
29 * ret = bpf_mprog_attach(entry, &entry_new, [...]);
31 * if (entry != entry_new) {
32 * // swap @entry to @entry_new at attach location
33 * // ensure there are no inflight users of @entry:
36 * bpf_mprog_commit(entry);
44 * struct bpf_mprog_entry *entry, *entry_new;
48 * // fetch active @entry from attach location
50 * ret = bpf_mprog_detach(entry,
159 bpf_mprog_peer(const struct bpf_mprog_entry *entry) argument
179 bpf_mprog_inc(struct bpf_mprog_entry *entry) argument
184 bpf_mprog_dec(struct bpf_mprog_entry *entry) argument
194 bpf_mprog_total(struct bpf_mprog_entry *entry) argument
202 bpf_mprog_exists(struct bpf_mprog_entry *entry, struct bpf_prog *prog) argument
215 bpf_mprog_mark_for_release(struct bpf_mprog_entry *entry, struct bpf_tuple *tuple) argument
223 bpf_mprog_complete_release(struct bpf_mprog_entry *entry) argument
237 bpf_mprog_revision_new(struct bpf_mprog_entry *entry) argument
242 bpf_mprog_commit(struct bpf_mprog_entry *entry) argument
248 bpf_mprog_revision(struct bpf_mprog_entry *entry) argument
264 bpf_mprog_clear_all(struct bpf_mprog_entry *entry, struct bpf_mprog_entry **entry_new) argument
275 bpf_mprog_entry_grow(struct bpf_mprog_entry *entry, int idx) argument
288 bpf_mprog_entry_shrink(struct bpf_mprog_entry *entry, int idx) argument
304 bpf_mprog_read(struct bpf_mprog_entry *entry, u32 idx, struct bpf_mprog_fp **fp, struct bpf_mprog_cp **cp) argument
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dcommon_baco.c83 const struct baco_cmd_entry *entry,
89 if ((entry[i].cmd == CMD_WRITE) ||
90 (entry[i].cmd == CMD_READMODIFYWRITE) ||
91 (entry[i].cmd == CMD_WAITFOR))
92 reg = entry[i].reg_offset;
93 if (!baco_cmd_handler(hwmgr, entry[i].cmd, reg, entry[i].mask,
94 entry[i].shift, entry[i].val, entry[
82 baco_program_registers(struct pp_hwmgr *hwmgr, const struct baco_cmd_entry *entry, const u32 array_size) argument
101 soc15_baco_program_registers(struct pp_hwmgr *hwmgr, const struct soc15_baco_cmd_entry *entry, const u32 array_size) argument
[all...]
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_span.c28 struct prestera_span_entry *entry; local
30 entry = kzalloc(sizeof(*entry), GFP_KERNEL);
31 if (!entry)
34 refcount_set(&entry->ref_count, 1);
35 entry->port = port;
36 entry->id = span_id;
37 list_add_tail(&entry->list, &port->sw->span->entries);
39 return entry;
42 static void prestera_span_entry_del(struct prestera_span_entry *entry) argument
51 struct prestera_span_entry *entry; local
65 struct prestera_span_entry *entry; local
79 struct prestera_span_entry *entry; local
105 struct prestera_span_entry *entry; local
[all...]
/linux-master/drivers/acpi/
H A Dpci_irq.c108 static void do_prt_fixups(struct acpi_prt_entry *entry, argument
119 entry->id.segment == quirk->segment &&
120 entry->id.bus == quirk->bus &&
121 entry->id.device == quirk->device &&
122 entry->pin == quirk->pin &&
128 entry->id.segment, entry->id.bus,
129 entry->id.device, pin_name(entry->pin),
143 struct acpi_prt_entry *entry; local
204 struct acpi_pci_routing_table *entry; local
260 acpi_reroute_boot_interrupt(struct pci_dev *dev, struct acpi_prt_entry *entry) argument
293 struct acpi_prt_entry *entry = NULL; local
385 struct acpi_prt_entry *entry; local
479 struct acpi_prt_entry *entry; local
[all...]
/linux-master/arch/sh/kernel/
H A Dsyscalls_32.S13 #define __SYSCALL(nr, entry) .long entry
H A Dperf_callchain.c16 struct perf_callchain_entry_ctx *entry = data; local
19 perf_callchain_store(entry, addr);
27 perf_callchain_kernel(struct perf_callchain_entry_ctx *entry, struct pt_regs *regs) argument
29 perf_callchain_store(entry, regs->pc);
31 unwind_stack(NULL, regs, NULL, &callchain_ops, entry);
/linux-master/sound/core/seq/
H A Dseq_info.c24 struct snd_info_entry *entry; local
26 entry = snd_info_create_module_entry(THIS_MODULE, name, snd_seq_root);
27 if (entry == NULL)
29 entry->content = SNDRV_INFO_CONTENT_TEXT;
30 entry->c.text.read = read;
31 if (snd_info_register(entry) < 0) {
32 snd_info_free_entry(entry);
35 return entry;
H A Dseq_info.h12 void snd_seq_info_clients_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);
13 void snd_seq_info_timer_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);
14 void snd_seq_info_queues_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer);
/linux-master/arch/m68k/kernel/
H A Dsyscalltable.S5 * Based on older entry.S files, the following copyrights apply:
21 #define __SYSCALL(nr, entry) .long entry
/linux-master/arch/sparc/kernel/
H A Dsystbls_32.S2 /* systbls.S: System call entry point tables for OS compatibility.
13 #define __SYSCALL(nr, entry) .long entry
/linux-master/arch/arm64/kernel/
H A Djump_label.c13 void arch_jump_label_transform(struct jump_entry *entry, argument
16 void *addr = (void *)jump_entry_code(entry);
20 insn = aarch64_insn_gen_branch_imm(jump_entry_code(entry),
21 jump_entry_target(entry),
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dswitchdev.h16 struct mv88e6xxx_atu_entry *entry,
/linux-master/fs/
H A Dmbcache.c21 * identifies a cache entry.
24 * and a special "delete entry with given key-value pair" operation. Fixed
63 * mb_cache_entry_create - create entry in cache
64 * @cache - cache where the entry should be created
65 * @mask - gfp mask with which the entry should be allocated
66 * @key - key of the entry
67 * @value - value of the entry
68 * @reusable - is the entry reusable by others?
70 * Creates entry in @cache with key @key and value @value. The function returns
71 * -EBUSY if entry wit
77 struct mb_cache_entry *entry, *dup; local
127 __mb_cache_entry_free(struct mb_cache *cache, struct mb_cache_entry *entry) argument
146 mb_cache_entry_wait_unused(struct mb_cache_entry *entry) argument
152 __entry_find(struct mb_cache *cache, struct mb_cache_entry *entry, u32 key) argument
209 mb_cache_entry_find_next(struct mb_cache *cache, struct mb_cache_entry *entry) argument
227 struct mb_cache_entry *entry; local
257 struct mb_cache_entry *entry; local
286 mb_cache_entry_touch(struct mb_cache *cache, struct mb_cache_entry *entry) argument
305 struct mb_cache_entry *entry; local
409 struct mb_cache_entry *entry, *next; local
[all...]
/linux-master/arch/powerpc/kernel/
H A Djump_label.c11 void arch_jump_label_transform(struct jump_entry *entry, argument
14 u32 *addr = (u32 *)jump_entry_code(entry);
17 patch_branch(addr, jump_entry_target(entry), 0);
/linux-master/arch/riscv/kernel/
H A Dperf_callchain.c13 static unsigned long user_backtrace(struct perf_callchain_entry_ctx *entry, argument
35 perf_callchain_store(entry, ra);
56 void perf_callchain_user(struct perf_callchain_entry_ctx *entry, argument
62 perf_callchain_store(entry, regs->epc);
64 fp = user_backtrace(entry, fp, regs->ra);
65 while (fp && !(fp & 0x3) && entry->nr < entry->max_stack)
66 fp = user_backtrace(entry, fp, 0);
69 static bool fill_callchain(void *entry, unsigned long pc) argument
71 return perf_callchain_store(entry, p
74 perf_callchain_kernel(struct perf_callchain_entry_ctx *entry, struct pt_regs *regs) argument
[all...]
/linux-master/drivers/isdn/mISDN/
H A Ddsp_pipeline.c64 struct dsp_element_entry *entry = local
66 list_del(&entry->list);
67 kfree(entry);
72 struct dsp_element_entry *entry; local
78 entry = kzalloc(sizeof(struct dsp_element_entry), GFP_ATOMIC);
79 if (!entry)
82 INIT_LIST_HEAD(&entry->list);
83 entry->elem = elem;
85 entry->dev.class = &elements_class;
86 entry
120 struct dsp_element_entry *entry, *n; local
149 struct dsp_element_entry *entry, *n; local
175 struct dsp_pipeline_entry *entry, *n; local
201 struct dsp_element_entry *entry, *n; local
279 struct dsp_pipeline_entry *entry; local
292 struct dsp_pipeline_entry *entry; local
[all...]
/linux-master/lib/
H A Dfw_table.c31 acpi_get_entry_type(struct acpi_subtable_entry *entry) argument
33 switch (entry->type) {
35 return entry->hdr->common.type;
37 return entry->hdr->hmat.type;
41 return entry->hdr->cedt.type;
43 return entry->hdr->cdat.type;
49 acpi_get_entry_length(struct acpi_subtable_entry *entry) argument
51 switch (entry->type) {
53 return entry->hdr->common.length;
55 return entry
70 acpi_get_subtable_header_length(struct acpi_subtable_entry *entry) argument
157 struct acpi_subtable_entry entry; local
[all...]
H A Dlist_debug.c45 bool __list_del_entry_valid_or_report(struct list_head *entry) argument
49 prev = entry->prev;
50 next = entry->next;
53 "list_del corruption, %px->next is NULL\n", entry) ||
55 "list_del corruption, %px->prev is NULL\n", entry) ||
58 entry, LIST_POISON1) ||
61 entry, LIST_POISON2) ||
62 CHECK_DATA_CORRUPTION(prev->next != entry,
64 entry, prev->next, prev) ||
65 CHECK_DATA_CORRUPTION(next->prev != entry,
[all...]
/linux-master/drivers/infiniband/core/
H A Dib_core_uverbs.c16 * @entry: entry into the mmap_xa that needs to be linked with
32 struct rdma_user_mmap_entry *entry)
37 if (entry) {
38 kref_get(&entry->ref);
39 priv->entry = entry;
58 * @entry: mmap_entry retrieved from rdma_user_mmap_entry_get(), or NULL
69 struct rdma_user_mmap_entry *entry)
96 rdma_umap_priv_init(priv, vma, entry);
30 rdma_umap_priv_init(struct rdma_umap_priv *priv, struct vm_area_struct *vma, struct rdma_user_mmap_entry *entry) argument
67 rdma_user_mmap_io(struct ib_ucontext *ucontext, struct vm_area_struct *vma, unsigned long pfn, unsigned long size, pgprot_t prot, struct rdma_user_mmap_entry *entry) argument
120 struct rdma_user_mmap_entry *entry; local
164 struct rdma_user_mmap_entry *entry; local
181 struct rdma_user_mmap_entry *entry = local
214 rdma_user_mmap_entry_put(struct rdma_user_mmap_entry *entry) argument
230 rdma_user_mmap_entry_remove(struct rdma_user_mmap_entry *entry) argument
262 rdma_user_mmap_entry_insert_range(struct ib_ucontext *ucontext, struct rdma_user_mmap_entry *entry, size_t length, u32 min_pgoff, u32 max_pgoff) argument
360 rdma_user_mmap_entry_insert(struct ib_ucontext *ucontext, struct rdma_user_mmap_entry *entry, size_t length) argument
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvega12_smumgr.c49 PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].version != 0,
51 PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].size != 0,
55 upper_32_bits(priv->smu_tables.entry[table_id].mc_addr),
60 lower_32_bits(priv->smu_tables.entry[table_id].mc_addr),
73 memcpy(table, priv->smu_tables.entry[table_id].table,
74 priv->smu_tables.entry[table_id].size);
93 PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].version != 0,
95 PP_ASSERT_WITH_CODE(priv->smu_tables.entry[table_id].size != 0,
98 memcpy(priv->smu_tables.entry[table_id].table, table,
99 priv->smu_tables.entry[table_i
[all...]
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_execbuf_util.c33 struct ttm_validate_buffer *entry)
35 list_for_each_entry_continue_reverse(entry, list, head) {
36 struct ttm_buffer_object *bo = entry->bo;
45 struct ttm_validate_buffer *entry; local
50 list_for_each_entry(entry, list, head) {
51 struct ttm_buffer_object *bo = entry->bo;
78 struct ttm_validate_buffer *entry; local
87 list_for_each_entry(entry, list, head) {
88 struct ttm_buffer_object *bo = entry->bo;
93 struct ttm_validate_buffer *safe = entry;
32 ttm_eu_backoff_reservation_reverse(struct list_head *list, struct ttm_validate_buffer *entry) argument
145 struct ttm_validate_buffer *entry; local
[all...]
/linux-master/arch/arm/kernel/
H A Dperf_callchain.c35 struct perf_callchain_entry_ctx *entry)
50 perf_callchain_store(entry, buftail.lr);
63 perf_callchain_user(struct perf_callchain_entry_ctx *entry, struct pt_regs *regs) argument
67 perf_callchain_store(entry, regs->ARM_pc);
74 while ((entry->nr < entry->max_stack) &&
76 tail = user_backtrace(tail, entry);
87 struct perf_callchain_entry_ctx *entry = data; local
88 perf_callchain_store(entry, pc);
93 perf_callchain_kernel(struct perf_callchain_entry_ctx *entry, struc argument
34 user_backtrace(struct frame_tail __user *tail, struct perf_callchain_entry_ctx *entry) argument
[all...]

Completed in 376 milliseconds

1234567891011>>