Home
last modified time | relevance | path

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

/fs/proc/
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()

Completed in 2 milliseconds