Searched refs:me (Results 126 - 150 of 410) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/drivers/
H A Dtuntap_user.c68 static int tuntap_open_tramp(char *gate, int *fd_out, int me, int remote, argument
84 data.close_me = me;
107 n = recvmsg(me, &msg, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter/
H A Dx_tables.h169 struct module *me; member in struct:xt_match
219 struct module *me; member in struct:xt_target
250 struct module *me; member in struct:xt_table
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dvpe.c344 static int apply_r_mips_none(struct module *me, uint32_t *location, argument
350 static int apply_r_mips_gprel16(struct module *me, uint32_t *location, argument
377 static int apply_r_mips_pc16(struct module *me, uint32_t *location, argument
396 static int apply_r_mips_32(struct module *me, uint32_t *location, argument
404 static int apply_r_mips_26(struct module *me, uint32_t *location, argument
420 * me->name);
430 static int apply_r_mips_hi16(struct module *me, uint32_t *location, argument
452 static int apply_r_mips_lo16(struct module *me, uint32_t *location, argument
516 static int (*reloc_handlers[]) (struct module *me, uint32_t *location,
541 struct module *me)
537 apply_relocations(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmotion_est_template.c121 MotionEstContext * const c= &s->me;
239 MotionEstContext * const c= &s->me;
279 MotionEstContext * const c= &s->me;
327 if(s->me.dia_size>=2){
373 tl= cmp(s, mx-1, my-1, 0, 0, size, h, ref_index, src_index, cmpf, chroma_cmpf, flags);//FIXME wrong if chroma me is different
561 MotionEstContext * const c= &s->me;
603 MotionEstContext * const c= &s->me;
664 MotionEstContext * const c= &s->me;
698 MotionEstContext * const c= &s->me;
736 MotionEstContext * const c= &s->me;
[all...]
H A Dsvq1enc.c306 s->m.me.scene_change_score=0;
333 s->m.me.dia_size= s->avctx->dia_size;
502 s->m.me.scratchpad= av_mallocz((avctx->width+64)*2*16*2*sizeof(uint8_t));
503 s->m.me.map = av_mallocz(ME_MAP_SIZE*sizeof(uint32_t));
504 s->m.me.score_map = av_mallocz(ME_MAP_SIZE*sizeof(uint32_t));
567 av_freep(&s->m.me.scratchpad);
568 av_freep(&s->m.me.map);
569 av_freep(&s->m.me.score_map);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debtables.c350 if (!try_module_get(match->me)) {
358 module_put(match->me);
380 if (!try_module_get(watcher->me)) {
388 module_put(watcher->me);
567 module_put(m->u.match->me);
579 module_put(w->u.watcher->me);
599 module_put(t->u.target->me);
666 if (!try_module_get(target->me)) {
689 module_put(t->u.target->me);
1011 if (!table->nentries && newinfo->nentries && !try_module_get(t->me)) {
[all...]
H A Debt_limit.c98 .me = THIS_MODULE,
H A Debt_vlan.c178 .me = THIS_MODULE,
H A Debtable_nat.c60 .me = THIS_MODULE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_autofw.c167 helper->me = THIS_MODULE;
236 .me = THIS_MODULE
249 autofw_helper.me = THIS_MODULE;
H A Darpt_mangle.c89 .me = THIS_MODULE,
H A Dipt_REDIRECT.c107 .me = THIS_MODULE,
H A Dipt_ecn.c119 .me = THIS_MODULE,
H A Dipt_time.c118 .me = THIS_MODULE
H A Diptable_filter.c58 .me = THIS_MODULE,
H A Dnf_nat_proto_icmp.c77 .me = THIS_MODULE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dact_ipt.c68 module_put(t->u.kernel.target->me);
75 module_put(t->u.kernel.target->me);
86 module_put(t->u.kernel.target->me);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dprocess_kern.c288 int me; local
290 me = os_getpid();
292 if(p->thread.mode.tt.extern_pid != me)
295 if(init_task.thread.mode.tt.extern_pid != me)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_ah.c124 .me = THIS_MODULE,
H A Dip6t_ipv6header.c151 .me = THIS_MODULE,
H A Dip6table_filter.c56 .me = THIS_MODULE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/
H A Dxtables.h418 extern void xtables_register_match(struct xtables_match *me);
420 extern void xtables_register_target(struct xtables_target *me);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dldt.c174 struct task_struct *me = current; local
175 struct mm_struct * mm = me->mm;
H A Dsmp.c146 * This was a BUG() but until someone can quote me the
376 int me = get_cpu(); local
377 if (cpu == me) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsmp.c366 int me = get_cpu(); /* prevent preemption and reschedule on another processor */ local
368 if (cpuid == me) {

Completed in 230 milliseconds

1234567891011>>