Home
last modified time | relevance | path

Searched full:the (Results 1 – 25 of 10506) sorted by relevance

12345678910>>...421

/linux/include/linux/
H A Dnvme-fc-driver.h24 * struct nvmefc_ls_req - Request structure passed from the transport
25 * to the LLDD to perform a NVME-FC LS request and obtain
30 * Used by the nvmet-fc transport (controller) to send
33 * Values set by the requestor prior to calling the LLDD ls_req entrypoint:
40 * @timeout: Maximum amount of time, in seconds, to wait for the LS response.
43 * @private: pointer to memory allocated alongside the ls request structure
44 * that is specifically for the LLDD to use while processing the
45 * request. The length of the buffer corresponds to the
46 * lsrqst_priv_sz value specified in the xxx_template supplied
47 * by the LLDD.
[all …]
/linux/Documentation/admin-guide/pm/
H A Dcpuidle.rst19 Modern processors are generally able to enter states in which the execution of
21 memory or executed. Those states are the *idle* states of the processor.
23 Since part of the processor hardware is not used in idle states, entering them
24 generally allows power drawn by the processor to be reduced and, in consequence,
28 the idle states of processors for this purpose.
33 CPU idle time management operates on CPUs as seen by the *CPU scheduler* (that
34 is the part of the kernel responsible for the distribution of computational
35 work in the system). In its view, CPUs are *logical* units. That is, they need
42 First, if the whole processor can only follow one sequence of instructions (one
43 program) at a time, it is a CPU. In that case, if the hardware is asked to
[all …]
H A Dcpufreq.rst15 The Concept of CPU Performance Scaling
18 The majority of modern processors are capable of operating in a number of
21 the higher the clock frequency and the higher the voltage, the more instructions
22 can be retired by the CPU over a unit of time, but also the higher the clock
23 frequency and the higher the voltage, the more energy is consumed over a unit of
24 time (or the more power is drawn) by the CPU in the given P-state. Therefore
25 there is a natural tradeoff between the CPU capacity (the number of instructions
26 that can be executed over a unit of time) and the power drawn by the CPU.
28 In some situations it is desirable or even necessary to run the program as fast
29 as possible and then there is no reason to use any P-states different from the
[all …]
H A Dintel_pstate.rst16 ``intel_pstate`` is a part of the
17 :doc:`CPU performance scaling subsystem <cpufreq>` in the Linux kernel
18 (``CPUFreq``). It is a scaling driver for the Sandy Bridge and later
21 how ``CPUFreq`` works in general, so this is the time to read
24 For the processors supported by ``intel_pstate``, the P-state concept is broader
25 than just an operating frequency or an operating performance point (see the
27 information about that). For this reason, the representation of P-states used
28 by ``intel_pstate`` internally follows the hardware specification (for details
29 refer to Intel Software Developer’s Manual [2]_). However, the ``CPUFreq`` core
31 frequencies are involved in the user space interface exposed by it, so
[all …]
/linux/Documentation/scsi/
H A Dst.rst4 The SCSI Tape Driver
7 This file contains brief information about the SCSI tape driver.
8 The driver is currently maintained by Kai Mäkisara (email
17 The driver is generic, i.e., it does not contain any code tailored
18 to any specific tape drive. The tape parameters can be specified with
19 one of the following three methods:
21 1. Each user can specify the tape parameters he/she wants to use
24 in a multiuser environment the next user finds the tape parameters in
25 state the previous user left them.
27 2. The system manager (root) can define default values for some tape
[all …]
/linux/Documentation/admin-guide/device-mapper/
H A Dvdo-design.rst7 The dm-vdo (virtual data optimizer) target provides inline deduplication,
13 Permabit was acquired by Red Hat. This document describes the design of
14 dm-vdo. For usage, see vdo.rst in the same directory as this file.
16 Because deduplication rates fall drastically as the block size increases, a
25 The design of dm-vdo is based on the idea that deduplication is a two-part
26 problem. The first is to recognize duplicate data. The second is to avoid
30 maps from logical block addresses to the actual storage location of the
36 Due to the complexity of data optimization, the number of metadata
47 thread will access the portion of the data structure in that zone.
49 request object (the "data_vio") which will be added to a work queue when
[all …]
/linux/Documentation/filesystems/xfs/
H A Dxfs-delayed-logging-design.rst10 This document describes the design and algorithms that the XFS journalling
11 subsystem is based on. This document describes the design and algorithms that
12 the XFS journalling subsystem is based on so that readers may familiarize
13 themselves with the general concepts of how transaction processing in XFS works.
19 the basic concepts covered, the design of the delayed logging mechanism is
26 XFS uses Write Ahead Logging for ensuring changes to the filesystem metadata
27 are atomic and recoverable. For reasons of space and time efficiency, the
29 physical logging mechanisms to provide the necessary recovery guarantees the
32 Some objects, such as inodes and dquots, are logged in logical format where the
33 details logged are made up of the changes to in-core structures rather than
[all …]
/linux/Documentation/crypto/
H A Duserspace-if.rst7 The concepts of the kernel crypto API visible to kernel space is fully
8 applicable to the user space interface as well. Therefore, the kernel
9 crypto API high level discussion for the in-kernel use cases applies
12 The major difference, however, is that user space can only act as a
16 The following covers the user space interface exported by the kernel
19 applications that require cryptographic services from the kernel.
21 Some details of the in-kernel kernel crypto API aspects do not apply to
22 user space, however. This includes the difference between synchronous
23 and asynchronous invocations. The user space API call is fully
31 The kernel crypto API is accessible from user space. Currently, the
[all …]
/linux/Documentation/input/
H A Dmulti-touch-protocol.rst13 In order to utilize the full power of the new multi-touch and multi-user
15 objects in direct contact with the device surface, is needed. This
16 document describes the multi-touch (MT) protocol which allows kernel
19 The protocol is divided into two types, depending on the capabilities of the
20 hardware. For devices handling anonymous contacts (type A), the protocol
21 describes how to send the raw data for all contacts to the receiver. For
22 devices capable of tracking identifiable contacts (type B), the protocol
33 events. Only the ABS_MT events are recognized as part of a contact
35 applications, the MT protocol can be implemented on top of the ST protocol
39 input_mt_sync() at the end of each packet. This generates a SYN_MT_REPORT
[all …]
/linux/Documentation/power/
H A Dpci.rst7 An overview of concepts and the Linux kernel's interfaces related to PCI power
11 This document only covers the aspects of power management specific to PCI
12 devices. For general description of the kernel's interfaces related to device
31 devices into states in which they draw less power (low-power states) at the
35 completely inactive. However, when it is necessary to use the device once
36 again, it has to be put back into the "fully functional" state (full-power
37 state). This may happen when there are some data for the device to handle or
38 as a result of an external event requiring the device to be active, which may
39 be signaled by the device itself.
41 PCI devices may be put into low-power states in two ways, by using the device
[all …]
/linux/Documentation/locking/
H A Drt-mutex-design.rst7 Licensed under the GNU Free Documentation License, Version 1.2
10 This document tries to describe the design of the rtmutex.c implementation.
11 It doesn't describe the reasons why rtmutex.c exists. For that please see
13 that happen without this code, but that is in the concept to understand
14 what the code actually is doing.
16 The goal of this document is to help others understand the priority
17 inheritance (PI) algorithm that is used, as well as reasons for the
18 decisions that were made to implement PI in the manner that was done.
26 most of the time it can't be helped. Anytime a high priority process wants
28 the high priority process must wait until the lower priority process is done
[all …]
/linux/Documentation/admin-guide/
H A Dspkguide.txt2 The Speakup User's Guide
11 Copyright (c) 2009, 2010 the Speakup Team
14 under the terms of the GNU Free Documentation License, Version 1.2 or
15 any later version published by the Free Software Foundation; with no
17 copy of the license is included in the section entitled "GNU Free
22 The purpose of this document is to familiarize users with the user
24 for installing or obtaining Speakup, visit the web site at
25 http://linux-speakup.org/. Speakup is a set of patches to the standard
27 a part of a monolithic kernel. These details are beyond the scope of
28 this manual, but the user may need to be aware of the module
[all …]
/linux/LICENSES/preferred/
H A DLGPL-2.17 To use this license in source code, put one of the following SPDX
8 tag/value pairs into a comment according to the placement
9 guidelines in the licensing rules documentation.
26 [This is the first released version of the Lesser GPL. It also counts as
27 the successor of the GNU Library Public License, version 2, hence the
32 The licenses for most software are designed to take away your freedom to
33 share and change it. By contrast, the GNU General Public Licenses are
35 make sure the software is free for all its users.
37 This license, the Lesser General Public License, applies to some specially
38 designated software packages--typically libraries--of the Free Software
[all …]
/linux/Documentation/mm/
H A Dhugetlbfs_reserv.rst10 in a task's address space at page fault time if the VMA indicates huge pages
11 are to be used. If no huge page exists at page fault time, the task is sent
14 of huge pages at mmap() time. The idea is that if there were not enough
15 huge pages to cover the mapping, the mmap() would fail. This was first
16 done with a simple check in the code at mmap() time to determine if there
17 were enough free huge pages to cover the mapping. Like most things in the
18 kernel, the code has evolved over time. However, the basic idea was to
20 available for page faults in that mapping. The description below attempts to
21 describe how huge page reserve processing is done in the v4.10 kernel.
30 The Data Structures
[all …]
/linux/Documentation/networking/
H A Dppp_generic.rst12 The generic PPP driver in linux-2.4 provides an implementation of the
15 * the network interface unit (ppp0 etc.)
16 * the interface to the networking code
19 * the interface to pppd, via a /dev/ppp character device
25 For sending and receiving PPP frames, the generic PPP driver calls on
26 the services of PPP ``channels``. A PPP channel encapsulates a
29 has a very simple interface with the generic PPP code: it merely has
37 be linked to each ppp network interface unit. The generic layer is
45 See include/linux/ppp_channel.h for the declaration of the types and
46 functions used to communicate between the generic PPP layer and PPP
[all …]
/linux/Documentation/driver-api/
H A Dipmi.rst2 The Linux IPMI Driver
7 The Intelligent Platform Management Interface, or IPMI, is a
9 It provides for dynamic discovery of sensors in the system and the
10 ability to monitor the sensors and be informed when the sensor's
17 management software that can use the IPMI system.
19 This document describes how to use the IPMI driver for Linux. If you
20 are not familiar with IPMI itself, see the web site at
27 The Linux IPMI driver is modular, which means you have to pick several
29 these are available in the 'Character Devices' menu then the IPMI
35 The message handler does not provide any user-level interfaces.
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-decoder.rst9 A stateful video decoder takes complete chunks of the bytestream (e.g. Annex-B
11 display order. The decoder is expected not to require any additional information
12 from the client to process these buffers.
14 Performing software parsing, processing etc. of the stream in the driver in
16 operations are needed, use of the Stateless Video Decoder Interface (in
22 1. The general V4L2 API rules apply if not specified in this document
25 2. The meaning of words "must", "may", "should", etc. is as per `RFC
36 depending on decoder capabilities and following the general V4L2 guidelines.
41 7. Given an ``OUTPUT`` buffer A, then A' represents a buffer on the ``CAPTURE``
50 the destination buffer queue; for decoders, the queue of buffers containing
[all …]
H A Ddev-encoder.rst10 them into a bytestream. It generates complete chunks of the bytestream, including
11 all metadata, headers, etc. The resulting bytestream does not require any
12 further post-processing by the client.
14 Performing software stream processing, header generation etc. in the driver
16 operations are needed, use of the Stateless Video Encoder Interface (in
22 1. The general V4L2 API rules apply if not specified in this document
25 2. The meaning of words "must", "may", "should", etc. is as per `RFC
36 depending on encoder capabilities and following the general V4L2 guidelines.
41 7. Given an ``OUTPUT`` buffer A, then A' represents a buffer on the ``CAPTURE``
87 1. To enumerate the set of coded formats supported by the encoder, the
[all …]
/linux/Documentation/virt/hyperv/
H A Dvpci.rst7 that are mapped directly into the VM's physical address space.
8 Guest device drivers can interact directly with the hardware
9 without intermediation by the host hypervisor. This approach
10 provides higher bandwidth access to the device with lower
11 latency, compared with devices that are virtualized by the
12 hypervisor. The device should appear to the guest just as it
14 to the Linux device drivers for the device.
24 and produces the same benefits by allowing a guest device
25 driver to interact directly with the hardware. See Hyper-V
36 it is operating, so the Linux device driver for the device can
[all …]
/linux/tools/perf/pmu-events/arch/x86/silvermont/
H A Dpipeline.json3 "BriefDescription": "Counts the number of branch instructions retired...",
8the number of any branch instructions retired. Branch prediction predicts the branch target and e…
12 "BriefDescription": "Counts the number of taken branch instructions retired",
17the number of all taken branch instructions retired. Branch prediction predicts the branch target…
22 "BriefDescription": "Counts the number of near CALL branch instructions retired",
27the number of near CALL branch instructions retired. Branch prediction predicts the branch target…
32 "BriefDescription": "Counts the number of far branch instructions retired",
37the number of far branch instructions retired. Branch prediction predicts the branch target and e…
42 "BriefDescription": "Counts the number of near indirect CALL branch instructions retired",
47the number of near indirect CALL branch instructions retired. Branch prediction predicts the bran…
[all …]
/linux/Documentation/core-api/
H A Ddebug-objects.rst2 The object-lifetime debugging infrastructure
10 debugobjects is a generic infrastructure to track the life time of
11 kernel objects and validate the operations on those.
13 debugobjects is useful to check for the following error patterns:
21 debugobjects is not changing the data structure of the real object so it
28 A kernel subsystem needs to provide a data structure which describes the
29 object type and add calls into the debug code at appropriate places. The
30 data structure to describe the object type needs at minimum the name of
31 the object type. Optional functions can and should be provided to fixup
32 detected problems so the kernel can continue to work and the debug
[all …]
/linux/Documentation/admin-guide/mm/
H A Dnuma_memory_policy.rst8 In the Linux kernel, "memory policy" determines from which node the kernel will
11 The current memory policy support was added to Linux 2.6 around May 2004. This
12 document attempts to describe the concepts and APIs of the 2.6 memory policy
17 which is an administrative mechanism for restricting the nodes from which
20 both cpusets and policies are applied to a task, the restrictions of the cpuset
30 The Linux kernel supports _scopes_ of memory policy, described here from
34 this policy is "hard coded" into the kernel. It is the policy
36 one of the more specific policy scopes discussed below. When
37 the system is "up and running", the system default policy will
39 up, the system default policy will be set to interleave
[all …]
H A Duserfaultfd.rst8 Userfaults allow the implementation of on-demand paging from userland
10 memory page faults, something otherwise only the kernel code could do.
13 of the ``PROT_NONE+SIGSEGV`` trick.
19 regions of virtual memory with it. Then, any page faults which occur within the
20 region(s) result in a message being delivered to the userfaultfd, notifying
21 userspace of the fault.
23 The ``userfaultfd`` (aside from registering and unregistering virtual
26 1) ``read/POLLIN`` protocol to notify a userland thread of the faults
29 2) various ``UFFDIO_*`` ioctls that can manage the virtual memory regions
30 registered in the ``userfaultfd`` that allows userland to efficiently
[all …]
/linux/Documentation/security/keys/
H A Dcore.rst6 user mappings, and similar to be cached in the kernel for the use of
13 The key service can be configured on by enabling:
17 This document has the following sections:
26 tokens, keyrings, etc.. These are represented in the kernel by struct key.
40 the lifetime of that key. All serial numbers are positive non-zero 32-bit
46 * Each key is of a defined "type". Types must be registered inside the
50 Key types are represented in the kernel by struct key_type. This defines a
53 Should a type be removed from the system, all the keys of that type will
56 * Each key has a description. This should be a printable string. The key
57 type provides an operation to perform a match between the description on a
[all …]
/linux/Documentation/arch/sparc/oradax/
H A Ddax-hv-api.txt13The following APIs provide access via the Hypervisor to hardware assisted data processing function…
15 …even on supported platforms. Restrictions on the use of these APIs may be imposed in order to supp…
19The Data Analytics Accelerator (DAX) functionality is a collection of hardware coprocessors that p…
20 …high speed processoring of database-centric operations. The coprocessors may support one or more of
21the following data query operations: search, extraction, compression, decompression, and translati…
24The DAX is a virtual device to sun4v guests, with supported data operations indicated by the virtu…
25 … compatibility property. Functionality is accessed through the submission of Command Control Blocks
26 …(CCBs) via the ccb_submit API function. The operations are processed asynchronously, with the stat…
27 … of the submitted operations reported through a Completion Area linked to each CCB. Each CCB has a
28 …separate Completion Area and, unless execution order is specifically restricted through the use of…
[all …]

12345678910>>...421