taglinefilesource code
t371fs/super.cchar tmp[100], * t;
t388fs/super.ct = tmp;
t390fs/super.ct = NULL;
t391fs/super.cif (!(fstype = get_fs_type(t)))
t393fs/super.ct = fstype->name;
t438fs/super.cretval = do_mount(dev,dir_name,t,flags,(void *) page);
t31include/linux/ioctl.h#define _IOW(c,d,t)  (IOC_IN | ((sizeof(t)<<16) & IOCSIZE_MASK) | \
t33include/linux/ioctl.h#define _IOR(c,d,t)  (IOC_OUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \
t36include/linux/ioctl.h#define _IOWR(c,d,t)  (IOC_INOUT | ((sizeof(t)<<16) & IOCSIZE_MASK) | \
t117kernel/FPU-emu/fpu_aux.cFPU_REG t;
t119kernel/FPU-emu/fpu_aux.creg_move(FPU_st0_ptr, &t);
t121kernel/FPU-emu/fpu_aux.creg_move(&t, sti_ptr);
t849kernel/FPU-emu/reg_ld_str.cFPU_REG t;
t866kernel/FPU-emu/reg_ld_str.creg_move(FPU_st0_ptr, &t);
t867kernel/FPU-emu/reg_ld_str.cround_to_int(&t);
t868kernel/FPU-emu/reg_ld_str.c((long *)&tll)[0] = t.sigl;
t869kernel/FPU-emu/reg_ld_str.c((long *)&tll)[1] = t.sigh;
t870kernel/FPU-emu/reg_ld_str.cif ( (t.sigh & 0x80000000) &&
t871kernel/FPU-emu/reg_ld_str.c!((t.sigh == 0x80000000) && (t.sigl == 0) && (t.sign == SIGN_NEG)) )
t885kernel/FPU-emu/reg_ld_str.celse if ( t.sign )
t902kernel/FPU-emu/reg_ld_str.cFPU_REG t;
t922kernel/FPU-emu/reg_ld_str.creg_move(FPU_st0_ptr, &t);
t923kernel/FPU-emu/reg_ld_str.cround_to_int(&t);
t924kernel/FPU-emu/reg_ld_str.cif (t.sigh ||
t925kernel/FPU-emu/reg_ld_str.c((t.sigl & 0x80000000) &&
t926kernel/FPU-emu/reg_ld_str.c!((t.sigl == 0x80000000) && (t.sign == SIGN_NEG))) )
t933kernel/FPU-emu/reg_ld_str.ct.sigl = 0x80000000;
t938kernel/FPU-emu/reg_ld_str.celse if ( t.sign )
t939kernel/FPU-emu/reg_ld_str.ct.sigl = -(long)t.sigl;
t943kernel/FPU-emu/reg_ld_str.cput_fs_long(t.sigl, (unsigned long *) d);
t954kernel/FPU-emu/reg_ld_str.cFPU_REG t;
t975kernel/FPU-emu/reg_ld_str.creg_move(FPU_st0_ptr, &t);
t976kernel/FPU-emu/reg_ld_str.cround_to_int(&t);
t977kernel/FPU-emu/reg_ld_str.cif (t.sigh ||
t978kernel/FPU-emu/reg_ld_str.c((t.sigl & 0xffff8000) &&
t979kernel/FPU-emu/reg_ld_str.c!((t.sigl == 0x8000) && (t.sign == SIGN_NEG))) )
t991kernel/FPU-emu/reg_ld_str.celse if ( t.sign )
t992kernel/FPU-emu/reg_ld_str.ct.sigl = -t.sigl;
t996kernel/FPU-emu/reg_ld_str.cput_fs_word((short)t.sigl,(short *) d);
t1007kernel/FPU-emu/reg_ld_str.cFPU_REG t;
t1027kernel/FPU-emu/reg_ld_str.creg_move(FPU_st0_ptr, &t);
t1028kernel/FPU-emu/reg_ld_str.cround_to_int(&t);
t1029kernel/FPU-emu/reg_ld_str.cll = *(long long *)(&t.sigl);
t1032kernel/FPU-emu/reg_ld_str.cif ( (t.sigh > 0x0de0b6b3) ||
t1033kernel/FPU-emu/reg_ld_str.c((t.sigh == 0x0de0b6b3) && (t.sigl > 0xa763ffff)) )
t1195kernel/FPU-emu/reg_ld_str.cunsigned char t = regs[i].tag;
t1196kernel/FPU-emu/reg_ld_str.cif ( (t == TW_Valid) || (t == TW_Zero) )
t98kernel/blk_drv/hd.cunsigned long t;
t103kernel/blk_drv/hd.ct = jiffies * 11931 + (inb_p(0x40) & 0x80 ? 5966 : 11932);
t107kernel/blk_drv/hd.creturn(t - i / 2);
t302kernel/chr_drv/console.cstatic void scrup(int currcons, unsigned int t, unsigned int b)
t306kernel/chr_drv/console.cif (b > video_num_lines || t >= b)
t310kernel/chr_drv/console.celse if (t || b != video_num_lines)
t349kernel/chr_drv/console.c"c" ((b-t-1)*video_num_columns>>1),
t350kernel/chr_drv/console.c"D" (origin+video_size_row*t),
t351kernel/chr_drv/console.c"S" (origin+video_size_row*(t+1))
t356kernel/chr_drv/console.cstatic void scrdown(int currcons, unsigned int t, unsigned int b)
t358kernel/chr_drv/console.cif (b > video_num_lines || t >= b)
t369kernel/chr_drv/console.c"c" ((b-t-1)*video_num_columns>>1),
t84net/tcp/timer.cdelete_timer (struct timer *t)
t87net/tcp/timer.cPRINTK (("delete_timer (t=%X)\n",t));
t88net/tcp/timer.cif (timer_base == NULL || t == NULL) return;
t90net/tcp/timer.cif (t == timer_base) 
t92net/tcp/timer.ctimer_base = t->next;
t109net/tcp/timer.cif (tm->next == t)
t111net/tcp/timer.ctm->next = t->next;
t121net/tcp/timer.creset_timer (struct timer *t)
t125net/tcp/timer.cdelete_timer (t);
t126net/tcp/timer.ct->when = timer_seq + t->len;
t127net/tcp/timer.cPRINTK (("reset_timer (t=%X) when = %d jiffies = %d\n",t, t->when, jiffies));
t128net/tcp/timer.cif (t == NULL)
t137net/tcp/timer.ct->next = NULL;
t138net/tcp/timer.ctimer_base = t;
t139net/tcp/timer.ctimer_table[NET_TIMER].expires = t->when;
t144net/tcp/timer.cif (before (t->when, timer_base->when))
t146net/tcp/timer.ct->next = timer_base;
t147net/tcp/timer.ctimer_base = t;
t148net/tcp/timer.ctimer_table[NET_TIMER].expires = t->when;
t155net/tcp/timer.cif (tm->next == NULL || before (t->when,tm->next->when))
t157net/tcp/timer.ct->next = tm->next;
t158net/tcp/timer.ctm->next = t;
t56tools/build.cconv t;
t58tools/build.ct.b[0] = l & 0xff; l >>= 8;
t59tools/build.ct.b[1] = l & 0xff; l >>= 8;
t60tools/build.ct.b[2] = l & 0xff; l >>= 8;
t61tools/build.ct.b[3] = l & 0xff; l >>= 8;
t62tools/build.creturn t.l;
t67tools/build.cconv t;
t69tools/build.ct.b[0] = l & 0xff; l >>= 8;
t70tools/build.ct.b[1] = l & 0xff; l >>= 8;
t71tools/build.creturn t.s[0];
t28zBoot/inflate.cstruct huft *t;     /* pointer to next level of table */
t99zBoot/inflate.cint huft_build(b, n, s, d, e, t, m)
t105zBoot/inflate.cstruct huft **t;        /* result: starting table */
t143zBoot/inflate.c*t = (struct huft *)NULL;
t251zBoot/inflate.c*t = q + 1;             /* link to list for huft_free() */
t252zBoot/inflate.c*(t = &(q->v.t)) = (struct huft *)NULL;
t262zBoot/inflate.cr.v.t = q;            /* pointer to this table */
t315zBoot/inflate.cint huft_free(t)
t316zBoot/inflate.cstruct huft *t;         /* table to free */
t325zBoot/inflate.cp = t;
t328zBoot/inflate.cq = (--p)->v.t;
t345zBoot/inflate.cstruct huft *t;       /* pointer to table entry */
t362zBoot/inflate.cif ((e = (t = tl + ((unsigned)b & ml))->e) > 16)
t366zBoot/inflate.cDUMPBITS(t->b)
t369zBoot/inflate.c} while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16);
t370zBoot/inflate.cDUMPBITS(t->b)
t373zBoot/inflate.cslide[w++] = (uch)t->v.n;
t388zBoot/inflate.cn = t->v.n + ((unsigned)b & mask_bits[e]);
t393zBoot/inflate.cif ((e = (t = td + ((unsigned)b & md))->e) > 16)
t397zBoot/inflate.cDUMPBITS(t->b)
t400zBoot/inflate.c} while ((e = (t = t->v.t + ((unsigned)b & mask_bits[e]))->e) > 16);
t401zBoot/inflate.cDUMPBITS(t->b)
t403zBoot/inflate.cd = w - t->v.n - ((unsigned)b & mask_bits[e]);
t734zBoot/inflate.cunsigned t;           /* block type */
t753zBoot/inflate.ct = (unsigned)b & 3;
t762zBoot/inflate.cif (t == 2)
t764zBoot/inflate.cif (t == 0)
t766zBoot/inflate.cif (t == 1)