Home
last modified time | relevance | path

Searched refs:usages (Results 1 – 25 of 30) sorted by relevance

12

/linux/kernel/sched/
A Dcpuacct.c25 u64 usages[CPUACCT_STAT_NSTATS]; member
123 data += cpuusage->usages[i]; in cpuacct_cpuusage_read()
125 data = cpuusage->usages[index]; in cpuacct_cpuusage_read()
148 cpuusage->usages[i] = val; in cpuacct_cpuusage_write()
259 seq_printf(m, " %llu", cpuusage->usages[index]); in cpuacct_all_seq_show()
351 __this_cpu_add(ca->cpuusage->usages[index], cputime); in cpuacct_charge()
/linux/drivers/acpi/
A Dacpi_dbg.c59 unsigned long usages; member
122 return acpi_aml_io.usages ? true : false; in __acpi_aml_used()
390 acpi_aml_io.usages++; in acpi_aml_thread()
400 acpi_aml_io.usages--; in acpi_aml_thread()
A DKconfig494 Certain usages such as Predictive Failure Analysis (PFA) require
/linux/drivers/hid/
A Dhid-core.c93 static struct hid_field *hid_register_field(struct hid_report *report, unsigned usages) in hid_register_field() argument
103 usages * sizeof(struct hid_usage) + in hid_register_field()
104 usages * sizeof(unsigned)), GFP_KERNEL); in hid_register_field()
111 field->value = (s32 *)(field->usage + usages); in hid_register_field()
261 unsigned int usages; in hid_add_field() local
300 usages = max_t(unsigned, parser->local.usage_index, in hid_add_field()
303 field = hid_register_field(report, usages); in hid_add_field()
311 for (i = 0; i < usages; i++) { in hid_add_field()
323 field->maxusage = usages; in hid_add_field()
A DKconfig506 Prevents mapping of vendor defined HID usages to input events. Without
893 Correctly maps vendor unique volume up/down HID usages to
895 of other vendor unique HID usages to random mouse events.
/linux/Documentation/hid/
A Dhiddev.rst75 each of which can have one or more "usages". In the hid-core,
76 each one of these usages has a single signed 32-bit value.
84 returns to hiddev.c the individual usages that have changed within
A Dhid-sensor.rst9 "Standardization of HID usages for sensors would allow (but not require) sensor
/linux/Documentation/ABI/stable/
A Dsysfs-driver-dma-idxd158 queue usages in the kernel space or "user" type for work queue
159 usages by applications in user space.
/linux/Documentation/devicetree/bindings/devfreq/event/
A Dsamsung,exynos-ppmu.yaml17 analyze system performance, to make behaviors visible and to count usages of
/linux/Documentation/driver-api/soundwire/
A Derror_handling.rst14 that are independent of the payload and usages, and they cover both control
A Dstream.rst213 same limitation as with I2S/PCM TDM usages.
/linux/kernel/rcu/
A DKconfig.debug16 Enable RCU lockdep checking for list usages. By default it is
/linux/Documentation/x86/
A Dbuslock.rst75 Detecting and handling bus lock may find usages in various areas:
/linux/Documentation/vm/
A Dpage_owner.rst27 enabled. Other usages are more than welcome.
/linux/Documentation/locking/
A Dlockdep-design.rst26 continuing effort to prove lock usages and dependencies are correct or
32 class and hence their usages and dependecies will contribute to those of
42 (4 usages * n STATEs + 1) categories:
44 where the 4 usages can be:
/linux/Documentation/userspace-api/media/dvb/
A Dintro.rst109 It may also not be needed for certain usages (e.g. for data-only
/linux/Documentation/networking/
A Dphonet.rst119 not seem useful with Phonet usages (could be added easily).
A Darcnet-hardware.rst285 use at any given time. Here is a list of common usages from Vojtech
/linux/Documentation/devicetree/bindings/arm/
A Dcoresight-cti.yaml52 and usages. These can be defined along with the signal indexes with the
/linux/Documentation/security/keys/
A Dtrusted-encrypted.rst314 but may expand to other usages that require 32 bytes payload.
/linux/Documentation/gpu/
A Dkomeda-kms.rst80 adjusted to fit different usages. And D71 has two pipelines, which support two
/linux/Documentation/admin-guide/mm/
A Dnuma_memory_policy.rst366 We can avoid taking an extra reference during the usages listed above as
/linux/Documentation/admin-guide/
A Dcgroup-v2.rst635 as long as the usages of all its ancestors are under their
1101 While not completely water-tight, all major memory usages by a given
1104 following types of memory usages are tracked.
1544 to a different cgroup doesn't move the memory usages that it
/linux/Documentation/driver-api/surface_aggregator/
A Dinternal.rst572 invalid usages, but rather aim to help catch them. In those cases, proper
/linux/Documentation/scsi/
A Dscsi_mid_low_api.rst110 Those usages in group c) should be handled with care, especially in a

Completed in 43 milliseconds

12