Home
last modified time | relevance | path

Searched full:reporting (Results 1 – 25 of 2081) sorted by relevance

12345678910>>...84

/kernel/linux/linux-5.10/Documentation/vm/
Dfree_page_reporting.rst4 Free Page Reporting
7 Free page reporting is an API by which a device can register to receive
18 page reporting interface with the reporting framework assuming no other
19 page reporting devices are already registered.
21 Once registered the page reporting API will begin reporting batches of
22 pages to the driver. The API will start reporting pages 2 seconds after
26 Pages reported will be stored in the scatterlist passed to the reporting
32 Prior to removing a driver that is making use of free page reporting it
35 reporting removed. Doing this will prevent further reports from being
38 left off in terms of reporting free pages.
/kernel/linux/linux-6.6/Documentation/mm/
Dfree_page_reporting.rst2 Free Page Reporting
5 Free page reporting is an API by which a device can register to receive
16 page reporting interface with the reporting framework assuming no other
17 page reporting devices are already registered.
19 Once registered the page reporting API will begin reporting batches of
20 pages to the driver. The API will start reporting pages 2 seconds after
24 Pages reported will be stored in the scatterlist passed to the reporting
30 Prior to removing a driver that is making use of free page reporting it
33 reporting removed. Doing this will prevent further reports from being
36 left off in terms of reporting free pages.
/kernel/linux/linux-6.6/Documentation/PCI/
Dpcieaer-howto.rst5 The PCI Express Advanced Error Reporting Driver Guide HOWTO
20 Reporting (AER) driver and provides information on how to use it, as
30 defines two error reporting paradigms: the baseline capability and
31 the Advanced Error Reporting capability. The baseline capability is
33 set of error reporting requirements. Advanced Error Reporting
34 capability is implemented with a PCIe Advanced Error Reporting
35 extended capability structure providing more robust error reporting.
38 Error Reporting capability. The PCIe AER driver provides three basic
121 When PCIe error reporting is enabled, a device will automatically send an
123 an error. The Root Port, upon receiving an error reporting message,
[all …]
/kernel/linux/linux-5.10/mm/
Dpage_reporting.c22 /* request page reporting */
34 * If reporting is already active there is nothing we need to do. in __page_reporting_request()
49 /* notify prdev of free page reporting request */
104 * The page reporting cycle consists of 4 stages, fill, report, drain, and
130 * Limit how many calls we will be making to the page reporting in page_reporting_cycle()
137 * list processed. This should result in us reporting all pages on in page_reporting_cycle()
236 * to allocate page reporting statistics for the zone. in page_reporting_process_zone()
281 * anyone requests page reporting after we complete our pass. If in page_reporting_process()
283 * to idle and quit scheduling reporting runs. in page_reporting_process()
337 /* enable page reporting notification */ in page_reporting_register()
[all …]
/kernel/linux/linux-6.6/mm/
Dpage_reporting.c38 MODULE_PARM_DESC(page_reporting_order, "Set page reporting order");
59 /* request page reporting */
71 * If reporting is already active there is nothing we need to do. in __page_reporting_request()
86 /* notify prdev of free page reporting request */
141 * The page reporting cycle consists of 4 stages, fill, report, drain, and
167 * Limit how many calls we will be making to the page reporting in page_reporting_cycle()
174 * list processed. This should result in us reporting all pages on in page_reporting_cycle()
273 * to allocate page reporting statistics for the zone. in page_reporting_process_zone()
318 * anyone requests page reporting after we complete our pass. If in page_reporting_process()
320 * to idle and quit scheduling reporting runs. in page_reporting_process()
[all …]
/kernel/linux/linux-5.10/Documentation/PCI/
Dpcieaer-howto.rst5 The PCI Express Advanced Error Reporting Driver Guide HOWTO
20 Reporting (AER) driver and provides information on how to use it, as
30 defines two error reporting paradigms: the baseline capability and
31 the Advanced Error Reporting capability. The baseline capability is
33 set of error reporting requirements. Advanced Error Reporting
34 capability is implemented with a PCI Express advanced error reporting
35 extended capability structure providing more robust error reporting.
38 Express Advanced Error Reporting capability. The PCI Express AER
124 an error. The Root Port, upon receiving an error reporting message,
127 the error reporting agent's requestor ID into the Error Source
[all …]
/kernel/linux/linux-6.6/drivers/rapidio/switches/
Didt_gen2.c229 * Configure LT LAYER error reporting. in idtg2_em_init()
232 /* Enable standard (RIO.p8) error reporting */ in idtg2_em_init()
237 /* Use Port-Writes for LT layer error reporting. in idtg2_em_init()
245 * Configure PORT error reporting. in idtg2_em_init()
251 /* Configure reporting of implementation specific errors/events */ in idtg2_em_init()
255 /* Use Port-Writes for port error reporting and enable error logging */ in idtg2_em_init()
269 * Configure LANE error reporting. in idtg2_em_init()
272 /* Disable line error reporting */ in idtg2_em_init()
275 /* Use Port-Writes for lane error reporting (when enabled) in idtg2_em_init()
286 * Configure AUX error reporting. in idtg2_em_init()
[all …]
/kernel/linux/linux-5.10/drivers/rapidio/switches/
Didt_gen2.c229 * Configure LT LAYER error reporting. in idtg2_em_init()
232 /* Enable standard (RIO.p8) error reporting */ in idtg2_em_init()
237 /* Use Port-Writes for LT layer error reporting. in idtg2_em_init()
245 * Configure PORT error reporting. in idtg2_em_init()
251 /* Configure reporting of implementation specific errors/events */ in idtg2_em_init()
255 /* Use Port-Writes for port error reporting and enable error logging */ in idtg2_em_init()
269 * Configure LANE error reporting. in idtg2_em_init()
272 /* Disable line error reporting */ in idtg2_em_init()
275 /* Use Port-Writes for lane error reporting (when enabled) in idtg2_em_init()
286 * Configure AUX error reporting. in idtg2_em_init()
[all …]
/kernel/linux/linux-6.6/Documentation/arch/x86/
Diommu.rst23 - RMRR - Intel Reserved Memory Region Reporting Structure
24 - IVRS - AMD I/O Virtualization Reporting Structure
42 Virtualization Reporting Structure (IVRS) that is used to convey information
69 If this fixes anything, please ensure you file a bug reporting the problem.
86 this fixes anything, please ensure you file a bug reporting the problem.
88 Fault reporting
125 Intel Fault reporting
145 AMD Fault reporting
/kernel/linux/linux-6.6/drivers/input/misc/
DKconfig21 reporting power button status.
31 reporting power button status.
81 Say Y to enable support for reporting power button status on
101 Support the ONKEY of ATC260x PMICs as an input device reporting
241 reporting power button status.
263 reporting power button status.
336 Say Y here if you want to enable power key reporting via the
466 Say Y here if you want to enable power key reporting via the
476 Say Y here if you want to enable power button reporting for
486 Say Y here if you want to enable power button reporting for
[all …]
/kernel/linux/linux-5.10/drivers/pci/pcie/
DKconfig9 support for Native Hot-Plug, Advanced Error Reporting, Power
25 bool "PCI Express Advanced Error Reporting support"
29 This enables PCI Express Root Port Advanced Error Reporting
30 (AER) driver support. Error reporting messages sent to Root
38 This enables PCI Express Root Port Advanced Error Reporting
/kernel/linux/linux-6.6/drivers/pci/pcie/
DKconfig10 support for Native Hot-Plug, Advanced Error Reporting, Power
29 bool "PCI Express Advanced Error Reporting support"
33 This enables PCI Express Root Port Advanced Error Reporting
34 (AER) driver support. Error reporting messages sent to Root
42 This enables PCI Express Root Port Advanced Error Reporting
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
Dintel_fifo_underrun.c53 * reporting on all pipes.
306 * intel_set_cpu_fifo_underrun_reporting - set cpu fifo underrrun reporting state
316 * disables for all due to shared interrupts. Actual reporting is still per-pipe
319 * Returns the previous state of underrun reporting.
336 * intel_set_pch_fifo_underrun_reporting - set PCH fifo underrun reporting state
343 * underrun reporting for one transcoder may also disable all the other PCH
347 * Returns the previous state of underrun reporting.
391 * into dmesg if underrun reporting is enabled and then disables the underrun
449 * into dmesg if underrun reporting is enabled and then disables the underrun
523 * We track the PCH trancoder underrun reporting state in intel_init_fifo_underrun_reporting()
[all …]
/kernel/linux/linux-5.10/drivers/input/misc/
DKconfig21 reporting power button status.
31 reporting power button status.
208 reporting power button status.
230 reporting power button status.
315 Say Y here if you want to enable power key reporting via the
445 Say Y here if you want to enable power key reporting via the
455 Say Y here if you want to enable power button reporting for
465 Say Y here if you want to enable power key reporting via the
476 Say Y here if you want to enable power key reporting via the
533 Say Y here if you want to enable power key reporting via the
[all …]
/kernel/linux/linux-6.6/include/linux/
Dpage_reporting.h19 /* Current state of page reporting */
22 /* Minimal order of page reporting */
26 /* Tear-down and bring-up for page reporting devices */
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-siox56 Read-only value reporting the inbytes value provided to siox-X/device_add
69 Read-only value reporting the type value provided to siox-X/device_add.
75 Read-only value reporting if the watchdog of the siox device is
83 Read-only value reporting the number to time intervals when the
90 Read-only value reporting the outbytes value provided to siox-X/device_add.
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-bus-siox56 Read-only value reporting the inbytes value provided to siox-X/device_add
69 Read-only value reporting the type value provided to siox-X/device_add.
75 Read-only value reporting if the watchdog of the siox device is
83 Read-only value reporting the number to time intervals when the
90 Read-only value reporting the outbytes value provided to siox-X/device_add.
/kernel/linux/linux-5.10/Documentation/input/devices/
Datarikbd.rst66 Relative Position Reporting
96 Absolute Position reporting
119 Joystick Event Reporting
150 time to reporting the state of the joystick ports at a user specifiable rate.
201 The ikbd defaults to a mouse position reporting with threshold of 1 unit in
203 reporting mode for joystick 1, with both buttons being logically assigned to
259 SET RELATIVE MOUSE POSITION REPORTING
266 Set relative mouse position reporting. (DEFAULT) Mouse position packets are
417 All mouse event reporting is disabled (and scanning may be internally
419 valid mouse mode commands are SET RELATIVE MOUSE POSITION REPORTING, SET
[all …]
/kernel/linux/linux-6.6/Documentation/input/devices/
Datarikbd.rst66 Relative Position Reporting
96 Absolute Position reporting
119 Joystick Event Reporting
150 time to reporting the state of the joystick ports at a user specifiable rate.
201 The ikbd defaults to a mouse position reporting with threshold of 1 unit in
203 reporting mode for joystick 1, with both buttons being logically assigned to
259 SET RELATIVE MOUSE POSITION REPORTING
266 Set relative mouse position reporting. (DEFAULT) Mouse position packets are
417 All mouse event reporting is disabled (and scanning may be internally
419 valid mouse mode commands are SET RELATIVE MOUSE POSITION REPORTING, SET
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_fifo_underrun.c49 * reporting on all pipes.
283 * intel_set_cpu_fifo_underrun_reporting - set cpu fifo underrrun reporting state
293 * disables for all due to shared interrupts. Actual reporting is still per-pipe
296 * Returns the previous state of underrun reporting.
313 * intel_set_pch_fifo_underrun_reporting - set PCH fifo underrun reporting state
320 * underrun reporting for one transcoder may also disable all the other PCH
324 * Returns the previous state of underrun reporting.
368 * into dmesg if underrun reporting is enabled and then disables the underrun
400 * into dmesg if underrun reporting is enabled and then disables the underrun
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
Dwinchip.c3 * IDT Winchip specific Machine Check Exception Reporting
28 /* Set up machine check reporting on the Winchip C6 series */
44 pr_info("Winchip machine check reporting enabled on CPU#0.\n"); in winchip_mcheck_init()
Dp5.c3 * P5 specific Machine Check Exception Reporting
44 /* Set up machine check reporting for processors with Intel style MCE: */
68 pr_info("Intel old style machine check reporting enabled on CPU#%d.\n", in intel_p5_mcheck_init()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mce/
Dwinchip.c3 * IDT Winchip specific Machine Check Exception Reporting
28 /* Set up machine check reporting on the Winchip C6 series */
40 pr_info("Winchip machine check reporting enabled on CPU#0.\n"); in winchip_mcheck_init()
Dp5.c3 * P5 specific Machine Check Exception Reporting
44 /* Set up machine check reporting for processors with Intel style MCE: */
64 pr_info("Intel old style machine check reporting enabled on CPU#%d.\n", in intel_p5_mcheck_init()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/
Dinput.yaml19 Specifies an array of numeric keycode values to be used for reporting
28 Specifies a single numeric keycode value to be used for reporting
30 reporting.

12345678910>>...84