/linux/drivers/i2c/muxes/ ! |
H A D | i2c-mux-pca9541.c | 32 * Before each bus transaction, a master has to acquire bus ownership. After the 33 * transaction is complete, bus ownership has to be released. This fits well 67 #define ARB_TIMEOUT (HZ / 8) /* 125 ms until forcing bus ownership */ 143 * the slave bus if it owns it; otherwise it has to request ownership first. 147 * Bus Ownership Other master Action 152 * off no no take ownership 159 * request ownership at the same time. In this case, one master will turn on 161 * bus ownership. Result is that the bus is turned on, and master which did 191 * Bus is off. Request ownership or turn it on unless in pca9541_arbitrate() 192 * other master requested ownership. in pca9541_arbitrate() [all …]
|
/linux/tools/perf/pmu-events/arch/x86/alderlaken/ ! |
H A D | memory.json | 115 …"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 121 …PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 126 …"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 132 …PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 137 …"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 143 …PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive…
|
/linux/Documentation/filesystems/ ! |
H A D | idmappings.rst | 7 reading from or writing ownership to disk, reporting ownership to userspace, or 172 When a process creates or wants to change ownership of a file, or when the 173 ownership of a file is read from disk by a filesystem, the userspace id is 200 example, it is used when reporting back the ownership of a file to userspace 240 ownership information about the file the kernel can't simply map the id back up 350 but they are exclusively used when determining file ownership which is why they 495 In order to report ownership to userspace the kernel uses the crossmapping 509 idmapping. Thus, the kernel will report the ownership of this file as the 521 In order to report ownership to userspace the kernel uses the crossmapping 535 idmapping. Thus, the kernel will report the ownership of this file as the [all …]
|
/linux/tools/perf/pmu-events/arch/x86/pantherlake/ ! |
H A D | cache.json | 36 …in the Last Level Cache (LLC). Requests include demand loads, reads for ownership (RFO), instructi… 46 …Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculat… 56 …ss the Last Level Cache (LLC). Requests include demand loads, reads for ownership (RFO), instructi… 66 …Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculat… 255 …efDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclu… 261 …icDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclu… 267 …efDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclu… 273 …icDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclu…
|
H A D | memory.json | 192 …efDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclu… 198 …icDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclu… 204 …efDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclu… 210 …icDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclu…
|
/linux/tools/perf/pmu-events/arch/x86/clearwaterforest/ ! |
H A D | memory.json | 14 …efDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclu… 20 …icDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclu…
|
H A D | cache.json | 7 …in the Last Level Cache (LLC). Requests include demand loads, reads for ownership (RFO), instructi… 16 …ss the Last Level Cache (LLC). Requests include demand loads, reads for ownership (RFO), instructi… 169 …efDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclu… 175 …icDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclu…
|
/linux/drivers/net/wireless/intel/iwlwifi/mei/ ! |
H A D | iwl-mei.h | 19 * iwlwifi can request or release ownership on the WiFi device through iwlmei. 96 * to release the ownership on the device through the HW registers. In that 97 * case, iwlwifi must first request ownership using the SAP protocol. 99 * Once iwlwifi will request ownership through the SAP protocol, CSME will 100 * grant the ownership on the device through the HW registers as well. 101 * In order to request ownership over SAP, we first need to have an interface 105 * this is impossible as long as we don't have ownership on the device. 113 * DOC: CSME behavior regarding the ownership requests 115 * The ownership requests from the host can come in two different ways: 120 * and it can request ownership with %SAP_MSG_NOTIF_HOST_ASKS_FOR_NIC_OWNERSHIP. [all …]
|
/linux/tools/perf/pmu-events/arch/x86/goldmontplus/ ! |
H A D | cache.json | 327 …"BriefDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & … 333 …"PublicDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand &… 338 …"BriefDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & … 344 …"PublicDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand &… 349 …"BriefDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & … 355 …"PublicDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand &… 360 …"BriefDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & … 366 …"PublicDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand &… 371 …"BriefDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand & … 377 …"PublicDescription": "Counts data read, code read, and read for ownership (RFO) requests (demand &… [all …]
|
/linux/include/uapi/linux/ ! |
H A D | nl80211-vnd-intel.h | 15 * @IWL_MVM_VENDOR_CMD_HOST_GET_OWNERSHIP: asks for ownership on the device. 18 * kernel will manage on its own to get ownership of the device. 34 * 6) The user space asks iwlmei to request ownership on the device (with 36 * 7) iwlmei requests ownership from the CSME firmware 37 * 8) The CSME firmware grants ownership
|
/linux/Documentation/bpf/ ! |
H A D | graph_ds_impl.rst | 101 program has ownership of the pointee's (object pointed to by ``n``) lifetime. 102 The BPF program must pass off ownership before exiting - either via 107 "ownership is acquired" and "ownership is passed", respectively) 109 What should the verifier do with ``n`` after ownership is passed off? If the 115 When ownership is passed to ``tree`` via ``bpf_rbtree_add`` the answer is less 151 to pass ownership. 165 * Ownership of pointee must be 'released' by passing it to some graph API 205 has already been added (or already removed), as the ownership model
|
/linux/tools/perf/pmu-events/arch/x86/emeraldrapids/ ! |
H A D | cache.json | 182 …"PublicDescription": "Counts the total number of RFO (read for ownership) requests to L2 cache. L2… 254 …"PublicDescription": "Counts the RFO (Read-for-Ownership) requests that hit L2 cache. Available PD… 263 …"PublicDescription": "Counts the RFO (Read-for-Ownership) requests that miss L2 cache. Available P… 299 …Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculat… 308 …Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculat… 734 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 740 …cDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 745 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 751 …cDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 756 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… [all …]
|
H A D | memory.json | 279 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 285 …cDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 290 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 296 …cDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 301 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 307 …cDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 312 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 318 …cDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu…
|
/linux/tools/perf/pmu-events/arch/x86/meteorlake/ ! |
H A D | memory.json | 374 …"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 380 …PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 386 …"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 392 …PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 398 …efDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclu… 404 …icDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclu…
|
H A D | cache.json | 297 …"PublicDescription": "Counts the total number of RFO (read for ownership) requests to L2 cache. L2… 387 …"PublicDescription": "Counts the RFO (Read-for-Ownership) requests that hit L2 cache. Available PD… 397 …"PublicDescription": "Counts the RFO (Read-for-Ownership) requests that miss L2 cache. Available P… 447 …in the Last Level Cache (LLC). Requests include demand loads, reads for ownership (RFO), instructi… 457 …Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculat… 467 …ss the Last Level Cache (LLC). Requests include demand loads, reads for ownership (RFO), instructi… 477 …Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculat… 1342 …"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 1348 …PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 1354 …efDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclu… [all …]
|
/linux/tools/perf/pmu-events/arch/x86/snowridgex/ ! |
H A D | cache.json | 67 …in the Last Level Cache (LLC). Requests include demand loads, reads for ownership (RFO), instructi… 76 …ss the Last Level Cache (LLC). Requests include demand loads, reads for ownership (RFO), instructi… 672 …"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 678 …PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 683 …"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 689 …PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 694 …"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 700 …PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 705 …"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 711 …PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… [all …]
|
H A D | memory.json | 233 …"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 239 …PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 244 …"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 250 …PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 255 …"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 261 …PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 266 …"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 272 …PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive…
|
/linux/tools/perf/pmu-events/arch/x86/alderlake/ ! |
H A D | cache.json | 220 …"PublicDescription": "Counts the total number of RFO (read for ownership) requests to L2 cache. L2… 300 …"PublicDescription": "Counts the RFO (Read-for-Ownership) requests that hit L2 cache. Available PD… 310 …"PublicDescription": "Counts the RFO (Read-for-Ownership) requests that miss L2 cache. Available P… 350 …in the Last Level Cache (LLC). Requests include demand loads, reads for ownership (RFO), instructi… 360 …Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculat… 370 …ss the Last Level Cache (LLC). Requests include demand loads, reads for ownership (RFO), instructi… 380 …Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculat… 1227 …"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 1233 …PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 1239 …efDescription": "Counts demand read for ownership (RFO) requests and software prefetches for exclu… [all …]
|
/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/ ! |
H A D | cache.json | 182 …"PublicDescription": "Counts the total number of RFO (read for ownership) requests to L2 cache. L2… 254 …"PublicDescription": "Counts the RFO (Read-for-Ownership) requests that hit L2 cache. Available PD… 263 …"PublicDescription": "Counts the RFO (Read-for-Ownership) requests that miss L2 cache. Available P… 299 …Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculat… 308 …Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculat… 786 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 792 …cDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 797 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 803 …cDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 808 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… [all …]
|
H A D | memory.json | 279 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 285 …cDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 290 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 296 …cDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 301 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 307 …cDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 312 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 318 …cDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu…
|
/linux/tools/perf/pmu-events/arch/x86/grandridge/ ! |
H A D | memory.json | 87 …"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 93 …PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive…
|
/linux/tools/perf/pmu-events/arch/x86/icelake/ ! |
H A D | cache.json | 136 …"PublicDescription": "Counts the total number of RFO (read for ownership) requests to L2 cache. L2… 199 "PublicDescription": "Counts the RFO (Read-for-Ownership) requests that hit L2 cache.", 208 "PublicDescription": "Counts the RFO (Read-for-Ownership) requests that miss L2 cache.", 244 …Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculat… 589 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 599 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 609 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 619 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 629 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 639 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… [all …]
|
/linux/drivers/video/ ! |
H A D | aperture.c | 25 * ownership of framebuffer memory and hand-over between drivers. 64 * have previously claimed ownership of the range and are currently driving 77 * framebuffer apertures. Ownership of the framebuffer memory is achieved 119 * The similar to the previous example, the generic driver claims ownership 220 * devm_aperture_acquire_for_platform_device - Acquires ownership of an aperture 228 * driver takes over ownership of the aperture, aperture helpers will then 311 * should acquire ownership of those memory areas and afterwards call
|
/linux/tools/perf/pmu-events/arch/x86/icelakex/ ! |
H A D | cache.json | 190 …"PublicDescription": "Counts the total number of RFO (read for ownership) requests to L2 cache. L2… 235 "PublicDescription": "Counts the RFO (Read-for-Ownership) requests that hit L2 cache.", 244 "PublicDescription": "Counts the RFO (Read-for-Ownership) requests that miss L2 cache.", 280 …Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculat… 289 …Longest Latency cache). Requests include data and code reads, Reads-for-Ownership (RFOs), speculat… 753 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 763 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 773 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 783 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… 793 …fDescription": "Counts demand reads for ownership (RFO) requests and software prefetches for exclu… [all …]
|
/linux/tools/perf/pmu-events/arch/x86/sierraforest/ ! |
H A D | memory.json | 109 …"BriefDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive… 115 …PublicDescription": "Counts demand reads for ownership (RFO) and software prefetches for exclusive…
|