Home
last modified time | relevance | path

Searched refs:bsz (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/drivers/pci/
Decam.c32 unsigned int bus_range, bus_range_max, bsz; in pci_ecam_create() local
56 bsz = 1 << ops->bus_shift; in pci_ecam_create()
77 pci_remap_cfgspace(cfgres->start + i * bsz, in pci_ecam_create()
78 bsz); in pci_ecam_create()
83 cfg->win = pci_remap_cfgspace(cfgres->start, bus_range * bsz); in pci_ecam_create()
/Linux-v5.4/tools/perf/util/
Djitdump.c137 ssize_t bs, bsz = 0; in jit_open() local
145 bsz = hmax(sizeof(header), sizeof(*prefix)); in jit_open()
147 buf = malloc(bsz); in jit_open()
215 if (bs > bsz) { in jit_open()
219 bsz = bs; in jit_open()
222 ret = fread(buf, bs - bsz, 1, jd->in); in jit_open()
Dintel-bts.c411 size_t sz, bsz = sizeof(struct branch); in intel_bts_process_buffer() local
426 for (; sz > bsz; branch += 1, sz -= bsz) { in intel_bts_process_buffer()
/Linux-v5.4/arch/arm64/crypto/
Daes-cipher-core.S84 .macro do_crypt, round, ttab, ltab, bsz
113 \round w4, w5, w6, w7, w8, w9, w10, w11, \bsz, b
/Linux-v5.4/net/tipc/
Dmsg.c432 unsigned int bsz; in tipc_msg_bundle() local
442 bsz = msg_size(bmsg); in tipc_msg_bundle()
443 start = align(bsz); in tipc_msg_bundle()
444 pad = start - bsz; in tipc_msg_bundle()
/Linux-v5.4/arch/arm/crypto/
Daes-cipher-core.S124 .macro do_crypt, round, ttab, ltab, bsz
194 \round r4, r5, r6, r7, r8, r9, r10, r11, \bsz, b, rounds
/Linux-v5.4/drivers/pcmcia/
Dcistpl.c979 int i, j, bsz, lsz; in parse_io() local
995 bsz = (*p & 0x30) >> 4; in parse_io()
996 if (bsz == 3) in parse_io()
997 bsz++; in parse_io()
1006 for (j = 0; j < bsz; j++, p++) { in parse_io()
/Linux-v5.4/fs/jfs/
Djfs_dmap.c2714 int budsz, bud, w, bsz, size; in dbBackSplit() local
2745 for (w = leafno, bsz = budsz;; bsz <<= 1, in dbBackSplit()
2747 if (bsz >= le32_to_cpu(tp->dmt_nleafs)) { in dbBackSplit()
2754 bud = w ^ bsz; in dbBackSplit()
/Linux-v5.4/fs/ubifs/
Dlpt.c603 int blnum, boffs, bsz, bcnt; in ubifs_create_dflt_lpt() local
697 bsz = c->pnode_sz; /* Size of nodes in level below */ in ubifs_create_dflt_lpt()
753 if (boffs + bsz > c->leb_size) { in ubifs_create_dflt_lpt()
759 boffs += bsz; in ubifs_create_dflt_lpt()
776 bsz = c->nnode_sz; in ubifs_create_dflt_lpt()