Searched refs:sbytes (Results 1 – 2 of 2) sorted by relevance
23 unsigned long bytes = 0, sbytes = 0, slack = 0, size; in task_mem() local41 sbytes += size; in task_mem()50 sbytes += kobjsize(mm); in task_mem()55 sbytes += kobjsize(current->fs); in task_mem()60 sbytes += kobjsize(current->files); in task_mem()65 sbytes += kobjsize(current->sighand); in task_mem()75 bytes, slack, sbytes); in task_mem()
290 int sbytes[2]; /* if an item is partially shifted into S_new then in balance_leaf() local1159 sbytes[0] = tb->s1bytes; in balance_leaf()1160 sbytes[1] = tb->s2bytes; in balance_leaf()1179 if (item_pos == n - snum[i] + 1 && sbytes[i] != -1) { /* part of new item falls into S_new[i] */ in balance_leaf()1198 sbytes[i]) << in balance_leaf()1205 put_ih_item_len(ih, sbytes[i]); in balance_leaf()1210 if ((old_len - sbytes[i]) > zeros_num) { in balance_leaf()1214 sbytes[i]) - in balance_leaf()1220 sbytes[i]); in balance_leaf()1230 old_len - sbytes[i]); in balance_leaf()[all …]