bsz 32 drivers/pci/ecam.c unsigned int bus_range, bus_range_max, bsz; bsz 56 drivers/pci/ecam.c bsz = 1 << ops->bus_shift; bsz 77 drivers/pci/ecam.c pci_remap_cfgspace(cfgres->start + i * bsz, bsz 78 drivers/pci/ecam.c bsz); bsz 83 drivers/pci/ecam.c cfg->win = pci_remap_cfgspace(cfgres->start, bus_range * bsz); bsz 979 drivers/pcmcia/cistpl.c int i, j, bsz, lsz; bsz 995 drivers/pcmcia/cistpl.c bsz = (*p & 0x30) >> 4; bsz 996 drivers/pcmcia/cistpl.c if (bsz == 3) bsz 997 drivers/pcmcia/cistpl.c bsz++; bsz 1006 drivers/pcmcia/cistpl.c for (j = 0; j < bsz; j++, p++) { bsz 2714 fs/jfs/jfs_dmap.c int budsz, bud, w, bsz, size; bsz 2745 fs/jfs/jfs_dmap.c for (w = leafno, bsz = budsz;; bsz <<= 1, bsz 2747 fs/jfs/jfs_dmap.c if (bsz >= le32_to_cpu(tp->dmt_nleafs)) { bsz 2754 fs/jfs/jfs_dmap.c bud = w ^ bsz; bsz 603 fs/ubifs/lpt.c int blnum, boffs, bsz, bcnt; bsz 697 fs/ubifs/lpt.c bsz = c->pnode_sz; /* Size of nodes in level below */ bsz 753 fs/ubifs/lpt.c if (boffs + bsz > c->leb_size) { bsz 759 fs/ubifs/lpt.c boffs += bsz; bsz 776 fs/ubifs/lpt.c bsz = c->nnode_sz; bsz 432 net/tipc/msg.c unsigned int bsz; bsz 442 net/tipc/msg.c bsz = msg_size(bmsg); bsz 443 net/tipc/msg.c start = align(bsz); bsz 444 net/tipc/msg.c pad = start - bsz; bsz 411 tools/perf/util/intel-bts.c size_t sz, bsz = sizeof(struct branch); bsz 426 tools/perf/util/intel-bts.c for (; sz > bsz; branch += 1, sz -= bsz) { bsz 137 tools/perf/util/jitdump.c ssize_t bs, bsz = 0; bsz 145 tools/perf/util/jitdump.c bsz = hmax(sizeof(header), sizeof(*prefix)); bsz 147 tools/perf/util/jitdump.c buf = malloc(bsz); bsz 215 tools/perf/util/jitdump.c if (bs > bsz) { bsz 219 tools/perf/util/jitdump.c bsz = bs; bsz 222 tools/perf/util/jitdump.c ret = fread(buf, bs - bsz, 1, jd->in);