| /linux/drivers/pci/ |
| H A D | ecam.c | 33 unsigned int bus_range, bus_range_max, bsz; in pci_ecam_create() local 62 bsz = 1 << bus_shift; in pci_ecam_create() 82 cfg->win = pci_remap_cfgspace(cfgres->start, bus_range * bsz); in pci_ecam_create() 129 unsigned int bsz = 1 << cfg->bus_shift; in pci_ecam_add_bus() local 140 start = cfg->res.start + busn * bsz; in pci_ecam_add_bus() 142 cfg->winp[busn] = pci_remap_cfgspace(start, bsz); in pci_ecam_add_bus()
|
| /linux/fs/erofs/ |
| H A D | namei.c | 92 unsigned int bsz = i_blocksize(dir); in erofs_find_target_block() local 105 const int nameoff = nameoff_from_disk(de->nameoff, bsz); in erofs_find_target_block() 125 dname.end = (u8 *)de + bsz; in erofs_find_target_block() 128 nameoff_from_disk(de[1].nameoff, bsz); in erofs_find_target_block()
|
| /linux/include/linux/ |
| H A D | kvm_host.h | 1962 #define STATS_DESC_COMMON(type, unit, base, exp, sz, bsz) \ argument 1969 .bucket_size = bsz 1971 #define VM_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument 1973 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \ 1977 #define VCPU_GENERIC_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument 1979 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \ 1983 #define VM_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument 1985 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \ 1989 #define VCPU_STATS_DESC(stat, type, unit, base, exp, sz, bsz) \ argument 1991 STATS_DESC_COMMON(type, unit, base, exp, sz, bsz), \ [all …]
|
| /linux/arch/loongarch/pci/ |
| H A D | acpi.c | 102 int bsz, bus_range, err; in arch_pci_ecam_create() local 120 bsz = 1 << ops->bus_shift; in arch_pci_ecam_create() 135 cfg->win = pci_remap_cfgspace(cfgres->start, bus_range * bsz); in arch_pci_ecam_create()
|
| /linux/tools/perf/util/ |
| H A D | jitdump.c | 143 ssize_t bs, bsz = 0; in jit_open() local 153 bsz = hmax(sizeof(header), sizeof(*prefix)); in jit_open() 155 buf = malloc(bsz); in jit_open() 223 if (bs > bsz) { in jit_open() 227 bsz = bs; in jit_open() 230 ret = fread(buf, bs - bsz, 1, jd->in); in jit_open()
|
| H A D | intel-bts.c | 413 size_t sz, bsz = sizeof(struct branch); in intel_bts_process_buffer() local 428 for (; sz > bsz; branch += 1, sz -= bsz) { in intel_bts_process_buffer()
|
| H A D | thread-stack.c | 621 const size_t bsz = sizeof(struct branch_entry); in thread_stack__br_sample() local 639 memcpy(be, &src->entries[ts->br_stack_pos], bsz * nr); in thread_stack__br_sample() 645 memcpy(be, &src->entries[0], bsz * ts->br_stack_pos); in thread_stack__br_sample()
|
| /linux/net/tipc/ |
| H A D | msg.c | 500 u32 msz, bsz, offset, pad; in tipc_msg_bundle() 503 bsz = msg_size(bmsg); in tipc_msg_bundle() 504 offset = BUF_ALIGN(bsz); in tipc_msg_bundle() 505 pad = offset - bsz; in tipc_msg_bundle() 488 u32 msz, bsz, offset, pad; tipc_msg_bundle() local
|
| /linux/fs/ntfs/ |
| H A D | compress.c | 1281 unsigned int sz, bsz; in ntfs_write_cb() local 1332 bsz = NTFS_SB_SIZE; in ntfs_write_cb() 1334 bsz = insz - p; in ntfs_write_cb() 1336 sz = ntfs_compress_block(&inbuf[p], bsz, pbuf); in ntfs_write_cb()
|
| /linux/drivers/pcmcia/ |
| H A D | cistpl.c | 980 int i, j, bsz, lsz; in parse_io() local 996 bsz = (*p & 0x30) >> 4; in parse_io() 997 if (bsz == 3) in parse_io() 998 bsz++; in parse_io() 1007 for (j = 0; j < bsz; j++, p++) { in parse_io()
|
| /linux/fs/ubifs/ |
| H A D | lpt.c | 603 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()
|
| /linux/mm/ |
| H A D | filemap.c | 3152 size_t offset, bsz = i_blocksize(mapping->host); in folio_seek_hole_data() local 3165 offset = offset_in_folio(folio, start) & ~(bsz - 1); in folio_seek_hole_data() 3168 if (ops->is_partially_uptodate(folio, offset, bsz) == in folio_seek_hole_data() 3171 start = (start + bsz) & ~((u64)bsz - 1); in folio_seek_hole_data() 3172 offset += bsz; in folio_seek_hole_data()
|