Home
last modified time | relevance | path

Searched refs:duplicate (Results 1 – 25 of 70) sorted by relevance

123

/linux/drivers/of/unittest-data/
A Dtests-phandle.dtsi10 duplicate-name = "duplicate";
11 duplicate-name { };
/linux/security/keys/
A Ddh.c38 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/net/sched/
A Dsch_netem.c93 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()
1008 q->duplicate = qopt->duplicate; in netem_change()
1156 qopt.duplicate = q->duplicate; in netem_dump()
/linux/drivers/base/
A Dcomponent.c51 bool duplicate; member
205 match->compare[i].duplicate = !!c->master; in find_components()
554 if (!master->match->compare[i].duplicate) { in component_unbind_all()
638 if (!master->match->compare[i].duplicate) { in component_bind_all()
647 if (!master->match->compare[i - 1].duplicate) { in component_bind_all()
/linux/tools/testing/selftests/filesystems/
A Ddevpts_pts.c16 static bool terminal_dup2(int duplicate, int original) in terminal_dup2() argument
20 ret = dup2(duplicate, original); in terminal_dup2()
/linux/Documentation/ABI/obsolete/
A Dsysfs-cpuidle8 /sys/devices/system/cpu/cpuidle/ file, it's duplicate so make
/linux/drivers/pci/hotplug/
A DTODO17 management. Doesn't this duplicate functionality in the core?
49 management. Doesn't this duplicate functionality in the core?
/linux/Documentation/ABI/removed/
A Draw13948 of abstraction that required userspace clients to duplicate much
/linux/drivers/dma/
A Dfsl-qdma.c631 bool duplicate; in fsl_qdma_queue_transfer_complete() local
643 duplicate = 0; in fsl_qdma_queue_transfer_complete()
654 duplicate = 1; in fsl_qdma_queue_transfer_complete()
663 if (!duplicate) { in fsl_qdma_queue_transfer_complete()
672 if (!duplicate) { in fsl_qdma_queue_transfer_complete()
679 if (duplicate) { in fsl_qdma_queue_transfer_complete()
/linux/drivers/memory/
A Demif.c56 u8 duplicate; member
118 if (emif->duplicate) in emif_regdump_show()
973 emif->duplicate = true; in of_get_memory_device_details()
1048 emif->duplicate = emif1 && (memcmp(dev_info, in get_device_details()
1052 if (emif->duplicate) { in get_device_details()
/linux/Documentation/userspace-api/
A Dunshare.rst95 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/arch/alpha/kernel/
A Dhead.S62 # masking, and we cannot duplicate the effort without causing problems
/linux/scripts/coccinelle/misc/
A Ddoubleinit.cocci2 /// Find duplicate field initializations. This has a high rate of false
/linux/tools/lib/traceevent/Documentation/
A Dlibtraceevent-commands.txt66 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/drivers/staging/qlge/
A DTODO29 * remove duplicate and useless comments
/linux/arch/xtensa/lib/
A Dmemset.S40 slli a7, a3, 8 # duplicate character in all bytes of word
/linux/fs/fuse/
A Dvirtio_fs.c236 bool duplicate = false; in virtio_fs_add_instance() local
242 duplicate = true; in virtio_fs_add_instance()
245 if (!duplicate) in virtio_fs_add_instance()
250 if (duplicate) in virtio_fs_add_instance()
/linux/Documentation/ide/
A DChangeLog.ide-floppy.1996-200261 * Ver 0.99 Feb 24 02 Remove duplicate code, modify clik! detection code
/linux/Documentation/scsi/
A Dmegaraid.rst19 i. Avoid duplicate code from the low level drivers.
/linux/Documentation/networking/
A Dsnmp_counter.rst609 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 …]
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_resource.c3514 bool duplicate = true; in dcn20_cap_soc_clocks() local
3517 duplicate = false; in dcn20_cap_soc_clocks()
3519 duplicate = false; in dcn20_cap_soc_clocks()
3521 duplicate = false; in dcn20_cap_soc_clocks()
3523 duplicate = false; in dcn20_cap_soc_clocks()
3525 duplicate = false; in dcn20_cap_soc_clocks()
3527 duplicate = false; in dcn20_cap_soc_clocks()
3529 duplicate = false; in dcn20_cap_soc_clocks()
3531 duplicate = false; in dcn20_cap_soc_clocks()
3533 if (duplicate) in dcn20_cap_soc_clocks()
/linux/security/integrity/ima/
A DKconfig338 bool "Disable htable to allow measurement of duplicate records"
342 This option disables htable to allow measurement of duplicate records.
/linux/Documentation/ABI/testing/
A Dsysfs-firmware-dmi-entries28 to handle these duplicate entry types, each entry is
/linux/Documentation/networking/device_drivers/fddi/
A Dskfp.rst224 - Kernel patch instead of private duplicate of kernel functions
/linux/Documentation/driver-api/
A Dnvmem.rst19 drivers/misc, where they all had to duplicate pretty much the same code to

Completed in 62 milliseconds

123