| /kernel/linux/linux-5.10/fs/cachefiles/ |
| D | rdwr.c | 23 struct cachefiles_one_read *monitor = in cachefiles_read_waiter() local 24 container_of(wait, struct cachefiles_one_read, monitor); in cachefiles_read_waiter() 26 struct fscache_retrieval *op = monitor->op; in cachefiles_read_waiter() 33 monitor->netfs_page->index, mode, sync, in cachefiles_read_waiter() 39 _debug("--- monitor %p %lx ---", page, page->flags); in cachefiles_read_waiter() 54 * monitor being enqueued on the op->to_do list and the op getting in cachefiles_read_waiter() 61 list_add_tail(&monitor->op_link, &op->to_do); in cachefiles_read_waiter() 77 struct cachefiles_one_read *monitor) in cachefiles_read_reissue() argument 80 struct page *backpage = monitor->back_page, *backpage2; in cachefiles_read_reissue() 109 INIT_LIST_HEAD(&monitor->op_link); in cachefiles_read_reissue() [all …]
|
| /kernel/linux/linux-4.19/fs/cachefiles/ |
| D | rdwr.c | 27 struct cachefiles_one_read *monitor = in cachefiles_read_waiter() local 28 container_of(wait, struct cachefiles_one_read, monitor); in cachefiles_read_waiter() 30 struct fscache_retrieval *op = monitor->op; in cachefiles_read_waiter() 37 monitor->netfs_page->index, mode, sync, in cachefiles_read_waiter() 44 _debug("--- monitor %p %lx ---", page, page->flags); in cachefiles_read_waiter() 59 * monitor being enqueued on the op->to_do list and the op getting in cachefiles_read_waiter() 66 list_add_tail(&monitor->op_link, &op->to_do); in cachefiles_read_waiter() 82 struct cachefiles_one_read *monitor) in cachefiles_read_reissue() argument 85 struct page *backpage = monitor->back_page, *backpage2; in cachefiles_read_reissue() 114 INIT_LIST_HEAD(&monitor->op_link); in cachefiles_read_reissue() [all …]
|
| /kernel/linux/linux-4.19/Documentation/s390/ |
| D | monreader.txt | 6 Linux API for read access to z/VM Monitor Records 13 usable from user space and allows read access to the z/VM Monitor Records 14 collected by the *MONITOR System Service of z/VM. 20 order to allow IUCV connections to the *MONITOR service, i.e. it needs the 21 IUCV *MONITOR statement in its user entry. If the monitor DCSS to be used is 26 There are two options for being able to load the monitor DCSS (examples assume 27 that the monitor DCSS begins at 144 MB and ends at 152 MB). You can query the 28 location of the monitor DCSS with the Class E privileged CP command Q NSS MAP 64 to specify the name of the monitor DCSS. If the module is compiled into the 69 there are other users already connected to the *MONITOR service (e.g. [all …]
|
| /kernel/linux/linux-5.10/Documentation/s390/ |
| D | monreader.rst | 2 Linux API for read access to z/VM Monitor Records 15 usable from user space and allows read access to the z/VM Monitor Records 16 collected by the `*MONITOR` System Service of z/VM. 22 order to allow IUCV connections to the `*MONITOR` service, i.e. it needs the 23 IUCV `*MONITOR` statement in its user entry. If the monitor DCSS to be used is 28 There are two options for being able to load the monitor DCSS (examples assume 29 that the monitor DCSS begins at 144 MB and ends at 152 MB). You can query the 30 location of the monitor DCSS with the Class E privileged CP command Q NSS MAP 68 to specify the name of the monitor DCSS. If the module is compiled into the 73 there are other users already connected to the `*MONITOR` service (e.g. [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/wireless/ |
| D | qcom,ath11k.yaml | 48 - description: interrupt event for ring host2rxdma-monitor-ring3 49 - description: interrupt event for ring host2rxdma-monitor-ring2 50 - description: interrupt event for ring host2rxdma-monitor-ring1 58 - description: interrupt event for ring rxdma2host-monitor-destination-mac3 59 - description: interrupt event for ring rxdma2host-monitor-destination-mac2 60 - description: interrupt event for ring rxdma2host-monitor-destination-mac1 64 - description: interrupt event for ring rxdma2host-monitor-status-ring-mac3 65 - description: interrupt event for ring rxdma2host-monitor-status-ring-mac2 66 - description: interrupt event for ring rxdma2host-monitor-status-ring-mac1 104 - const: host2rxdma-monitor-ring3 [all …]
|
| /kernel/linux/linux-4.19/tools/power/cpupower/man/ |
| D | cpupower-monitor.1 | 1 .TH CPUPOWER\-MONITOR "1" "22/02/2011" "" "cpupower Manual" 3 cpupower\-monitor \- Report processor frequency and idle statistics 6 .B cpupower monitor 9 .B cpupower monitor 13 .B cpupower monitor 18 \fBcpupower-monitor \fP reports processor topology, frequency and idle power 22 \fBcpupower-monitor \fP implements independent processor sleep state and 31 List available monitors on your system. Additional details about each monitor 37 The number of different counters the monitor supports in brackets. 59 Only display specific monitors. Use the monitor string(s) provided by \-l option. [all …]
|
| /kernel/linux/linux-5.10/tools/power/cpupower/man/ |
| D | cpupower-monitor.1 | 1 .TH CPUPOWER\-MONITOR "1" "22/02/2011" "" "cpupower Manual" 3 cpupower\-monitor \- Report processor frequency and idle statistics 6 .B cpupower monitor 9 .B cpupower monitor 13 .B cpupower monitor 18 \fBcpupower-monitor \fP reports processor topology, frequency and idle power 22 \fBcpupower-monitor \fP implements independent processor sleep state and 31 List available monitors on your system. Additional details about each monitor 37 The number of different counters the monitor supports in brackets. 59 Only display specific monitors. Use the monitor string(s) provided by \-l option. [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| D | reg_fsl_emb.h | 4 * Monitor. 13 /* Performance Monitor Registers */ 20 /* Freescale Book E Performance Monitor APU Registers */ 21 #define PMRN_PMC0 0x010 /* Performance Monitor Counter 0 */ 22 #define PMRN_PMC1 0x011 /* Performance Monitor Counter 1 */ 23 #define PMRN_PMC2 0x012 /* Performance Monitor Counter 2 */ 24 #define PMRN_PMC3 0x013 /* Performance Monitor Counter 3 */ 25 #define PMRN_PMC4 0x014 /* Performance Monitor Counter 4 */ 26 #define PMRN_PMC5 0x015 /* Performance Monitor Counter 5 */ 67 #define PMRN_UPMC0 0x000 /* User Performance Monitor Counter 0 */ [all …]
|
| /kernel/linux/linux-4.19/arch/powerpc/include/asm/ |
| D | reg_fsl_emb.h | 4 * Monitor. 13 /* Performance Monitor Registers */ 20 /* Freescale Book E Performance Monitor APU Registers */ 21 #define PMRN_PMC0 0x010 /* Performance Monitor Counter 0 */ 22 #define PMRN_PMC1 0x011 /* Performance Monitor Counter 1 */ 23 #define PMRN_PMC2 0x012 /* Performance Monitor Counter 2 */ 24 #define PMRN_PMC3 0x013 /* Performance Monitor Counter 3 */ 25 #define PMRN_PMC4 0x014 /* Performance Monitor Counter 4 */ 26 #define PMRN_PMC5 0x015 /* Performance Monitor Counter 5 */ 67 #define PMRN_UPMC0 0x000 /* User Performance Monitor Counter 0 */ [all …]
|
| /kernel/linux/linux-5.10/drivers/perf/ |
| D | Kconfig | 3 # Performance Monitor Drivers 6 menu "Performance monitor support" 67 Provides support for the ARM SMMUv3 Performance Monitor Counter 76 Provides support for performance monitor unit in ARM DynamIQ Shared 82 tristate "Freescale i.MX8 DDR perf monitor" 85 Provides support for the DDR performance monitor in i.MX8, which 94 Provides support for the L2 cache performance monitor unit (PMU) 104 Provides support for the L3 cache performance monitor unit (PMU)
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/sound/ |
| D | cs35l35.txt | 105 Optional Monitor Signal Format sub-node: 107 The cs35l35 node can have a single "cirrus,monitor-signal-format" sub-node 113 -cirrus,monitor-signal-format : Sub-node for the Monitor Signaling Formating 117 If not used, the defaults for the 6 monitor signals is used. 123 scale of the IMON monitor signal. 126 of the VMON monitor signal. 129 of the VPMON monitor signal. 132 of the VBSTMON monitor signal 135 of the VPBRSTAT monitor signal 138 of the ZEROFILL packet in the monitor signal [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | cs35l35.txt | 105 Optional Monitor Signal Format sub-node: 107 The cs35l35 node can have a single "cirrus,monitor-signal-format" sub-node 113 -cirrus,monitor-signal-format : Sub-node for the Monitor Signaling Formating 117 If not used, the defaults for the 6 monitor signals is used. 123 scale of the IMON monitor signal. 126 of the VMON monitor signal. 129 of the VPMON monitor signal. 132 of the VBSTMON monitor signal 135 of the VPBRSTAT monitor signal 138 of the ZEROFILL packet in the monitor signal [all …]
|
| /kernel/linux/linux-4.19/drivers/w1/slaves/ |
| D | Kconfig | 98 tristate "DS2438 Smart Battery Monitor 0x26 family support" 101 DS2438 Smart Battery Monitor device support 104 tristate "Dallas 2780 battery monitor chip" 106 If you enable this you will have the DS2780 battery monitor 109 The battery monitor chip is used in many batteries/devices 116 tristate "Dallas 2781 battery monitor chip" 118 If you enable this you will have the DS2781 battery monitor 121 The battery monitor chip is used in many batteries/devices
|
| /kernel/linux/linux-5.10/drivers/w1/slaves/ |
| D | Kconfig | 107 tristate "DS2438 Smart Battery Monitor 0x26 family support" 110 DS2438 Smart Battery Monitor device support 120 tristate "Dallas 2780 battery monitor chip" 122 If you enable this you will have the DS2780 battery monitor 125 The battery monitor chip is used in many batteries/devices 132 tristate "Dallas 2781 battery monitor chip" 134 If you enable this you will have the DS2781 battery monitor 137 The battery monitor chip is used in many batteries/devices
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/mfd/ |
| D | ti-lmu.txt | 10 LM3633 Backlight, LED and fault monitor 12 LM3697 Backlight and fault monitor 37 - fault-monitor: Hardware fault monitoring driver for LM3633 and LM3697. 40 "ti,lm3633-fault-monitor" 41 "ti,lm3697-fault-monitor" 203 fault-monitor { 204 compatible = "ti,lm3633-fault-monitor"; 240 fault-monitor { 241 compatible = "ti,lm3697-fault-monitor";
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/firmware/meson/ |
| D | meson_sm.txt | 1 * Amlogic Secure Monitor 3 In the Amlogic SoCs the Secure Monitor code is used to provide access to the 6 Required properties for the secure monitor node: 12 sm: secure-monitor {
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/firmware/meson/ |
| D | meson_sm.txt | 1 * Amlogic Secure Monitor 3 In the Amlogic SoCs the Secure Monitor code is used to provide access to the 6 Required properties for the secure monitor node: 12 sm: secure-monitor {
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | feature.h | 25 * MONITOR: firmware can pass monitor packets to host. 26 * MONITOR_FLAG: firmware flags monitor packets. 27 * MONITOR_FMT_RADIOTAP: firmware provides monitor packets with radiotap header 28 * MONITOR_FMT_HW_RX_HDR: firmware provides monitor packets with hw/ucode header 48 BRCMF_FEAT_DEF(MONITOR) \
|
| /kernel/linux/linux-4.19/arch/arm/firmware/ |
| D | Kconfig | 12 bool "Trusted Foundations secure monitor support" 17 market) are booted with the Trusted Foundations secure monitor 19 monitor instead of the kernel. 21 This option allows the kernel to invoke the secure monitor whenever
|
| /kernel/linux/linux-5.10/drivers/firmware/meson/ |
| D | meson_sm.c | 3 * Amlogic Secure Monitor driver 91 * meson_sm_call - generic SMC32 call to the secure-monitor 93 * @fw: Pointer to secure-monitor firmware 126 * meson_sm_call_read - retrieve data from secure-monitor 128 * @fw: Pointer to secure-monitor firmware 177 * meson_sm_call_write - send data to secure-monitor 179 * @fw: Pointer to secure-monitor firmware 221 * @sm_node: Pointer to the secure-monitor Device Tree node. 223 * Return: NULL is the secure-monitor device is not ready. 314 pr_info("secure-monitor enabled\n"); in meson_sm_probe()
|
| /kernel/linux/linux-5.10/tools/power/cpupower/ |
| D | ToDo | 7 RAM from HW on Intel SandyBridge -> another monitor? 8 - Add another c1e debug idle monitor 11 - Add cpu_start()/cpu_stop() callbacks for monitor 13 monitor to outside it. This can be given higher
|
| /kernel/linux/linux-4.19/drivers/perf/ |
| D | Kconfig | 2 # Performance Monitor Drivers 5 menu "Performance monitor support" 59 Provides support for performance monitor unit in ARM DynamIQ Shared 75 Provides support for the L2 cache performance monitor unit (PMU) 85 Provides support for the L3 cache performance monitor unit (PMU)
|
| /kernel/linux/linux-5.10/tools/power/cpupower/po/ |
| D | de.po | 72 #: utils/idle_monitor/cpupower-monitor.c:66 75 "cpupower monitor: [-h] [ [-t] | [-l] | [-m <mon1>,[<mon2>] ] ] [-i " 78 "cpupower monitor: [-h] [ [-t] | [-l] | [-m <mon1>,[<mon2>] ] ] [-i " 81 #: utils/idle_monitor/cpupower-monitor.c:69 84 "cpupower monitor: [-v] [-h] [ [-t] | [-l] | [-m <mon1>,[<mon2>] ] ] [-i " 87 "cpupower monitor: [-v] [-h] [ [-t] | [-l] | [-m <mon1>,[<mon2>] ] ] [-i " 90 #: utils/idle_monitor/cpupower-monitor.c:71 95 #: utils/idle_monitor/cpupower-monitor.c:73 100 #: utils/idle_monitor/cpupower-monitor.c:74 105 #: utils/idle_monitor/cpupower-monitor.c:75 [all …]
|
| D | it.po | 72 #: utils/idle_monitor/cpupower-monitor.c:66 75 "cpupower monitor: [-h] [ [-t] | [-l] | [-m <mon1>,[<mon2>] ] ] [-i " 79 #: utils/idle_monitor/cpupower-monitor.c:69 82 "cpupower monitor: [-v] [-h] [ [-t] | [-l] | [-m <mon1>,[<mon2>] ] ] [-i " 86 #: utils/idle_monitor/cpupower-monitor.c:71 91 #: utils/idle_monitor/cpupower-monitor.c:73 96 #: utils/idle_monitor/cpupower-monitor.c:74 101 #: utils/idle_monitor/cpupower-monitor.c:75 106 #: utils/idle_monitor/cpupower-monitor.c:76 111 #: utils/idle_monitor/cpupower-monitor.c:77 [all …]
|
| /kernel/linux/linux-4.19/tools/power/cpupower/po/ |
| D | fr.po | 72 #: utils/idle_monitor/cpupower-monitor.c:66 75 "cpupower monitor: [-h] [ [-t] | [-l] | [-m <mon1>,[<mon2>] ] ] [-i " 79 #: utils/idle_monitor/cpupower-monitor.c:69 82 "cpupower monitor: [-v] [-h] [ [-t] | [-l] | [-m <mon1>,[<mon2>] ] ] [-i " 86 #: utils/idle_monitor/cpupower-monitor.c:71 91 #: utils/idle_monitor/cpupower-monitor.c:73 96 #: utils/idle_monitor/cpupower-monitor.c:74 101 #: utils/idle_monitor/cpupower-monitor.c:75 106 #: utils/idle_monitor/cpupower-monitor.c:76 111 #: utils/idle_monitor/cpupower-monitor.c:77 [all …]
|