/Linux-v5.4/drivers/of/unittest-data/ |
D | tests-phandle.dtsi | 10 duplicate-name = "duplicate"; 11 duplicate-name { };
|
/Linux-v5.4/security/keys/ |
D | dh.c | 38 uint8_t *duplicate; in dh_data_from_key() local 42 duplicate = kmemdup(payload->data, payload->datalen, in dh_data_from_key() 44 if (duplicate) { in dh_data_from_key() 45 *data = duplicate; in dh_data_from_key()
|
/Linux-v5.4/net/sched/ |
D | sch_netem.c | 93 u32 duplicate; member 451 if (q->duplicate && q->duplicate >= get_crandom(&q->dup_cor)) in netem_enqueue() 480 u32 dupsave = q->duplicate; /* prevent duplicating a dup... */ in netem_enqueue() 482 q->duplicate = 0; in netem_enqueue() 484 q->duplicate = dupsave; in netem_enqueue() 1004 q->duplicate = qopt->duplicate; in netem_change() 1149 qopt.duplicate = q->duplicate; in netem_dump()
|
/Linux-v5.4/drivers/base/ |
D | component.c | 53 bool duplicate; member 210 match->compare[i].duplicate = !!c->master; in find_components() 562 if (!master->match->compare[i].duplicate) { in component_unbind_all() 645 if (!master->match->compare[i].duplicate) { in component_bind_all() 654 if (!master->match->compare[i - 1].duplicate) { in component_bind_all()
|
/Linux-v5.4/tools/testing/selftests/filesystems/ |
D | devpts_pts.c | 16 static bool terminal_dup2(int duplicate, int original) in terminal_dup2() argument 20 ret = dup2(duplicate, original); in terminal_dup2()
|
/Linux-v5.4/Documentation/ABI/removed/ |
D | raw1394 | 8 of abstraction that required userspace clients to duplicate much
|
/Linux-v5.4/drivers/pci/hotplug/ |
D | TODO | 17 management. Doesn't this duplicate functionality in the core? 52 management. Doesn't this duplicate functionality in the core?
|
/Linux-v5.4/arch/alpha/kernel/ |
D | head.S | 62 # masking, and we cannot duplicate the effort without causing problems
|
/Linux-v5.4/drivers/dma/ |
D | fsl-qdma.c | 619 bool duplicate; in fsl_qdma_queue_transfer_complete() local 630 duplicate = 0; in fsl_qdma_queue_transfer_complete() 641 duplicate = 1; in fsl_qdma_queue_transfer_complete() 650 if (!duplicate) { in fsl_qdma_queue_transfer_complete() 659 if (!duplicate) { in fsl_qdma_queue_transfer_complete() 666 if (duplicate) { in fsl_qdma_queue_transfer_complete()
|
/Linux-v5.4/Documentation/userspace-api/ |
D | unshare.rst | 95 In order to not duplicate code and to handle the fact that unshare() 199 2) unshare() has to allocate and duplicate all context structures 213 copy_* functions call dup_* functions to allocate and duplicate 221 helper function to allocate and duplicate a new context 287 dup_* function to allocate and duplicate the structure and return
|
/Linux-v5.4/scripts/coccinelle/misc/ |
D | doubleinit.cocci | 2 /// Find duplicate field initializations. This has a high rate of false
|
/Linux-v5.4/drivers/memory/ |
D | emif.c | 57 u8 duplicate; member 121 if (emif->duplicate) in emif_regdump_show() 1394 emif->duplicate = true; in of_get_memory_device_details() 1469 emif->duplicate = emif1 && (memcmp(dev_info, in get_device_details() 1473 if (emif->duplicate) { in get_device_details() 1631 emif_for_calc = emif->duplicate ? emif1 : emif; in get_emif_reg_values() 1737 if (emif->duplicate) in get_regs()
|
/Linux-v5.4/tools/lib/traceevent/Documentation/ |
D | libtraceevent-commands.txt | 66 is not enough memory to duplicate the _comm_ or EEXIST if a mapping for this 71 is not enough memory to duplicate the _comm_.
|
/Linux-v5.4/arch/xtensa/lib/ |
D | memset.S | 40 slli a7, a3, 8 # duplicate character in all bytes of word
|
/Linux-v5.4/arch/c6x/lib/ |
D | remu.S | 30 ;; so we duplicate most of the divsi3 code here.
|
/Linux-v5.4/fs/fuse/ |
D | virtio_fs.c | 157 bool duplicate = false; in virtio_fs_add_instance() local 163 duplicate = true; in virtio_fs_add_instance() 166 if (!duplicate) in virtio_fs_add_instance() 171 if (duplicate) in virtio_fs_add_instance()
|
/Linux-v5.4/drivers/staging/qlge/ |
D | TODO | 42 * remove duplicate and useless comments
|
/Linux-v5.4/Documentation/scsi/ |
D | megaraid.txt | 16 i. Avoid duplicate code from the low level drivers.
|
/Linux-v5.4/Documentation/ide/ |
D | ChangeLog.ide-floppy.1996-2002 | 61 * Ver 0.99 Feb 24 02 Remove duplicate code, modify clik! detection code
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_resource.c | 3016 bool duplicate = true; in cap_soc_clocks() local 3019 duplicate = false; in cap_soc_clocks() 3021 duplicate = false; in cap_soc_clocks() 3023 duplicate = false; in cap_soc_clocks() 3025 duplicate = false; in cap_soc_clocks() 3027 duplicate = false; in cap_soc_clocks() 3029 duplicate = false; in cap_soc_clocks() 3031 duplicate = false; in cap_soc_clocks() 3033 duplicate = false; in cap_soc_clocks() 3035 if (duplicate) in cap_soc_clocks()
|
/Linux-v5.4/Documentation/networking/ |
D | snmp_counter.rst | 609 the duplicate ACK number. E.g., if retransmission is triggered, and 665 duplicate packets to the sender. There are two kinds of 667 duplicate. (2) an out of order packet is duplicate. The TCP stack 675 The TCP stack receives a duplicate packet which has been acked, so it 680 The TCP stack receives an out of order duplicate packet, so it sends a 686 duplicate packet is received. 691 duplicate packet is received. 787 In some scenarios, kernel would avoid sending duplicate ACKs too 1652 again, and record the reply time (the duplicate ACK reply time). The 1653 third SYN will let server check the previous duplicate ACK reply time, [all …]
|
D | skfp.txt | 195 - Kernel patch instead of private duplicate of kernel functions
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-firmware-dmi-entries | 28 to handle these duplicate entry types, each entry is
|
/Linux-v5.4/Documentation/driver-api/ |
D | nvmem.rst | 19 drivers/misc, where they all had to duplicate pretty much the same code to
|
/Linux-v5.4/Documentation/virt/kvm/devices/ |
D | s390_flic.txt | 107 the calling code should avoid making duplicate mappings.
|