Home
last modified time | relevance | path

Searched refs:collision (Results 1 – 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/boot/dts/xilinx/
Dzynqmp-zcu102-revB.dts30 /* Fix collision with u61 */
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/3com/
D3c509.rst211 0x02 Out-of-window collision.
230 Out of window collision. This typically occurs when some other Ethernet
237 or when another host doesn't correctly back off after a collision. If this
Dvortex.rst235 to increase this value on LANs which have very high collision rates.
/kernel/linux/linux-5.10/fs/cifs/
Dsmb1ops.c165 bool collision; in cifs_get_next_mid() local
191 collision = false; in cifs_get_next_mid()
201 collision = true; in cifs_get_next_mid()
219 if (!collision) { in cifs_get_next_mid()
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-net-statistics132 a medium collision). See the network driver for the exact
215 due to a window collision. The specific meaning depends on the
/kernel/linux/linux-5.10/fs/fscache/
Dcookie.c196 goto collision; in fscache_hash_cookie()
206 collision: in fscache_hash_cookie()
/kernel/linux/linux-5.10/Documentation/locking/
Dfutex-requeue-pi.rst107 result of a high-speed collision between futex_wait() and
/kernel/linux/linux-5.10/Documentation/admin-guide/nfs/
Dnfs-client.rst41 nfs.nfs4_unique_id stays the same, preventing collision with other clients
/kernel/linux/linux-5.10/drivers/perf/
Dxgene_pmu.c353 XGENE_PMU_EVENT_ATTR(in-rd-collision, 0x0e),
354 XGENE_PMU_EVENT_ATTR(in-wr-collision, 0x0f),
355 XGENE_PMU_EVENT_ATTR(collision-queue-not-empty, 0x10),
356 XGENE_PMU_EVENT_ATTR(collision-queue-full, 0x11),
/kernel/linux/linux-5.10/Documentation/usb/
Dgadget_multi.rst103 so there will be no collision with other customised gadgets or the
/kernel/linux/linux-5.10/Documentation/driver-api/i3c/
Dprotocol.rst75 Provisional ID collision, otherwise the discovery mechanism may fail.
/kernel/linux/linux-5.10/kernel/
Dworkqueue.c2180 struct worker *collision; in process_one_work() local
2203 collision = find_worker_executing_work(pool, work); in process_one_work()
2204 if (unlikely(collision)) { in process_one_work()
2205 move_linked_works(work, &collision->scheduled, NULL); in process_one_work()
/kernel/linux/linux-5.10/Documentation/filesystems/caching/
Dobject.rst311 state machine, it doesn't matter if there's a collision with both ends trying
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
Dmv643xx_eth.c317 u32 collision; member
1323 p->collision += mib_read(mp, 0x78); in mib_counters_update()
1473 MIBSTAT(collision),
/kernel/linux/linux-5.10/crypto/
DKconfig970 security against collision attacks.
973 of security against collision attacks.
1009 security against collision attacks.
1012 of security against collision attacks.
/kernel/linux/linux-5.10/Documentation/process/
Dsubmitting-patches.rst118 there is no collision with your six-character ID now, that condition may
Dmaintainer-pgp-guide.rst813 ``git commit`` command (it's capital ``-S`` due to collision with
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
Daic79xx.seq62 * interrupt collision on the hardware
/kernel/linux/linux-5.10/Documentation/virt/kvm/
Dapi.rst3836 -ENOSPC if there was a hash collision
3927 -ENOSPC if there was a hash collision when moving existing
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dcgroup-v2.rst573 character for collision avoidance. Also, interface file names won't
/kernel/linux/linux-5.10/Documentation/RCU/Design/Requirements/
DRequirements.rst1492 part due to the collision of multicore hardware with object-oriented
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0036_linux_drivers_staging.patch4089 +#define RMON_T_COL 0x224 /* RMON TX collision count */
4100 +#define IEEE_T_1COL 0x250 /* Frames tx'd with single collision */
4101 +#define IEEE_T_MCOL 0x254 /* Frames tx'd with multiple collision */
4103 +#define IEEE_T_LCOL 0x25c /* Frames tx'd with late collision */