Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dsch_sfq.c121 u8 maxdepth; /* limit of packets per flow */ member
424 if (slot->qlen >= q->maxdepth) { in sfq_enqueue()
578 if (slot->qlen >= q->maxdepth) in sfq_rehash()
652 q->maxdepth = min_t(u32, ctl_v1->depth, SFQ_MAX_DEPTH); in sfq_change()
666 q->limit = min_t(u32, ctl->limit, q->maxdepth * q->maxflows); in sfq_change()
726 q->maxdepth = SFQ_MAX_DEPTH; in sfq_init()
775 opt.depth = q->maxdepth; in sfq_dump()
/linux-4.4.14/arch/mn10300/boot/
Dinstall.sh30 for i in `find . -maxdepth 1 -name '*.h' -print`; do
/linux-4.4.14/drivers/video/fbdev/
Damifb.c517 static u_short maxdepth[3]; /* SHRES/HIRES/LORES: index = clk_shift */ variable
1159 if (par->bpp > maxdepth[clk_shift]) { in ami_decode_var()
1160 if (round_down_bpp && maxdepth[clk_shift]) in ami_decode_var()
1161 par->bpp = maxdepth[clk_shift]; in ami_decode_var()
3574 maxdepth[TAG_SHRES] = 0; /* OCS means no SHRES */ in amifb_probe()
3575 maxdepth[TAG_HIRES] = 4; in amifb_probe()
3576 maxdepth[TAG_LORES] = 6; in amifb_probe()
3587 maxdepth[TAG_SHRES] = 2; in amifb_probe()
3588 maxdepth[TAG_HIRES] = 4; in amifb_probe()
3589 maxdepth[TAG_LORES] = 6; in amifb_probe()
[all …]
/linux-4.4.14/net/ipv4/
Dfib_trie.c136 unsigned int maxdepth; member
2112 if (iter.depth > s->maxdepth) in trie_collect_stats()
2113 s->maxdepth = iter.depth; in trie_collect_stats()
2141 seq_printf(seq, "\tMax depth: %u\n", stat->maxdepth); in trie_show_stats()
/linux-4.4.14/drivers/scsi/
Dncr53c8xx.c5637 u_char reqtags, maxdepth; in ncr_setup_tags() local
5656 maxdepth = lp->scdev_depth; in ncr_setup_tags()
5657 if (maxdepth > lp->maxnxs) maxdepth = lp->maxnxs; in ncr_setup_tags()
5658 if (lp->maxtags > maxdepth) lp->maxtags = maxdepth; in ncr_setup_tags()
5659 if (lp->numtags > maxdepth) lp->numtags = maxdepth; in ncr_setup_tags()