Home
last modified time | relevance | path

Searched refs:duplicates (Results 1 – 25 of 56) sorted by relevance

123

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmcg.c169 INIT_LIST_HEAD(&new_entry->duplicates); in new_steering_entry()
184 list_add_tail(&dqp->list, &new_entry->duplicates); in new_steering_entry()
271 list_for_each_entry(dqp, &entry->duplicates, list) { in existing_steering_entry()
281 list_add_tail(&dqp->list, &entry->duplicates); in existing_steering_entry()
317 list_for_each_entry_safe(dqp, tmp_dqp, &entry->duplicates, list) { in check_duplicate_entry()
391 if (list_empty(&entry->duplicates) || in can_remove_steering_entry()
400 &entry->duplicates, in can_remove_steering_entry()
489 &entry->duplicates); in add_promisc_qp()
604 list_for_each_entry(dqp, &entry->duplicates, list) { in remove_promisc_qp()
/openbmc/linux/fs/efivarfs/
H A Dinternal.h28 void *data, bool duplicates, struct list_head *head);
H A Dvars.c373 void *data, bool duplicates, struct list_head *head) in efivar_init() argument
416 if (duplicates && in efivar_init()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_object.c476 struct list_head duplicates; in radeon_bo_list_validate() local
481 INIT_LIST_HEAD(&duplicates); in radeon_bo_list_validate()
482 r = ttm_eu_reserve_buffers(ticket, head, true, &duplicates); in radeon_bo_list_validate()
534 list_for_each_entry(lobj, &duplicates, tv.head) { in radeon_bo_list_validate()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-soc-ipa105 The .../XXXXXXX.ipa/modem/rx_endpoint_id file duplicates
113 The .../XXXXXXX.ipa/modem/tx_endpoint_id file duplicates
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dbusybox-syslog.default13 # -D : Drop duplicates
/openbmc/openbmc/poky/scripts/
H A Dsstate-sysroot-cruft.sh161 diff ${OUTPUT}/master.list.all.txt ${OUTPUT}/master.list.txt > ${OUTPUT}/duplicates.txt
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dlibdbi-perl_1.646.bb25 # unclear why there are several duplicates of tests in tarball
/openbmc/openbmc-test-automation/lib/
H A Dlist_utils.robot31 ... values common to both lists with no duplicates.
/openbmc/qemu/
H A Dgitdm.config16 # than one address or have changed addresses. This duplicates some of
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/
H A Dxfstests_2024.03.03.bb60 # otherwise install-sh duplicates DESTDIR prefix
/openbmc/qemu/contrib/gitdm/
H A Daliases3 # single, canonical address. It duplicates some info from .mailmap so
/openbmc/linux/Documentation/core-api/
H A Dmm-api.rst132 .. #kernel-doc:: mm/nommu.c (duplicates kernel-doc from other files)
/openbmc/bmcweb/
H A DHEADERS.md28 up getting compiled multiple times, then the duplicates deleted at link time.
/openbmc/linux/Documentation/mm/
H A Dksm.rst42 enforced that there cannot be KSM page content duplicates in the
/openbmc/linux/arch/powerpc/boot/dts/
H A Dmvme5100.dts103 * This definition (IDSEL 11) duplicates the
/openbmc/linux/kernel/module/
H A DKconfig96 tracking for duplicates for that module.
112 bool "Force full stack trace when duplicates are found"
119 these duplicates occur.
/openbmc/u-boot/doc/device-tree-bindings/
H A Dchosen.txt97 duplicates from the list).
/openbmc/linux/scripts/coccinelle/null/
H A Dderef_null.cocci213 // The following three rules are duplicates of ifm, pr1 and pr2 respectively.
/openbmc/linux/tools/build/Documentation/
H A DBuild.txt71 ex-y += b.o # duplicates in the lists are allowed
/openbmc/linux/scripts/coccinelle/misc/
H A Darray_size_dup.cocci3 /// Check for array_size(), array3_size(), struct_size() duplicates.
/openbmc/linux/net/tipc/
H A Dlink.c72 u32 duplicates; member
1817 l->stats.duplicates++; in tipc_link_rcv()
1827 l->stats.duplicates++; in tipc_link_rcv()
2667 {TIPC_NLA_STATS_DUPLICATES, s->duplicates}, in __tipc_nl_add_stats()
2788 {TIPC_NLA_STATS_DUPLICATES, stats->duplicates}, in __tipc_nl_add_bc_link_stat()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.2.1.rst85 - release-notes-4.2: remove/merge duplicates entries
/openbmc/linux/Documentation/driver-api/nvdimm/
H A Dnvdimm.rst395 emits, "devtype" duplicates the DEVTYPE variable stored by udev at the
396 'add' event, "modalias" duplicates the MODALIAS variable stored by udev
/openbmc/linux/net/ipv6/netfilter/
H A DKconfig54 This option enables the nf_dup_ipv6 core, which duplicates an IPv6

123