Searched refs:bsz (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/sound/oss/ |
D | audio.c | 547 unsigned sr, nc, sz, bsz; in reorganize_buffers() local 585 bsz = dmap->buffsize; in reorganize_buffers() 586 while (bsz > sz) in reorganize_buffers() 587 bsz /= 2; in reorganize_buffers() 589 if (bsz == dmap->buffsize) in reorganize_buffers() 590 bsz /= 2; /* Needs at least 2 buffers */ in reorganize_buffers() 602 if ((bsz / dmap->subdivision) > 4096) in reorganize_buffers() 604 if ((bsz / dmap->subdivision) < 4096) in reorganize_buffers() 607 bsz /= dmap->subdivision; in reorganize_buffers() 609 if (bsz < 16) in reorganize_buffers() [all …]
|
/linux-4.4.14/arch/tile/include/arch/ |
D | trio_shm.h | 53 uint_reg_t bsz : 3; member 105 uint_reg_t bsz : 3;
|
/linux-4.4.14/net/tipc/ |
D | msg.c | 348 unsigned int bsz; in tipc_msg_bundle() local 358 bsz = msg_size(bmsg); in tipc_msg_bundle() 359 start = align(bsz); in tipc_msg_bundle() 360 pad = start - bsz; in tipc_msg_bundle()
|
/linux-4.4.14/drivers/pcmcia/ |
D | cistpl.c | 981 int i, j, bsz, lsz; in parse_io() local 997 bsz = (*p & 0x30) >> 4; in parse_io() 998 if (bsz == 3) in parse_io() 999 bsz++; in parse_io() 1008 for (j = 0; j < bsz; j++, p++) { in parse_io()
|
/linux-4.4.14/tools/perf/util/ |
D | intel-bts.c | 422 size_t sz, bsz = sizeof(struct branch); in intel_bts_process_buffer() local 437 for (; sz > bsz; branch += 1, sz -= bsz) { in intel_bts_process_buffer()
|
/linux-4.4.14/fs/ubifs/ |
D | lpt.c | 612 int blnum, boffs, bsz, bcnt; in ubifs_create_dflt_lpt() local 696 bsz = c->pnode_sz; /* Size of nodes in level below */ in ubifs_create_dflt_lpt() 748 if (boffs + bsz > c->leb_size) { in ubifs_create_dflt_lpt() 754 boffs += bsz; in ubifs_create_dflt_lpt() 771 bsz = c->nnode_sz; in ubifs_create_dflt_lpt()
|
/linux-4.4.14/fs/jfs/ |
D | jfs_dmap.c | 2727 int budsz, bud, w, bsz, size; in dbBackSplit() local 2758 for (w = leafno, bsz = budsz;; bsz <<= 1, in dbBackSplit() 2760 if (bsz >= le32_to_cpu(tp->dmt_nleafs)) { in dbBackSplit() 2767 bud = w ^ bsz; in dbBackSplit()
|