Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/proc/
H A Dtask_nommu.c32 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()
[all …]
/OK3568_Linux_fs/kernel/arch/h8300/include/asm/
H A Dpgtable.h31 extern unsigned int kobjsize(const void *objp);
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable-nommu.h58 extern unsigned int kobjsize(const void *objp);
/OK3568_Linux_fs/kernel/mm/
H A Dnommu.c73 unsigned int kobjsize(const void *objp) in kobjsize() function
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h257 extern unsigned int kobjsize(const void *objp);