maxdepth 5628 drivers/scsi/ncr53c8xx.c u_char reqtags, maxdepth; maxdepth 5647 drivers/scsi/ncr53c8xx.c maxdepth = lp->scdev_depth; maxdepth 5648 drivers/scsi/ncr53c8xx.c if (maxdepth > lp->maxnxs) maxdepth = lp->maxnxs; maxdepth 5649 drivers/scsi/ncr53c8xx.c if (lp->maxtags > maxdepth) lp->maxtags = maxdepth; maxdepth 5650 drivers/scsi/ncr53c8xx.c if (lp->numtags > maxdepth) lp->numtags = maxdepth; maxdepth 517 drivers/video/fbdev/amifb.c static u_short maxdepth[3]; /* SHRES/HIRES/LORES: index = clk_shift */ maxdepth 1159 drivers/video/fbdev/amifb.c if (par->bpp > maxdepth[clk_shift]) { maxdepth 1160 drivers/video/fbdev/amifb.c if (round_down_bpp && maxdepth[clk_shift]) maxdepth 1161 drivers/video/fbdev/amifb.c par->bpp = maxdepth[clk_shift]; maxdepth 3570 drivers/video/fbdev/amifb.c maxdepth[TAG_SHRES] = 0; /* OCS means no SHRES */ maxdepth 3571 drivers/video/fbdev/amifb.c maxdepth[TAG_HIRES] = 4; maxdepth 3572 drivers/video/fbdev/amifb.c maxdepth[TAG_LORES] = 6; maxdepth 3583 drivers/video/fbdev/amifb.c maxdepth[TAG_SHRES] = 2; maxdepth 3584 drivers/video/fbdev/amifb.c maxdepth[TAG_HIRES] = 4; maxdepth 3585 drivers/video/fbdev/amifb.c maxdepth[TAG_LORES] = 6; maxdepth 3605 drivers/video/fbdev/amifb.c maxdepth[TAG_SHRES] = 8; maxdepth 3606 drivers/video/fbdev/amifb.c maxdepth[TAG_HIRES] = 8; maxdepth 3607 drivers/video/fbdev/amifb.c maxdepth[TAG_LORES] = 8; maxdepth 158 net/ipv4/fib_trie.c unsigned int maxdepth; maxdepth 2349 net/ipv4/fib_trie.c if (iter.depth > s->maxdepth) maxdepth 2350 net/ipv4/fib_trie.c s->maxdepth = iter.depth; maxdepth 2378 net/ipv4/fib_trie.c seq_printf(seq, "\tMax depth: %u\n", stat->maxdepth); maxdepth 118 net/sched/sch_sfq.c u8 maxdepth; /* limit of packets per flow */ maxdepth 424 net/sched/sch_sfq.c if (slot->qlen >= q->maxdepth) { maxdepth 581 net/sched/sch_sfq.c if (slot->qlen >= q->maxdepth) maxdepth 671 net/sched/sch_sfq.c q->maxdepth = min_t(u32, ctl_v1->depth, SFQ_MAX_DEPTH); maxdepth 685 net/sched/sch_sfq.c q->limit = min_t(u32, ctl->limit, q->maxdepth * q->maxflows); maxdepth 751 net/sched/sch_sfq.c q->maxdepth = SFQ_MAX_DEPTH; maxdepth 801 net/sched/sch_sfq.c opt.depth = q->maxdepth;