/linux-4.4.14/drivers/misc/mei/ |
H A D | Makefile | 17 obj-$(CONFIG_INTEL_MEI_ME) += mei-me.o 18 mei-me-objs := pci-me.o 19 mei-me-objs += hw-me.o
|
H A D | client.h | 48 * mei_me_cl_is_active - check whether me client is active in the fw 50 * @me_cl: me client 52 * Return: true if the me client is active in the firmware 60 * mei_me_cl_uuid - return me client protocol name (uuid) 62 * @me_cl: me client 64 * Return: me client protocol name 72 * mei_me_cl_ver - return me client protocol version 74 * @me_cl: me client 76 * Return: me client protocol version 143 * mei_cl_me_id - me client id 147 * Return: me client id or 0 if client is not connected 167 * mei_cl_is_fixed_address - check whether the me client uses fixed address 171 * Return: true if the client is connected and it has fixed me address 179 * mei_cl_is_single_recv_buf- check whether the me client 196 * Return: return uuid of connected me client 246 #define MEI_CL_FMT "cl:host=%02d me=%02d "
|
H A D | bus.c | 177 * mei_cldev_send - me device send (write) 179 * @cldev: me client device 199 * @cldev: me client device 292 * @cldev: me client devices 363 * mei_cldev_uuid - return uuid of the underlying me client 367 * Return: me client uuid 376 * mei_cldev_ver - return protocol version of the underlying me client 380 * Return: me client protocol version 393 * Return: true if me client is initialized and connected 402 * mei_cldev_enable_device - enable me client device 403 * create connection with me client 405 * @cldev: me client device 435 dev_err(&cldev->dev, "me client is not active\n"); mei_cldev_enable() 452 * mei_cldev_disable - disable me client device 453 * disconnect form the me client 455 * @cldev: me client device 502 * @cldev: me client device 503 * @cldrv: me client driver 694 * mei_cl_device_uevent - me client bus uevent handler 763 * mei_cl_bus_set_name - set device name for me client device 765 * @cldev: me client device 779 * @me_cl: me client 806 * mei_cl_dev_setup - setup me client device 810 * @cldev: me client device 828 * mei_cl_bus_dev_add - add me client devices 830 * @cldev: me client device 851 * @cldev: me client device 860 * mei_cl_bus_dev_destroy - destroy me client devices object 862 * @cldev: me client device 885 * @cldev: me client device 911 * based on me client 914 * @me_cl: me client 940 * mei_cl_bus_rescan - scan me clients list and add create
|
H A D | client.c | 30 * mei_me_cl_init - initialize me client 32 * @me_cl: me client 41 * mei_me_cl_get - increases me client refcount 43 * @me_cl: me client 47 * Return: me client or NULL 58 * mei_me_cl_release - free me client 73 * mei_me_cl_put - decrease me client refcount and free client if necessary 77 * @me_cl: me client 86 * __mei_me_cl_del - delete me client from the list and decrease 90 * @me_cl: me client 104 * mei_me_cl_del - delete me client from the list and decrease 108 * @me_cl: me client 118 * mei_me_cl_add - add me client to the list 121 * @me_cl: me client 131 * __mei_me_cl_by_uuid - locate me client by uuid 135 * @uuid: me client uuid 137 * Return: me client or NULL if not found 159 * mei_me_cl_by_uuid - locate me client by uuid 163 * @uuid: me client uuid 165 * Return: me client or NULL if not found 182 * mei_me_cl_by_id - locate me client by client id 186 * @client_id: me client id 188 * Return: me client or NULL if not found 210 * __mei_me_cl_by_uuid_id - locate me client by client id and uuid 214 * @uuid: me client uuid 215 * @client_id: me client id 217 * Return: me client or null if not found 241 * mei_me_cl_by_uuid_id - locate me client by client id and uuid 245 * @uuid: me client uuid 246 * @client_id: me client id 248 * Return: me client or null if not found 263 * mei_me_cl_rm_by_uuid - remove all me clients matching uuid 266 * @uuid: me client uuid 283 * mei_me_cl_rm_by_uuid_id - remove all me clients matching client id 286 * @uuid: me client uuid 287 * @id: me client id 304 * mei_me_cl_rm_all - remove all me clients 326 * Return: true - if the clients has same host and me ids 841 * __mei_cl_disconnect - disconnect host client from the me one 896 * mei_cl_disconnect - disconnect host client from the me one 943 * client with the same me client id is connecting 1026 * mei_cl_connect - connect host client to the me one 1029 * @me_cl: me client 1452 cl_err(dev, cl, "no such me client\n"); mei_cl_read_start()
|
H A D | pci-me.c | 40 #include "hw-me-regs.h" 41 #include "hw-me.h" 363 dev_dbg(&pdev->dev, "rpm: me: runtime_idle\n"); mei_me_pm_runtime_idle() 380 dev_dbg(&pdev->dev, "rpm: me: runtime suspend\n"); mei_me_pm_runtime_suspend() 395 dev_dbg(&pdev->dev, "rpm: me: runtime suspend ret=%d\n", ret); mei_me_pm_runtime_suspend() 406 dev_dbg(&pdev->dev, "rpm: me: runtime resume\n"); mei_me_pm_runtime_resume() 418 dev_dbg(&pdev->dev, "rpm: me: runtime resume ret = %d\n", ret); mei_me_pm_runtime_resume()
|
H A D | bus-fixup.c | 47 * @cldev: me clients device 61 * @cldev: me clients device 198 * @cldev: me client device (nfc) 290 * @cldev: me client device
|
H A D | hw-me.h | 50 * struct mei_me_hw - me hw specific data
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
H A D | Makefile | 4 lib-me.o lib-msg.o lib-eq.o lib-md.o lib-ptl.o \
|
H A D | lib-me.c | 36 * lnet/lnet/lib-me.c 83 struct lnet_me *me; LNetMEAttach() local 97 me = lnet_me_alloc(); LNetMEAttach() 98 if (me == NULL) LNetMEAttach() 103 me->me_portal = portal; LNetMEAttach() 104 me->me_match_id = match_id; LNetMEAttach() 105 me->me_match_bits = match_bits; LNetMEAttach() 106 me->me_ignore_bits = ignore_bits; LNetMEAttach() 107 me->me_unlink = unlink; LNetMEAttach() 108 me->me_md = NULL; LNetMEAttach() 111 &me->me_lh); LNetMEAttach() 117 me->me_pos = head - &mtable->mt_mhash[0]; LNetMEAttach() 119 list_add_tail(&me->me_list, head); LNetMEAttach() 121 list_add(&me->me_list, head); LNetMEAttach() 123 lnet_me2handle(handle, me); LNetMEAttach() 231 lnet_me_t *me; LNetMEUnlink() local 242 me = lnet_handle2me(&meh); LNetMEUnlink() 243 if (me == NULL) { LNetMEUnlink() 248 md = me->me_md; LNetMEUnlink() 257 lnet_me_unlink(me); LNetMEUnlink() 266 lnet_me_unlink(lnet_me_t *me) lnet_me_unlink() argument 268 list_del(&me->me_list); lnet_me_unlink() 270 if (me->me_md != NULL) { lnet_me_unlink() 271 lnet_libmd_t *md = me->me_md; lnet_me_unlink() 274 lnet_ptl_detach_md(me, md); lnet_me_unlink() 278 lnet_res_lh_invalidate(&me->me_lh); lnet_me_unlink() 279 lnet_me_free(me); lnet_me_unlink() 284 lib_me_dump(lnet_me_t *me) 286 CWARN("Match Entry %p (%#llx)\n", me, 287 me->me_lh.lh_cookie); 290 me->me_match_bits, me->me_ignore_bits); 292 CWARN("\tMD\t= %p\n", me->md); 294 list_entry(me->me_list.prev, lnet_me_t, me_list)); 296 list_entry(me->me_list.next, lnet_me_t, me_list));
|
H A D | lib-ptl.c | 146 lnet_me_t *me = md->md_me; lnet_try_match_md() local 157 if (me->me_match_id.nid != LNET_NID_ANY && lnet_try_match_md() 158 me->me_match_id.nid != info->mi_id.nid) lnet_try_match_md() 161 if (me->me_match_id.pid != LNET_PID_ANY && lnet_try_match_md() 162 me->me_match_id.pid != info->mi_id.pid) lnet_try_match_md() 166 if (((me->me_match_bits ^ info->mi_mbits) & ~me->me_ignore_bits) != 0) lnet_try_match_md() 377 lnet_me_t *me; lnet_mt_match_md() local 392 list_for_each_entry_safe(me, tmp, head, me_list) { list_for_each_entry_safe() 394 if (me->me_md == NULL) list_for_each_entry_safe() 397 LASSERT(me == me->me_md->md_me); list_for_each_entry_safe() 399 rc = lnet_try_match_md(me->me_md, info, msg); list_for_each_entry_safe() 612 lnet_ptl_detach_md(lnet_me_t *me, lnet_libmd_t *md) lnet_ptl_detach_md() argument 614 LASSERT(me->me_md == md && md->md_me == me); lnet_ptl_detach_md() 616 me->me_md = NULL; lnet_ptl_detach_md() 622 lnet_ptl_attach_md(lnet_me_t *me, lnet_libmd_t *md, lnet_ptl_attach_md() argument 625 struct lnet_portal *ptl = the_lnet.ln_portals[me->me_portal]; lnet_ptl_attach_md() 635 me->me_md = md; lnet_ptl_attach_md() 636 md->md_me = me; lnet_ptl_attach_md() 643 !lnet_mt_test_exhausted(mtable, me->me_pos)) lnet_ptl_attach_md() 706 lnet_mt_set_exhausted(mtable, me->me_pos, 0); 727 lnet_me_t *me; lnet_ptl_cleanup() local 737 me = list_entry(mhash[j].next, lnet_ptl_cleanup() 739 CERROR("Active ME %p on exit\n", me); lnet_ptl_cleanup() 740 list_del(&me->me_list); lnet_ptl_cleanup() 741 lnet_me_free(me); lnet_ptl_cleanup()
|
H A D | lib-md.c | 51 lnet_me_t *me = md->md_me; lnet_md_unlink() local 58 if (me != NULL) { lnet_md_unlink() 60 lnet_ptl_detach_md(me, md); lnet_md_unlink() 61 if (me->me_unlink == LNET_UNLINK) lnet_md_unlink() 62 lnet_me_unlink(me); lnet_md_unlink() 271 struct lnet_me *me; LNetMDAttach() local 298 me = lnet_handle2me(&meh); LNetMDAttach() 299 if (me == NULL) LNetMDAttach() 301 else if (me->me_md != NULL) LNetMDAttach() 311 lnet_ptl_attach_md(me, md, &matches, &drops); LNetMDAttach()
|
H A D | module.c | 99 /* Passing LNET_PID_ANY only gives me a ref if the net is up lnet_ioctl()
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | module-rela.c | 26 extern int apply_r_mips_none(struct module *me, u32 *location, Elf_Addr v); 28 static int apply_r_mips_32_rela(struct module *me, u32 *location, Elf_Addr v) apply_r_mips_32_rela() argument 35 static int apply_r_mips_26_rela(struct module *me, u32 *location, Elf_Addr v) apply_r_mips_26_rela() argument 39 me->name); apply_r_mips_26_rela() 46 me->name); apply_r_mips_26_rela() 55 static int apply_r_mips_hi16_rela(struct module *me, u32 *location, Elf_Addr v) apply_r_mips_hi16_rela() argument 63 static int apply_r_mips_lo16_rela(struct module *me, u32 *location, Elf_Addr v) apply_r_mips_lo16_rela() argument 70 static int apply_r_mips_64_rela(struct module *me, u32 *location, Elf_Addr v) apply_r_mips_64_rela() argument 77 static int apply_r_mips_higher_rela(struct module *me, u32 *location, apply_r_mips_higher_rela() argument 86 static int apply_r_mips_highest_rela(struct module *me, u32 *location, apply_r_mips_highest_rela() argument 95 static int (*reloc_handlers_rela[]) (struct module *me, u32 *location, 109 struct module *me) apply_relocate_add() 133 me->name, strtab + sym->st_name); apply_relocate_add() 139 res = reloc_handlers_rela[ELF_MIPS_R_TYPE(rel[i])](me, location, v); apply_relocate_add() 107 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate_add() argument
|
H A D | module.c | 55 int apply_r_mips_none(struct module *me, u32 *location, Elf_Addr v) apply_r_mips_none() argument 60 static int apply_r_mips_32_rel(struct module *me, u32 *location, Elf_Addr v) apply_r_mips_32_rel() argument 67 static int apply_r_mips_26_rel(struct module *me, u32 *location, Elf_Addr v) apply_r_mips_26_rel() argument 71 me->name); apply_r_mips_26_rel() 78 me->name); apply_r_mips_26_rel() 88 static int apply_r_mips_hi16_rel(struct module *me, u32 *location, Elf_Addr v) apply_r_mips_hi16_rel() argument 103 n->next = me->arch.r_mips_hi16_list; apply_r_mips_hi16_rel() 104 me->arch.r_mips_hi16_list = n; apply_r_mips_hi16_rel() 120 static int apply_r_mips_lo16_rel(struct module *me, u32 *location, Elf_Addr v) apply_r_mips_lo16_rel() argument 129 if (me->arch.r_mips_hi16_list != NULL) { apply_r_mips_lo16_rel() 130 l = me->arch.r_mips_hi16_list; apply_r_mips_lo16_rel() 165 me->arch.r_mips_hi16_list = NULL; apply_r_mips_lo16_rel() 179 me->arch.r_mips_hi16_list = NULL; apply_r_mips_lo16_rel() 181 pr_err("module %s: dangerous R_MIPS_LO16 REL relocation\n", me->name); apply_r_mips_lo16_rel() 186 static int (*reloc_handlers_rel[]) (struct module *me, u32 *location, 197 struct module *me) apply_relocate() 209 me->arch.r_mips_hi16_list = NULL; apply_relocate() 222 me->name, strtab + sym->st_name); apply_relocate() 228 res = reloc_handlers_rel[ELF_MIPS_R_TYPE(rel[i])](me, location, v); apply_relocate() 239 if (me->arch.r_mips_hi16_list) { apply_relocate() 240 free_relocation_chain(me->arch.r_mips_hi16_list); apply_relocate() 241 me->arch.r_mips_hi16_list = NULL; apply_relocate() 272 struct module *me) module_finalize() 278 jump_label_apply_nops(me); module_finalize() 280 INIT_LIST_HEAD(&me->arch.dbe_list); module_finalize() 284 me->arch.dbe_start = (void *)s->sh_addr; module_finalize() 285 me->arch.dbe_end = (void *)s->sh_addr + s->sh_size; module_finalize() 287 list_add(&me->arch.dbe_list, &dbe_list); module_finalize() 195 apply_relocate(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate() argument 270 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) module_finalize() argument
|
H A D | vpe.c | 228 static int apply_r_mips_none(struct module *me, uint32_t *location, apply_r_mips_none() argument 234 static int apply_r_mips_gprel16(struct module *me, uint32_t *location, apply_r_mips_gprel16() argument 259 static int apply_r_mips_pc16(struct module *me, uint32_t *location, apply_r_mips_pc16() argument 278 static int apply_r_mips_32(struct module *me, uint32_t *location, apply_r_mips_32() argument 286 static int apply_r_mips_26(struct module *me, uint32_t *location, apply_r_mips_26() argument 301 * me->name); apply_r_mips_26() 311 static int apply_r_mips_hi16(struct module *me, uint32_t *location, apply_r_mips_hi16() argument 333 static int apply_r_mips_lo16(struct module *me, uint32_t *location, apply_r_mips_lo16() argument 404 static int (*reloc_handlers[]) (struct module *me, uint32_t *location, 429 struct module *me) apply_relocations() 450 me->name, strtab + sym->st_name); apply_relocations() 456 res = reloc_handlers[ELF32_R_TYPE(r_info)](me, location, v); apply_relocations() 425 apply_relocations(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocations() argument
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | module.c | 58 static void check_rela(Elf_Rela *rela, struct module *me) check_rela() argument 62 info = me->arch.syminfo + ELF_R_SYM (rela->r_info); check_rela() 77 info->got_offset = me->arch.got_size; check_rela() 78 me->arch.got_size += sizeof(void*); check_rela() 89 info->plt_offset = me->arch.plt_size; check_rela() 90 me->arch.plt_size += PLT_ENTRY_SIZE; check_rela() 108 char *secstrings, struct module *me) module_frob_arch_sections() 125 printk(KERN_ERR "module %s: no symbol table\n", me->name); module_frob_arch_sections() 130 me->arch.nsyms = symtab->sh_size / sizeof(Elf_Sym); module_frob_arch_sections() 131 me->arch.syminfo = vmalloc(me->arch.nsyms * module_frob_arch_sections() 133 if (!me->arch.syminfo) module_frob_arch_sections() 137 for (i = 0; i < me->arch.nsyms; i++) { module_frob_arch_sections() 143 me->arch.syminfo[i].got_offset = -1UL; module_frob_arch_sections() 144 me->arch.syminfo[i].plt_offset = -1UL; module_frob_arch_sections() 145 me->arch.syminfo[i].got_initialized = 0; module_frob_arch_sections() 146 me->arch.syminfo[i].plt_initialized = 0; module_frob_arch_sections() 150 me->arch.got_size = me->arch.plt_size = 0; module_frob_arch_sections() 157 check_rela(rela + j, me); module_frob_arch_sections() 162 me->core_size = ALIGN(me->core_size, 4); module_frob_arch_sections() 163 me->arch.got_offset = me->core_size; module_frob_arch_sections() 164 me->core_size += me->arch.got_size; module_frob_arch_sections() 165 me->arch.plt_offset = me->core_size; module_frob_arch_sections() 166 me->core_size += me->arch.plt_size; module_frob_arch_sections() 210 const char *strtab, struct module *me) apply_rela() 223 info = me->arch.syminfo + r_sym; apply_rela() 282 gotent = me->module_core + me->arch.got_offset + apply_rela() 305 val += (Elf_Addr) me->module_core - loc; apply_rela() 318 ip = me->module_core + me->arch.plt_offset + apply_rela() 330 val = me->arch.plt_offset - me->arch.got_offset + apply_rela() 337 val = (Elf_Addr) me->module_core + apply_rela() 338 me->arch.plt_offset + apply_rela() 359 ((Elf_Addr) me->module_core + me->arch.got_offset); apply_rela() 369 val = (Elf_Addr) me->module_core + me->arch.got_offset + apply_rela() 385 me->name, r_type); apply_rela() 391 me->name, strtab + symtab[r_sym].st_name, apply_rela() 400 struct module *me) apply_relocate_add() 416 rc = apply_rela(rela, base, symtab, strtab, me); apply_relocate_add() 425 struct module *me) module_finalize() 427 jump_label_apply_nops(me); module_finalize() 428 vfree(me->arch.syminfo); module_finalize() 429 me->arch.syminfo = NULL; module_finalize() 107 module_frob_arch_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs, char *secstrings, struct module *me) module_frob_arch_sections() argument 209 apply_rela(Elf_Rela *rela, Elf_Addr base, Elf_Sym *symtab, const char *strtab, struct module *me) apply_rela() argument 398 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate_add() argument 423 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) module_finalize() argument
|
/linux-4.4.14/arch/parisc/kernel/ |
H A D | module.c | 44 * if (in_init(me, (void *)val)) 45 * val -= (uint32_t)me->module_init; 47 * val -= (uint32_t)me->module_core; 84 me->name, strtab + sym->st_name, (unsigned long)val, bits); \ 101 static inline int in_init(struct module *me, void *loc) in_init() argument 103 return (loc >= me->module_init && in_init() 104 loc <= (me->module_init + me->init_size)); in_init() 107 static inline int in_core(struct module *me, void *loc) in_core() argument 109 return (loc >= me->module_core && in_core() 110 loc <= (me->module_core + me->core_size)); in_core() 113 static inline int in_local(struct module *me, void *loc) in_local() argument 115 return in_init(me, loc) || in_core(me, loc); in_local() 321 struct module *me) module_frob_arch_sections() 326 len = hdr->e_shnum * sizeof(me->arch.section[0]); module_frob_arch_sections() 327 me->arch.section = kzalloc(len, GFP_KERNEL); module_frob_arch_sections() 328 if (!me->arch.section) module_frob_arch_sections() 338 me->arch.unwind_section = i; module_frob_arch_sections() 363 WARN_ON(me->arch.section[s].stub_entries); module_frob_arch_sections() 366 me->arch.section[s].stub_entries += count; module_frob_arch_sections() 370 me->core_size = ALIGN(me->core_size, 16); module_frob_arch_sections() 371 me->arch.got_offset = me->core_size; module_frob_arch_sections() 372 me->core_size += gots * sizeof(struct got_entry); module_frob_arch_sections() 374 me->core_size = ALIGN(me->core_size, 16); module_frob_arch_sections() 375 me->arch.fdesc_offset = me->core_size; module_frob_arch_sections() 376 me->core_size += fdescs * sizeof(Elf_Fdesc); module_frob_arch_sections() 378 me->arch.got_max = gots; module_frob_arch_sections() 379 me->arch.fdesc_max = fdescs; module_frob_arch_sections() 385 static Elf64_Word get_got(struct module *me, unsigned long value, long addend) get_got() argument 394 got = me->module_core + me->arch.got_offset; get_got() 399 BUG_ON(++me->arch.got_count > me->arch.got_max); get_got() 410 static Elf_Addr get_fdesc(struct module *me, unsigned long value) get_fdesc() argument 412 Elf_Fdesc *fdesc = me->module_core + me->arch.fdesc_offset; get_fdesc() 415 printk(KERN_ERR "%s: zero OPD requested!\n", me->name); get_fdesc() 426 BUG_ON(++me->arch.fdesc_count > me->arch.fdesc_max); get_fdesc() 430 fdesc->gp = (Elf_Addr)me->module_core + me->arch.got_offset; get_fdesc() 441 static Elf_Addr get_stub(struct module *me, unsigned long value, long addend, get_stub() argument 448 if (!me->arch.section[targetsec].stub_offset) { get_stub() 449 loc0 -= (me->arch.section[targetsec].stub_entries + 1) * get_stub() 453 me->arch.section[targetsec].stub_offset = loc0; get_stub() 457 stub = (void *) me->arch.section[targetsec].stub_offset; get_stub() 458 me->arch.section[targetsec].stub_offset += sizeof(struct stub_entry); get_stub() 461 BUG_ON(0 == me->arch.section[targetsec].stub_entries--); get_stub() 499 d = get_got(me, value, addend); get_stub() 542 struct module *me) apply_relocate_add() 569 me->name, strtab + sym->st_name); apply_relocate_add() 641 val = get_stub(me, sym->st_value, addend, apply_relocate_add() 656 val = get_stub(me, sym->st_value, addend, apply_relocate_add() 666 me->name, ELF32_R_TYPE(rel[i].r_info)); apply_relocate_add() 679 struct module *me) apply_relocate_add() 705 me->name, strtab + sym->st_name); apply_relocate_add() 733 val = get_got(me, val, addend); apply_relocate_add() 743 val = get_got(me, val, addend); apply_relocate_add() 757 if (in_local(me, (void *)val)) { apply_relocate_add() 766 val = get_stub(me, sym->st_value, apply_relocate_add() 778 val = get_stub(me, val, addend, ELF_STUB_MILLI, apply_relocate_add() 781 val = get_stub(me, val, addend, ELF_STUB_GOT, apply_relocate_add() 804 if(in_local(me, (void *)(val + addend))) { apply_relocate_add() 805 *loc64 = get_fdesc(me, val+addend); apply_relocate_add() 822 me->name, ELF64_R_TYPE(rel[i].r_info)); apply_relocate_add() 831 register_unwind_table(struct module *me, register_unwind_table() argument 837 if (!me->arch.unwind_section) register_unwind_table() 840 table = (unsigned char *)sechdrs[me->arch.unwind_section].sh_addr; register_unwind_table() 841 end = table + sechdrs[me->arch.unwind_section].sh_size; register_unwind_table() 842 gp = (Elf_Addr)me->module_core + me->arch.got_offset; register_unwind_table() 845 me->arch.unwind_section, table, end, gp); register_unwind_table() 846 me->arch.unwind = unwind_table_add(me->name, 0, gp, table, end); register_unwind_table() 850 deregister_unwind_table(struct module *me) deregister_unwind_table() argument 852 if (me->arch.unwind) deregister_unwind_table() 853 unwind_table_remove(me->arch.unwind); deregister_unwind_table() 858 struct module *me) module_finalize() 869 entry = (Elf_Fdesc *)me->init; module_finalize() 877 me->arch.got_count, me->arch.got_max, module_finalize() 878 me->arch.fdesc_count, me->arch.fdesc_max); module_finalize() 881 register_unwind_table(me, sechdrs); module_finalize() 883 /* haven't filled in me->symtab yet, so have to find it module_finalize() 899 me->name, strtab, symhdr); module_finalize() 901 if(me->arch.got_count > MAX_GOTS) { module_finalize() 903 me->name, me->arch.got_count, MAX_GOTS); module_finalize() 907 kfree(me->arch.section); module_finalize() 908 me->arch.section = NULL; module_finalize() 318 module_frob_arch_sections(CONST Elf_Ehdr *hdr, CONST Elf_Shdr *sechdrs, CONST char *secstrings, struct module *me) module_frob_arch_sections() argument 538 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate_add() argument 675 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate_add() argument 856 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) module_finalize() argument
|
/linux-4.4.14/Documentation/misc-devices/mei/ |
H A D | mei-amt-version.c | 111 static bool mei_init(struct mei *me, const uuid_le *guid, mei_init() argument 118 me->verbose = verbose; mei_init() 120 me->fd = open("/dev/mei", O_RDWR); mei_init() 121 if (me->fd == -1) { mei_init() 122 mei_err(me, "Cannot establish a handle to the Intel MEI driver\n"); mei_init() 125 memcpy(&me->guid, guid, sizeof(*guid)); mei_init() 127 me->initialized = true; mei_init() 129 memcpy(&data.in_client_uuid, &me->guid, sizeof(me->guid)); mei_init() 130 result = ioctl(me->fd, IOCTL_MEI_CONNECT_CLIENT, &data); mei_init() 132 mei_err(me, "IOCTL_MEI_CONNECT_CLIENT receive message. err=%d\n", result); mei_init() 136 mei_msg(me, "max_message_length %d\n", cl->max_msg_length); mei_init() 137 mei_msg(me, "protocol_version %d\n", cl->protocol_version); mei_init() 141 mei_err(me, "Intel MEI protocol version not supported\n"); mei_init() 145 me->buf_size = cl->max_msg_length; mei_init() 146 me->prot_ver = cl->protocol_version; mei_init() 150 mei_deinit(me); mei_init() 154 static ssize_t mei_recv_msg(struct mei *me, unsigned char *buffer, mei_recv_msg() argument 159 mei_msg(me, "call read length = %zd\n", len); mei_recv_msg() 161 rc = read(me->fd, buffer, len); mei_recv_msg() 163 mei_err(me, "read failed with status %zd %s\n", mei_recv_msg() 165 mei_deinit(me); mei_recv_msg() 167 mei_msg(me, "read succeeded with result %zd\n", rc); mei_recv_msg() 172 static ssize_t mei_send_msg(struct mei *me, const unsigned char *buffer, mei_send_msg() argument 183 mei_msg(me, "call write length = %zd\n", len); mei_send_msg() 185 written = write(me->fd, buffer, len); mei_send_msg() 188 mei_err(me, "write failed with status %zd %s\n", mei_send_msg() 194 FD_SET(me->fd, &set); mei_send_msg() 195 rc = select(me->fd + 1 , &set, NULL, NULL, &tv); mei_send_msg() 196 if (rc > 0 && FD_ISSET(me->fd, &set)) { mei_send_msg() 197 mei_msg(me, "write success\n"); mei_send_msg() 199 mei_err(me, "write failed on timeout with status\n"); mei_send_msg() 202 mei_err(me, "write failed on select with status %zd\n", rc); mei_send_msg() 209 mei_deinit(me); mei_send_msg()
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | module_64.c | 364 struct module *me) module_frob_arch_sections() 372 me->arch.stubs_section = i; module_frob_arch_sections() 374 me->arch.toc_section = i; module_frob_arch_sections() 390 if (!me->arch.stubs_section) { module_frob_arch_sections() 391 pr_err("%s: doesn't contain .stubs.\n", me->name); module_frob_arch_sections() 399 if (!me->arch.toc_section) module_frob_arch_sections() 400 me->arch.toc_section = me->arch.stubs_section; module_frob_arch_sections() 403 sechdrs[me->arch.stubs_section].sh_size = get_stubs_size(hdr, sechdrs); module_frob_arch_sections() 410 static inline unsigned long my_r2(Elf64_Shdr *sechdrs, struct module *me) my_r2() argument 412 return sechdrs[me->arch.toc_section].sh_addr + 0x8000; my_r2() 426 struct module *me) create_stub() 433 reladdr = (unsigned long)entry - my_r2(sechdrs, me); create_stub() 436 me->name, (void *)reladdr, (void *)my_r2); create_stub() 451 struct module *me) stub_for_addr() 456 num_stubs = sechdrs[me->arch.stubs_section].sh_size / sizeof(*stubs); stub_for_addr() 459 stubs = (void *)sechdrs[me->arch.stubs_section].sh_addr; stub_for_addr() 467 if (!create_stub(sechdrs, &stubs[i], addr, me)) stub_for_addr() 475 static int restore_r2(u32 *instruction, struct module *me) restore_r2() argument 479 me->name, *instruction); restore_r2() 491 struct module *me) apply_relocate_add() 503 if (!me->arch.toc_fixed) { apply_relocate_add() 508 sym->st_value = my_r2(sechdrs, me); apply_relocate_add() 509 me->arch.toc_fixed = true; apply_relocate_add() 540 *(unsigned long *)location = my_r2(sechdrs, me); apply_relocate_add() 545 value -= my_r2(sechdrs, me); apply_relocate_add() 548 me->name, value); apply_relocate_add() 558 value -= my_r2(sechdrs, me); apply_relocate_add() 566 value -= my_r2(sechdrs, me); apply_relocate_add() 569 me->name, value); apply_relocate_add() 579 value -= my_r2(sechdrs, me); apply_relocate_add() 582 me->name, value); apply_relocate_add() 592 value -= my_r2(sechdrs, me); apply_relocate_add() 603 value = stub_for_addr(sechdrs, value, me); apply_relocate_add() 606 if (!restore_r2((u32 *)location + 1, me)) apply_relocate_add() 615 me->name, (long int)value); apply_relocate_add() 643 value = my_r2(sechdrs, me) - (unsigned long)location; apply_relocate_add() 684 me->name, apply_relocate_add() 691 me->arch.toc = my_r2(sechdrs, me); apply_relocate_add() 692 me->arch.tramp = stub_for_addr(sechdrs, apply_relocate_add() 694 me); apply_relocate_add() 361 module_frob_arch_sections(Elf64_Ehdr *hdr, Elf64_Shdr *sechdrs, char *secstrings, struct module *me) module_frob_arch_sections() argument 423 create_stub(Elf64_Shdr *sechdrs, struct ppc64_stub_entry *entry, unsigned long addr, struct module *me) create_stub() argument 449 stub_for_addr(Elf64_Shdr *sechdrs, unsigned long addr, struct module *me) stub_for_addr() argument 487 apply_relocate_add(Elf64_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate_add() argument
|
H A D | module_32.c | 149 struct module *me) module_frob_arch_sections() 156 me->arch.init_plt_section = i; module_frob_arch_sections() 158 me->arch.core_plt_section = i; module_frob_arch_sections() 160 if (!me->arch.core_plt_section || !me->arch.init_plt_section) { module_frob_arch_sections() 166 sechdrs[me->arch.core_plt_section].sh_size module_frob_arch_sections() 168 sechdrs[me->arch.init_plt_section].sh_size module_frob_arch_sections() 146 module_frob_arch_sections(Elf32_Ehdr *hdr, Elf32_Shdr *sechdrs, char *secstrings, struct module *me) module_frob_arch_sections() argument
|
H A D | module.c | 47 const Elf_Shdr *sechdrs, struct module *me) module_finalize() 46 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) module_finalize() argument
|
/linux-4.4.14/arch/alpha/lib/ |
H A D | dbg_stackcheck.S | 24 1: stq $31, -8($31) # oops me, damn it.
|
H A D | memset.S | 11 * to the routine, please send me your improvements for me to use similarly. 14 * hand, so they might well be incorrect, please do tell me about it..)
|
H A D | ev6-copy_page.S | 8 was written by an unnamed ev6 hardware designer and forwarded to me 50 forced me to add another cycle to the inner-most kernel - up to 11
|
/linux-4.4.14/net/netfilter/ |
H A D | nf_conntrack_helper.c | 163 if (h != NULL && !try_module_get(h->me)) nf_conntrack_helper_try_module_get() 255 const struct nf_conntrack_helper *me) unhelp() 260 if (help && rcu_dereference_raw(help->helper) == me) { unhelp() 362 int nf_conntrack_helper_register(struct nf_conntrack_helper *me) nf_conntrack_helper_register() argument 366 unsigned int h = helper_hash(&me->tuple); nf_conntrack_helper_register() 368 BUG_ON(me->expect_policy == NULL); nf_conntrack_helper_register() 369 BUG_ON(me->expect_class_max >= NF_CT_MAX_EXPECT_CLASSES); nf_conntrack_helper_register() 370 BUG_ON(strlen(me->name) > NF_CT_HELPER_NAME_LEN - 1); nf_conntrack_helper_register() 374 if (strncmp(cur->name, me->name, NF_CT_HELPER_NAME_LEN) == 0 && nf_conntrack_helper_register() 375 cur->tuple.src.l3num == me->tuple.src.l3num && nf_conntrack_helper_register() 376 cur->tuple.dst.protonum == me->tuple.dst.protonum) { nf_conntrack_helper_register() 381 hlist_add_head_rcu(&me->hnode, &nf_ct_helper_hash[h]); nf_conntrack_helper_register() 389 static void __nf_conntrack_helper_unregister(struct nf_conntrack_helper *me, __nf_conntrack_helper_unregister() argument 408 ) == me || exp->helper == me) && __nf_conntrack_helper_unregister() 423 unhelp(h, me); for_each_possible_cpu() 431 unhelp(h, me); 438 void nf_conntrack_helper_unregister(struct nf_conntrack_helper *me) nf_conntrack_helper_unregister() argument 443 hlist_del_rcu(&me->hnode); nf_conntrack_helper_unregister() 454 __nf_conntrack_helper_unregister(me, net); nf_conntrack_helper_unregister() 254 unhelp(struct nf_conntrack_tuple_hash *i, const struct nf_conntrack_helper *me) unhelp() argument
|
H A D | xt_TRACE.c | 26 .me = THIS_MODULE,
|
H A D | xt_dscp.c | 76 .me = THIS_MODULE, 84 .me = THIS_MODULE, 92 .me = THIS_MODULE, 100 .me = THIS_MODULE,
|
H A D | xt_tcpudp.c | 174 .me = THIS_MODULE, 183 .me = THIS_MODULE, 192 .me = THIS_MODULE, 201 .me = THIS_MODULE, 210 .me = THIS_MODULE, 219 .me = THIS_MODULE,
|
H A D | xt_DSCP.c | 124 .me = THIS_MODULE, 133 .me = THIS_MODULE, 142 .me = THIS_MODULE, 151 .me = THIS_MODULE,
|
H A D | xt_NFQUEUE.c | 118 .me = THIS_MODULE, 127 .me = THIS_MODULE, 136 .me = THIS_MODULE, 145 .me = THIS_MODULE,
|
H A D | xt_comment.c | 31 .me = THIS_MODULE,
|
H A D | xt_nat.c | 115 .me = THIS_MODULE, 127 .me = THIS_MODULE, 137 .me = THIS_MODULE, 147 .me = THIS_MODULE,
|
H A D | xt_CLASSIFY.c | 49 .me = THIS_MODULE, 58 .me = THIS_MODULE,
|
H A D | xt_length.c | 48 .me = THIS_MODULE, 55 .me = THIS_MODULE,
|
H A D | xt_mark.c | 51 .me = THIS_MODULE, 60 .me = THIS_MODULE,
|
H A D | xt_realm.c | 40 .me = THIS_MODULE
|
H A D | xt_set.c | 563 .me = THIS_MODULE 573 .me = THIS_MODULE 583 .me = THIS_MODULE 594 .me = THIS_MODULE 604 .me = THIS_MODULE 615 .me = THIS_MODULE 625 .me = THIS_MODULE 636 .me = THIS_MODULE 646 .me = THIS_MODULE 659 .me = THIS_MODULE 669 .me = THIS_MODULE 679 .me = THIS_MODULE 690 .me = THIS_MODULE 700 .me = THIS_MODULE 711 .me = THIS_MODULE 721 .me = THIS_MODULE
|
H A D | xt_LOG.c | 80 .me = THIS_MODULE, 90 .me = THIS_MODULE,
|
H A D | xt_REDIRECT.c | 79 .me = THIS_MODULE, 91 .me = THIS_MODULE,
|
H A D | xt_esp.c | 83 .me = THIS_MODULE, 92 .me = THIS_MODULE,
|
H A D | xt_hl.c | 73 .me = THIS_MODULE, 81 .me = THIS_MODULE,
|
H A D | xt_ipcomp.c | 87 .me = THIS_MODULE, 96 .me = THIS_MODULE,
|
H A D | xt_tcpmss.c | 87 .me = THIS_MODULE, 95 .me = THIS_MODULE,
|
H A D | xt_CT.c | 99 module_put(helper->me); xt_ct_set_helper() 342 module_put(help->helper->me); xt_ct_tg_destroy() 380 .me = THIS_MODULE, 391 .me = THIS_MODULE, 402 .me = THIS_MODULE, 437 .me = THIS_MODULE,
|
H A D | xt_HL.c | 142 .me = THIS_MODULE, 152 .me = THIS_MODULE,
|
H A D | xt_NETMAP.c | 130 .me = THIS_MODULE, 144 .me = THIS_MODULE,
|
H A D | xt_TCPOPTSTRIP.c | 125 .me = THIS_MODULE, 135 .me = THIS_MODULE,
|
H A D | xt_TEE.c | 132 .me = THIS_MODULE, 143 .me = THIS_MODULE,
|
H A D | xt_iprange.c | 111 .me = THIS_MODULE, 119 .me = THIS_MODULE,
|
H A D | nf_conntrack_netbios_ns.c | 54 .me = THIS_MODULE,
|
H A D | nf_conntrack_snmp.c | 61 .me = THIS_MODULE,
|
H A D | xt_CHECKSUM.c | 56 .me = THIS_MODULE,
|
H A D | xt_NFLOG.c | 59 .me = THIS_MODULE,
|
H A D | xt_bpf.c | 60 .me = THIS_MODULE,
|
H A D | xt_cgroup.c | 55 .me = THIS_MODULE,
|
H A D | xt_connlabel.c | 77 .me = THIS_MODULE,
|
H A D | xt_cpu.c | 51 .me = THIS_MODULE,
|
H A D | xt_devgroup.c | 68 .me = THIS_MODULE
|
H A D | xt_mac.c | 52 .me = THIS_MODULE,
|
H A D | xt_nfacct.c | 65 .me = THIS_MODULE,
|
H A D | xt_pkttype.c | 51 .me = THIS_MODULE,
|
H A D | xt_quota.c | 76 .me = THIS_MODULE,
|
H A D | xt_state.c | 65 .me = THIS_MODULE,
|
H A D | xt_socket.c | 464 .me = THIS_MODULE, 475 .me = THIS_MODULE, 487 .me = THIS_MODULE, 499 .me = THIS_MODULE, 511 .me = THIS_MODULE, 523 .me = THIS_MODULE, 535 .me = THIS_MODULE,
|
H A D | nf_conntrack_amanda.c | 178 .me = THIS_MODULE, 187 .me = THIS_MODULE,
|
H A D | xt_AUDIT.c | 208 .me = THIS_MODULE, 216 .me = THIS_MODULE,
|
H A D | xt_connmark.c | 130 .me = THIS_MODULE, 141 .me = THIS_MODULE,
|
H A D | xt_dccp.c | 148 .me = THIS_MODULE, 157 .me = THIS_MODULE,
|
H A D | xt_ecn.c | 156 .me = THIS_MODULE, 164 .me = THIS_MODULE,
|
H A D | xt_multiport.c | 140 .me = THIS_MODULE, 149 .me = THIS_MODULE,
|
H A D | xt_policy.c | 163 .me = THIS_MODULE, 171 .me = THIS_MODULE,
|
H A D | xt_sctp.c | 174 .me = THIS_MODULE 183 .me = THIS_MODULE
|
H A D | nf_conntrack_proto.c | 87 if (!try_module_get(p->me)) nf_ct_l3proto_find_get() 123 module_put(p->me); nf_ct_l3proto_module_put() 135 if (!try_module_get(p->me)) nf_ct_l4proto_find_get() 145 module_put(p->me); nf_ct_l4proto_put()
|
H A D | xt_helper.c | 85 .me = THIS_MODULE,
|
H A D | xt_owner.c | 83 .me = THIS_MODULE,
|
H A D | xt_statistic.c | 87 .me = THIS_MODULE,
|
H A D | xt_string.c | 80 .me = THIS_MODULE,
|
H A D | xt_u32.c | 104 .me = THIS_MODULE,
|
H A D | xt_conntrack.c | 297 .me = THIS_MODULE, 307 .me = THIS_MODULE, 317 .me = THIS_MODULE,
|
H A D | nft_compat.c | 245 module_put(target->me); nft_target_init() 263 module_put(target->me); nft_target_destroy() 427 module_put(match->me); nft_match_init() 445 module_put(match->me); nft_match_destroy() 652 if (!try_module_get(match->me)) nft_match_select_ops() 732 if (!try_module_get(target->me)) nft_target_select_ops()
|
/linux-4.4.14/include/linux/ |
H A D | moduleloader.h | 46 struct module *me) apply_relocate() 49 module_name(me)); apply_relocate() 69 struct module *me) apply_relocate_add() 72 module_name(me)); apply_relocate_add() 42 apply_relocate(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate() argument 65 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate_add() argument
|
H A D | fmc-sdb.h | 5 * This file and associated functionality are a playground for me to
|
H A D | jz4780-nemc.h | 5 * Author: Alex Smith <alex@alex-smith.me.uk>
|
H A D | hiddev.h | 21 * Should you need to contact me, the author, you can do so either by
|
H A D | joystick.h | 21 * Should you need to contact me, the author, you can do so either by
|
H A D | mei_cl_bus.h | 24 * @me_cl: me client
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | module.c | 77 char *secstrings, struct module *me) module_frob_arch_sections() 95 me->arch.gotsecindex = s - sechdrs; module_frob_arch_sections() 99 printk(KERN_ERR "module %s: no symbol table\n", me->name); module_frob_arch_sections() 103 printk(KERN_ERR "module %s: no got section\n", me->name); module_frob_arch_sections() 112 me->name); module_frob_arch_sections() 147 struct module *me) apply_relocate_add() 163 gp = (u64)me->module_core + me->core_size - 0x8000; apply_relocate_add() 164 got = sechdrs[me->arch.gotsecindex].sh_addr; apply_relocate_add() 266 me->name, r_type); apply_relocate_add() 272 me->name, r_type, sym->st_shndx); apply_relocate_add() 276 me->name, r_type, strtab + sym->st_name); apply_relocate_add() 76 module_frob_arch_sections(Elf64_Ehdr *hdr, Elf64_Shdr *sechdrs, char *secstrings, struct module *me) module_frob_arch_sections() argument 145 apply_relocate_add(Elf64_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate_add() argument
|
/linux-4.4.14/scripts/ |
H A D | extract-ikconfig | 42 me=${0##*/} 46 echo "Usage: $me <kernel-image>" >&2 67 echo "$me: Cannot find kernel config." >&2
|
H A D | extract-vmlinux | 39 me=${0##*/} 43 echo "Usage: $me <kernel-image>" >&2 62 echo "$me: Cannot find vmlinux." >&2
|
/linux-4.4.14/arch/metag/kernel/ |
H A D | module.c | 135 struct module *me) module_frob_arch_sections() 142 me->arch.init_plt_section = i; module_frob_arch_sections() 144 me->arch.core_plt_section = i; module_frob_arch_sections() 146 if (!me->arch.core_plt_section || !me->arch.init_plt_section) { module_frob_arch_sections() 152 sechdrs[me->arch.core_plt_section].sh_size module_frob_arch_sections() 154 sechdrs[me->arch.core_plt_section].sh_type = SHT_NOBITS; module_frob_arch_sections() 155 sechdrs[me->arch.init_plt_section].sh_size module_frob_arch_sections() 157 sechdrs[me->arch.init_plt_section].sh_type = SHT_NOBITS; module_frob_arch_sections() 202 struct module *me) apply_relocate_add() 257 sechdrs, me); apply_relocate_add() 279 me->name, ELF32_R_TYPE(rel[i].r_info)); apply_relocate_add() 132 module_frob_arch_sections(Elf32_Ehdr *hdr, Elf32_Shdr *sechdrs, char *secstrings, struct module *me) module_frob_arch_sections() argument 198 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate_add() argument
|
/linux-4.4.14/arch/h8300/kernel/ |
H A D | module.c | 12 struct module *me) apply_relocate_add() 61 me->name, ELF32_R_TYPE(rela[i].r_info)); apply_relocate_add() 68 me->name, rela[i].r_offset); apply_relocate_add() 8 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate_add() argument
|
/linux-4.4.14/arch/tile/kernel/ |
H A D | module.c | 96 static int validate_hw2_last(long value, struct module *me) validate_hw2_last() argument 100 me->name, value); validate_hw2_last() 126 struct module *me) apply_relocate_add() 188 if (!validate_hw2_last(value, me)) apply_relocate_add() 199 if (!validate_hw2_last(value, me)) apply_relocate_add() 214 me->name, apply_relocate_add() 227 me->name, (int) ELF_R_TYPE(rel[i].r_info)); apply_relocate_add() 122 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate_add() argument
|
/linux-4.4.14/arch/m32r/kernel/ |
H A D | module.c | 75 struct module *me) apply_relocate_add() 149 me->name, relocation); apply_relocate_add() 157 me->name, value); apply_relocate_add() 181 me->name, relocation); apply_relocate_add() 189 me->name, value); apply_relocate_add() 198 me->name, ELF32_R_TYPE(rel[i].r_info)); apply_relocate_add() 71 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate_add() argument
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | module.c | 103 struct module *me) apply_relocate() 132 me->name, ELF32_R_TYPE(rel[i].r_info)); apply_relocate() 143 struct module *me) apply_relocate_add() 195 me->name, ELF64_R_TYPE(rel[i].r_info)); apply_relocate_add() 205 me->name); apply_relocate_add() 212 struct module *me) module_finalize() 237 alternatives_smp_module_add(me, me->name, module_finalize() 248 jump_label_apply_nops(me); module_finalize() 99 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate() argument 139 apply_relocate_add(Elf64_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate_add() argument 210 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) module_finalize() argument
|
/linux-4.4.14/block/partitions/ |
H A D | karma.c | 5 * Copyright (C) 2006 Bob Copeland (me@bobcopeland.com)
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
H A D | resource.h | 16 * When you run into the 2^63 barrier, you call me.
|
/linux-4.4.14/fs/gfs2/ |
H A D | util.c | 90 int me; gfs2_assert_withdraw_i() local 91 me = gfs2_lm_withdraw(sdp, gfs2_assert_withdraw_i() 96 return (me) ? -1 : -2; gfs2_assert_withdraw_i() 200 int me; gfs2_meta_check_ii() local 201 me = gfs2_lm_withdraw(sdp, gfs2_meta_check_ii() 207 return (me) ? -1 : -2; gfs2_meta_check_ii() 220 int me; gfs2_metatype_check_ii() local 221 me = gfs2_lm_withdraw(sdp, gfs2_metatype_check_ii() 227 return (me) ? -1 : -2; gfs2_metatype_check_ii()
|
/linux-4.4.14/arch/score/kernel/ |
H A D | module.c | 32 struct module *me) apply_relocate() 49 me->name, relindex, i); apply_relocate() 59 me->name, relindex, i, rel->r_offset, apply_relocate() 120 me->name, ELF32_R_TYPE(rel->r_info)); apply_relocate() 30 apply_relocate(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relindex, struct module *me) apply_relocate() argument
|
/linux-4.4.14/arch/sh/kernel/ |
H A D | module.c | 41 struct module *me) apply_relocate_add() 105 me->name, ELF32_R_TYPE(rel[i].r_info)); apply_relocate_add() 114 struct module *me) module_finalize() 118 ret |= module_dwarf_finalize(hdr, sechdrs, me); module_finalize() 37 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate_add() argument 112 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) module_finalize() argument
|
/linux-4.4.14/arch/m68k/kernel/ |
H A D | module.c | 26 struct module *me) apply_relocate() 55 me->name, ELF32_R_TYPE(rel[i].r_info)); apply_relocate() 66 struct module *me) apply_relocate_add() 95 me->name, ELF32_R_TYPE(rel[i].r_info)); apply_relocate_add() 22 apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate() argument 62 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate_add() argument
|
/linux-4.4.14/arch/openrisc/kernel/ |
H A D | module.c | 24 struct module *me) apply_relocate_add() 64 me->name, ELF32_R_TYPE(rel[i].r_info)); apply_relocate_add() 20 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate_add() argument
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
H A D | tcm-sita.c | 606 struct score me; /* score for area */ update_candidate() local 615 assign(&me.a, x0, y0, x0 + w - 1, y0 + h - 1); update_candidate() 619 get_neighbor_stats(tcm, &me.a, &me.n); update_candidate() 620 me.neighs = me.n.edge + me.n.busy; update_candidate() 621 get_nearness_factor(field, &me.a, &me.f); update_candidate() 632 best->neighs <= me.neighs && update_candidate() 633 (best->neighs < me.neighs || update_candidate() 635 best->n.busy < me.n.busy || update_candidate() 636 (best->n.busy == me.n.busy && update_candidate() 638 best->f.x + best->f.y > me.f.x + me.f.y))) update_candidate() 646 memcpy(best, &me, sizeof(me)); update_candidate()
|
/linux-4.4.14/drivers/lightnvm/ |
H A D | gennvm.h | 2 * Copyright: Matias Bjorling <mb@bjorling.me>
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
H A D | grf5101.h | 15 * A special Big Thanks also is for all people who donated me cards,
|
H A D | max2820.h | 15 * A special Big Thanks also is for all people who donated me cards,
|
H A D | sa2400.h | 15 * A special Big Thanks also is for all people who donated me cards,
|
/linux-4.4.14/net/bridge/netfilter/ |
H A D | ebt_dnat.c | 58 .me = THIS_MODULE,
|
H A D | ebt_pkttype.c | 40 .me = THIS_MODULE,
|
H A D | ebt_802_3.c | 56 .me = THIS_MODULE,
|
H A D | ebt_arpreply.c | 82 .me = THIS_MODULE,
|
H A D | ebt_mark_m.c | 82 .me = THIS_MODULE,
|
H A D | ebt_nflog.c | 56 .me = THIS_MODULE,
|
H A D | ebt_redirect.c | 64 .me = THIS_MODULE,
|
H A D | ebt_snat.c | 71 .me = THIS_MODULE,
|
H A D | ebtable_broute.c | 48 .me = THIS_MODULE,
|
H A D | ebtable_filter.c | 56 .me = THIS_MODULE,
|
H A D | ebtable_nat.c | 56 .me = THIS_MODULE,
|
H A D | nf_log_bridge.c | 48 .me = THIS_MODULE,
|
H A D | ebt_limit.c | 111 .me = THIS_MODULE,
|
H A D | ebt_mark.c | 94 .me = THIS_MODULE,
|
/linux-4.4.14/kernel/sched/ |
H A D | Makefile | 8 # me. I suspect most platforms don't need this, but until we know that for sure
|
/linux-4.4.14/include/linux/netfilter_bridge/ |
H A D | ebtables.h | 37 struct module *me; member in struct:ebt_match 54 struct module *me; member in struct:ebt_watcher 72 struct module *me; member in struct:ebt_target 106 struct module *me; member in struct:ebt_table
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | module.c | 86 struct module *me) apply_relocate_add() 174 me->name, apply_relocate_add() 208 struct module *me) module_finalize() 211 jump_label_apply_nops(me); module_finalize() 82 apply_relocate_add(Elf_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate_add() argument 206 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) module_finalize() argument
|
H A D | leon_smp.c | 112 int me = smp_processor_id(); leon_configure_cache_smp() local 117 (unsigned int)cfg, (unsigned int)me); leon_configure_cache_smp() 124 me); leon_configure_cache_smp() 162 int me = smp_processor_id(); leon_boot_cpus() local 167 printk(KERN_INFO "%d:(%d:%d) cpus mpirq at 0x%x\n", (unsigned int)me, leon_boot_cpus() 171 leon_enable_irq_cpu(LEON3_IRQ_CROSS_CALL, me); leon_boot_cpus() 172 leon_enable_irq_cpu(LEON3_IRQ_TICKER, me); leon_boot_cpus() 173 leon_enable_irq_cpu(leon_ipi_irq, me); leon_boot_cpus()
|
H A D | starfire.c | 46 /* Beam me up Scott(McNeil)y... */ starfire_hookup() 98 printk("starfire_translate: Are you kidding me?\n"); starfire_translate()
|
/linux-4.4.14/arch/mn10300/kernel/ |
H A D | module.c | 60 struct module *me) apply_relocate_add() 96 me->name, ELF32_R_TYPE(rel[i].r_info)); apply_relocate_add() 146 me->name, ELF32_R_TYPE(rel[i].r_info)); apply_relocate_add() 152 me->name, ELF32_R_TYPE(rel[i].r_info)); apply_relocate_add() 56 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate_add() argument
|
/linux-4.4.14/arch/c6x/kernel/ |
H A D | module.c | 49 struct module *me) apply_relocate_add() 117 me->name, ELF32_R_TYPE(rel[i].r_info)); apply_relocate_add() 45 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate_add() argument
|
/linux-4.4.14/samples/trace_events/ |
H A D | trace-events-sample.c | 66 trace_foo_bar_with_fn("Look at me", cnt); simple_thread_func_fn() 67 trace_foo_with_template_fn("Look at me too", cnt); simple_thread_func_fn()
|
/linux-4.4.14/arch/cris/kernel/ |
H A D | module.c | 49 struct module *me) apply_relocate_add() 76 me->name, ELF32_R_TYPE(rela[i].r_info)); apply_relocate_add() 45 apply_relocate_add(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate_add() argument
|
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/ |
H A D | lib-lnet.h | 223 lnet_me_t *me; lnet_me_alloc() local 225 LIBCFS_ALLOC(me, sizeof(*me)); lnet_me_alloc() 226 return me; lnet_me_alloc() 230 lnet_me_free(lnet_me_t *me) lnet_me_free() argument 232 LIBCFS_FREE(me, sizeof(*me)); lnet_me_free() 329 lnet_me2handle(lnet_handle_me_t *handle, lnet_me_t *me) lnet_me2handle() argument 331 handle->cookie = me->me_lh.lh_cookie; lnet_me2handle() 513 void lnet_ptl_attach_md(lnet_me_t *me, lnet_libmd_t *md, 515 void lnet_ptl_detach_md(lnet_me_t *me, lnet_libmd_t *md); 617 void lnet_me_unlink(lnet_me_t *me);
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
H A D | media-dev.h | 165 static inline struct fimc_md *entity_to_fimc_mdev(struct media_entity *me) entity_to_fimc_mdev() argument 167 return me->parent == NULL ? NULL : entity_to_fimc_mdev() 168 container_of(me->parent, struct fimc_md, media_dev); entity_to_fimc_mdev()
|
H A D | fimc-isp-video.c | 278 struct media_entity *me = &ve->vdev.entity; isp_video_open() local 293 mutex_lock(&me->parent->graph_mutex); isp_video_open() 295 ret = fimc_pipeline_call(ve, open, me, true); isp_video_open() 299 me->use_count++; isp_video_open() 301 mutex_unlock(&me->parent->graph_mutex); isp_video_open() 497 struct media_entity *me = &ve->vdev.entity; isp_video_streamon() local 500 ret = media_entity_pipeline_start(me, &ve->pipe->mp); isp_video_streamon() 515 media_entity_pipeline_stop(me); isp_video_streamon()
|
H A D | media-dev.c | 63 * @me: media entity terminating the pipeline 68 struct media_entity *me) fimc_pipeline_prepare() 70 struct fimc_md *fmd = entity_to_fimc_mdev(me); fimc_pipeline_prepare() 82 for (i = 0; i < me->num_pads; i++) { fimc_pipeline_prepare() 83 struct media_pad *spad = &me->pads[i]; fimc_pipeline_prepare() 118 me = &sd->entity; fimc_pipeline_prepare() 119 if (me->num_pads == 1) fimc_pipeline_prepare() 192 * @me: media entity to start graph walk with 198 struct media_entity *me, bool prepare) __fimc_pipeline_open() 200 struct fimc_md *fmd = entity_to_fimc_mdev(me); __fimc_pipeline_open() 205 if (WARN_ON(p == NULL || me == NULL)) __fimc_pipeline_open() 209 fimc_pipeline_prepare(p, me); __fimc_pipeline_open() 67 fimc_pipeline_prepare(struct fimc_pipeline *p, struct media_entity *me) fimc_pipeline_prepare() argument 197 __fimc_pipeline_open(struct exynos_media_pipeline *ep, struct media_entity *me, bool prepare) __fimc_pipeline_open() argument
|
H A D | fimc-capture.c | 753 static struct media_entity *fimc_pipeline_get_head(struct media_entity *me) fimc_pipeline_get_head() argument 755 struct media_pad *pad = &me->pads[0]; fimc_pipeline_get_head() 761 me = pad->entity; fimc_pipeline_get_head() 762 pad = &me->pads[0]; fimc_pipeline_get_head() 765 return me; fimc_pipeline_get_head() 786 struct media_entity *me; fimc_pipeline_try_format() local 799 me = fimc_pipeline_get_head(&sd->entity); fimc_pipeline_try_format() 814 while (me != &fimc->vid_cap.subdev.entity) { fimc_pipeline_try_format() 815 sd = media_entity_to_v4l2_subdev(me); fimc_pipeline_try_format() 822 if (me->pads[0].flags & MEDIA_PAD_FL_SINK) { fimc_pipeline_try_format() 823 sfmt.pad = me->num_pads - 1; fimc_pipeline_try_format() 831 pad = media_entity_remote_pad(&me->pads[sfmt.pad]); fimc_pipeline_try_format() 834 me = pad->entity; fimc_pipeline_try_format()
|
/linux-4.4.14/arch/um/os-Linux/drivers/ |
H A D | tuntap_user.c | 62 static int tuntap_open_tramp(char *gate, int *fd_out, int me, int remote, tuntap_open_tramp() argument 78 data.close_me = me; tuntap_open_tramp() 101 n = recvmsg(me, &msg, 0); tuntap_open_tramp()
|
/linux-4.4.14/kernel/ |
H A D | sys.c | 2064 static int prctl_get_tid_address(struct task_struct *me, int __user **tid_addr) prctl_get_tid_address() argument 2066 return put_user(me->clear_child_tid, tid_addr); prctl_get_tid_address() 2069 static int prctl_get_tid_address(struct task_struct *me, int __user **tid_addr) prctl_get_tid_address() argument 2078 struct task_struct *me = current; SYSCALL_DEFINE5() local 2079 unsigned char comm[sizeof(me->comm)]; SYSCALL_DEFINE5() 2093 me->pdeath_signal = arg2; SYSCALL_DEFINE5() 2096 error = put_user(me->pdeath_signal, (int __user *)arg2); SYSCALL_DEFINE5() 2099 error = get_dumpable(me->mm); SYSCALL_DEFINE5() 2106 set_dumpable(me->mm, arg2); SYSCALL_DEFINE5() 2110 error = SET_UNALIGN_CTL(me, arg2); SYSCALL_DEFINE5() 2113 error = GET_UNALIGN_CTL(me, arg2); SYSCALL_DEFINE5() 2116 error = SET_FPEMU_CTL(me, arg2); SYSCALL_DEFINE5() 2119 error = GET_FPEMU_CTL(me, arg2); SYSCALL_DEFINE5() 2122 error = SET_FPEXC_CTL(me, arg2); SYSCALL_DEFINE5() 2125 error = GET_FPEXC_CTL(me, arg2); SYSCALL_DEFINE5() 2135 comm[sizeof(me->comm) - 1] = 0; SYSCALL_DEFINE5() 2137 sizeof(me->comm) - 1) < 0) SYSCALL_DEFINE5() 2139 set_task_comm(me, comm); SYSCALL_DEFINE5() 2140 proc_comm_connector(me); SYSCALL_DEFINE5() 2143 get_task_comm(comm, me); SYSCALL_DEFINE5() 2148 error = GET_ENDIAN(me, arg2); SYSCALL_DEFINE5() 2151 error = SET_ENDIAN(me, arg2); SYSCALL_DEFINE5() 2219 error = prctl_get_tid_address(me, (int __user **)arg2); SYSCALL_DEFINE5() 2222 me->signal->is_child_subreaper = !!arg2; SYSCALL_DEFINE5() 2225 error = put_user(me->signal->is_child_subreaper, SYSCALL_DEFINE5() 2241 error = !!(me->mm->def_flags & VM_NOHUGEPAGE); SYSCALL_DEFINE5() 2246 down_write(&me->mm->mmap_sem); SYSCALL_DEFINE5() 2248 me->mm->def_flags |= VM_NOHUGEPAGE; SYSCALL_DEFINE5() 2250 me->mm->def_flags &= ~VM_NOHUGEPAGE; SYSCALL_DEFINE5() 2251 up_write(&me->mm->mmap_sem); SYSCALL_DEFINE5() 2264 error = SET_FP_MODE(me, arg2); SYSCALL_DEFINE5() 2267 error = GET_FP_MODE(me); SYSCALL_DEFINE5()
|
H A D | pid_namespace.c | 188 struct task_struct *task, *me = current; zap_pid_ns_processes() local 189 int init_pids = thread_group_leader(me) ? 1 : 2; zap_pid_ns_processes() 199 spin_lock_irq(&me->sighand->siglock); zap_pid_ns_processes() 200 me->sighand->action[SIGCHLD - 1].sa.sa_handler = SIG_IGN; zap_pid_ns_processes() 201 spin_unlock_irq(&me->sighand->siglock); zap_pid_ns_processes()
|
/linux-4.4.14/net/ipv6/netfilter/ |
H A D | ip6t_NPT.c | 119 .me = THIS_MODULE, 130 .me = THIS_MODULE,
|
H A D | ip6t_MASQUERADE.c | 47 .me = THIS_MODULE,
|
H A D | ip6t_eui64.c | 60 .me = THIS_MODULE,
|
H A D | ip6table_raw.c | 15 .me = THIS_MODULE,
|
H A D | ip6t_hbh.c | 192 .me = THIS_MODULE, 200 .me = THIS_MODULE,
|
H A D | ip6_tables.c | 599 module_put(par.match->me); cleanup_match() 640 module_put(m->u.kernel.match->me); find_check_match() 712 module_put(t->u.kernel.target->me); 814 module_put(par.target->me); cleanup_entry() 1147 module_put(t->me); get_info() 1189 module_put(t->me); get_entries() 1239 module_put(t->me); __do_replace() 1242 module_put(t->me); __do_replace() 1262 module_put(t->me); __do_replace() 1363 module_put(t->me); do_add_counters() 1448 module_put(ematch->u.kernel.match->me); compat_release_entry() 1450 module_put(t->u.kernel.target->me); compat_release_entry() 1520 module_put(t->u.kernel.target->me); 1525 module_put(ematch->u.kernel.match->me); xt_ematch_foreach() 1811 module_put(t->me); compat_get_entries() 1961 struct module *table_owner = table->me; ip6t_unregister_table()
|
H A D | ip6t_mh.c | 80 .me = THIS_MODULE,
|
H A D | ip6table_filter.c | 28 .me = THIS_MODULE,
|
H A D | ip6table_security.c | 33 .me = THIS_MODULE,
|
/linux-4.4.14/fs/ext4/ |
H A D | ioctl.c | 411 struct move_extent me; ext4_ioctl() local 419 if (copy_from_user(&me, ext4_ioctl() 420 (struct move_extent __user *)arg, sizeof(me))) ext4_ioctl() 422 me.moved_len = 0; ext4_ioctl() 424 donor = fdget(me.donor_fd); ext4_ioctl() 444 err = ext4_move_extents(filp, donor.file, me.orig_start, ext4_ioctl() 445 me.donor_start, me.len, &me.moved_len); ext4_ioctl() 449 &me, sizeof(me))) ext4_ioctl()
|
/linux-4.4.14/drivers/mtd/maps/ |
H A D | tsunami_flash.c | 58 * have then and it scares me to think how you could mess up if
|
/linux-4.4.14/drivers/media/rc/keymaps/ |
H A D | rc-dm1105-nec.c | 17 Igor M. Liplianin <liplianin@me.by>
|
H A D | rc-terratec-cinergy-c-pci.c | 3 * Copyright (c) 2010 by Igor M. Liplianin <liplianin@me.by>
|
H A D | rc-twinhan-dtv-cab-ci.c | 3 * Copyright (c) 2010 by Igor M. Liplianin <liplianin@me.by>
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
H A D | stb6000.h | 4 Copyright (C) 2008 Igor M. Liplianin (liplianin@me.by)
|
H A D | stv0288.h | 7 Copyright (C) 2008 Igor M. Liplianin <liplianin@me.by>
|
H A D | stb6000.c | 4 Copyright (C) 2008 Igor M. Liplianin (liplianin@me.by) 255 MODULE_AUTHOR("Igor M. Liplianin <liplianin@me.by>");
|
H A D | eds1547.h | 3 * Copyright (C) 2008 Igor M. Liplianin (liplianin@me.by)
|
H A D | z0194a.h | 3 * Copyright (C) 2008 Igor M. Liplianin (liplianin@me.by)
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | pll.h | 3 /*XXX: kill me */
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | pvclock.h | 56 #error implement me! pvclock_scale_delta()
|
/linux-4.4.14/fs/cramfs/ |
H A D | uncompress.c | 10 * - cramfs_uncompress_exit() - tell me when you're done
|
/linux-4.4.14/include/uapi/linux/ |
H A D | hid.h | 21 * Should you need to contact me, the author, you can do so either by
|
H A D | minix_fs.h | 12 * Thanks to Kees J Bot for sending me the definitions of the new
|
/linux-4.4.14/arch/m68k/sun3/prom/ |
H A D | misc.c | 46 goto again; /* PROM is out to get me -DaveM */ prom_halt()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
H A D | cik.h | 30 u32 me, u32 pipe, u32 queue, u32 vmid);
|
H A D | vi.h | 30 u32 me, u32 pipe, u32 queue, u32 vmid);
|
/linux-4.4.14/net/ipv4/netfilter/ |
H A D | arpt_mangle.c | 77 .me = THIS_MODULE,
|
H A D | arptable_filter.c | 23 .me = THIS_MODULE,
|
H A D | ipt_MASQUERADE.c | 69 .me = THIS_MODULE,
|
H A D | iptable_raw.c | 16 .me = THIS_MODULE,
|
H A D | ip_tables.c | 587 module_put(par.match->me); cleanup_match() 628 module_put(m->u.kernel.match->me); find_check_match() 700 module_put(t->u.kernel.target->me); 803 module_put(par.target->me); cleanup_entry() 1135 module_put(t->me); get_info() 1177 module_put(t->me); get_entries() 1227 module_put(t->me); __do_replace() 1230 module_put(t->me); __do_replace() 1250 module_put(t->me); __do_replace() 1352 module_put(t->me); do_add_counters() 1437 module_put(ematch->u.kernel.match->me); compat_release_entry() 1439 module_put(t->u.kernel.target->me); compat_release_entry() 1509 module_put(t->u.kernel.target->me); 1514 module_put(ematch->u.kernel.match->me); xt_ematch_foreach() 1809 module_put(t->me); compat_get_entries() 1960 struct module *table_owner = table->me; ipt_unregister_table()
|
H A D | ipt_REJECT.c | 99 .me = THIS_MODULE,
|
H A D | ipt_ah.c | 77 .me = THIS_MODULE,
|
H A D | iptable_filter.c | 30 .me = THIS_MODULE,
|
H A D | iptable_security.c | 34 .me = THIS_MODULE,
|
H A D | arp_tables.c | 545 module_put(t->u.kernel.target->me); find_check_entry() 634 module_put(par.target->me); cleanup_entry() 949 module_put(t->me); get_info() 992 module_put(t->me); get_entries() 1044 module_put(t->me); __do_replace() 1047 module_put(t->me); __do_replace() 1068 module_put(t->me); __do_replace() 1170 module_put(t->me); do_add_counters() 1195 module_put(t->u.kernel.target->me); compat_release_entry() 1256 module_put(t->u.kernel.target->me); check_compat_entry_size_and_hooks() 1569 module_put(t->me); compat_get_entries() 1710 struct module *table_owner = table->me; arpt_unregister_table()
|
/linux-4.4.14/drivers/leds/trigger/ |
H A D | ledtrig-gpio.c | 4 * Copyright 2009 Felipe Balbi <me@felipebalbi.com> 251 MODULE_AUTHOR("Felipe Balbi <me@felipebalbi.com>");
|
/linux-4.4.14/drivers/ide/ |
H A D | cy82c693.c | 26 * If you know a better value or how to calc it, please let me know. 75 * let me know - ASK cy82c693_set_dma_mode()
|
/linux-4.4.14/drivers/net/irda/ |
H A D | old_belkin-sir.c | 52 * fails for me (probably because Linux-IrDA doesn't rate fallback), 61 * so a lot of info here might be totally wrong. Blame me ;-)
|
/linux-4.4.14/include/media/ |
H A D | exynos-fimc.h | 133 struct media_entity *me); 135 int (*open)(struct exynos_media_pipeline *p, struct media_entity *me,
|
/linux-4.4.14/drivers/net/ethernet/adi/ |
H A D | bfin_mac.h | 72 * these are things that the kernel wants me to keep, so users
|
/linux-4.4.14/arch/sparc/prom/ |
H A D | misc_32.c | 78 goto again; /* PROM is out to get me -DaveM */ prom_halt()
|
/linux-4.4.14/include/net/netfilter/ |
H A D | nf_conntrack_expect.h | 107 struct nf_conntrack_expect *nf_ct_expect_alloc(struct nf_conn *me);
|
H A D | nf_conntrack_helper.h | 29 struct module *me; /* pointer to self */ member in struct:nf_conntrack_helper
|
H A D | nf_conntrack_l3proto.h | 74 struct module *me; member in struct:nf_conntrack_l3proto
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | ppc-pci.h | 36 typedef void *(*traverse_func)(struct device_node *me, void *data);
|
/linux-4.4.14/arch/sh/include/asm/ |
H A D | kexec.h | 12 * Someone correct me if FIXADDR_START - PAGEOFFSET is not the correct
|
/linux-4.4.14/arch/ia64/include/asm/ |
H A D | meminit.h | 57 #define IGNORE_PFN0 1 /* XXX fix me: ignore pfn 0 until TLB miss handler is updated... */
|
H A D | tlbflush.h | 99 flush_tlb_all(); /* XXX fix me */ flush_tlb_kernel_range()
|
H A D | user.h | 36 #define EF_SIZE 3072 /* XXX fix me */
|
/linux-4.4.14/arch/m68k/atari/ |
H A D | atasound.c | 7 * unknown. (++roman: That's me... :-)
|
/linux-4.4.14/arch/arm64/kernel/ |
H A D | module.c | 210 struct module *me) apply_relocate_add() 395 me->name, ELF64_R_TYPE(rel[i].r_info)); apply_relocate_add() 408 me->name, (int)ELF64_R_TYPE(rel[i].r_info), val); apply_relocate_add() 414 struct module *me) module_finalize() 206 apply_relocate_add(Elf64_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) apply_relocate_add() argument 412 module_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *me) module_finalize() argument
|
/linux-4.4.14/drivers/tty/ipwireless/ |
H A D | main.c | 306 static struct pcmcia_driver me = { variable in typeref:struct:pcmcia_driver 326 ret = pcmcia_register_driver(&me); init_ipwireless() 338 pcmcia_unregister_driver(&me); exit_ipwireless()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | channv50.c | 54 u32 me; nv50_fifo_chan_engine_fini() local 72 me = nvkm_mask(device, 0x00b860, 0x00000001, 0x00000001); nv50_fifo_chan_engine_fini() 85 nvkm_wr32(device, 0x00b860, me); nv50_fifo_chan_engine_fini()
|
/linux-4.4.14/arch/powerpc/kvm/ |
H A D | book3s_hv_builtin.c | 243 int me, ee, i; kvmhv_commence_exit() local 247 me = 0x100 << ptid; kvmhv_commence_exit() 250 } while (cmpxchg(&vc->entry_exit_map, ee, ee | me) != ee); kvmhv_commence_exit()
|
/linux-4.4.14/arch/powerpc/lib/ |
H A D | sstep.c | 623 #define MASK32(mb, me) ((0xffffffffUL >> (mb)) + \ 624 ((signed long)-0x80000000L >> (me)) + ((me) >= (mb))) 627 #define MASK64_R(me) ((signed long)-0x8000000000000000L >> (me)) 628 #define MASK64(mb, me) (MASK64_L(mb) + MASK64_R(me) + ((me) >= (mb))) 648 unsigned int mb, me, sh; analyse_instr() local 839 me = (instr >> 1) & 0x1f; analyse_instr() 841 imm = MASK32(mb, me); analyse_instr() 847 me = (instr >> 1) & 0x1f; analyse_instr() 849 regs->gpr[ra] = ROTATE(val, rb) & MASK32(mb, me); analyse_instr() 854 me = (instr >> 1) & 0x1f; analyse_instr() 857 regs->gpr[ra] = ROTATE(val, rb) & MASK32(mb, me); analyse_instr()
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
H A D | isp.c | 1114 * @me: ISP module's media entity 1120 static int isp_pipeline_is_last(struct media_entity *me) isp_pipeline_is_last() argument 1125 if (!me->pipe) isp_pipeline_is_last() 1127 pipe = to_isp_pipeline(me); isp_pipeline_is_last() 1131 return pad->entity == me; isp_pipeline_is_last() 1136 * @me: ISP module's media entity 1142 static void isp_suspend_module_pipeline(struct media_entity *me) isp_suspend_module_pipeline() argument 1144 if (isp_pipeline_is_last(me)) isp_suspend_module_pipeline() 1145 isp_pipeline_suspend(to_isp_pipeline(me)); isp_suspend_module_pipeline() 1150 * @me: ISP module's media entity 1156 static void isp_resume_module_pipeline(struct media_entity *me) isp_resume_module_pipeline() argument 1158 if (isp_pipeline_is_last(me)) isp_resume_module_pipeline() 1159 isp_pipeline_resume(to_isp_pipeline(me)); isp_resume_module_pipeline() 1368 * @me: ISP submodule's media entity 1375 int omap3isp_module_sync_idle(struct media_entity *me, wait_queue_head_t *wait, omap3isp_module_sync_idle() argument 1378 struct isp_pipeline *pipe = to_isp_pipeline(me); omap3isp_module_sync_idle() 1401 if (isp_pipeline_is_last(me)) { omap3isp_module_sync_idle()
|
/linux-4.4.14/drivers/block/drbd/ |
H A D | drbd_debugfs.c | 377 /* BUMP me if you change the file format/content/presentation */ in_flight_summary_show() 566 /* BUMP me if you change the file format/content/presentation */ callback_history_show() 603 /* BUMP me if you change the file format/content/presentation */ connection_oldest_requests_show() 701 /* BUMP me if you change the file format/content/presentation */ device_resync_extents_show() 716 /* BUMP me if you change the file format/content/presentation */ device_act_log_extents_show() 735 /* BUMP me if you change the file format/content/presentation */ device_oldest_requests_show()
|
/linux-4.4.14/drivers/staging/media/omap4iss/ |
H A D | iss.c | 731 * @me: ISS module's media entity 737 static int iss_pipeline_is_last(struct media_entity *me) iss_pipeline_is_last() argument 742 if (!me->pipe) iss_pipeline_is_last() 744 pipe = to_iss_pipeline(me); iss_pipeline_is_last() 748 return pad->entity == me; iss_pipeline_is_last() 806 * @me: ISS submodule's media entity 813 int omap4iss_module_sync_idle(struct media_entity *me, wait_queue_head_t *wait, omap4iss_module_sync_idle() argument 816 struct iss_pipeline *pipe = to_iss_pipeline(me); omap4iss_module_sync_idle() 841 if (!iss_pipeline_is_last(me)) omap4iss_module_sync_idle()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
H A D | me_daq.c | 22 * Devices: [Meilhaus] ME-2600i (me-2600i), ME-2000i (me-2000i) 136 .name = "me-2600i", 141 .name = "me-2000i",
|
/linux-4.4.14/drivers/media/pci/cx23885/ |
H A D | cx23885-f300.c | 13 * Copyright (C) 2009 Igor M. Liplianin <liplianin@me.by>
|
/linux-4.4.14/drivers/input/ |
H A D | evbug.c | 24 * Should you need to contact me, the author, you can do so either by
|