Lines Matching refs:SetInteger
473 res->SetInteger("total", total); in ToValue()
474 res->SetInteger("free", free); in ToValue()
475 res->SetInteger("available", available); in ToValue()
476 res->SetInteger("buffers", buffers); in ToValue()
477 res->SetInteger("cached", cached); in ToValue()
478 res->SetInteger("active_anon", active_anon); in ToValue()
479 res->SetInteger("inactive_anon", inactive_anon); in ToValue()
480 res->SetInteger("active_file", active_file); in ToValue()
481 res->SetInteger("inactive_file", inactive_file); in ToValue()
482 res->SetInteger("swap_total", swap_total); in ToValue()
483 res->SetInteger("swap_free", swap_free); in ToValue()
484 res->SetInteger("swap_used", swap_total - swap_free); in ToValue()
485 res->SetInteger("dirty", dirty); in ToValue()
486 res->SetInteger("reclaimable", reclaimable); in ToValue()
488 res->SetInteger("shmem", shmem); in ToValue()
489 res->SetInteger("slab", slab); in ToValue()
490 res->SetInteger("gem_objects", gem_objects); in ToValue()
491 res->SetInteger("gem_size", gem_size); in ToValue()
638 res->SetInteger("pswpin", pswpin); in ToValue()
639 res->SetInteger("pswpout", pswpout); in ToValue()
640 res->SetInteger("pgmajfault", pgmajfault); in ToValue()