/Linux-v4.19/drivers/of/unittest-data/ |
D | tests-phandle.dtsi | 10 duplicate-name = "duplicate"; 11 duplicate-name { };
|
/Linux-v4.19/security/keys/ |
D | dh.c | 42 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/ |
D | sch_netem.c | 93 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/ |
D | component.c | 26 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/ |
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-v4.19/Documentation/ABI/removed/ |
D | raw1394 | 8 of abstraction that required userspace clients to duplicate much
|
/Linux-v4.19/drivers/staging/vc04_services/bcm2835-audio/ |
D | TODO | 24 3) Review error handling and remove duplicate code.
|
/Linux-v4.19/arch/alpha/kernel/ |
D | head.S | 62 # masking, and we cannot duplicate the effort without causing problems
|
/Linux-v4.19/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-v4.19/scripts/coccinelle/misc/ |
D | doubleinit.cocci | 1 /// Find duplicate field initializations. This has a high rate of false
|
/Linux-v4.19/drivers/memory/ |
D | emif.c | 59 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/ |
D | memset.S | 40 slli a7, a3, 8 # duplicate character in all bytes of word
|
/Linux-v4.19/Documentation/ide/ |
D | ChangeLog.ide-floppy.1996-2002 | 61 * Ver 0.99 Feb 24 02 Remove duplicate code, modify clik! detection code
|
/Linux-v4.19/Documentation/scsi/ |
D | megaraid.txt | 16 i. Avoid duplicate code from the low level drivers.
|
/Linux-v4.19/arch/c6x/lib/ |
D | remu.S | 42 ;; so we duplicate most of the divsi3 code here.
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-firmware-dmi-entries | 28 to handle these duplicate entry types, each entry is
|
/Linux-v4.19/Documentation/nvmem/ |
D | nvmem.txt | 14 drivers/misc, where they all had to duplicate pretty much the same code to
|
/Linux-v4.19/Documentation/networking/ |
D | skfp.txt | 195 - Kernel patch instead of private duplicate of kernel functions
|
/Linux-v4.19/Documentation/virtual/kvm/devices/ |
D | s390_flic.txt | 107 the calling code should avoid making duplicate mappings.
|
/Linux-v4.19/tools/perf/util/ |
D | auxtrace.c | 1681 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/ |
D | of_unittest.txt | 181 If a duplicate node is found (i.e. if a node with same full_name property is
|
/Linux-v4.19/include/uapi/linux/ |
D | pkt_sched.h | 568 __u32 duplicate; /* random packet dup (0=none ~0=100%) */ member
|
/Linux-v4.19/Documentation/locking/ |
D | ww-mutex-design.txt | 137 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/ |
D | renesas,sci-serial.txt | 83 in duplicate entries.
|
/Linux-v4.19/drivers/net/wireless/marvell/libertas/ |
D | README | 221 Keep the previous scan table intact. Update any duplicate BSSID/SSID
|