Lines Matching refs:kobjsize
32 bytes += kobjsize(vma); in task_mem()
36 size = kobjsize(region); in task_mem()
53 sbytes += kobjsize(mm); in task_mem()
55 bytes += kobjsize(mm); in task_mem()
58 sbytes += kobjsize(current->fs); in task_mem()
60 bytes += kobjsize(current->fs); in task_mem()
63 sbytes += kobjsize(current->files); in task_mem()
65 bytes += kobjsize(current->files); in task_mem()
68 sbytes += kobjsize(current->sighand); in task_mem()
70 bytes += kobjsize(current->sighand); in task_mem()
72 bytes += kobjsize(current); /* includes kernel stack */ in task_mem()
105 unsigned long size = kobjsize(mm); in task_statm()
110 size += kobjsize(vma); in task_statm()
113 size += kobjsize(region); in task_statm()