代码搜索:problems
找到约 3,996 项符合「problems」的源代码
代码结果 3,996
www.eeworm.com/read/154066/5643312
ext2+-+
any problems,send mails to sindybear@163.com
相关文件
/fs/*.*
/include/linux/fs.h
/include/linux/ext2_fs*.h
超级块的结构如下
vfs super_block ------------- (fs.h)
u---->ext2_sb_info
(内存中的sb)
www.eeworm.com/read/394238/8241207
txt system.h.txt
any problems, send mails to sindybear@163.com
相关文件
这是最为重要的一个宏,经过它以后,进程就经过了切换。
#define switch_to(prev,next,last) do { \
asm volatile("pushl %%esi\n\t" //这是参数的位置(规定)
"pushl %%ed
www.eeworm.com/read/394238/8241324
txt balloc.c.txt
any problems,send mails to sindybear@163.com
相关文件
/fs/ext2/ialloc.c
这个文件主要管理数据块的分配和回收等事项
(1)struct ext2_group_desc * ext2_get_group_desc(struct super_block * sb,
www.eeworm.com/read/394238/8241354
-
any problems, send mails to sindybear@163.com
相关文件
/drivers/block/genhd.c
***********************主要的数据结构*************************************
各种网络协议的哈希表,系统中使用的各种协议都填写到这个表中的相应位置。
用户使用哈希值访问
www.eeworm.com/read/394238/8241394
ext2+-+
any problems,send mails to sindybear@163.com
相关文件
/fs/*.*
/include/linux/fs.h
/include/linux/ext2_fs*.h
超级块的结构如下
vfs super_block ------------- (fs.h)
u---->ext2_sb_info
(内存中的sb)
www.eeworm.com/read/394238/8241405
ͦ
any problems, send mails to sindybear@163.com
相关文件
/fs/iobuf.c
/fs/buffer.c
/mm/memory.c
/include/linux/iobuf.h
struct kiobuf
{
int nr_pages; //指示map_list数组中有多少个页
int array_l
www.eeworm.com/read/394238/8241407
-+
any problems,send mails to lysindybear@sina.com.cn
相关文件
/include/asm-i386/highmem.h
内存映射是一个比较头疼的问题。简要介绍
进程的内存
task struct
mm---------->mm_struct
mmap----------------->vm_struct
www.eeworm.com/read/323119/13354156
test delete.test
#
# Check for problems with delete
#
--disable_warnings
drop table if exists t1,t2,t3,t11,t12;
--enable_warnings
CREATE TABLE t1 (a tinyint(3), b tinyint(5));
INSERT INTO t1 VALUES (1,1);
INSERT LOW_
www.eeworm.com/read/207991/4999271
all
chopper01
chopper02
chopper03
clients01
inspect00
inspect05
inspect10
#inspect40 word size problems on different platforms
register00
mserver00
statistics00
statistics01
call00
radix
ascii_io2
www.eeworm.com/read/398634/2375663
test delete.test
#
# Check for problems with delete
#
--disable_warnings
drop table if exists t1,t2,t3,t11,t12;
--enable_warnings
CREATE TABLE t1 (a tinyint(3), b tinyint(5));
INSERT INTO t1 VALUES (1,1);
INSERT LOW_