瀏覽代碼

test mytop

master
10195501441 3 年之前
父節點
當前提交
c590f9fdf4
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      yeeshell.h

+ 4
- 0
yeeshell.h 查看文件

@ -41,6 +41,10 @@ const char *cputimenames[] = {"user", "ipc", "kernelcall"};
#define TC_BUFFER 1024
#define TC_STRINGS 200
#define _ENDPOINT_P(e) ((((e) + 1023) % (1023 + ((endpoint_t)0x8ace) + 1)) - 1023)
unsigned int nr_procs, nr_tasks;
#define SLOT_NR(e) (_ENDPOINT_P(e) + nr_tasks)
struct proc
{
int p_flags;

Loading…
取消
儲存