码迷,mamicode.com
首页 >  
搜索关键字:userspace    ( 63个结果
nf_contrack_netlink.c
/* Connection tracking via netlink socket. Allows for user space * protocol helpers and general trouble making from userspace. * * (C) 2001 by Jay Sch...
分类:Web程序   时间:2015-02-04 07:05:23    阅读次数:382
KVM源代码解读:linux-3.17.4\include\uapi\linux\kvm.h
#ifndef __LINUX_KVM_H#define __LINUX_KVM_H/** Userspace interface for /dev/kvm - kernel based virtual machine** Note: you must update KVM_API_VERSION ...
分类:Windows程序   时间:2014-12-16 13:06:02    阅读次数:854
Linux容器虚拟化LXC的使用
Oops:     万一不能访问,请自带梯子和火星文翻译器 官方网站:     https://linuxcontainers.org/ Github:     https://github.com/lxc/lxc 火星文简介: What's LXC? LXC is a userspace interface for the Li...
分类:系统相关   时间:2014-11-30 20:11:28    阅读次数:253
Memory Allocation API In Linux Kernel && Linux Userspace、kmalloc vmalloc Difference、Kernel Large Section Memory Allocation
Memory Allocation API In Linux Kernel && Linux Userspace、kmalloc vmalloc Difference、Kernel Large Section Memory Allocation
分类:Windows程序   时间:2014-11-21 21:42:59    阅读次数:520
linux下的audit服务
audit ['??d?t] 审计auditd是linux的一个审计服务。这是man下的解释auditd is the userspace component to the Linux Auditing System. It’s responsible for writing audit...
分类:系统相关   时间:2014-11-21 12:19:26    阅读次数:256
Linux设备驱动:kobject原理与实例分析
1、Sysfs文件系统 "sysfsis a ram-based filesystem initially based on ramfs. It provides ameans to export kernel data structures, their attributes, and thelinkages between them to userspace.” Linux2.6内...
分类:系统相关   时间:2014-10-30 11:50:14    阅读次数:351
关于keepalive的的进程说明
首先说一下keepalived: Keepalived大致分两层结构:用户空间userspace和内核空间kernelspace 在 这个结构图里,处于下端的是内核空间,它包括ipvs和NETLINK两个部分。Ipvs的作用在前面的章节已经做过描述,不再重复叙述;netlink 提供高级路由及其他相关的网络功能,如果我们..
分类:其他好文   时间:2014-09-29 17:33:31    阅读次数:231
Vhost Architecture
在前面的文章中在介绍virtio机制中,可以看到在通常的应用中一般使用QEMU用户态程序来模拟I/O访问,而Guest中的数据要通过Guest到Host Userspace的第一次拷贝,再经过Host userspace的第二次拷贝,这种多次的数据拷贝和CPU特权级的切换对性能有相当大的影响。为加速virtio设备的I/O性能,VHOST通过driver的形式在Host Kernel中直接实现...
分类:其他好文   时间:2014-09-04 11:47:39    阅读次数:280
Linux下获取虚拟地址对应的物理地址的方法
首先摘录如下URL对pagemap的描述。 https://www.kernel.org/doc/Documentation/vm/pagemap.txt  * /proc/pid/pagemap.  This file lets a userspace process find out which    physical frame each virtual page is map...
分类:系统相关   时间:2014-08-31 09:14:51    阅读次数:805
输入子系统
本篇文章通过按键驱动为例讲解输入子系统的开发流程。输入子系统由驱动层、输入子系统核心、事件处理层三部分组成。一个输入事件,如鼠标移动、键盘按下等通过Driver->Inputcore->Event handler->userspace的顺序到达用户控件的应用程序。用于报告EV_KEY,EV_REL,...
分类:其他好文   时间:2014-07-02 22:06:53    阅读次数:175
63条   上一页 1 ... 4 5 6 7 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!