Searched refs:qout (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/mm/
H A Dextmem.c177 struct qout64 *qout = kmalloc (sizeof(struct qout64), GFP_DMA); local
182 if ((qin == NULL) || (qout == NULL)) {
189 qin->qoutptr = (unsigned long) qout;
201 if (qout->segcnt > 6) {
206 if (qout->segcnt == 1) {
207 seg->vm_segtype = qout->range[0].start & 0xff;
213 unsigned long start = qout->segstart >> PAGE_SHIFT;
214 for (i=0; i<qout->segcnt; i++) {
215 if (((qout->range[i].start & 0xff) != SEG_TYPE_EW) &&
216 ((qout
[all...]

Completed in 34 milliseconds