Home
last modified time | relevance | path

Searched refs:confirmed (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.10/include/trace/events/
Dneigh.h91 __field(unsigned long, confirmed)
131 __entry->confirmed = n->confirmed;
150 __entry->confirmed, __entry->updated, __entry->used,
171 __field(unsigned long, confirmed)
209 __entry->confirmed = n->confirmed;
223 __entry->confirmed, __entry->updated, __entry->used,
/Linux-v5.10/drivers/net/ethernet/qualcomm/
Dqca_7k.c125 u16 confirmed; in qcaspi_write_register() local
135 ret = qcaspi_read_register(qca, reg, &confirmed); in qcaspi_write_register()
139 ret = confirmed != value; in qcaspi_write_register()
/Linux-v5.10/include/net/
Darp.h60 if (READ_ONCE(n->confirmed) != now) in __ipv4_confirm_neigh()
61 WRITE_ONCE(n->confirmed, now); in __ipv4_confirm_neigh()
Dndisc.h418 if (READ_ONCE(n->confirmed) != now) in __ipv6_confirm_neigh()
419 WRITE_ONCE(n->confirmed, now); in __ipv6_confirm_neigh()
435 if (READ_ONCE(n->confirmed) != now) in __ipv6_confirm_neigh_stub()
436 WRITE_ONCE(n->confirmed, now); in __ipv6_confirm_neigh_stub()
Dneighbour.h138 unsigned long confirmed; member
Dsock.h2002 if (READ_ONCE(n->confirmed) != now) in sock_confirm_neigh()
2003 WRITE_ONCE(n->confirmed, now); in sock_confirm_neigh()
/Linux-v5.10/Documentation/hwmon/
Dlm83.rst39 The LM83 is only found on a handful of motherboards. Both a confirmed
57 The LM82 is confirmed to have been found on most AMD Geode reference
83 north and south bridges, but this couldn't be confirmed.
Dlm85.rst148 Devices has confirmed this "bug". The ADT7463 is reported to work as
/Linux-v5.10/Documentation/ABI/stable/
Dvdso33 As of this writing, this ABI documentation as been confirmed for x86_64.
/Linux-v5.10/net/core/
Dneighbour.c617 n->confirmed = jiffies - (NEIGH_VAR(n->parms, BASE_REACHABLE_TIME) << 1); in ___neigh_create()
932 if (time_before(n->used, n->confirmed)) in neigh_periodic_work()
933 n->used = n->confirmed; in neigh_periodic_work()
1036 neigh->confirmed + neigh->parms->reachable_time)) { in neigh_timer_handler()
1038 next = neigh->confirmed + neigh->parms->reachable_time; in neigh_timer_handler()
1056 neigh->confirmed + in neigh_timer_handler()
1063 next = neigh->confirmed + neigh->parms->reachable_time; in neigh_timer_handler()
1302 neigh->confirmed = jiffies; in __neigh_update()
1351 neigh->confirmed = jiffies - in __neigh_update()
2465 ci.ndm_confirmed = jiffies_to_clock_t(now - neigh->confirmed); in neigh_fill_info()
/Linux-v5.10/arch/arm/boot/dts/
Dsun5i-reference-design-tablet.dtsi88 * 100KHz, this has been confirmed on multiple different q8 tablets.
Dsun8i-reference-design-tablet.dtsi67 * 100KHz, this has been confirmed on multiple different q8 tablets.
/Linux-v5.10/Documentation/m68k/
Dbuddha-driver.rst186 All the timings are calculated and only confirmed by
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/freescale/
Ddpaa.rst251 - Tx confirmed packets count per CPU
/Linux-v5.10/Documentation/scsi/
DChangeLog.megaraid118 > We confirmed this patch fix the problem by IA64 server.
/Linux-v5.10/Documentation/networking/
Dtls-offload.rst322 and counting all records since the just-confirmed one, it adds the number
/Linux-v5.10/drivers/message/fusion/lsi/
Dmpi_history.txt601 * 09-16-02 01.02.07 Added flags for confirmed completion.