Searched defs:target_sysinfo (Results 1 – 1 of 1) sorted by relevance
2517 struct target_sysinfo { struct2518 abi_long uptime; /* Seconds since boot */2519 abi_ulong loads[3]; /* 1, 5, and 15 minute load averages */2520 abi_ulong totalram; /* Total usable main memory size */2521 abi_ulong freeram; /* Available memory size */2522 abi_ulong sharedram; /* Amount of shared memory */2523 abi_ulong bufferram; /* Memory used by buffers */2524 abi_ulong totalswap; /* Total swap space size */2525 abi_ulong freeswap; /* swap space still available */2526 abi_ushort procs; /* Number of current processes */[all …]