Home
last modified time | relevance | path

Searched refs:sbytes (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/proc/
H A Dtask_nommu.c26 unsigned long bytes = 0, sbytes = 0, slack = 0, size; in task_mem() local
42 sbytes += size; in task_mem()
51 sbytes += kobjsize(mm); in task_mem()
56 sbytes += kobjsize(current->fs); in task_mem()
61 sbytes += kobjsize(current->files); in task_mem()
66 sbytes += kobjsize(current->sighand); in task_mem()
78 bytes, slack, sbytes); in task_mem()
/openbmc/linux/fs/reiserfs/
H A Ddo_balan.c962 ((old_len - tb->sbytes[i]) << shift)); in balance_leaf_new_nodes_insert()
964 put_ih_item_len(ih, tb->sbytes[i]); in balance_leaf_new_nodes_insert()
976 tb->sbytes[i]); in balance_leaf_new_nodes_insert()
988 tb->insert_size[0] -= tb->sbytes[i]; in balance_leaf_new_nodes_insert()
1027 RFALSE(tb->sbytes[i] - 1 >= entry_count, in balance_leaf_new_nodes_paste_dirent()
1029 tb->sbytes[i] - 1, entry_count); in balance_leaf_new_nodes_paste_dirent()
1037 tb->sbytes[i] - 1, tb->S_new[i]); in balance_leaf_new_nodes_paste_dirent()
1050 tb->sbytes[i] - 1, 1, in balance_leaf_new_nodes_paste_dirent()
1059 tb->sbytes[i], tb->S_new[i]); in balance_leaf_new_nodes_paste_dirent()
1106 n_rem = tb->insert_size[0] - tb->sbytes[i]; in balance_leaf_new_nodes_paste_shift()
[all …]
H A Dprints.c695 tb->sbytes[0], tb->snum[1], tb->sbytes[1], in store_print_tb()
H A Dfix_node.c635 tb->sbytes[0] = *s012++; in set_parameters()
636 tb->sbytes[1] = *s012; in set_parameters()
H A Dreiserfs.h2513 int sbytes[2]; member
/openbmc/qemu/util/
H A Diov.c321 size_t soffset, size_t sbytes) in qemu_iovec_concat_iov() argument
326 if (!sbytes) { in qemu_iovec_concat_iov()
330 for (i = 0, done = 0; done < sbytes && i < src_cnt; i++) { in qemu_iovec_concat_iov()
332 size_t len = MIN(src_iov[i].iov_len - soffset, sbytes - done); in qemu_iovec_concat_iov()
356 QEMUIOVector *src, size_t soffset, size_t sbytes) in qemu_iovec_concat() argument
358 qemu_iovec_concat_iov(dst, src->iov, src->niov, soffset, sbytes); in qemu_iovec_concat()
/openbmc/qemu/include/qemu/
H A Diov.h233 QEMUIOVector *src, size_t soffset, size_t sbytes);
236 size_t soffset, size_t sbytes);