Searched refs:kobjsize (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/proc/
H A Dtask_nommu.c30 bytes += kobjsize(vma);
34 size = kobjsize(region);
51 sbytes += kobjsize(mm);
53 bytes += kobjsize(mm);
56 sbytes += kobjsize(current->fs);
58 bytes += kobjsize(current->fs);
61 sbytes += kobjsize(current->files);
63 bytes += kobjsize(current->files);
66 sbytes += kobjsize(current->sighand);
68 bytes += kobjsize(curren
[all...]
/linux-master/arch/arm/include/asm/
H A Dpgtable-nommu.h56 extern unsigned int kobjsize(const void *objp);
/linux-master/mm/
H A Dnommu.c72 unsigned int kobjsize(const void *objp) function
/linux-master/include/linux/
H A Dmm.h257 extern unsigned int kobjsize(const void *objp);

Completed in 165 milliseconds