Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/of/unittest-data/
Dtests-phandle.dtsi9 duplicate-name = "duplicate";
10 duplicate-name { };
/linux-4.4.14/net/sched/
Dsch_netem.c88 u32 duplicate; member
436 if (q->duplicate && q->duplicate >= get_crandom(&q->dup_cor)) in netem_enqueue()
465 u32 dupsave = q->duplicate; /* prevent duplicating a dup... */ in netem_enqueue()
467 q->duplicate = 0; in netem_enqueue()
469 q->duplicate = dupsave; in netem_enqueue()
911 q->duplicate = qopt->duplicate; in netem_change()
1033 qopt.duplicate = q->duplicate; in netem_dump()
/linux-4.4.14/Documentation/ABI/removed/
Draw13948 of abstraction that required userspace clients to duplicate much
/linux-4.4.14/arch/alpha/kernel/
Dhead.S61 # masking, and we cannot duplicate the effort without causing problems
/linux-4.4.14/Documentation/DocBook/
Dgpu.xml.db103 API-drm-mode-duplicate
273 API---drm-atomic-helper-crtc-duplicate-state
274 API-drm-atomic-helper-crtc-duplicate-state
278 API---drm-atomic-helper-plane-duplicate-state
279 API-drm-atomic-helper-plane-duplicate-state
283 API---drm-atomic-helper-connector-duplicate-state
284 API-drm-atomic-helper-connector-duplicate-state
285 API-drm-atomic-helper-duplicate-state
415 API-drm-edid-duplicate
555 API-intel-plane-duplicate-state
/linux-4.4.14/scripts/coccinelle/misc/
Ddoubleinit.cocci1 /// Find duplicate field initializations. This has a high rate of false
/linux-4.4.14/Documentation/
Dunshare.txt90 In order to not duplicate code and to handle the fact that unshare
189 2) unshare has to allocate and duplicate all context structures
203 copy_* functions call dup_* functions to allocate and duplicate
209 helper function to allocate and duplicate a new context
259 dup_* function to allocate and duplicate the structure and return
Dvfio.txt76 reduced duplicate page tables), and to the user (programming only
Ddma-buf-sharing.txt387 exporter hence does not need to duplicate this check.
/linux-4.4.14/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-4.4.14/arch/xtensa/lib/
Dmemset.S48 slli a7, a3, 8 # duplicate character in all bytes of word
/linux-4.4.14/arch/c6x/lib/
Dremu.S42 ;; so we duplicate most of the divsi3 code here.
/linux-4.4.14/Documentation/ide/
DChangeLog.ide-floppy.1996-200261 * Ver 0.99 Feb 24 02 Remove duplicate code, modify clik! detection code
/linux-4.4.14/Documentation/scsi/
Dmegaraid.txt16 i. Avoid duplicate code from the low level drivers.
DChangeLog.megaraid_sas79 6. Remove duplicate code.
633 …"There's a lot of duplicate code megasas_build_cmd. Move that out of the different codepathes and…
Daic79xx.txt122 - Workaround duplicate device entries in the mid-layer
DChangeLog.lpfc972 of duplicate code with calls to this function.
1016 * Removed duplicate extern defs of the bind variables.
1496 * Remove duplicate rc definitions from
1708 and 1207. Create a new message 738 to fix duplicate instances
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-firmware-dmi-entries28 to handle these duplicate entry types, each entry is
/linux-4.4.14/Documentation/nvmem/
Dnvmem.txt14 drivers/misc, where they all had to duplicate pretty much the same code to
/linux-4.4.14/include/uapi/linux/
Dpkt_sched.h540 __u32 duplicate; /* random packet dup (0=none ~0=100%) */ member
/linux-4.4.14/Documentation/networking/
Dskfp.txt195 - Kernel patch instead of private duplicate of kernel functions
Dswitchdev.txt284 otherwise there will be duplicate packets on the wire.
286 To avoid duplicate packets, the device/driver should mark a packet as already
Dcxgb.txt294 and duplicate the problem before submitting a bug or asking for support.
Drds.txt344 drop duplicate packets
Dip-sysctl.txt236 Allows TCP to send "duplicate" SACKs.
303 Limit the maximal rate for sending duplicate acknowledgments
315 causing each side to send an unterminating stream of duplicate
1581 2: Enable DAD, and disable IPv6 operation if MAC-based duplicate
Dbonding.txt262 Specifies that duplicate frames (received on inactive ports) should be
265 Normally, bonding will drop duplicate frames (received on inactive
267 it is nice to allow duplicate frames to be delivered.
269 The default value is 0 (drop duplicate frames received on inactive
2534 suppress duplicate packets, which should largely eliminate this problem.
/linux-4.4.14/Documentation/locking/
Dww-mutex-design.txt113 not have duplicate entries (e.g. for a gpu commandbuffer submission ioctl).
158 of duplicate entry detection using -EALREADY as method 1 above. But the
/linux-4.4.14/Documentation/devicetree/
Dof_unittest.txt181 If a duplicate node is found (i.e. if a node with same full_name property is
/linux-4.4.14/drivers/net/wireless/libertas/
DREADME221 Keep the previous scan table intact. Update any duplicate BSSID/SSID
/linux-4.4.14/Documentation/vm/
Dfrontswap.txt48 (a "duplicate" store), either the store succeeds and the data is overwritten,
243 5) Why this weird definition about "duplicate stores"? If a page
/linux-4.4.14/
DREADME331 how to duplicate the problem, and what your setup is (use your common
347 system log, please duplicate it *exactly*. The dump may look
/linux-4.4.14/Documentation/usb/
Dmass-storage.txt204 duplicate code needed for handling basic USB protocol commands and
/linux-4.4.14/Documentation/sysctl/
Dnet.txt136 occur because of problems on the network like duplicate address or bad
/linux-4.4.14/Documentation/nvdimm/
Dbtt.txt251 - Rebuilding free list from the flog reveals missing/duplicate/impossible
/linux-4.4.14/Documentation/x86/x86_64/
Dboot-options.txt172 duplicate corrected error reports.
/linux-4.4.14/Documentation/driver-model/
Dporting.txt439 Some of the fields in struct device and struct device_driver duplicate
/linux-4.4.14/Documentation/input/
Devent-codes.txt191 subsystem will filter out the duplicate switch state reports. The driver does
/linux-4.4.14/Documentation/security/
Dcredentials.txt467 duplicate of the current process's credentials, returning with the mutex still
/linux-4.4.14/Documentation/cgroups/
Dcgroups.txt237 not guaranteed to be sorted or free of duplicate TGIDs, and userspace
Dmemory.txt176 processes, duplicate accounting is carefully avoided.
/linux-4.4.14/Documentation/block/
Dbiodoc.txt635 The bio_clone() routine may be used to duplicate a bio, where the clone