Home
last modified time | relevance | path

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

12

/Linux-v5.4/kernel/sched/
Dcpuacct.c24 u64 usages[CPUACCT_STAT_NSTATS]; member
122 data += cpuusage->usages[i]; in cpuacct_cpuusage_read()
124 data = cpuusage->usages[index]; in cpuacct_cpuusage_read()
147 cpuusage->usages[i] = val; in cpuacct_cpuusage_write()
258 seq_printf(m, " %llu", cpuusage->usages[index]); in cpuacct_all_seq_show()
350 this_cpu_ptr(ca->cpuusage)->usages[index] += cputime; in cpuacct_charge()
/Linux-v5.4/tools/cgroup/
Diocost_monitor.py167 self.usages = []
170 usage = iocg.usages[(usage_idx + i) % NR_USAGE_SLOTS].value_()
172 self.usages.append(upct)
190 for i in range(len(self.usages)):
191 out[f'usage_pct_{i}'] = str(self.usages[i])
203 for u in self.usages:
/Linux-v5.4/drivers/acpi/
Dacpi_dbg.c59 unsigned long usages; member
129 return acpi_aml_io.usages ? true : false; in __acpi_aml_used()
397 acpi_aml_io.usages++; in acpi_aml_thread()
407 acpi_aml_io.usages--; in acpi_aml_thread()
DKconfig489 Certain usages such as Predictive Failure Analysis (PFA) require
/Linux-v5.4/drivers/hid/
Dhid-core.c93 static struct hid_field *hid_register_field(struct hid_report *report, unsigned usages, unsigned va… in hid_register_field() argument
103 usages * sizeof(struct hid_usage) + in hid_register_field()
111 field->value = (s32 *)(field->usage + usages); in hid_register_field()
241 unsigned int usages; in hid_add_field() local
274 usages = max_t(unsigned, parser->local.usage_index, in hid_add_field()
277 field = hid_register_field(report, usages, parser->global.report_count); in hid_add_field()
285 for (i = 0; i < usages; i++) { in hid_add_field()
297 field->maxusage = usages; in hid_add_field()
DKconfig470 Prevents mapping of vendor defined HID usages to input events. Without
832 Correctly maps vendor unique volume up/down HID usages to
834 of other vendor unique HID usages to random mouse events.
/Linux-v5.4/Documentation/hid/
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
Dhid-sensor.rst9 "Standardization of HID usages for sensors would allow (but not require) sensor
/Linux-v5.4/kernel/rcu/
DKconfig.debug16 Enable RCU lockdep checking for list usages. By default it is
/Linux-v5.4/Documentation/devicetree/bindings/devfreq/event/
Dexynos-ppmu.txt8 usages of each IP (DMC, CPU, RIGHTBUS, LEFTBUS, CAM interface, LCD, G3D, MFC).
/Linux-v5.4/Documentation/locking/
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-v5.4/Documentation/vm/
Dpage_owner.rst27 enabled. Other usages are more than welcome.
/Linux-v5.4/Documentation/driver-api/soundwire/
Derror_handling.rst14 that are independent of the payload and usages, and they cover both control
/Linux-v5.4/block/
Dblk-iocost.c496 u32 usages[NR_USAGE_SLOTS]; member
1442 iocg->usages[iocg->usage_idx] = usage; in ioc_timer_fn()
1508 if (iocg->usages[i]) { in ioc_timer_fn()
1509 usage = max(usage, iocg->usages[i]); in ioc_timer_fn()
/Linux-v5.4/Documentation/media/uapi/dvb/
Dintro.rst116 It may also not be needed for certain usages (e.g. for data-only
/Linux-v5.4/Documentation/security/keys/
Dtrusted-encrypted.rst210 but may expand to other usages that require 32 bytes payload.
/Linux-v5.4/Documentation/networking/
Dphonet.txt112 not seem useful with Phonet usages (could be added easily).
Darcnet-hardware.txt272 use at any given time. Here is a list of common usages from Vojtech
Dip-sysctl.txt708 For specific usages, it's possible to force TCP to build big
/Linux-v5.4/Documentation/gpu/
Dkomeda-kms.rst80 adjusted to fit different usages. And D71 has two pipelines, which support two
/Linux-v5.4/Documentation/admin-guide/
Dcgroup-v2.rst619 as long as the usages of all its ancestors are under their
1063 While not completely water-tight, all major memory usages by a given
1066 following types of memory usages are tracked.
1430 to a different cgroup doesn't move the memory usages that it
/Linux-v5.4/Documentation/admin-guide/mm/
Dnuma_memory_policy.rst359 We can avoid taking an extra reference during the usages listed above as
/Linux-v5.4/Documentation/scsi/
Dscsi_mid_low_api.txt107 Those usages in group c) should be handled with care, especially in a
DChangeLog.lpfc1626 * lpfc_ipfarp_timeout() uses system timer. Remove all usages
/Linux-v5.4/lib/
DKconfig.debug1418 round-robin CPU selection to flush out usages which depend on the

12