Home
last modified time | relevance | path

Searched refs:me (Results 1 – 25 of 642) sorted by relevance

12345678910>>...26

/openbmc/linux/arch/mips/kernel/
H A Dmodule.c54 me->name); in apply_r_mips_26()
60 me->name); in apply_r_mips_26()
93 me->arch.r_mips_hi16_list = n; in apply_r_mips_hi16()
125 l = me->arch.r_mips_hi16_list; in apply_r_mips_lo16()
174 me->arch.r_mips_hi16_list = NULL; in apply_r_mips_lo16()
190 me->name, bits); in apply_r_mips_pc()
378 if (me->arch.r_mips_hi16_list) { in __apply_relocate()
389 struct module *me) in apply_relocate() argument
397 struct module *me) in apply_relocate_add() argument
427 struct module *me) in module_finalize() argument
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_host_data.c22 struct ia_css_host_data *me; in ia_css_host_data_allocate() local
25 if (!me) in ia_css_host_data_allocate()
27 me->size = (uint32_t)size; in ia_css_host_data_allocate()
28 me->address = kvmalloc(size, GFP_KERNEL); in ia_css_host_data_allocate()
29 if (!me->address) { in ia_css_host_data_allocate()
30 kfree(me); in ia_css_host_data_allocate()
33 return me; in ia_css_host_data_allocate()
38 if (me) { in ia_css_host_data_free()
39 kvfree(me->address); in ia_css_host_data_free()
40 me->address = NULL; in ia_css_host_data_free()
[all …]
H A Dsh_css_params.c1381 me = kvmalloc(sizeof(*me), GFP_KERNEL); in ia_css_morph_table_allocate()
1528 me = kvmalloc(sizeof(*me), GFP_KERNEL); in ia_css_isp_3a_statistics_map_allocate()
2148 me = kvcalloc(1, sizeof(*me), GFP_KERNEL); in ia_css_isp_3a_statistics_allocate()
2167 me->size = me->dmem_size + me->vmem_size * 2 + me->hmem_size; in ia_css_isp_3a_statistics_allocate()
2168 me->data_ptr = hmm_alloc(me->size); in ia_css_isp_3a_statistics_allocate()
2175 me->data.dmem.s3a_tbl = me->data_ptr; in ia_css_isp_3a_statistics_allocate()
2177 me->data.vmem.s3a_tbl_hi = me->data_ptr + me->dmem_size; in ia_css_isp_3a_statistics_allocate()
2178 me->data.vmem.s3a_tbl_lo = me->data_ptr + me->dmem_size + me->vmem_size; in ia_css_isp_3a_statistics_allocate()
2181 me->data_hmem.rgby_tbl = me->data_ptr + me->dmem_size + 2 * me->vmem_size; in ia_css_isp_3a_statistics_allocate()
4136 me = kvcalloc(1, sizeof(*me), GFP_KERNEL); in ia_css_3a_statistics_allocate()
[all …]
H A Dsh_css_param_shading.c340 me = kmalloc(sizeof(*me), GFP_KERNEL); in ia_css_shading_table_alloc()
341 if (!me) in ia_css_shading_table_alloc()
342 return me; in ia_css_shading_table_alloc()
346 me->sensor_width = 0; in ia_css_shading_table_alloc()
347 me->sensor_height = 0; in ia_css_shading_table_alloc()
348 me->fraction_bits = 0; in ia_css_shading_table_alloc()
350 me->data[i] = in ia_css_shading_table_alloc()
353 if (!me->data[i]) { in ia_css_shading_table_alloc()
358 me->data[j] = NULL; in ia_css_shading_table_alloc()
360 kfree(me); in ia_css_shading_table_alloc()
[all …]
H A Dia_css_dvs.h175 ia_css_isp_dvs_statistics_free(struct ia_css_isp_dvs_statistics *me);
189 ia_css_isp_dvs2_statistics_free(struct ia_css_isp_dvs_statistics *me);
203 ia_css_dvs_statistics_free(struct ia_css_dvs_statistics *me);
217 ia_css_dvs_coefficients_free(struct ia_css_dvs_coefficients *me);
231 ia_css_dvs2_statistics_free(struct ia_css_dvs2_statistics *me);
245 ia_css_dvs2_coefficients_free(struct ia_css_dvs2_coefficients *me);
291 ia_css_isp_dvs_statistics_map_free(struct ia_css_isp_dvs_statistics_map *me);
/openbmc/linux/arch/s390/kernel/
H A Dmodule.c169 if (!me->arch.syminfo) in module_frob_arch_sections()
186 me->arch.got_size = me->arch.plt_size = 0; in module_frob_arch_sections()
203 if (me->arch.plt_size) { in module_frob_arch_sections()
372 plt_base = me->mem[MOD_TEXT].base + me->arch.plt_offset; in apply_rela()
395 val = me->arch.plt_offset - me->arch.got_offset + in apply_rela()
403 me->arch.plt_offset + in apply_rela()
424 ((Elf_Addr) me->mem[MOD_TEXT].base + me->arch.got_offset); in apply_rela()
434 val = (Elf_Addr) me->mem[MOD_TEXT].base + me->arch.got_offset + in apply_rela()
521 me->arch.next_trampoline = me->arch.trampolines_start; in module_alloc_ftrace_hotpatch_trampolines()
529 struct module *me) in module_finalize() argument
[all …]
/openbmc/linux/arch/parisc/kernel/
H A Dmodule.c357 got = me->mem[MOD_TEXT].base + me->arch.got_offset; in get_got()
362 BUG_ON(++me->arch.got_count > me->arch.got_max); in get_got()
375 Elf_Fdesc *fdesc = me->mem[MOD_TEXT].base + me->arch.fdesc_offset; in get_fdesc()
389 BUG_ON(++me->arch.fdesc_count > me->arch.fdesc_max); in get_fdesc()
393 fdesc->gp = (Elf_Addr)me->mem[MOD_TEXT].base + me->arch.got_offset; in get_fdesc()
825 gp = (Elf_Addr)me->mem[MOD_TEXT].base + me->arch.got_offset; in register_unwind_table()
829 me->arch.unwind = unwind_table_add(me->name, 0, gp, table, end); in register_unwind_table()
835 if (me->arch.unwind) in deregister_unwind_table()
863 me->arch.got_count, me->arch.got_max, in module_finalize()
864 me->arch.fdesc_count, me->arch.fdesc_max); in module_finalize()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/
H A Dia_css_sdis.host.c322 me = kvcalloc(1, sizeof(*me), GFP_KERNEL); in ia_css_isp_dvs_statistics_allocate()
323 if (!me) in ia_css_isp_dvs_statistics_allocate()
334 me->data_ptr = hmm_alloc(me->size); in ia_css_isp_dvs_statistics_allocate()
338 me->hor_proj = me->data_ptr; in ia_css_isp_dvs_statistics_allocate()
340 me->ver_proj = me->data_ptr + hor_size; in ia_css_isp_dvs_statistics_allocate()
344 return me; in ia_css_isp_dvs_statistics_allocate()
363 me = kvmalloc(sizeof(*me), GFP_KERNEL); in ia_css_isp_dvs_statistics_map_allocate()
364 if (!me) { in ia_css_isp_dvs_statistics_map_allocate()
387 return me; in ia_css_isp_dvs_statistics_map_allocate()
396 if (me) { in ia_css_isp_dvs_statistics_map_free()
[all …]
/openbmc/linux/arch/riscv/kernel/
H A Dmodule.c34 me->name, (long long)v); in apply_r_riscv_32_rela()
115 me->name, (long long)v, location); in apply_r_riscv_pcrel_hi20_rela()
157 me->name, (long long)v, location); in apply_r_riscv_hi20_rela()
201 me->name, (long long)v, location); in apply_r_riscv_got_hi20_rela()
267 me->name, location); in apply_r_riscv_align_rela()
342 struct module *me) in apply_relocate_add() argument
380 me->name, type); in apply_relocate_add()
412 me, hi20_sym_val); in apply_relocate_add()
425 me->name); in apply_relocate_add()
430 res = handler(me, location, v); in apply_relocate_add()
[all …]
/openbmc/linux/samples/mei/
H A Dmei-amt-version.c118 me->verbose = verbose; in mei_init()
121 if (me->fd == -1) { in mei_init()
127 me->initialized = true; in mei_init()
129 memcpy(&data.in_client_uuid, &me->guid, sizeof(me->guid)); in mei_init()
150 mei_deinit(me); in mei_init()
167 FD_SET(me->fd, &set); in mei_recv_msg()
170 mei_msg(me, "have reply\n"); in mei_recv_msg()
182 rc = read(me->fd, buffer, len); in mei_recv_msg()
193 mei_deinit(me); in mei_recv_msg()
213 mei_msg(me, "write success\n"); in mei_send_msg()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Dvirtual_isys.c313 if (!acquire_sid(me->stream2mmio_id, &me->stream2mmio_sid_id)) { in create_input_system_channel()
327 &me->ib_buffer)) { in create_input_system_channel()
328 release_sid(me->stream2mmio_id, &me->stream2mmio_sid_id); in create_input_system_channel()
332 if (!acquire_dma_channel(me->dma_id, &me->dma_channel)) { in create_input_system_channel()
333 release_sid(me->stream2mmio_id, &me->stream2mmio_sid_id); in create_input_system_channel()
349 release_dma_channel(me->dma_id, &me->dma_channel); in destroy_input_system_channel()
368 me->csi_rx.backend_id, in create_input_system_input_port()
383 me->csi_rx.backend_id, in create_input_system_input_port()
399 me->csi_rx.backend_id, in create_input_system_input_port()
419 me->csi_rx.backend_id, in create_input_system_input_port()
[all …]
/openbmc/linux/arch/powerpc/kernel/
H A Dmodule_64.c290 struct module *me) in get_got_size() argument
406 struct module *me) in module_frob_arch_sections() argument
452 sechdrs[me->arch.got_section].sh_size = get_got_size(hdr, sechdrs, me); in module_frob_arch_sections()
458 if (!me->arch.toc_section) in module_frob_arch_sections()
459 me->arch.toc_section = me->arch.stubs_section; in module_frob_arch_sections()
502 struct module *me) in create_ftrace_stub() argument
563 struct module *me) in create_ftrace_stub() argument
593 struct module *me, in create_stub() argument
669 struct module *me, in stub_for_addr() argument
697 struct module *me, in got_for_addr() argument
[all …]
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_helper.c93 if (h != NULL && !try_module_get(h->me)) in nf_conntrack_helper_try_module_get()
96 module_put(h->me); in nf_conntrack_helper_try_module_get()
109 module_put(helper->me); in nf_conntrack_helper_put()
359 BUG_ON(me->expect_policy == NULL); in nf_conntrack_helper_register()
372 if (!strcmp(cur->name, me->name) && in nf_conntrack_helper_register()
392 refcount_set(&me->refcnt, 1); in nf_conntrack_helper_register()
407 if (exp->helper == me) in expect_iter_me()
412 return this == me; in expect_iter_me()
418 hlist_del_rcu(&me->hnode); in nf_conntrack_helper_unregister()
428 nf_ct_iterate_destroy(unhelp, me); in nf_conntrack_helper_unregister()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
H A Dia_css_sdis2.host.c286 me = kvcalloc(1, sizeof(*me), GFP_KERNEL); in ia_css_isp_dvs2_statistics_allocate()
287 if (!me) in ia_css_isp_dvs2_statistics_allocate()
296 me->size = 2 * size; in ia_css_isp_dvs2_statistics_allocate()
297 me->data_ptr = hmm_alloc(me->size); in ia_css_isp_dvs2_statistics_allocate()
300 me->hor_proj = me->data_ptr; in ia_css_isp_dvs2_statistics_allocate()
301 me->hor_size = size; in ia_css_isp_dvs2_statistics_allocate()
302 me->ver_proj = me->data_ptr + size; in ia_css_isp_dvs2_statistics_allocate()
303 me->ver_size = size; in ia_css_isp_dvs2_statistics_allocate()
306 return me; in ia_css_isp_dvs2_statistics_allocate()
317 if (me) { in ia_css_isp_dvs2_statistics_free()
[all …]
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dmsix.c81 struct hfi1_msix_entry *me; in msix_request_irq() local
113 me = &dd->msix_info.msix_entries[nr]; in msix_request_irq()
114 me->irq = irq; in msix_request_irq()
115 me->arg = arg; in msix_request_irq()
116 me->type = type; in msix_request_irq()
119 ret = hfi1_get_irq_affinity(dd, me); in msix_request_irq()
288 struct hfi1_msix_entry *me; in msix_free_irq() local
298 hfi1_put_irq_affinity(dd, me); in msix_free_irq()
301 me->arg = NULL; in msix_free_irq()
342 struct hfi1_msix_entry *me; in msix_netdev_synchronize_irq() local
[all …]
/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Djitter.sh20 me=$(($1 * 1000))
68 cpumask=`awk -v cpus="$cpus" -v me=$me -v n=$n 'BEGIN {
81 sleeptime=`awk -v me=$me -v n=$n -v sleepmax=$sleepmax 'BEGIN {
89 limit=`awk -v me=$me -v n=$n -v spinmax=$spinmax 'BEGIN {
/openbmc/linux/arch/x86/kernel/
H A Dmodule.c95 struct module *me) in apply_relocate() argument
125 me->name, ELF32_R_TYPE(rel[i].r_info)); in apply_relocate()
136 struct module *me, in __write_relocate_add() argument
221 me->name); in __write_relocate_add()
229 struct module *me, in write_relocate_add() argument
256 struct module *me) in apply_relocate_add() argument
266 struct module *me) in clear_relocate_add() argument
276 struct module *me) in module_finalize() argument
357 callthunks_patch_module_calls(&cs, me); in module_finalize()
365 void *text = me->mem[MOD_TEXT].base; in module_finalize()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/frame/src/
H A Dframe.c371 if (!me) in ia_css_frame_allocate_with_buffer_size()
380 kvfree(me); in ia_css_frame_allocate_with_buffer_size()
381 me = NULL; in ia_css_frame_allocate_with_buffer_size()
384 *frame = me; in ia_css_frame_allocate_with_buffer_size()
636 if (!me) in frame_allocate_with_data()
645 kvfree(me); in frame_allocate_with_data()
648 *frame = me; in frame_allocate_with_data()
661 struct ia_css_frame *me = kvmalloc(sizeof(*me), GFP_KERNEL); in frame_create() local
663 if (!me) in frame_create()
666 memset(me, 0, sizeof(*me)); in frame_create()
[all …]
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-long-filename/
H A D0001-I-ll-patch-you-only-if-devtool-lets-me-to-do-it-corr.patch.expected7 patch-me | 2 +-
10 diff --git a/patch-me b/patch-me
12 --- a/patch-me
13 +++ b/patch-me
H A D0001-I-ll-patch-you-only-if-devtool-lets-me-to-do-it-corr.patch1 diff --git a/patch-me b/patch-me
3 --- a/patch-me
4 +++ b/patch-me
/openbmc/linux/drivers/misc/mei/
H A DMakefile17 obj-$(CONFIG_INTEL_MEI_ME) += mei-me.o
18 mei-me-objs := pci-me.o
19 mei-me-objs += hw-me.o
22 mei-gsc-objs := gsc-me.o
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Duvd_v7_0.c89 if (ring == &adev->uvd.inst[ring->me].ring_enc[0]) in uvd_v7_0_enc_ring_get_rptr()
123 if (ring == &adev->uvd.inst[ring->me].ring_enc[0]) in uvd_v7_0_enc_ring_get_wptr()
162 WREG32_SOC15(UVD, ring->me, mmUVD_RB_WPTR, in uvd_v7_0_enc_ring_set_wptr()
165 WREG32_SOC15(UVD, ring->me, mmUVD_RB_WPTR2, in uvd_v7_0_enc_ring_set_wptr()
448 sprintf(ring->name, "uvd_%d", ring->me); in uvd_v7_0_sw_init()
1293 if (!ring->me) in uvd_v7_0_ring_patch_cs_in_place()
1501 adev->uvd.inst[ring->me].srbm_soft_reset = 0;
1510 if (!adev->uvd.inst[ring->me].srbm_soft_reset)
1522 if (!adev->uvd.inst[ring->me].srbm_soft_reset)
1873 adev->uvd.inst[i].ring.me = i; in uvd_v7_0_set_ring_funcs()
[all …]
/openbmc/linux/tools/perf/util/
H A Dmetricgroup.c78 if (!me) in metric_event_new()
84 return &me->nd; in metric_event_new()
100 free(me); in metric_event_delete()
416 if (!me) in mep_new()
420 return &me->nd; in mep_new()
429 free(me); in mep_delete()
436 struct mep me = { in mep_lookup() local
463 struct mep *me; in metricgroup__add_to_mep_groups() local
471 if (me) { in metricgroup__add_to_mep_groups()
547 me->metric_name, in metricgroup__print()
[all …]
/openbmc/linux/include/linux/
H A Dmoduleloader.h65 struct module *me) in apply_relocate() argument
68 module_name(me)); in apply_relocate()
98 struct module *me);
105 struct module *me) in apply_relocate_add() argument
108 module_name(me)); in apply_relocate_add()
/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/datetime/
H A Dme-time-sync.bb13 SRC_URI += "file://me-time-sync.sh"
17 install -m 0755 ${S}/me-time-sync.sh ${D}${bindir}/me-time-sync.sh
20 SYSTEMD_SERVICE:${PN} += "me-time-sync.service"

12345678910>>...26