Home
last modified time | relevance | path

Searched refs:subsystems (Results 1 – 25 of 95) sorted by relevance

1234

/linux/Documentation/ABI/stable/
H A Dconfigfs-nvmet109 What: /config/nvmet/subsystems/NAME/attr_allow_any_host
118 What: /config/nvmet/subsystems/NAME/namespaces/NSID/device_path
119 What: /config/nvmet/subsystems/NAME/namespaces/NSID/device_nguid
120 What: /config/nvmet/subsystems/NAME/namespaces/NSID/enable
137 What: /config/nvmet/subsystems/NAME/namespaces/NSID/device_uuid
145 What: /config/nvmet/subsystems/NAME/attr_version
146 What: /config/nvmet/subsystems/NAME/attr_serial
160 What: /config/nvmet/subsystems/NAME/namespaces/NSID/ana_grpid
169 What: /config/nvmet/subsystems/NAME/namespaces/NSID/buffered_io
178 What: /config/nvmet/subsystems/NAME/namespaces/NSID/p2pmem
[all …]
/linux/Documentation/
H A Dsubsystem-apis.rst7 These books get into the details of how specific kernel subsystems work
13 Core subsystems
64 Other subsystems
/linux/Documentation/sphinx/
H A Dmaintainers_include.py91 self.subsystems = False
114 elif self.maintainers and not self.subsystems:
116 self.subsystems = True
120 elif self.subsystems:
/linux/drivers/dma/
H A DTODO11 4. Check other subsystems for dma drivers and merge/move to dmaengine
/linux/Documentation/userspace-api/ebpf/
H A Dindex.rst9 kernel subsystems, including networking, tracing and Linux security modules
/linux/Documentation/driver-api/80211/
H A Dintroduction.rst9 These books attempt to give a description of the various subsystems
/linux/Documentation/driver-api/pm/
H A Dnotifiers.rst13 There are some operations that subsystems or drivers may want to carry out
15 to be fully functional, so the drivers' and subsystems' ``->suspend()`` and
/linux/Documentation/devicetree/bindings/powerpc/
H A Dibm,vas.txt3 VAS is a hardware mechanism that allows kernel subsystems and user processes
/linux/fs/sysfs/
H A DKconfig14 and other kernel subsystems.
/linux/Documentation/driver-api/iio/
H A Dintro.rst11 :doc:`input <../input>` subsystems. Hwmon is directed at low sample rate
/linux/Documentation/userspace-api/
H A Ddma-buf-alloc-exchange.rst10 subsystems. Modern systems require extensive integration between all three
11 classes; this document details how applications and kernel subsystems should
16 support, however any other subsystems should also follow this design and advice.
277 are not portable between contexts, processes, devices, or subsystems.
283 contexts, processes, devices, and subsystems.
304 The concept of modifiers post-dates all of the subsystems mentioned above. As
381 Any new users - userspace programs and protocols, kernel subsystems, etc -
/linux/
H A DREADME38 * Maintainer: Leading subsystems and reviewing patches
113 Lead kernel subsystems and manage contributions:
/linux/Documentation/driver-api/
H A Dioctl.rst55 Some subsystems use version numbers in data structures to overload
75 -ENOTTY being returned from the system call. Some subsystems return
80 commands. As all subsystems are now responsible for handling compat
213 subsystems implement the same command for multiple drivers. Ideally the
/linux/Documentation/admin-guide/cgroup-v1/
H A Dmemcg_test.rst231 9.6 Mount with other subsystems
234 Mounting with other subsystems is a good test because there is a
235 race and lock dependency with other cgroup subsystems.
/linux/Documentation/pcmcia/
H A Dlocking.rst6 and PCMCIA subsystems.
/linux/Documentation/netlabel/
H A Dintroduction.rst24 engine will handle those tasks as well. Other kernel subsystems should
/linux/Documentation/timers/
H A Dhrtimers.rst8 (kernel/timers.c), why do we need two timer subsystems? After a lot of
60 users like drivers and subsystems which require precise timed events
69 separate the "timeout" and "precise timer" subsystems.
/linux/Documentation/driver-api/fpga/
H A Dintro.rst5 Linux. Some of the core intentions of the FPGA subsystems are:
/linux/Documentation/sound/soc/
H A Dpops-clicks.rst19 Playback pops in portable audio subsystems cannot be completely eliminated
/linux/Documentation/translations/zh_CN/maintainer/
H A Dpull-requests.rst84 subsystems:
/linux/Documentation/core-api/irq/
H A Dirqflags-tracing.rst8 that it gives interested subsystems an opportunity to be notified of
/linux/Documentation/driver-api/gpio/
H A Ddrivers-on-gpio.rst7 drivers can quite easily interconnect with other kernel subsystems using
110 Apart from this there are special GPIO drivers in subsystems like MMC/SD to
/linux/drivers/nvme/target/
H A Dconfigfs.c1076 list_for_each_entry(p, &port->subsystems, entry) { in nvmet_port_subsys_allow_link()
1081 if (list_empty(&port->subsystems)) { in nvmet_port_subsys_allow_link()
1087 list_add_tail(&link->entry, &port->subsystems); in nvmet_port_subsys_allow_link()
1107 list_for_each_entry(p, &port->subsystems, entry) { in nvmet_port_subsys_drop_link()
1119 if (list_empty(&port->subsystems)) in nvmet_port_subsys_drop_link()
2073 INIT_LIST_HEAD(&port->subsystems); in nvmet_ports_make()
/linux/Documentation/userspace-api/gpio/
H A Dchardev.rst21 Similarly, for multi-function lines there may be other subsystems, such as
/linux/Documentation/filesystems/nfs/
H A Dnfsd-maintainer-entry-profile.rst8 A maintainer may use these profiles to look across subsystems for
245 process that is common to most other kernel subsystems.
270 If there are other subsystems involved in the patches (for example
465 device. It relies on other kernel subsystems for that.
467 If the subsystems on which NFSD relies do not implement a particular

1234