青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品

小默

【LKD】進(jìn)程管理

linux-2.6.10

--------------------

x86上,thread_info結(jié)構(gòu)定義,在asm/thread_info.h中
struct thread_info {
    
struct task_struct    *task;        /* main task structure */
    
struct exec_domain    *exec_domain;    /* execution domain */
    unsigned 
long        flags;        /* low level flags */
    unsigned 
long        status;        /* thread-synchronous flags */
    __u32            cpu;        
/* current CPU */
    __s32            preempt_count; 
/* 0 => preemptable, <0 => BUG */


    mm_segment_t        addr_limit;    
/* thread address space:
                            0-0xBFFFFFFF for user-thead
                           0-0xFFFFFFFF for kernel-thread
                        
*/
    
struct restart_block    restart_block;

    unsigned 
long           previous_esp;   /* ESP of the previous stack in case
                           of nested (IRQ) stacks
                        
*/
    __u8            supervisor_stack[
0];
};
thread_info結(jié)構(gòu)在進(jìn)程棧尾端分配

---------------------------------------
//???
/* how to get the thread information struct from C */
static inline struct thread_info *current_thread_info(void)
{
    
struct thread_info *ti;
    __asm__(
"andl %%esp,%0; ":"=r" (ti) : "0" (~(THREAD_SIZE - 1)));
    
return ti;
}

---------------------------------------
進(jìn)程描述符
struct task_struct {
    
volatile long state;    /* -1 unrunnable, 0 runnable, >0 stopped */
    
struct thread_info *thread_info;
    atomic_t usage;
    unsigned 
long flags;    /* per process flags, defined below */
    unsigned 
long ptrace;

    
int lock_depth;        /* Lock depth */

    
int prio, static_prio;
    
struct list_head run_list;
    prio_array_t 
*array;

    unsigned 
long sleep_avg;
    
long interactive_credit;
    unsigned 
long long timestamp, last_ran;
    
int activated;

    unsigned 
long policy;
    cpumask_t cpus_allowed;
    unsigned 
int time_slice, first_time_slice;

#ifdef CONFIG_SCHEDSTATS
    
struct sched_info sched_info;
#endif

    
struct list_head tasks;
    
/*
     * ptrace_list/ptrace_children forms the list of my children
     * that were stolen by a ptracer.
     
*/
    
struct list_head ptrace_children;
    
struct list_head ptrace_list;

    
struct mm_struct *mm, *active_mm;

/* task state */
    
struct linux_binfmt *binfmt;
    
long exit_state;
    
int exit_code, exit_signal;
    
int pdeath_signal;  /*  The signal sent when the parent dies  */
    
/* ??? */
    unsigned 
long personality;
    unsigned did_exec:
1;
    pid_t pid;
    pid_t tgid;
    
/* 
     * pointers to (original) parent process, youngest child, younger sibling,
     * older sibling, respectively.  (p->father can be replaced with 
     * p->parent->pid)
     
*/
    
struct task_struct *real_parent; /* real parent process (when being debugged) */
    
struct task_struct *parent;    /* parent process */
    
/*
     * children/sibling forms the list of my children plus the
     * tasks I'm ptracing.
     
*/
    
struct list_head children;    /* list of my children */
    
struct list_head sibling;    /* linkage in my parent's children list */
    
struct task_struct *group_leader;    /* threadgroup leader */

    
/* PID/PID hash table linkage. */
    
struct pid pids[PIDTYPE_MAX];

    wait_queue_head_t wait_chldexit;    
/* for wait4() */
    
struct completion *vfork_done;        /* for vfork() */
    
int __user *set_child_tid;        /* CLONE_CHILD_SETTID */
    
int __user *clear_child_tid;        /* CLONE_CHILD_CLEARTID */

    unsigned 
long rt_priority;
    unsigned 
long it_real_value, it_prof_value, it_virt_value;
    unsigned 
long it_real_incr, it_prof_incr, it_virt_incr;
    
struct timer_list real_timer;
    unsigned 
long utime, stime;
    unsigned 
long nvcsw, nivcsw; /* context switch counts */
    
struct timespec start_time;
/* mm fault and swap info: this can arguably be seen as either mm-specific or thread-specific */
    unsigned 
long min_flt, maj_flt;
/* process credentials */
    uid_t uid,euid,suid,fsuid;
    gid_t gid,egid,sgid,fsgid;
    
struct group_info *group_info;
    kernel_cap_t   cap_effective, cap_inheritable, cap_permitted;
    unsigned keep_capabilities:
1;
    
struct user_struct *user;
#ifdef CONFIG_KEYS
    
struct key *session_keyring;    /* keyring inherited over fork */
    
struct key *process_keyring;    /* keyring private to this process (CLONE_THREAD) */
    
struct key *thread_keyring;    /* keyring private to this thread */
#endif
    unsigned 
short used_math;
    
char comm[16];
/* file system info */
    
int link_count, total_link_count;
/* ipc stuff */
    
struct sysv_sem sysvsem;
/* CPU-specific state of this task */
    
struct thread_struct thread;
/* filesystem information */
    
struct fs_struct *fs;
/* open file information */
    
struct files_struct *files;
/* namespace */
    
struct namespace *namespace;
/* signal handlers */
    
struct signal_struct *signal;
    
struct sighand_struct *sighand;

    sigset_t blocked, real_blocked;
    
struct sigpending pending;

    unsigned 
long sas_ss_sp;
    size_t sas_ss_size;
    
int (*notifier)(void *priv);
    
void *notifier_data;
    sigset_t 
*notifier_mask;
    
    
void *security;
    
struct audit_context *audit_context;

/* Thread group tracking */
       u32 parent_exec_id;
       u32 self_exec_id;
/* Protection of (de-)allocation: mm, files, fs, tty, keyrings */
    spinlock_t alloc_lock;
/* Protection of proc_dentry: nesting proc_lock, dcache_lock, write_lock_irq(&tasklist_lock); */
    spinlock_t proc_lock;
/* context-switch lock */
    spinlock_t switch_lock;

/* journalling filesystem info */
    
void *journal_info;

/* VM state */
    
struct reclaim_state *reclaim_state;

    
struct dentry *proc_dentry;
    
struct backing_dev_info *backing_dev_info;

    
struct io_context *io_context;

    unsigned 
long ptrace_message;
    siginfo_t 
*last_siginfo; /* For ptrace use.  */
/*
 * current io wait handle: wait queue entry to use for io waits
 * If this thread is processing aio, this points at the waitqueue
 * inside the currently handled kiocb. It may be NULL (i.e. default
 * to a stack based synchronous wait) if its doing sync IO.
 
*/
    wait_queue_t 
*io_wait;
#ifdef CONFIG_NUMA
      
struct mempolicy *mempolicy;
      
short il_next;        /* could be shared with used_math */
#endif
};

posted on 2010-05-16 21:38 小默 閱讀(374) 評(píng)論(0)  編輯 收藏 引用 所屬分類: Linux

導(dǎo)航

統(tǒng)計(jì)

留言簿(13)

隨筆分類(287)

隨筆檔案(289)

漏洞

搜索

積分與排名

最新評(píng)論

閱讀排行榜

青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品
  • <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            亚洲精品欧美激情| 亚洲在线一区二区| 国产专区精品视频| 一区二区三区久久网| 最新日韩欧美| 久久免费视频在线| 久久精品成人欧美大片古装| 欧美日韩在线一区| 亚洲区免费影片| 亚洲大胆在线| 久久久久一区二区三区| 久久久久久久一区| 国语对白精品一区二区| 欧美一二三区在线观看| 久久国产主播精品| 国产欧美日韩精品一区| 午夜精品www| 欧美影院在线播放| 国产片一区二区| 欧美在线视频一区| 久久亚洲春色中文字幕久久久| 国产视频精品网| 亚洲欧美乱综合| 久久九九久久九九| 一区二区视频免费在线观看| 久久久午夜电影| 欧美sm极限捆绑bd| 日韩亚洲欧美一区二区三区| 欧美激情1区| 9色精品在线| 免费成人高清视频| 欧美成人精品在线观看| 91久久精品久久国产性色也91 | 欧美亚洲日本网站| 欧美在线999| 极品尤物久久久av免费看| 久久精品电影| 亚洲福利视频免费观看| 日韩一区二区精品在线观看| 欧美视频一区| 亚洲欧美日韩精品久久亚洲区 | 久久岛国电影| 亚洲成在人线av| 欧美日本高清一区| 亚洲欧美网站| 欧美成人自拍视频| 亚洲网站在线观看| 国产主播一区二区| 欧美二区在线看| 亚洲一级黄色av| 免费黄网站欧美| 99精品视频免费全部在线| 国产精品日日摸夜夜添夜夜av | 另类综合日韩欧美亚洲| 日韩亚洲欧美中文三级| 久久久99国产精品免费| 亚洲久色影视| 国产伊人精品| 欧美日产国产成人免费图片| 亚洲欧美三级在线| 亚洲国产成人在线| 久久成人久久爱| 亚洲乱码国产乱码精品精天堂| 国产精品日韩久久久久| 欧美成人国产va精品日本一级| 亚洲小视频在线观看| 欧美激情一区二区三区在线视频观看| 亚洲欧美日本在线| 亚洲人成网在线播放| 国产亚洲女人久久久久毛片| 欧美日韩国产精品一区| 久久男人av资源网站| 亚洲一区二区黄色| 91久久久久久| 老司机精品久久| 久久国产精品一区二区三区| 99视频超级精品| 亚洲国产91色在线| 国产揄拍国内精品对白| 国产精品女人网站| 欧美成人中文字幕| 久久综合一区二区| 久久精品视频一| 午夜视频精品| 亚洲永久免费精品| 一区二区日韩伦理片| 91久久国产精品91久久性色| 久久这里只有| 久久精品国语| 久久国内精品视频| 欧美一区二区三区另类| 亚洲在线观看免费| 亚洲视频一区二区| 亚洲天堂成人在线观看| 日韩午夜精品| 一区二区欧美日韩视频| 亚洲美女视频| 一本一本久久a久久精品综合妖精| 亚洲国产成人久久综合一区| 精品99一区二区| 精品福利电影| 亚洲国产成人精品女人久久久 | 久久国产天堂福利天堂| 香蕉乱码成人久久天堂爱免费| 亚洲午夜成aⅴ人片| 中文日韩欧美| 亚洲视频精选在线| 亚洲午夜一级| 亚洲欧美日韩中文在线制服| 亚洲字幕在线观看| 欧美一区影院| 久久性天堂网| 女同一区二区| 欧美日韩综合一区| 国产精品美女午夜av| 国产精品日本一区二区| 国产视频久久久久久久| 国产在线观看精品一区二区三区| 国内自拍一区| 亚洲国产乱码最新视频| 亚洲精品国产精品乱码不99 | 欧美 日韩 国产一区二区在线视频| 六十路精品视频| 欧美激情91| 在线性视频日韩欧美| 欧美一区二区| 欧美凹凸一区二区三区视频| 欧美日韩三级在线| 国产精品丝袜xxxxxxx| 精品电影在线观看| 亚洲美女av在线播放| 亚洲欧美国产毛片在线| 久久精品最新地址| 亚洲第一综合天堂另类专| 在线亚洲一区| 久久综合电影一区| 欧美日韩一区二区在线播放| 国产精品一区二区欧美| 亚洲国产一区在线| 午夜精彩视频在线观看不卡 | 一本色道久久综合| 欧美在线一二三四区| 欧美顶级少妇做爰| 亚洲已满18点击进入久久| 久久艳片www.17c.com| 欧美日一区二区在线观看| 国自产拍偷拍福利精品免费一| 亚洲肉体裸体xxxx137| 欧美一级夜夜爽| 亚洲国产婷婷香蕉久久久久久| 亚洲一区二区三区影院| 欧美~级网站不卡| 国产视频在线观看一区二区| 日韩亚洲欧美精品| 久久深夜福利免费观看| 一本久道久久综合婷婷鲸鱼| 久久男女视频| 国产日韩精品在线| 亚洲影院污污.| 亚洲欧洲精品天堂一级| 小处雏高清一区二区三区| 欧美区二区三区| 亚洲高清免费视频| 久久久九九九九| 亚洲影院一区| 欧美午夜精品一区| 亚洲精品色婷婷福利天堂| 久久人人97超碰精品888| 亚洲一二三区视频在线观看| 欧美日韩国产美| 亚洲国内欧美| 欧美.www| 久久青草久久| 精品成人国产| 久热精品视频在线观看| 香蕉久久久久久久av网站| 国产精品进线69影院| 一区二区日韩伦理片| 亚洲国产精品成人一区二区| 美女黄毛**国产精品啪啪 | 久久黄色级2电影| 亚洲一区免费看| 国产精品久久久久91| 中文一区在线| 一区二区三区成人| 国产精品成人观看视频免费| 一区二区三区国产精品| 亚洲欧洲一区二区三区| 欧美激情亚洲| av不卡在线看| 亚洲色在线视频| 国产精品久久久免费| 亚洲欧美综合网| 亚洲女ⅴideoshd黑人| 国产色综合天天综合网| 久久九九免费视频| 久久久国产亚洲精品| 亚洲国产黄色| 亚洲激情午夜| 国产精品久久久久久户外露出|