| /kernel/linux/linux-5.10/include/linux/ |
| D | instrumented.h | 18 * Instrument a regular read access. The instrumentation should be inserted 33 * Instrument a regular write access. The instrumentation should be inserted 48 * Instrument a regular write access. The instrumentation should be inserted 63 * Instrument an atomic read access. The instrumentation should be inserted 78 * Instrument an atomic write access. The instrumentation should be inserted 94 * inserted before the actual write happens. 109 * variants). The instrumentation must be inserted before the accesses. 126 * variants). The instrumentation should be inserted before the accesses.
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | instrumented.h | 21 * Instrument a regular read access. The instrumentation should be inserted 35 * Instrument a regular write access. The instrumentation should be inserted 49 * Instrument a regular write access. The instrumentation should be inserted 63 * Instrument an atomic read access. The instrumentation should be inserted 77 * Instrument an atomic write access. The instrumentation should be inserted 92 * inserted before the actual write happens. 107 * variants). The instrumentation must be inserted before the accesses. 124 * variants). The instrumentation should be inserted before the accesses. 141 * variants). The instrumentation should be inserted after the accesses.
|
| /kernel/linux/linux-6.6/rust/macros/ |
| D | zeroable.rs | 20 // Have we already inserted `Zeroable`? in derive() 21 let mut inserted = false; in derive() localVariable 28 if in_generic && !inserted { in derive() 32 inserted = false; in derive() 44 inserted = true; in derive() 60 if in_generic && !inserted { in derive()
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/knightslanding/ |
| D | uncore-io.json | 99 …ion": "Egress (to CMS) Ingress. Counts the number of number of messages inserted into the the M2P… 107 …ion": "Egress (to CMS) Ingress. Counts the number of number of messages inserted into the the M2P… 115 …ion": "Egress (to CMS) Ingress. Counts the number of number of messages inserted into the the M2P… 123 …ion": "Egress (to CMS) Ingress. Counts the number of number of messages inserted into the the M2P… 131 …ion": "Egress (to CMS) Ingress. Counts the number of number of messages inserted into the the M2P… 139 …ion": "Egress (to CMS) Ingress. Counts the number of number of messages inserted into the the M2P… 147 …ion": "Egress (to CMS) Ingress. Counts the number of number of messages inserted into the the M2P… 155 …ion": "Egress (to CMS) Ingress. Counts the number of number of messages inserted into the the M2P…
|
| /kernel/linux/linux-5.10/sound/oss/dmasound/ |
| D | Kconfig | 12 inserted in and removed from the running kernel whenever you 26 inserted in and removed from the running kernel whenever you 40 inserted in and removed from the running kernel whenever you
|
| /kernel/linux/linux-6.6/sound/oss/dmasound/ |
| D | Kconfig | 12 inserted in and removed from the running kernel whenever you 26 inserted in and removed from the running kernel whenever you 40 inserted in and removed from the running kernel whenever you
|
| /kernel/liteos_a/apps/shell/include/ |
| D | shell_list.h | 133 * @param list [IN] Doubly linked list where the new node is inserted. 134 * @param node [IN] New node to be inserted. 160 * @param list [IN] Doubly linked list where the new node is inserted. 161 * @param node [IN] New node to be inserted. 188 * @param list [IN] Doubly linked list where the new node is inserted. 189 * @param node [IN] New node to be inserted. 273 * @param oldList [IN] Doubly linked list where the new list is inserted. 274 * @param newList [IN] New list to be inserted. 305 * @param oldList [IN] Doubly linked list where the new list is inserted. 306 * @param newList [IN] New list to be inserted. [all …]
|
| /kernel/liteos_a/kernel/include/ |
| D | los_list.h | 180 * @param list [IN] Doubly linked list where the new node is inserted. 181 * @param node [IN] New node to be inserted. 207 * @param list [IN] Doubly linked list where the new node is inserted. 208 * @param node [IN] New node to be inserted. 231 * @param list [IN] Doubly linked list where the new node is inserted. 232 * @param node [IN] New node to be inserted. 308 * @param oldList [IN] Doubly linked list where the new list is inserted. 309 * @param newList [IN] New list to be inserted. 340 * @param oldList [IN] Doubly linked list where the new list is inserted. 341 * @param newList [IN] New list to be inserted. [all …]
|
| /kernel/linux/linux-6.6/drivers/pci/hotplug/ |
| D | cpci_hotplug_core.c | 292 * INS bits of the cold-inserted devices. 328 int inserted; in check_slots() local 337 extracted = inserted = 0; in check_slots() 346 warn("slot %s already inserted", in check_slots() 348 inserted++; in check_slots() 353 dbg("%s - slot %s inserted", __func__, slot_name(slot)); in check_slots() 386 inserted++; in check_slots() 419 dbg("inserted=%d, extracted=%d, extracting=%d", in check_slots() 420 inserted, extracted, atomic_read(&extracting)); in check_slots() 421 if (inserted || extracted) in check_slots()
|
| /kernel/linux/linux-5.10/drivers/pci/hotplug/ |
| D | cpci_hotplug_core.c | 292 * INS bits of the cold-inserted devices. 328 int inserted; in check_slots() local 337 extracted = inserted = 0; in check_slots() 346 warn("slot %s already inserted", in check_slots() 348 inserted++; in check_slots() 353 dbg("%s - slot %s inserted", __func__, slot_name(slot)); in check_slots() 386 inserted++; in check_slots() 419 dbg("inserted=%d, extracted=%d, extracting=%d", in check_slots() 420 inserted, extracted, atomic_read(&extracting)); in check_slots() 421 if (inserted || extracted) in check_slots()
|
| /kernel/linux/linux-5.10/fs/xfs/ |
| D | xfs_extfree_item.h | 25 * and EFD being committed and unpinned. This ensures the EFI is inserted into 35 * inserted to the AIL or in the event of failure along the way (e.g., commit 45 * of commit failure or log I/O errors. Note that the EFD is not inserted in the
|
| /kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
| D | nft_zones_many.sh | 97 echo "PASS: inserted $count entries from packet path in $duration ms total" 100 …echo "FAIL: inserted $count entries from packet path in $duration ms total, expected $max_zones en… 144 echo "PASS: inserted $count entries via ctnetlink in $duration ms" 147 …echo "FAIL: inserted $count entries via ctnetlink in $duration ms, expected $max_zones entries ($d…
|
| /kernel/linux/linux-6.6/fs/xfs/ |
| D | xfs_extfree_item.h | 25 * and EFD being committed and unpinned. This ensures the EFI is inserted into 35 * inserted to the AIL or in the event of failure along the way (e.g., commit 45 * of commit failure or log I/O errors. Note that the EFD is not inserted in the
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/sapphirerapids/ |
| D | uncore-cache.json | 1341 "PublicDescription": ": count # of FAST TOR Request inserted to ha_tor_req_fifo", 1346 "BriefDescription": "Number of SLOW TOR Request inserted to ha_pmm_tor_req_fifo", 3013 …iption": "TOR Inserts : All : Counts the number of entries successfully inserted into the TOR that… 3022 …: "TOR Inserts : DDR Access : Counts the number of entries successfully inserted into the TOR that… 3030 … Inserts : SF/LLC Evictions : Counts the number of entries successfully inserted into the TOR that… 3039 …": "TOR Inserts : Just Hits : Counts the number of entries successfully inserted into the TOR that… 3047 …"PublicDescription": "Counts the number of entries successfully inserted into the TOR that match q… 3056 …"PublicDescription": "Counts the number of entries successfully inserted into the TOR that match q… 3065 …"PublicDescription": "Counts the number of entries successfully inserted into the TOR that match q… 3101 …iA Cores due to a page walk : Counts the number of entries successfully inserted into the TOR that… [all …]
|
| /kernel/linux/linux-5.10/Documentation/driver-api/driver-model/ |
| D | binding.rst | 17 inserted into the end of this list. The bus object also contains a 19 for a driver, it is inserted at the end of this list. These are the 56 When a driver is attached to a device, the device is inserted into the
|
| /kernel/linux/linux-6.6/Documentation/driver-api/driver-model/ |
| D | binding.rst | 17 inserted into the end of this list. The bus object also contains a 19 for a driver, it is inserted at the end of this list. These are the 56 When a driver is attached to a device, the device is inserted into the
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/broadwellx/ |
| D | uncore-cache.json | 8 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 19 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 30 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 41 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 52 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 63 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 74 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 85 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 96 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 107 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/haswellx/ |
| D | uncore-cache.json | 8 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 19 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 30 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 41 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 52 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 63 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 74 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 85 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 96 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 107 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/bus/ |
| D | qcom,ebi2.txt | 79 the data bus. They are inserted when reading one CS and switching to another 83 inserted after every write minimum 1. The data out is driven from the time 86 - qcom,xmem-write-delta-cycles: initial latency for write cycles inserted for 88 - qcom,xmem-read-delta-cycles: initial latency for read cycles inserted for the
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/bus/ |
| D | qcom,ebi2.txt | 79 the data bus. They are inserted when reading one CS and switching to another 83 inserted after every write minimum 1. The data out is driven from the time 86 - qcom,xmem-write-delta-cycles: initial latency for write cycles inserted for 88 - qcom,xmem-read-delta-cycles: initial latency for read cycles inserted for the
|
| /kernel/linux/linux-6.6/fs/reiserfs/ |
| D | tail_conversion.c | 38 * new indirect item to be inserted or key in direct2indirect() 45 /* Handle on an unformatted node that will be inserted in the tree. */ in direct2indirect() 68 "pasted or inserted byte exists in " in direct2indirect() 197 * inserted successfully inode is left locked. Return value is always 308 * We have inserted new direct item and must remove last in indirect2direct()
|
| /kernel/linux/linux-5.10/fs/reiserfs/ |
| D | tail_conversion.c | 38 * new indirect item to be inserted or key in direct2indirect() 45 /* Handle on an unformatted node that will be inserted in the tree. */ in direct2indirect() 68 "pasted or inserted byte exists in " in direct2indirect() 197 * inserted successfully inode is left locked. Return value is always 308 * We have inserted new direct item and must remove last in indirect2direct()
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | srcline.h | 24 /* find previously inserted srcline */ 53 /* find previously inserted inline node list */
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | srcline.h | 23 /* find previously inserted srcline */ 51 /* find previously inserted inline node list */
|
| /kernel/linux/linux-5.10/net/mptcp/ |
| D | mib.h | 18 MPTCP_MIB_OFOQUEUETAIL, /* Segments inserted into OoO queue tail */ 19 MPTCP_MIB_OFOQUEUE, /* Segments inserted into OoO queue */
|