Home
last modified time | relevance | path

Searched refs:maxn (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/char/
Dmmtimer.c792 cnodeid_t node, maxn = -1; in mmtimer_init() local
823 maxn = node; in mmtimer_init()
825 maxn++; in mmtimer_init()
828 timers = kzalloc(sizeof(struct mmtimer_node)*maxn, GFP_KERNEL); in mmtimer_init()
/linux-3.4.99/drivers/scsi/sym53c8xx_2/
Dsym_hipd.h1059 void sym_start_next_ccbs(struct sym_hcb *np, struct sym_lcb *lp, int maxn);
Dsym_hipd.c1540 void sym_start_next_ccbs(struct sym_hcb *np, struct sym_lcb *lp, int maxn) argument
1555 while (maxn--) {
/linux-3.4.99/drivers/scsi/
Dncr53c8xx.c1952 static void ncr_start_next_ccb (struct ncb *np, struct lcb * lp, int maxn);
4428 static void ncr_start_next_ccb(struct ncb *np, struct lcb *lp, int maxn) in ncr_start_next_ccb() argument
4436 while (maxn-- && lp->queuedccbs < lp->queuedepth) { in ncr_start_next_ccb()