Home
last modified time | relevance | path

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

12

/linux-6.15/lib/
H A Dlru_cache.c246 hlist_for_each_entry(e, lc_hash_slot(lc, enr), collision) { in __lc_find()
306 hlist_del_init(&e->collision); in lc_del()
327 if (!hlist_unhashed(&e->collision)) in lc_prepare_for_change()
328 __hlist_del(&e->collision); in lc_prepare_for_change()
329 hlist_add_head(&e->collision, lc_hash_slot(lc, new_number)); in lc_prepare_for_change()
/linux-6.15/arch/arm64/boot/dts/xilinx/
H A Dzynqmp-zcu102-revB.dts36 /* Fix collision with u61 */
/linux-6.15/include/linux/
H A Dlru_cache.h148 struct hlist_node collision; member
/linux-6.15/fs/netfs/
H A Dfscache_volume.c187 goto collision; in fscache_hash_volume()
203 collision: in fscache_hash_volume()
H A Dfscache_cookie.c415 goto collision; in fscache_hash_cookie()
434 collision: in fscache_hash_cookie()
/linux-6.15/Documentation/networking/device_drivers/ethernet/3com/
H A 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
H A Dvortex.rst235 to increase this value on LANs which have very high collision rates.
/linux-6.15/Documentation/ABI/testing/
H A 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
/linux-6.15/fs/smb/client/
H A Dsmb1ops.c169 bool collision, reconnect = false; in cifs_get_next_mid() local
195 collision = false; in cifs_get_next_mid()
205 collision = true; in cifs_get_next_mid()
223 if (!collision) { in cifs_get_next_mid()
/linux-6.15/Documentation/locking/
H A Dfutex-requeue-pi.rst107 result of a high-speed collision between futex_wait() and
/linux-6.15/drivers/perf/
H A Dxgene_pmu.c339 XGENE_PMU_EVENT_ATTR(in-rd-collision, 0x0e),
340 XGENE_PMU_EVENT_ATTR(in-wr-collision, 0x0f),
341 XGENE_PMU_EVENT_ATTR(collision-queue-not-empty, 0x10),
342 XGENE_PMU_EVENT_ATTR(collision-queue-full, 0x11),
/linux-6.15/Documentation/usb/
H A Dgadget_multi.rst103 so there will be no collision with other customised gadgets or the
/linux-6.15/Documentation/driver-api/i3c/
H A Dprotocol.rst75 Provisioned ID collision, otherwise the discovery mechanism may fail.
/linux-6.15/tools/perf/Documentation/
H A Dperf-arm-spe.txt89 When an operation is sampled while a previous sampled operation has not finished, a collision
/linux-6.15/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c318 u32 collision; member
1326 p->collision += mib_read(mp, 0x78); in mib_counters_update()
1476 MIBSTAT(collision),
/linux-6.15/kernel/
H A Dworkqueue.c1181 struct worker *collision; in assign_work() local
1193 collision = find_worker_executing_work(pool, work); in assign_work()
1194 if (unlikely(collision)) { in assign_work()
1195 move_linked_works(work, &collision->scheduled, nextp); in assign_work()
/linux-6.15/Documentation/admin-guide/hw-vuln/
H A Drsb.rst157 user forces a BTB collision then the RET can speculatively branch to a
/linux-6.15/Documentation/virt/hyperv/
H A Dvpci.rst90 collisions. The collision resolution is intended to be stable
/linux-6.15/Documentation/netlink/specs/
H A Dnl80211.yaml155 - obss-color-collision
/linux-6.15/Documentation/process/
H A Dmaintainer-pgp-guide.rst760 ``git commit`` command (it's capital ``-S`` due to collision with
H A Dsubmitting-patches.rst112 there is no collision with your six-character ID now, that condition may
/linux-6.15/Documentation/admin-guide/device-mapper/
H A Dvdo-design.rst91 Inaccuracy can also result from a hash collision where two different blocks
/linux-6.15/drivers/scsi/aic7xxx/
H A Daic79xx.seq62 * interrupt collision on the hardware
/linux-6.15/Documentation/RCU/Design/Requirements/
H A DRequirements.rst1493 part due to the collision of multicore hardware with object-oriented
/linux-6.15/Documentation/admin-guide/
H A Dcgroup-v2.rst630 character for collision avoidance. Also, interface file names won't

12