Now in addition to the threads kernel object.
现在除了线程内核对象外。
Event kernel object is a kind of kernel objects to synchronize threads.
事件内核对象是一种同步多线程的内核对象。
You can use standard object tools on LKMs (which for version 2.6 have the suffix .ko, for kernel object).
您可以在LKM 上使用标准对象工具(在 2.6版本中,内核对象带有后缀 .ko,)。
It makes use of the kernel build mechanism and produces a.ko (kernel object) module object instead of an.o module object.
它使用内核编译机制,产生一个.ko(内核目标文件,kernel object)模块目标文件而不是一个. o模块目标文件。
Every critical kernel object, such as every filesystem object and every process, has a "security context" associated with them.
每一个重要的内核对象,比如每个文件系统对象和每个进程,都有一个关联到它们的“安全上下文(security context)”。
This paper introduces a technique named kernel object inline hooking, which extends existing technique of code redirection, hides tracks through inline hooking of kernel objects dispatch routines.
文章介绍了内核对象内联挂接技术,延伸了现有的代码重定向技术,通过对内核对象调用路径的内联挂接,实现隐藏。
The ADEAM consists of kernel object, aspects and design constraints, and a process of constructing the model is also proposed, which includes an iterative method of separation of objects and aspects.
ADEAM由核心对象、“方面”和设计约束组成,通过一个迭代式的分离过程来构建。
When you first open a file, the AIX kernel creates an internal VMM object to represent the file.
当您第一次打开一个文件的时候,AIX内核将创建一个内部VMM对象以代表该文件。
Whenever users try to access an object through subject, the kernel verifies the subject domains before granting access to an object.
每当用户尝试通过主题访问对象时,此内核会在赋予对此对象的访问权限之前先验证这些主题域。
The BLV contains the AIX kernel, the rc.boot file, commands required during the boot process, and a trimmed-down version of the Object Data Manager (ODM).
BLV包含AIX内核、rc. boot文件、启动过程所需的命令,以及精简版本的对象数据管理器(odm)。
The former command generates a tarball of object code, ksplice-8c4o6u.tar.gz, to be patched into the kernel.
前一个命令生成tarball 文件ksplice-8c4o6u.tar.gz,其中包含要应用于内核的补丁对象代码。
Jeff found that the amount of time required to initialize a regular object in the kernel exceeded the amount of time required to allocate and deallocate it.
Jeff发现对内核中普通对象进行初始化所需的时间超过了对其进行分配和释放所需的时间。
To effect the substitution, the tool amends a running kernel image with the new functions' object code and injects a jump at the head of each existing function to call its new counterpart.
为了让替换生效,工具在正在运行的内核映像中添加新的函数对象代码,然后在每个现有函数的开头注入一个跳转,从而调用函数的新实现。
When all file descriptors for an instance are closed, the resources and underlying object are freed so the kernel can reuse them.
当关于某实例的所有文件描述符都关闭时,资源和下层对象都将释放,以供内核再次使用。
Virtually the entire kernel remains unchanged, save for the new object code and a few instructions to redirect the function calls.
实际上,整个内核没有变,只是增加了新的对象代码和几个函数调用重定向指令。
The kernel executable consists of many object files linked together.
内核可执行文件由许多链接在一起的对象文件组成。
All splices are bundled into a single object file ready to be injected into the kernel.
所有拼接打包成一个对象文件,准备注入内核。
But because an LKM can't resolve its symbols until it's loaded into the kernel, the LKM remains an ELF object.
由于必须将lkm加载到内核后lkm才能解析符号,所以LKM仍然是一个ELF对象。
You use list_entry to get at your data object (to free it back to the kernel pool), and then use list_del to free the entry on the list.
您使用list_entry来获取您的数据对象(以便将它释放回内核池),然后使用list_del来释放列表中的条目。
Load the domain and domain object database into the kernel with the setkst command.
用setkst命令将域和域对象数据库加载到内核。
Greg asked about control groups, noting that a lot of kernel developers really object to them.
格雷格问了“控制组(controlgroups)”,提到很多内核开发人员反对这个功能。
The /usr/sbin/setkst command downloads Domain and Domain object information from the /etc/security/domains, and /etc/security/domobjs files into the kernel.
usr/sbin/setkst命令会将域和域对象信息从 /etc/security/domains 和 /etc/security/domobjs文件下载到内核。
To resolve the problem that the background pixels in an object model induce localization errors in object tracking, a fuzzy kernel histogram was presented for object tracking.
针对目标模型内的背景像素造成目标跟踪定位偏差的问题,提出了一种适合于目标跟踪的模糊核直方图。
According to the characteristics of real data environment, this paper presents a kernel information model containing product data object, object relationship and the processes used to handle data.
本文根据产品数据环境这一特点,提出数据对象、对象关系以及处理数据的过程是产品数据管理的核心内容。
To satisfy the need of video moving object locating in intelligent video surveillance scenes, video moving object locating technology based on nonparametric kernel density estimation is proposed.
针对智能视频监控场合对视频运动目标定位的需求,本文提出了一种基于非参数核密度估计的视频运动目标空域定位技术。
For boosting up the feature's discriminating ability, both scale invariant features and kernel based color distribution features are used as descriptors of tracked object.
为增强跟踪算法区分目标的能力,算法将尺度不变特征和基于核的颜色分布特征统一用作目标的跟踪特征。
The problem of normalization for object is the kernel problem in normalization theory for object-oriented database.
对象规范化问题是面向对象规范化理论中的核心问题。
A new background model of non-parameter kernel density estimate was presented on the basis of abundant study on algorithms of moving object detection.
在充分研究现有运动目标检测算法的基础上,提出了一种新的非参数核密度估计背景模型。
WDF is the next generation of driver development model launched by Microsoft. Its KMDF framework supports an object-oriented, event-driven framework for the kernel model driver development.
WDF是微软推出的下一代驱动程序开发模型,它所提供的KMDF框架为内核模式驱动开发提供了一个面向对象、事件驱动的开发框架。
WDF is the next generation of driver development model launched by Microsoft. Its KMDF framework supports an object-oriented, event-driven framework for the kernel model driver development.
WDF是微软推出的下一代驱动程序开发模型,它所提供的KMDF框架为内核模式驱动开发提供了一个面向对象、事件驱动的开发框架。
应用推荐