taglinefilesource code
new388arch/i386/kernel/irq.cint setup_x86_irq(int irq, struct irqaction * new)
new397arch/i386/kernel/irq.cif (!(old->flags & new->flags & SA_SHIRQ))
new401arch/i386/kernel/irq.cif ((old->flags ^ new->flags) & SA_INTERRUPT)
new412arch/i386/kernel/irq.cif (new->flags & SA_SAMPLE_RANDOM)
new417arch/i386/kernel/irq.c*p = new;
new420arch/i386/kernel/irq.cif (new->flags & SA_INTERRUPT)
new47arch/i386/kernel/vm86.c#define set_flags(X,new,mask) \
new48arch/i386/kernel/vm86.c((X) = ((X) & ~(mask)) | ((new) & (mask)))
new39arch/ppc/kernel/process.cswitch_to(struct task_struct *new)
new44arch/ppc/kernel/process.cregs = (struct pt_regs *)new->tss.ksp;
new50arch/ppc/kernel/process.cnew_tss = &new->tss;
new52arch/ppc/kernel/process.ccurrent = new;
new503drivers/char/apm_bios.ccallback_list_t *  new;
new505drivers/char/apm_bios.cnew = kmalloc(sizeof(callback_list_t), GFP_KERNEL);
new506drivers/char/apm_bios.cif (new == NULL)
new508drivers/char/apm_bios.cnew->callback = callback;
new509drivers/char/apm_bios.cnew->next = callback_list;
new510drivers/char/apm_bios.ccallback_list = new;
new212drivers/char/ftape/ftape-eof.ceof_mark_union new;
new217drivers/char/ftape/ftape-eof.cnew.mark.segment = segment;
new218drivers/char/ftape/ftape-eof.cnew.mark.sector = sector;
new228drivers/char/ftape/ftape-eof.cnew.mark.segment, new.mark.sector);
new232drivers/char/ftape/ftape-eof.cnew.mark.segment, new.mark.sector);
new233drivers/char/ftape/ftape-eof.cptr->entry = new.entry;
new239drivers/char/ftape/ftape-eof.cnew.mark.segment, new.mark.sector, index,
new242drivers/char/ftape/ftape-eof.cptr->entry = new.entry;
new249drivers/char/ftape/ftape-eof.cnew.mark.segment, new.mark.sector, index);
new250drivers/char/ftape/ftape-eof.cptr->entry = new.entry;
new247drivers/net/dlci.cint dlci_add(struct dlci_add *new)
new256drivers/net/dlci.cerr = verify_area(VERIFY_READ, new, sizeof(*new));
new260drivers/net/dlci.cmemcpy_fromfs(&dlci, new, sizeof(dlci));
new332drivers/net/dlci.cmemcpy_tofs(new->devname, buf, strlen(buf) + 1);
new3353drivers/net/ppp.cstruct compressor_link *new;
new3356drivers/net/ppp.cnew = (struct compressor_link *) kmalloc (sizeof (struct compressor_link), GFP_KERNEL);
new3358drivers/net/ppp.cif (new == (struct compressor_link *) 0)
new3366drivers/net/ppp.ckfree (new);
new3370drivers/net/ppp.cnew->next  = ppp_compressors;
new3371drivers/net/ppp.cnew->comp  = cp;
new3372drivers/net/ppp.cppp_compressors = new;
new77fs/isofs/dir.cstatic int isofs_name_translate(char * old, int len, char * new)
new100fs/isofs/dir.cnew[i] = c;
new158include/asm-mips/mipsregs.hset_cp0_##name(unsigned int change, unsigned int new)           \
new164include/asm-mips/mipsregs.hres |= (new & change);                                  \
new21include/linux/lists.h#define DLIST_INSERT_AFTER(node, new, listnam)  do {    \
new22include/linux/lists.h(new)->listnam.dl_prev = (node);      \
new23include/linux/lists.h(new)->listnam.dl_next = (node)->listnam.dl_next;  \
new24include/linux/lists.h(node)->listnam.dl_next->listnam.dl_prev = (new);  \
new25include/linux/lists.h(node)->listnam.dl_next = (new);      \
new28include/linux/lists.h#define DLIST_INSERT_BEFORE(node, new, listnam)  do {    \
new29include/linux/lists.h(new)->listnam.dl_next = (node);      \
new30include/linux/lists.h(new)->listnam.dl_prev = (node)->listnam.dl_prev;  \
new31include/linux/lists.h(node)->listnam.dl_prev->listnam.dl_next = (new);  \
new32include/linux/lists.h(node)->listnam.dl_prev = (new);      \
new39include/linux/smb.h#define BSET(p,off,new)  (*((byte  *)(((void *)p)+off))=(new))
new40include/linux/smb.h#define WSET(p,off,new)  (*((word  *)(((void *)p)+off))=(new))
new41include/linux/smb.h#define DSET(p,off,new)  (*((dword *)(((void *)p)+off))=(new))
new154scripts/tkcond.cstruct condition * new;
new164scripts/tkcond.cnew = (struct condition *) malloc(sizeof(struct condition));
new165scripts/tkcond.cmemset(new, 0, sizeof(*new));
new166scripts/tkcond.cnew->op = op_lparen;
new169scripts/tkcond.cnewcond = tail = new;
new173scripts/tkcond.ctail->next = new;
new174scripts/tkcond.ctail = new;
new183scripts/tkcond.cnew = (struct condition *) malloc(sizeof(struct condition));
new184scripts/tkcond.cmemset(new, 0, sizeof(*new));
new185scripts/tkcond.cnew->op = ocond->op;
new206scripts/tkcond.cnew->variable.cfg = cfg;
new207scripts/tkcond.cnew->op = op_kvariable;
new213scripts/tkcond.cnew->variable.str = strdup(ocond->variable.str);
new218scripts/tkcond.cnew->variable.str = strdup(ocond->variable.str);
new221scripts/tkcond.ctail->next = new;
new222scripts/tkcond.ctail = new;
new228scripts/tkcond.cnew = (struct condition *) malloc(sizeof(struct condition));
new229scripts/tkcond.cmemset(new, 0, sizeof(*new));
new230scripts/tkcond.cnew->op = op_rparen;
new231scripts/tkcond.ctail->next = new;
new232scripts/tkcond.ctail = new;
new239scripts/tkcond.cnew = (struct condition *) malloc(sizeof(struct condition));
new240scripts/tkcond.cmemset(new, 0, sizeof(*new));
new241scripts/tkcond.cnew->op = op_and;
new242scripts/tkcond.ctail->next = new;
new243scripts/tkcond.ctail = new;
new260scripts/tkcond.cstruct condition * new;
new270scripts/tkcond.cnew = (struct condition *) malloc(sizeof(struct condition));
new271scripts/tkcond.cmemset(new, 0, sizeof(*new));
new272scripts/tkcond.cnew->op = ocond->op;
new273scripts/tkcond.cnew->variable.cfg = ocond->variable.cfg;
new276scripts/tkcond.cnewcond = tail = new;
new280scripts/tkcond.ctail->next = new;
new281scripts/tkcond.ctail = new;
new285scripts/tkcond.cnew = (struct condition *) malloc(sizeof(struct condition));
new286scripts/tkcond.cmemset(new, 0, sizeof(*new));
new287scripts/tkcond.cnew->op = op_and;
new288scripts/tkcond.ctail->next = new;
new289scripts/tkcond.ctail = new;