⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fun_list.txt

📁 linux内核学习笔记 希望想看的人可以很快下载到
💻 TXT
字号:
this is writen by netbear in nankai university
all copyright reserved
you can copy and modify it,but you cant use it to make profit

函数列表(字母顺序)
A
void add_wait_queue(wait_queue_head_t *q, wait_queue_t * wait)	/kernel/fork.c
void add_wait_queue_exclusive(wait_queue_head_t *q, wait_queue_t * wait)	/kernel/fork.c

static __inline__ int atomic_add_negative(int i, atomic_t *v)	/linux/asm/atomic.h


B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
void remove_wait_queue(wait_queue_head_t *q, wait_queue_t * wait)	/kernel/fork.c



S


T
U
V
W
X
Y
Z

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -