Home
last modified time | relevance | path

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

123

/Linux-v4.19/drivers/of/unittest-data/
Dtests-phandle.dtsi10 duplicate-name = "duplicate";
11 duplicate-name { };
/Linux-v4.19/security/keys/
Ddh.c42 uint8_t *duplicate; in dh_data_from_key() local
46 duplicate = kmemdup(payload->data, payload->datalen, in dh_data_from_key()
48 if (duplicate) { in dh_data_from_key()
49 *data = duplicate; in dh_data_from_key()
/Linux-v4.19/net/sched/
Dsch_netem.c93 u32 duplicate; member
445 if (q->duplicate && q->duplicate >= get_crandom(&q->dup_cor)) in netem_enqueue()
474 u32 dupsave = q->duplicate; /* prevent duplicating a dup... */ in netem_enqueue()
476 q->duplicate = 0; in netem_enqueue()
478 q->duplicate = dupsave; in netem_enqueue()
963 q->duplicate = qopt->duplicate; in netem_change()
1108 qopt.duplicate = q->duplicate; in netem_dump()
/Linux-v4.19/drivers/base/
Dcomponent.c26 bool duplicate; member
188 match->compare[i].duplicate = !!c->master; in find_components()
457 if (!master->match->compare[i].duplicate) { in component_unbind_all()
531 if (!master->match->compare[i].duplicate) { in component_bind_all()
540 if (!master->match->compare[i].duplicate) { in component_bind_all()
/Linux-v4.19/tools/testing/selftests/filesystems/
Ddevpts_pts.c16 static bool terminal_dup2(int duplicate, int original) in terminal_dup2() argument
20 ret = dup2(duplicate, original); in terminal_dup2()
/Linux-v4.19/Documentation/ABI/removed/
Draw13948 of abstraction that required userspace clients to duplicate much
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-audio/
DTODO24 3) Review error handling and remove duplicate code.
/Linux-v4.19/arch/alpha/kernel/
Dhead.S62 # masking, and we cannot duplicate the effort without causing problems
/Linux-v4.19/Documentation/userspace-api/
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-v4.19/scripts/coccinelle/misc/
Ddoubleinit.cocci1 /// Find duplicate field initializations. This has a high rate of false
/Linux-v4.19/drivers/memory/
Demif.c59 u8 duplicate; member
123 if (emif->duplicate) in emif_regdump_show()
1396 emif->duplicate = true; in of_get_memory_device_details()
1471 emif->duplicate = emif1 && (memcmp(dev_info, in get_device_details()
1475 if (emif->duplicate) { in get_device_details()
1633 emif_for_calc = emif->duplicate ? emif1 : emif; in get_emif_reg_values()
1739 if (emif->duplicate) in get_regs()
/Linux-v4.19/arch/xtensa/lib/
Dmemset.S40 slli a7, a3, 8 # duplicate character in all bytes of word
/Linux-v4.19/Documentation/ide/
DChangeLog.ide-floppy.1996-200261 * Ver 0.99 Feb 24 02 Remove duplicate code, modify clik! detection code
/Linux-v4.19/Documentation/scsi/
Dmegaraid.txt16 i. Avoid duplicate code from the low level drivers.
/Linux-v4.19/arch/c6x/lib/
Dremu.S42 ;; so we duplicate most of the divsi3 code here.
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-firmware-dmi-entries28 to handle these duplicate entry types, each entry is
/Linux-v4.19/Documentation/nvmem/
Dnvmem.txt14 drivers/misc, where they all had to duplicate pretty much the same code to
/Linux-v4.19/Documentation/networking/
Dskfp.txt195 - Kernel patch instead of private duplicate of kernel functions
/Linux-v4.19/Documentation/virtual/kvm/devices/
Ds390_flic.txt107 the calling code should avoid making duplicate mappings.
/Linux-v4.19/tools/perf/util/
Dauxtrace.c1681 bool duplicate; member
1706 args->duplicate = true; in find_kern_sym_cb()
1767 if (args.duplicate) { in find_kern_sym()
/Linux-v4.19/Documentation/devicetree/
Dof_unittest.txt181 If a duplicate node is found (i.e. if a node with same full_name property is
/Linux-v4.19/include/uapi/linux/
Dpkt_sched.h568 __u32 duplicate; /* random packet dup (0=none ~0=100%) */ member
/Linux-v4.19/Documentation/locking/
Dww-mutex-design.txt137 not have duplicate entries (e.g. for a gpu commandbuffer submission ioctl).
182 of duplicate entry detection using -EALREADY as method 1 above. But the
/Linux-v4.19/Documentation/devicetree/bindings/serial/
Drenesas,sci-serial.txt83 in duplicate entries.
/Linux-v4.19/drivers/net/wireless/marvell/libertas/
DREADME221 Keep the previous scan table intact. Update any duplicate BSSID/SSID

123