|
tsleep(9) -- process context sleep and wakeup
|
These functions implement voluntary context switching. tsleep() and sleep() are used throughout the kernel whenever processing in the current context can not continue for any of the following reasons:... |
ttyprintf(9) -- kernel formatted output conversion
|
The printf(), snprintf(), vprintf(), vsnprintf(), uprintf(), ttyprintf(), and db_printf() functions allow the kernel to send formatted messages to various output devices. The functions printf() and vp... |
tvtohz(9) -- translate time period to timeout delay
|
The tvtohz() function computes the number of hz in the specified amount of time. This is mainly used to translate a timeval into a suitable argument for timeout(9). |
uao_create(9) -- virtual memory system external interface
|
The UVM virtual memory system manages access to the computer's memory resources. User processes and the kernel access these resources through UVM's external interface. UVM's external interface incl... |
uao_detach(9) -- virtual memory system external interface
|
The UVM virtual memory system manages access to the computer's memory resources. User processes and the kernel access these resources through UVM's external interface. UVM's external interface incl... |
uao_reference(9) -- virtual memory system external interface
|
The UVM virtual memory system manages access to the computer's memory resources. User processes and the kernel access these resources through UVM's external interface. UVM's external interface incl... |
uio(9) -- move data described by a struct uio
|
The uiomove function copies up to n bytes between the kernel-space address pointed to by buf and the addresses described by uio, which may be in user-space or kernel-space. The uio argument is a point... |
uiomove(9) -- move data described by a struct uio
|
The uiomove function copies up to n bytes between the kernel-space address pointed to by buf and the addresses described by uio, which may be in user-space or kernel-space. The uio argument is a point... |
ulmax(9) -- kernel library routines
|
The kern library implements a set of useful functions and macros inside the kernel. |
ulmin(9) -- kernel library routines
|
The kern library implements a set of useful functions and macros inside the kernel. |
untimeout(9) -- execute a function after a specified period of time
|
The timeout API provides a mechanism to execute a function at a given time. The granularity of the time is limited by the granularity of the hardclock(9) timer which executes hz(9) times a second. The... |
uprintf(9) -- kernel formatted output conversion
|
The printf(), snprintf(), vprintf(), vsnprintf(), uprintf(), ttyprintf(), and db_printf() functions allow the kernel to send formatted messages to various output devices. The functions printf() and vp... |
uvm(9) -- virtual memory system external interface
|
The UVM virtual memory system manages access to the computer's memory resources. User processes and the kernel access these resources through UVM's external interface. UVM's external interface incl... |