上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 77 下一页
摘要: 1. 详细错误如下: tools/Makefile:146: recipe for target '/home/jello/openwrt/staging_dir/target-aarch64_generic_glibc/stam$/.tools_compile_yynyyyyynyyyyynyyn 阅读全文
posted @ 2019-03-21 18:10 Jello 阅读(4766) 评论(0) 推荐(0)
摘要: 1. 详细报错信息 misc/create_inode.c:399:18: error: conflicting types for 'copy_file_range' static errcode_t copy_file_range(ext2_filsys fs, int fd, ext2_fil 阅读全文
posted @ 2019-03-21 18:07 Jello 阅读(4477) 评论(0) 推荐(0)
摘要: 答: 是usb的链接电源管理(Link Power Management),这是一个与usb硬件相关的能力,主机就能自动把设备设置成低功耗状态 阅读全文
posted @ 2019-03-20 19:21 Jello 阅读(1816) 评论(0) 推荐(0)
摘要: 答: 一致性随机数生成器(congruential random number generator) 阅读全文
posted @ 2019-03-20 19:07 Jello 阅读(2052) 评论(0) 推荐(0)
摘要: 答: 是一个HISILICON SAS 控制器驱动(HISILICON SAS controller driver) 阅读全文
posted @ 2019-03-20 18:55 Jello 阅读(491) 评论(0) 推荐(0)
摘要: 答: 是一个RAM block内核驱动模块 阅读全文
posted @ 2019-03-20 18:33 Jello 阅读(1196) 评论(0) 推荐(0)
摘要: 答: 是一个xen虚拟机高性能搜索文件系统,它基于共享内存通信协议和共享缓冲区缓存。 阅读全文
posted @ 2019-03-20 18:25 Jello 阅读(353) 评论(0) 推荐(0)
摘要: 1. 全称是什么? 完全公平调度算法(completely fair queuing) 2. 原理是怎样的? 先按照输入输出请求的地址进行排序,然后按排好的次序执行请求 3. 适用场景 适用于旋转式磁盘,因为磁盘寻道需要耗费大量时间,因此cfq将输入输出请求地址排好序就意味着可以减少磁盘旋转的时间, 阅读全文
posted @ 2019-03-20 17:55 Jello 阅读(721) 评论(0) 推荐(0)
摘要: 1. noop是什么? noop是一种输入输出调度算法 2. noop的别称 又称为电梯调度算法 3. noop原理是怎样的? 将输入输出请求放到一个FIFO队列中,然后按次序执行队列中的输入输出请求 4. 适用场景 4.1 在不希望修改输入输出请求先后顺序的场景下; 4.2 在输入输出之下具有更加 阅读全文
posted @ 2019-03-20 17:43 Jello 阅读(1213) 评论(0) 推荐(0)
摘要: 答: 异步内存传输api(asynchronous memory transfer/transform API),这是一种api,用来为应用提供操作DMA的API。 下图是async_tx在架构中所处位置: 阅读全文
posted @ 2019-03-20 17:28 Jello 阅读(528) 评论(0) 推荐(1)
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 77 下一页