Lines Matching refs:kobjsize
30 bytes += kobjsize(vma); in task_mem()
34 size = kobjsize(region); in task_mem()
51 sbytes += kobjsize(mm); in task_mem()
53 bytes += kobjsize(mm); in task_mem()
56 sbytes += kobjsize(current->fs); in task_mem()
58 bytes += kobjsize(current->fs); in task_mem()
61 sbytes += kobjsize(current->files); in task_mem()
63 bytes += kobjsize(current->files); in task_mem()
66 sbytes += kobjsize(current->sighand); in task_mem()
68 bytes += kobjsize(current->sighand); in task_mem()
70 bytes += kobjsize(current); /* includes kernel stack */ in task_mem()
101 unsigned long size = kobjsize(mm); in task_statm()
105 size += kobjsize(vma); in task_statm()
108 size += kobjsize(region); in task_statm()