Home
last modified time | relevance | path

Searched full:monitor (Results 1 – 25 of 1378) sorted by relevance

12345678910>>...56

/Linux-v5.15/fs/cachefiles/
Drdwr.c23 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 …]
/Linux-v5.15/net/bluetooth/
Dmsft.c101 struct adv_monitor *monitor);
159 struct adv_monitor *monitor; in reregister_monitor_on_restart() local
164 monitor = idr_get_next(&hdev->adv_monitors_idr, &handle); in reregister_monitor_on_restart()
165 if (!monitor) { in reregister_monitor_on_restart()
173 err = __msft_add_monitor_pattern(hdev, monitor); in reregister_monitor_on_restart()
175 /* If success, we return and wait for monitor added callback */ in reregister_monitor_on_restart()
179 /* Otherwise remove the monitor and keep registering */ in reregister_monitor_on_restart()
180 hci_free_adv_monitor(hdev, monitor); in reregister_monitor_on_restart()
217 struct adv_monitor *monitor; in msft_do_close() local
227 monitor = idr_find(&hdev->adv_monitors_idr, in msft_do_close()
[all …]
Dmsft.h20 int msft_add_monitor_pattern(struct hci_dev *hdev, struct adv_monitor *monitor);
21 int msft_remove_monitor(struct hci_dev *hdev, struct adv_monitor *monitor,
39 struct adv_monitor *monitor) in msft_add_monitor_pattern() argument
45 struct adv_monitor *monitor, in msft_remove_monitor() argument
/Linux-v5.15/Documentation/s390/
Dmonreader.rst2 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 …]
/Linux-v5.15/tools/power/cpupower/man/
Dcpupower-monitor.11 .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 …]
/Linux-v5.15/Documentation/devicetree/bindings/net/wireless/
Dqcom,ath11k.yaml48 - 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 …]
/Linux-v5.15/arch/powerpc/include/asm/
Dreg_fsl_emb.h4 * 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 …]
/Linux-v5.15/Documentation/devicetree/bindings/sound/
Dcs35l35.txt105 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 …]
/Linux-v5.15/drivers/perf/
DKconfig3 # 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)
/Linux-v5.15/drivers/w1/slaves/
DKconfig107 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
/Linux-v5.15/Documentation/devicetree/bindings/firmware/meson/
Dmeson_sm.txt1 * 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 {
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfeature.h25 * 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) \
/Linux-v5.15/drivers/firmware/meson/
Dmeson_sm.c3 * 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()
/Linux-v5.15/tools/power/cpupower/po/
Dde.po72 #: 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 …]
Dcs.po75 #: utils/idle_monitor/cpupower-monitor.c:66
78 "cpupower monitor: [-h] [ [-t] | [-l] | [-m <mon1>,[<mon2>] ] ] [-i "
82 #: utils/idle_monitor/cpupower-monitor.c:69
85 "cpupower monitor: [-v] [-h] [ [-t] | [-l] | [-m <mon1>,[<mon2>] ] ] [-i "
89 #: utils/idle_monitor/cpupower-monitor.c:71
94 #: utils/idle_monitor/cpupower-monitor.c:73
99 #: utils/idle_monitor/cpupower-monitor.c:74
104 #: utils/idle_monitor/cpupower-monitor.c:75
109 #: utils/idle_monitor/cpupower-monitor.c:76
114 #: utils/idle_monitor/cpupower-monitor.c:77
[all …]
Dpt.po70 #: utils/idle_monitor/cpupower-monitor.c:66
73 "cpupower monitor: [-h] [ [-t] | [-l] | [-m <mon1>,[<mon2>] ] ] [-i "
77 #: utils/idle_monitor/cpupower-monitor.c:69
80 "cpupower monitor: [-v] [-h] [ [-t] | [-l] | [-m <mon1>,[<mon2>] ] ] [-i "
84 #: utils/idle_monitor/cpupower-monitor.c:71
89 #: utils/idle_monitor/cpupower-monitor.c:73
94 #: utils/idle_monitor/cpupower-monitor.c:74
99 #: utils/idle_monitor/cpupower-monitor.c:75
104 #: utils/idle_monitor/cpupower-monitor.c:76
109 #: utils/idle_monitor/cpupower-monitor.c:77
[all …]
Dfr.po72 #: 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 …]
Dit.po72 #: 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 …]
/Linux-v5.15/tools/power/cpupower/
DToDo7 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
/Linux-v5.15/arch/arm/mach-bcm/
Dbcm_kona_smc.c80 * Only core 0 can run the secure monitor code. If an "smc" request
87 * cache and interrupt handling while the secure monitor executes.
96 * First, the secure monitor call itself (regardless of the specific
152 /* Flush caches for input data passed to Secure Monitor */ in __bcm_kona_smc()
155 /* Trap into Secure Monitor and record the request result */ in __bcm_kona_smc()
172 * Due to a limitation of the secure monitor, we must use the SMP in bcm_kona_smc()
173 * infrastructure to forward all secure monitor calls to Core 0. in bcm_kona_smc()
/Linux-v5.15/Documentation/devicetree/bindings/nvmem/
Damlogic-efuse.txt7 - secure-monitor: phandle to the secure-monitor node
20 secure-monitor = <&sm>;
35 sm: secure-monitor {
/Linux-v5.15/drivers/vme/
Dvme.c1456 * vme_lm_request - Request a VME location monitor
1459 * Allocate a location monitor resource to the driver. A location monitor
1460 * allows the driver to monitor accesses to a contiguous number of
1484 printk(KERN_ERR "Registered NULL Location Monitor resource\n"); in vme_lm_request()
1525 * @resource: Pointer to VME location monitor resource.
1529 * location monitor.
1532 * invalid location monitor resource.
1539 printk(KERN_ERR "Not a Location Monitor resource\n"); in vme_lm_count()
1550 * vme_lm_set - Configure location monitor
1551 * @resource: Pointer to VME location monitor resource.
[all …]
/Linux-v5.15/drivers/s390/char/
Dmonreader.c3 * Character device driver for reading z/VM *MONITOR service records.
33 #define MON_SERVICE "*MONITOR"
164 pr_err("Reading monitor data failed with rc=%i\n", rc); in mon_send_reply()
242 pr_err("z/VM *MONITOR system service disconnected with rc=%i\n", in mon_iucv_path_severed()
258 pr_warn("The read queue for monitor data is full\n"); in mon_iucv_message_pending()
293 * Connect to *MONITOR service in mon_open()
301 pr_err("Connecting to the z/VM *MONITOR system service " in mon_open()
342 pr_warn("Disconnecting the z/VM *MONITOR system service failed with rc=%i\n", in mon_close()
391 /* read monitor control element (12 bytes) first */ in mon_read()
462 pr_err("The z/VM *MONITOR record device driver cannot be " in mon_init()
[all …]
/Linux-v5.15/include/linux/firmware/intel/
Dstratix10-smc.h13 * This file defines the Secure Monitor Call (SMC) message protocol used for
15 * monitor software in Secure Monitor Exception Level 3 (EL3).
21 * value. The operation of the secure monitor is determined by the parameter
54 * Secure monitor software doesn't recognize the request.
57 * Secure monitor software accepts the service client's request.
60 * Secure monitor software is still processing service client's request.
63 * Secure monitor software reject the service client's request.
172 * memory block reserved by secure monitor software.
/Linux-v5.15/drivers/scsi/ufs/
Dufs-sysfs.c286 return sysfs_emit(buf, "%d\n", hba->monitor.enabled); in monitor_enable_show()
301 if (value == hba->monitor.enabled) in monitor_enable_store()
305 memset(&hba->monitor, 0, sizeof(hba->monitor)); in monitor_enable_store()
307 hba->monitor.enabled = true; in monitor_enable_store()
308 hba->monitor.enabled_ts = ktime_get(); in monitor_enable_store()
321 return sysfs_emit(buf, "%lu\n", hba->monitor.chunk_size); in monitor_chunk_size_show()
335 /* Only allow chunk size change when monitor is disabled */ in monitor_chunk_size_store()
336 if (!hba->monitor.enabled) in monitor_chunk_size_store()
337 hba->monitor.chunk_size = value; in monitor_chunk_size_store()
347 return sysfs_emit(buf, "%lu\n", hba->monitor.nr_sec_rw[READ]); in read_total_sectors_show()
[all …]

12345678910>>...56