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 *);