Searched refs:ntab (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/scripts/
H A Dcleanfile29 my $ntab = ($npos >> 3) - ($pos >> 3);
30 $lo .= "\t" x $ntab;
H A Dcleanpatch29 my $ntab = ($npos >> 3) - ($pos >> 3);
30 $lo .= "\t" x $ntab;
/linux-4.4.14/net/sched/
H A Dsch_choke.c446 struct sk_buff **ntab; choke_change() local
448 ntab = kcalloc(mask + 1, sizeof(struct sk_buff *), choke_change()
450 if (!ntab) choke_change()
451 ntab = vzalloc((mask + 1) * sizeof(struct sk_buff *)); choke_change()
452 if (!ntab) choke_change()
468 ntab[tail++] = skb; choke_change()
482 q->tab = ntab; choke_change()
/linux-4.4.14/arch/mips/include/asm/
H A Dsgiarcs.h360 unsigned long ntab; /* Name table. */ member in struct:linux_smonblock

Completed in 152 milliseconds