Home
last modified time | relevance | path

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

/linux/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;
/linux/net/sched/
H A Dsch_choke.c371 struct sk_buff **ntab; in choke_change() local
373 ntab = kvcalloc(mask + 1, sizeof(struct sk_buff *), GFP_KERNEL); in choke_change()
374 if (!ntab) in choke_change()
390 ntab[tail++] = skb; in choke_change()
404 q->tab = ntab; in choke_change()
/linux/fs/unicode/
H A Dutf8-norm.c306 utf8trie_t *trie = um->tables->utf8data + um->ntab[n]->offset; in utf8nlookup()
398 um->ntab[n]->maxage) in utf8nlen()
513 u8c->um->ntab[u8c->n]->maxage) { in utf8byte()
/linux/arch/mips/include/asm/
H A Dsgiarcs.h362 unsigned long ntab; /* Name table. */ member