Home
last modified time | relevance | path

Searched refs:Resource (Results 1 – 25 of 80) sorted by relevance

1234

/linux/Documentation/translations/zh_CN/doc-guide/
H A Dcontributing.rst48 - Resource-managed devfreq_register_notifier()
50 - Resource-managed devfreq_unregister_notifier()
58 - Resource-managed devfreq_register_notifier()
76 - Resource-managed devfreq_register_notifier()
78 - Resource-managed devfreq_unregister_notifier()
95 - - Resource-managed devfreq_register_notifier()
96 + * - Resource-managed devfreq_register_notifier()
104 - - Resource-managed devfreq_unregister_notifier()
105 + * - Resource-managed devfreq_unregister_notifier()
/linux/rust/kernel/io/
H A Dresource.rs39 type Target = Resource;
43 unsafe { Resource::from_raw(self.resource.as_ptr()) } in deref()
79 pub struct Resource(Opaque<bindings::resource>); struct
81 impl Resource { impl
173 unsafe impl Send for Resource {} implementation
177 unsafe impl Sync for Resource {} implementation
H A Dmem.rs17 Resource, //
28 resource: &'a Resource,
38 pub(crate) unsafe fn new(device: &'a Device<Bound>, resource: &'a Resource) -> Self { in new()
183 fn ioremap(resource: &Resource) -> Result<Self> { in ioremap()
238 fn ioremap(resource: &Resource) -> Result<Self> { in ioremap()
/linux/rust/kernel/
H A Dplatform.rs22 Resource, //
267 pub fn resource_by_index(&self, index: u32) -> Option<&Resource> { in resource_by_index() argument
279 Some(unsafe { Resource::from_raw(resource) }) in resource_by_index()
283 pub fn resource_by_name(&self, name: &CStr) -> Option<&Resource> { in resource_by_name() argument
300 Some(unsafe { Resource::from_raw(resource) }) in resource_by_name()
/linux/Documentation/admin-guide/cgroup-v1/
H A Dpids.rst65 sh: fork: Resource temporary unavailable
80 sh: fork: Resource temporary unavailable
89 sh: fork: Resource temporary unavailable
92 sh: fork: Resource temporary unavailable
H A Drdma.rst67 Resource pool object is created in following situations.
75 Resource pool is destroyed if all the resource limits are set to max and
/linux/Documentation/driver-api/cxl/linux/
H A Doverview.rst29 * Soft-Reserved IO Resource created for CFMWS entry
54 * CEDT CFMWS IO Resource creation
84 * DAX kmem IO Resource creation
/linux/fs/resctrl/
H A DKconfig2 bool "CPU Resource Control Filesystem (resctrl)"
10 Intel's Resource Director Technology (Intel(R) RDT) and AMD's
/linux/Documentation/devicetree/bindings/mfd/
H A Daltera-a10sr.txt1 * Altera Arria10 Development Kit System Resource Chip
7 System Resource chip
/linux/Documentation/doc-guide/
H A Dcontributing.rst59 - Resource-managed devfreq_register_notifier()
61 - Resource-managed devfreq_unregister_notifier()
70 - Resource-managed devfreq_register_notifier()
92 - Resource-managed devfreq_register_notifier()
94 - Resource-managed devfreq_unregister_notifier()
111 - - Resource-managed devfreq_register_notifier()
112 + * - Resource-managed devfreq_register_notifier()
120 - - Resource-managed devfreq_unregister_notifier()
121 + * - Resource-managed devfreq_unregister_notifier()
/linux/Documentation/driver-api/cxl/platform/acpi/
H A Dsrat.rst4 SRAT - Static Resource Affinity Table
7 The System/Static Resource Affinity Table describes resource (CPU, Memory)
/linux/Documentation/driver-api/iio/
H A Dtriggers.rst6 * :c:func:`devm_iio_trigger_alloc` — Resource-managed iio_trigger_alloc
7 * :c:func:`devm_iio_trigger_register` — Resource-managed iio_trigger_register
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_fastopen_server_basic-non-tfo-listener.pkt19 +0 accept(3, ..., ...) = -1 EAGAIN (Resource temporarily unavailable)
H A Dtcp_zerocopy_closed.pkt22 msg_control=[]}, MSG_ERRQUEUE) = -1 EAGAIN (Resource temporarily unavailable)
H A Dtcp_fastopen_server_reset-non-tfo-socket.pkt21 +0 accept(3, ..., ...) = -1 EAGAIN (Resource temporarily unavailable)
H A Dtcp_zerocopy_fastopen-client.pkt28 msg_control=[]}, MSG_ERRQUEUE) = -1 EAGAIN (Resource temporarily unavailable)
/linux/Documentation/dev-tools/kunit/api/
H A Dresource.rst4 Resource API
/linux/drivers/resctrl/
H A DKconfig6 Memory System Resource Partitioning and Monitoring (MPAM) driver for
/linux/Documentation/accel/amdxdna/
H A Damdnpu.rst130 Resource Solver
133 The Resource Solver component of the amdxdna driver manages the allocation
135 of columns required to run the NPU binary in its metadata. The Resource Solver
139 binding decisions made by the Resource Solver.
192 3. The driver checks with the Resource Solver for provisioning a set of columns
/linux/drivers/interconnect/mediatek/
H A DKconfig15 Voltage Frequency Scaling Resource Collector (DVFSRC) MCU
/linux/Documentation/networking/
H A Dphonet.rst35 uint8_t pn_res; /* Resource ID or function */
86 uint8_t spn_resource; /* Resource or function */
122 Resource subscription
/linux/fs/9p/
H A DKconfig3 tristate "Plan 9 Resource Sharing Support (9P2000)"
/linux/Documentation/devicetree/bindings/
H A Dresource-names.txt10 Resource Property Supplemental Names Property
/linux/net/9p/
H A DKconfig7 tristate "Plan 9 Resource Sharing Support (9P2000)"
/linux/Documentation/firmware-guide/acpi/
H A Dextcon-intel-int3496.rst15 to 3 gpio descriptors from its ACPI _CRS (Current Resource Settings) call:

1234