Searched refs:sysinfo (Results 1 – 2 of 2) sorted by relevance
1320 int do_sysinfo(struct sysinfo *info) in do_sysinfo()1326 memset(info, 0, sizeof(struct sysinfo)); in do_sysinfo()1403 SYSCALL_DEFINE1(sysinfo, struct sysinfo __user *, info) in SYSCALL_DEFINE1() argument1405 struct sysinfo val; in SYSCALL_DEFINE1()1409 if (copy_to_user(info, &val, sizeof(struct sysinfo))) in SYSCALL_DEFINE1()
1087 struct sysinfo s; in compat_sys_sysinfo()