/Linux-v4.19/tools/testing/radix-tree/ |
D | test.c | 183 unsigned long tagged = 0; in tag_tagged_items() local 196 tagged++; in tag_tagged_items() 197 if ((tagged % batch) != 0) in tag_tagged_items() 209 return tagged; in tag_tagged_items() 235 int tagged) in verify_node() argument 250 if (tagged != anyset) { in verify_node() 252 tag, slot->shift, tagged, anyset); in verify_node() 261 assert(tagged == anyset); in verify_node()
|
D | benchmark.c | 25 static long long benchmark_iter(struct radix_tree_root *root, bool tagged) in benchmark_iter() argument 39 if (tagged) { in benchmark_iter() 130 long long normal, tagged; in benchmark_size() local 135 tagged = benchmark_iter(&tree, true); in benchmark_size() 139 size, step, order, tagged); in benchmark_size()
|
D | main.c | 160 unsigned long start, end, count = 0, tagged, cur, tmp; in copy_tag_check() local 217 tagged = tag_tagged_items(&tree, NULL, start, end, ITEMS, 0, 1); in copy_tag_check() 220 assert(tagged == count); in copy_tag_check() 226 tagged = tag_tagged_items(&tree, NULL, start, end, tmp, 0, 2); in copy_tag_check() 227 assert(tagged == count); in copy_tag_check()
|
/Linux-v4.19/Documentation/arm/ |
D | Booting | 20 4. Setup the kernel tagged list. 51 option to the kernel via the tagged lists specifying the port, and 80 The boot loader must provide either a tagged list or a dtb image for 84 4a. Setup the kernel tagged list 87 The boot loader must create and initialise the kernel tagged list. 88 A valid tagged list starts with ATAG_CORE and ends with ATAG_NONE. 100 minimum tagged list should look: 110 The tagged list should be stored in system RAM. 112 The tagged list must be placed in a region of memory where neither 124 tagged list. [all …]
|
D | tcm.txt | 80 Functions to go into itcm can be tagged like this: 88 Variables to go into dtcm can be tagged like this: 91 Constants can be tagged like this:
|
/Linux-v4.19/Documentation/arm64/ |
D | tagged-pointers.txt | 7 This document briefly describes the provision of tagged virtual 17 Passing tagged addresses to the kernel 57 The architecture prevents the use of a tagged PC, so the upper byte will 64 Special care should be taken when using tagged pointers, since it is
|
/Linux-v4.19/Documentation/translations/zh_CN/arm64/ |
D | tagged-pointers.txt | 1 Chinese translated version of Documentation/arm64/tagged-pointers.txt 12 Documentation/arm64/tagged-pointers.txt 的中文翻译
|
/Linux-v4.19/drivers/sh/intc/ |
D | virq.c | 57 int tagged; in intc_irq_lookup() local 68 tagged = radix_tree_tag_get(&d->tree, enum_id, in intc_irq_lookup() 70 if (unlikely(tagged)) in intc_irq_lookup()
|
/Linux-v4.19/Documentation/scsi/ |
D | sym53c8xx_2.txt | 24 8.3 Set maximum number of concurrent tagged commands 34 10.2.1 Default number of tagged commands 209 Some known old SCSI devices do not properly support tagged command queuing. 212 All I can say is that I never have had problem with tagged queuing using 214 me using tagged commands are the following: 231 The maximum number of simultaneous tagged commands queued to a device 243 BIOS/SETUP, you can configure tagged queueing feature and device queue 248 will set tagged commands queue depths as follow: 260 - Each time a QUEUE FULL status is returned, tagged queue depth is reduced 330 8.3 Set maximum number of concurrent tagged commands [all …]
|
D | ncr53c8xx.txt | 22 8.3 Set maximum number of concurrent tagged commands 23 8.4 Set order type for tagged command 39 10.2.6 Default number of tagged commands 243 Some known SCSI devices do not properly support tagged command queuing. 247 this driver with tagged command queuing enabled: 259 The maximum number of simultaneous tagged commands queued to a device 272 BIOS/SETUP, you can configure tagged queueing feature and device queue 277 will set tagged commands queue depths as follow: 289 - Each time a QUEUE FULL status is returned, tagged queue depth is reduced 468 8.3 Set maximum number of concurrent tagged commands [all …]
|
D | BusLogic.txt | 136 support has been included in the driver to utilize tagged queuing with any 137 target devices that report having the tagged queuing capability. Tagged 143 tagged queuing for each target device as well as individual selection of the 144 tagged queue depth is available through driver options provided on the kernel 148 addition, tagged queuing is automatically disabled whenever the host adapter 149 firmware version is known not to implement it correctly, or whenever a tagged 169 Finally, if tagged queuing is active and more than one command reset occurs 171 minutes of operation, then tagged queuing will be disabled for that target
|
/Linux-v4.19/Documentation/filesystems/ |
D | sysfs-tagging.txt | 20 Each sysfs directory entry may be tagged with a namespace via the 21 void *ns member of its kernfs_node. If a directory entry is tagged,
|
/Linux-v4.19/kernel/ |
D | audit_tree.c | 828 struct vfsmount *tagged; in audit_tag_tree() local 834 tagged = collect_mounts(&path2); in audit_tag_tree() 836 if (IS_ERR(tagged)) in audit_tag_tree() 837 return PTR_ERR(tagged); in audit_tag_tree() 841 drop_collected_mounts(tagged); in audit_tag_tree() 871 failed = iterate_mounts(tag_mount, tree, tagged); in audit_tag_tree() 914 drop_collected_mounts(tagged); in audit_tag_tree()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | procfs-smaps_rollup | 8 smaps_rollup has a single entry (tagged "[rollup]")
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 21 This is an upper bound value for the number of tagged transactions 31 on some devices. The upper bound is 253. 0 disables tagged queueing.
|
D | Kconfig.aic7xxx | 26 This is an upper bound value for the number of tagged transactions 36 on some devices. The upper bound is 253. 0 disables tagged queueing.
|
/Linux-v4.19/net/bridge/ |
D | br_vlan.c | 416 bool tagged; in __allowed_ingress() local 443 tagged = false; in __allowed_ingress() 445 tagged = true; in __allowed_ingress() 449 tagged = false; in __allowed_ingress() 466 if (likely(!tagged)) in __allowed_ingress()
|
/Linux-v4.19/arch/nds32/mm/ |
D | alignment.c | 9 #define DEBUG(enable, tagged, ...) \ argument 12 if (tagged) \
|
/Linux-v4.19/Documentation/translations/zh_CN/arm/ |
D | Booting | 43 4、设置内核标签列表(tagged list)。
|
/Linux-v4.19/Documentation/devicetree/bindings/net/dsa/ |
D | vitesse,vsc73xx.txt | 32 It should be tagged as active low.
|
/Linux-v4.19/Documentation/devicetree/bindings/media/ |
D | cec-gpio.txt | 14 tagged as open drain.
|
/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_prs.c | 497 bool tagged, bool extend) in mvpp2_prs_dsa_tag_set() argument 503 tid = tagged ? MVPP2_PE_EDSA_TAGGED : MVPP2_PE_EDSA_UNTAGGED; in mvpp2_prs_dsa_tag_set() 506 tid = tagged ? MVPP2_PE_DSA_TAGGED : MVPP2_PE_DSA_UNTAGGED; in mvpp2_prs_dsa_tag_set() 522 if (tagged) { in mvpp2_prs_dsa_tag_set() 564 bool add, bool tagged, bool extend) in mvpp2_prs_dsa_tag_ethertype_set() argument 570 tid = tagged ? MVPP2_PE_ETYPE_EDSA_TAGGED : in mvpp2_prs_dsa_tag_ethertype_set() 575 tid = tagged ? MVPP2_PE_ETYPE_DSA_TAGGED : in mvpp2_prs_dsa_tag_ethertype_set() 603 if (tagged) { in mvpp2_prs_dsa_tag_ethertype_set()
|
/Linux-v4.19/Documentation/networking/ |
D | vxge.txt | 84 Enables/disables vlan tag stripping from all received tagged frames that
|
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethsw/ |
D | README | 98 unicast/multicast/broadcast (VLAN tagged or untagged) traffic between its
|
/Linux-v4.19/drivers/scsi/arm/ |
D | Kconfig | 16 Say Y here to enable tagged queuing support on the Acorn SCSI card.
|