Home
last modified time | relevance | path

Searched refs:ntab (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_choke.c372 struct sk_buff **ntab; in choke_change() local
374 ntab = kvcalloc(mask + 1, sizeof(struct sk_buff *), GFP_KERNEL); in choke_change()
375 if (!ntab) in choke_change()
391 ntab[tail++] = skb; in choke_change()
405 q->tab = ntab; in choke_change()
/OK3568_Linux_fs/kernel/scripts/
H A Dcleanfile31 my $ntab = ($npos >> 3) - ($pos >> 3);
32 $lo .= "\t" x $ntab;
H A Dcleanpatch31 my $ntab = ($npos >> 3) - ($pos >> 3);
32 $lo .= "\t" x $ntab;
/OK3568_Linux_fs/u-boot/scripts/
H A Dcleanpatch29 my $ntab = ($npos >> 3) - ($pos >> 3);
30 $lo .= "\t" x $ntab;
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dsgiarcs.h362 unsigned long ntab; /* Name table. */ member