Home
last modified time | relevance | path

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

/linux-6.15/include/trace/events/
H A 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-6.15/drivers/net/ethernet/qualcomm/
H A Dqca_7k.c110 u16 confirmed; in qcaspi_write_register() local
120 ret = qcaspi_read_register(qca, reg, &confirmed); in qcaspi_write_register()
124 ret = confirmed != value; in qcaspi_write_register()
/linux-6.15/Documentation/hwmon/
H A 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.
H A Dlm85.rst148 Devices has confirmed this "bug". The ADT7463 is reported to work as
/linux-6.15/include/net/
H A Dneighbour.h143 unsigned long confirmed; member
327 if (READ_ONCE(n->confirmed) != now) in neigh_confirm()
328 WRITE_ONCE(n->confirmed, now); in neigh_confirm()
/linux-6.15/net/core/
H A Dneighbour.c298 if (!time_in_range(n->confirmed, mint, jiffies)) in neigh_add_timer()
299 n->confirmed = mint; in neigh_add_timer()
300 if (time_before(n->used, n->confirmed)) in neigh_add_timer()
301 n->used = n->confirmed; in neigh_add_timer()
945 if (time_before(n->used, n->confirmed) && in neigh_periodic_work()
946 time_is_before_eq_jiffies(n->confirmed)) in neigh_periodic_work()
947 n->used = n->confirmed; in neigh_periodic_work()
1049 neigh->confirmed + neigh->parms->reachable_time)) { in neigh_timer_handler()
1069 neigh->confirmed + in neigh_timer_handler()
1325 neigh->confirmed = jiffies; in __neigh_update()
[all …]
/linux-6.15/Documentation/ABI/stable/
H A Dvdso35 As of this writing, this ABI documentation as been confirmed for x86_64.
/linux-6.15/arch/arm/boot/dts/allwinner/
H A Dsun5i-reference-design-tablet.dtsi89 * 100KHz, this has been confirmed on multiple different q8 tablets.
H A Dsun8i-reference-design-tablet.dtsi68 * 100KHz, this has been confirmed on multiple different q8 tablets.
/linux-6.15/Documentation/netlink/specs/
H A Drt_neigh.yaml99 name: confirmed
H A Dconntrack.yaml90 - confirmed
/linux-6.15/Documentation/process/
H A Dsecurity-bugs.rst102 assigned for a confirmed issue, they can contact the :doc:`kernel CVE
/linux-6.15/Documentation/devicetree/bindings/mmc/
H A Dmtk-sd.yaml135 The value is confirmed by doing scan and calibration to find a best
/linux-6.15/Documentation/arch/m68k/
H A Dbuddha-driver.rst186 All the timings are calculated and only confirmed by
/linux-6.15/Documentation/networking/device_drivers/ethernet/freescale/
H A Ddpaa.rst251 - Tx confirmed packets count per CPU
/linux-6.15/Documentation/networking/
H A Dnexthop-group-resilient.rst259 This can be confirmed by looking at individual buckets::
H A Dtls-offload.rst323 and counting all records since the just-confirmed one, it adds the number
/linux-6.15/drivers/tty/
H A DKconfig158 Say Y here only if you have confirmed that your system's
/linux-6.15/Documentation/scsi/
H A DChangeLog.megaraid118 > We confirmed this patch fix the problem by IA64 server.
/linux-6.15/drivers/message/fusion/lsi/
H A Dmpi_history.txt601 * 09-16-02 01.02.07 Added flags for confirmed completion.
/linux-6.15/fs/nfsd/
H A Dtrace.h868 DEFINE_CLIENTID_EVENT(confirmed);