freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

嵌入式linux內(nèi)核詳細(xì)設(shè)計(jì)-閱讀頁

2025-08-07 09:01本頁面
  

【正文】 [+ fin] [+ syn] + datalen */ __u32 ack_seq。 volatile char acked, /* 是否被確認(rèn) */ used, /* 是否被使用 ? */ free, /* 如何釋放緩沖區(qū) */ arp。 /* 驅(qū)動(dòng)產(chǎn)生的 IP 校驗(yàn)和 */ define PACKET_HOST 0 /* 對(duì)自己 */ define PACKET_BROADCAST 1 /* 對(duì)所有 */ define PACKET_MULTICAST 2 /* 對(duì)組 */ define PACKET_OTHERHOST 3 /* 對(duì)其它人 */ unsigned short users。 /* 來自協(xié)議的包的協(xié)議 . */ unsigned int truesize。 /* 共享計(jì)數(shù) */ struct sk_buff *data_skb。 /* 緩沖區(qū)頭 */ unsigned char *data。 /* 尾指針 */ unsigned char *end。 /* 撤銷函數(shù) */ __u16 redirport。 sock 每個(gè) sock 數(shù)據(jù)結(jié)構(gòu)維護(hù)一個(gè)關(guān)于 BSD socket 的協(xié) 議信息。 struct sock { /* This must be first. */ struct sock *sklist_next。 struct options *opt。 atomic_t rmem_alloc。 /* 配置模式 */ __u32 write_seq。 __u32 acked_seq。 __u32 rcv_ack_seq。 /* 同一確認(rèn)的計(jì)數(shù) */ __u32 window_seq。 __u32 urg_seq。 __u32 syn_seq。 /* 用戶計(jì)數(shù) */ /* 不是所有的都不穩(wěn)定 , 但 是確實(shí)有些是 , 所以我們可以說它們都不穩(wěn)定 . */ unsigned long lingertime。 struct sock *next。 struct sock *bind_next。 struct sock *pair。 struct sock *prev。 struct sk_buff *volatile send_next。 struct sk_buff_head back_log。 struct timer_list partial_timer。 struct sk_buff_head write_queue, receive_queue。 struct wait_queue **sleep。 __u32 saddr。 /* 目的地址 */ unsigned short max_unacked。 __u32 lastwin_seq。 /* 進(jìn)行當(dāng)前最快轉(zhuǎn)發(fā)時(shí)的序列號(hào) */ volatile unsigned long ato。 /* jiffies at last data rcv */ volatile unsigned long idletime。 /* * mss is min(mtu, max_window) */ unsigned short mtu。s */ volatile unsigned short mss。 /* mss requested by user in ioctl */ volatile unsigned short max_window。 unsigned int ssthresh。 volatile unsigned short cong_window。 volatile unsigned short packets_out。 volatile unsigned long rtt。 volatile unsigned long rto。 int err, err_soft。t cause failure but are the cause of a persistent failure not just 39。 */ unsigned char protocol。 unsigned char ack_backlog。 unsigned char priority。 int rcvbuf。 unsigned short type。 /* 只本地路由 */ /* 這是沒有重疊的私有(選擇)區(qū)域 */ union { struct unix_opt af_unix。 endif if defined(CONFIG_IPX) || defined(CONFIG_IPX_MODULE) struct ipx_opt af_ipx。 ifdef CONFIG_NUTCP struct tcp_opt af_tcp。 /* * IP 區(qū) */ int ip_ttl。 /* TOS */ struct tcphdr dummy_th。 /* TCP keepalive hack */ struct timer_list retransmit_timer。 /* TCP 延遲應(yīng)答計(jì)時(shí) */ int ip_xmit_timeout。 /* 輸出路由緩存 */ unsigned char ip_hdrincl。 /* 多點(diǎn)傳送 TTL */ int ip_mc_loop。 /* 多點(diǎn)傳送設(shè)備名 */ struct ip_mc_socklist *ip_mc_list。 /* 在等什么 ? */ struct timer_list timer。 /* 標(biāo)示 */ struct socket *socket。 void (*data_ready)(struct sock *sk,int bytes)。 void (*error_report)(struct sock *sk)。 socket 每個(gè) socket 結(jié)構(gòu)包含一個(gè) BSD socket 信息。 struct socket { short type。 long flags。 /* 協(xié)議完成幾乎所有事情 */ void *data。 struct socket *iconn。 struct wait_queue **wait。 struct fasync_struct *fasync_list。 /* File back pointer for gc */ }。 struct task_struct { /* these are hardcoded don39。 /* 1 不可執(zhí)行 , 0 科執(zhí)行 , 0 停止 */ long counter。 unsigned long signal。 /* 偽碼信號(hào)位圖 */ unsigned long flags。 long debugreg[8]。 /* 可變字段 */ struct linux_binfmt *binfmt。 struct task_struct *next_run, *prev_run。 unsigned long kernel_stack_page。 unsigned long personality。 int did_exec:1。 int pgrp。 int session。 int groups[NGROUPS]。 struct wait_queue *wait_chldexit。 unsigned short gid,egid,sgid,fsgid。 unsigned long it_real_value, it_prof_value, it_virt_value。 struct timer_list real_timer。 /* 內(nèi)存錯(cuò)誤和交換信息 */ unsigned long min_flt, maj_flt, nswap, cmin_flt, cmaj_flt, swap。 unsigned long swap_address。 /* maj_flt 的舊值 */ unsigned long dec_flt。 /* 下次 要進(jìn)行交換的頁面數(shù)目 */ /* 限制 */ struct rlimit rlim[RLIM_NLIMITS]。 char m[16]。 struct tty_struct *tty。 struct sem_queue *semsleeping。 /* 該任務(wù)的 tss */ struct thread_struct tss。 /* 打開文件信息 */ struct files_struct *files。 /* 信號(hào)句柄 */ struct signal_struct *sig。 int last_processor。 /* 鎖深度 . */ endif }。 struct timer_list { struct timer_list *next。 unsigned long expires。 void (*function)(unsigned long)。 tq_struct 每個(gè)任務(wù)隊(duì)列 task queue (tq_struct) 含有已在排隊(duì)的任務(wù)信息。 struct tq_struct { struct tq_struct *next。s 連接表 */ int sync。 /* 調(diào)用的函數(shù) */ void *data。 vm_area_struct 每個(gè) vm_area_struct 結(jié)構(gòu)含有一個(gè)進(jìn)程虛擬內(nèi)存的每個(gè)部份的描述。 /* 虛擬存儲(chǔ)空間參數(shù) */ unsigned long vm_start。 pgprot_t vm_page_prot。 /* 每個(gè)任務(wù)的虛擬存儲(chǔ)空間的 AVL 樹 , 按地址排序 */ short vm_avl_height。 struct vm_area_struct * vm_avl_right。 /* 對(duì)于使用 inode 的區(qū)域 , 循環(huán)列表inodei_mmap */ /* 對(duì)于共享內(nèi)存 , 附屬一個(gè)循環(huán)表,否則不使用 */ struct vm_area_struct * vm_next_share。 /* more */ struct vm_operations_struct * vm_ops。 struct inode * vm_inode。 /* 共享內(nèi)存 */ }。 參數(shù) filename: [in] 可執(zhí)行文件的路徑 argv: [in] 參數(shù)向量 envp: [in] 開始新文本的條件 描述 用帶參數(shù)向量描述的磁盤上的可 執(zhí)行文件覆蓋當(dāng)前的任務(wù),打開的文件在調(diào)用后不關(guān)閉。 pid_t vfork(void)。 返回值 成功,在父進(jìn)程中返回新進(jìn)程 PID 在子進(jìn)程中返回 1 ,設(shè)置 errno , EAGAIN:沒有足夠的內(nèi)存完成這一調(diào)用。 gid_t getegid(void)。 uid_t geteuid(void)。 int setpgid(pid_t pid, pid_t pgid)。 參數(shù) pid: [in] 編輯的進(jìn)程 (0 當(dāng)前進(jìn)程 ). pgid: [in] 新近 承德 group id.. 描述 getpgrp 返回當(dāng)前進(jìn)程的組 . setpgid 設(shè)置由 pidz 確定的進(jìn)程的組 id 為 pgid. setpgrp 設(shè)置當(dāng)前進(jìn)程的組 id 為它的進(jìn)程 id. 返回值 getpgrp 返回進(jìn)程的組 id. 成功 , setpgrp 和 setgpid 返回 0 錯(cuò)誤返回 1 設(shè)置 errno 對(duì)于 setpgid: EINVAL: pgid 小于 0. ( 7) getppid 綱要 pid_t getpid(void)。 描述 getpid 返回當(dāng)前的進(jìn)程 id getppid 返回父進(jìn)程的進(jìn)程 id. 返回值 getpid: 當(dāng)前進(jìn)程的 pid. getppid: 父進(jìn)程的 pid ( 8) getpriority and setpriority 綱要 int getpriority(int which, int who)。 參數(shù) which: [in] 操作類別 . who: [in] 設(shè)置的進(jìn)程 . prio: [in] 新的優(yōu)先級(jí) . 描述 getpriority 返回進(jìn)程的最高優(yōu)先級(jí) setpriority 設(shè)置進(jìn)程的優(yōu)先級(jí) 操作類別有: : PRIO_PROCESS 獲取進(jìn)程的優(yōu)先級(jí) who 為進(jìn)程 id. PRIO_PGRP 獲取進(jìn)程組的優(yōu)先級(jí) . who 為進(jìn)程組 id. PRIO_USER 獲取用戶的優(yōu)先級(jí) who 為用戶 id. who 為 0 代表當(dāng)前的進(jìn)程 ,進(jìn)程組或用戶 prio 的取值 [20,20] 返回值 getpriority 返回 20 至 20. setpriority 成功返回 0 錯(cuò)誤返回 1 .,設(shè)置 errno EINVAL: 無效值 . EACCESS: 試圖降低超級(jí)用的優(yōu)先級(jí) ESRCH. ( 9) nice 綱要 int nice(int inc)。 參數(shù) gid: [in] 新的 gid.
點(diǎn)擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖鄂ICP備17016276號(hào)-1