Conservative SmartOS global-zone memory pressure guard with dry-run-first policy and SMF integration.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

8 行
271 B

  1. /* TEST ONLY. */
  2. #define SC_AINFO 5
  3. #define SC_GETNSWP 1
  4. #define SC_LIST 2
  5. typedef struct swapent { char *ste_path; unsigned long ste_start, ste_pages, ste_free; int ste_flags; } swapent_t;
  6. struct swaptable { int swt_n; swapent_t swt_ent[1]; };
  7. int swapctl(int, void *);