taglinefilesource code
bpps8drivers/isdn/teles/buffers.cBufPoolInit(struct BufPool *bp, int order, int bpps,
bpps24drivers/isdn/teles/buffers.cbp->bpps = bpps;
bpps25drivers/isdn/teles/buffers.cbp->bufsize = BUFFER_SIZE(order, bpps);
bpps57drivers/isdn/teles/buffers.ci = bp->bpps;
bpps68drivers/isdn/teles/buffers.cbptr += PART_SIZE(bp->pageorder, bp->bpps);
bpps205drivers/isdn/teles/teles.hint             bpps;
bpps354drivers/isdn/teles/teles.hvoid            BufPoolInit(struct BufPool *bp, int order, int bpps,
bpps461drivers/isdn/teles/teles.h#define PART_SIZE(order,bpps) (( (PAGE_SIZE<<order) -\
bpps462drivers/isdn/teles/teles.hsizeof(void *))/bpps)
bpps463drivers/isdn/teles/teles.h#define BUFFER_SIZE(order,bpps) (PART_SIZE(order,bpps)-\