/Linux-v6.1/include/linux/ |
D | instrumented.h | 19 * Instrument a regular read access. The instrumentation should be inserted 34 * Instrument a regular write access. The instrumentation should be inserted 49 * Instrument a regular write access. The instrumentation should be inserted 64 * Instrument an atomic read access. The instrumentation should be inserted 79 * Instrument an atomic write access. The instrumentation should be inserted 95 * inserted before the actual write happens. 110 * variants). The instrumentation must be inserted before the accesses. 128 * variants). The instrumentation should be inserted before the accesses. 145 * variants). The instrumentation should be inserted after the accesses.
|
/Linux-v6.1/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
|
/Linux-v6.1/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()
|
/Linux-v6.1/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…
|
/Linux-v6.1/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
|
/Linux-v6.1/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
|
/Linux-v6.1/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
|
/Linux-v6.1/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()
|
D | ibalance.c | 124 * Items and node pointers are specified by inserted and bh respectively. 128 struct item_head *inserted, in internal_insert_childs() argument 145 RFALSE(count > 2, "too many children (%d) are to be inserted", count); in internal_insert_childs() 170 memcpy(ih, inserted, KEY_SIZE); in internal_insert_childs() 172 memcpy(ih + 1, inserted + 1, KEY_SIZE); in internal_insert_childs() 304 * of items in DEST as delimiting key have already inserted to in internal_copy_pointers_items() 794 * this means that new pointers and items must be inserted AFTER 835 * that must be inserted to or deleted from S[h]. in balance_internal() 841 "incorrect number of items inserted to the internal node (%d)", in balance_internal() 844 …"incorrect number of items (%d) inserted to the internal node on a level (h=%d) higher than last i… in balance_internal()
|
/Linux-v6.1/tools/perf/util/ |
D | srcline.h | 23 /* find previously inserted srcline */ 51 /* find previously inserted inline node list */
|
/Linux-v6.1/block/ |
D | blk-crypto-internal.h | 161 * is inserted 163 * @bio: The first bio being inserted into the request 178 * blk_crypto_insert_cloned_request - Prepare a cloned request to be inserted
|
/Linux-v6.1/include/linux/platform_data/ |
D | mmc-s3cmci.h | 18 * that a card is inserted. If @detect_invert is set, then the value from 19 * gpio_get_value() is inverted, which makes 1 mean card inserted.
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | selection-api-configuration.rst | 55 The part of a buffer into which the image is inserted by the hardware is 89 to be inserted into a video signal or graphical screen. The limits of 108 inserted by the hardware is controlled by ``V4L2_SEL_TGT_COMPOSE``
|
/Linux-v6.1/drivers/ras/ |
D | cec.c | 33 * inserted/touched elements have higher 12-bit counts (which we've manufactured) 35 * which were inserted last. 39 * If, after decay, an element gets inserted again, its generation is set to 11b 75 * Threshold amount of inserted elements after which we start spring 210 * the element slot where the new @pfn should be inserted. The loop in __find_elem() 319 * - >0: when the inserted pfn was offlined
|
/Linux-v6.1/drivers/usb/misc/ |
D | Kconfig | 17 inserted in and removed from the running kernel whenever you want). 57 inserted in and removed from the running kernel whenever you want). 123 controller within CardBus card that are inserted in the U132 adapter. 126 worked with a USB PEN Drive inserted into the first USB port of
|
D | usb_u132.h | 39 * to the OHCI controller within CardBus card that are inserted 50 * The "ftdi-u132" module provides the interface to the inserted
|
/Linux-v6.1/drivers/net/wireless/intel/iwlegacy/ |
D | Kconfig | 33 inserted in and removed from the running kernel whenever you want), 60 inserted in and removed from the running kernel whenever you want),
|
/Linux-v6.1/drivers/bus/ |
D | qcom-ebi2.c | 43 * Inserted when reading one CS and switching to another CS or read 45 * Bits 27-24: WR_HOLD write hold cycles, these are extra cycles inserted after 49 * Bits 23-16: WR_DELTA initial latency for write cycles inserted for the first 51 * Bits 15-8: RD_DELTA initial latency for read cycles inserted for the first
|
/Linux-v6.1/net/mptcp/ |
D | mib.h | 24 MPTCP_MIB_OFOQUEUETAIL, /* Segments inserted into OoO queue tail */ 25 MPTCP_MIB_OFOQUEUE, /* Segments inserted into OoO queue */
|
/Linux-v6.1/drivers/char/pcmcia/ |
D | cm4000_cs.c | 659 * atr once a card is inserted. another side-effect of retrieving the 696 /* is a card/a reader inserted at all ? */ in monitor_card() 704 if ((dev->flags0 & 1) == 0 /* no smartcard inserted */ in monitor_card() 705 || dev->flags0 == 0xff) { /* no cardman inserted */ in monitor_card() 726 * (after suspend with inserted card) */ in monitor_card() 727 DEBUGP(4, dev, "clear IS_CMM_ABSENT bit (card is inserted)\n"); in monitor_card() 746 /* Flags0 indicate power off and no card inserted now; in monitor_card() 898 "inserted\n"); in monitor_card() 980 if ((dev->flags0 & 1) == 0 /* no smartcard inserted */ in cmm_read() 981 || dev->flags0 == 0xff) { /* no cardman inserted */ in cmm_read() [all …]
|
/Linux-v6.1/fs/ntfs/ |
D | runlist.c | 184 * @src: runlist to be inserted into @dst 208 int marker; /* End of the inserted runs. */ in ntfs_rl_append() 230 /* First run after the @src runs that have been inserted. */ in ntfs_rl_append() 251 * @src: new runlist to be inserted 257 * after the inserted runlist. 276 int marker; /* End of the inserted runs. */ in ntfs_rl_insert() 312 * First run after the @src runs that have been inserted. in ntfs_rl_insert() 348 * @src: new runlist to be inserted 353 * right ends of the inserted runlist, if necessary. 374 int marker; /* End of the inserted runs. */ in ntfs_rl_replace() [all …]
|
/Linux-v6.1/include/linux/mfd/pcf50633/ |
D | core.h | 160 PCF50633_INT1_ADPINS = 0x01, /* Adapter inserted */ 162 PCF50633_INT1_USBINS = 0x04, /* USB inserted */
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/ivytown/ |
D | uncore-cache.json | 1002 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 1012 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 1022 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 1032 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 1042 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 1052 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 1062 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 1072 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 1082 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… 1092 …inserted into the TOR that match qualifications specified by the subevent. There are a number of… [all …]
|
/Linux-v6.1/fs/btrfs/ |
D | ordered-data.h | 33 * It is used to make sure metadata is inserted into the tree only once 38 * IO is done and any metadata is inserted into the tree.
|
/Linux-v6.1/Documentation/networking/devlink/ |
D | devlink-linecard.rst | 51 * Line card is not inserted or powered-down 54 * Line card is inserted and powered up
|