Home
last modified time | relevance | path

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

/linux/include/trace/events/
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/drivers/net/ethernet/qualcomm/
A 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/include/net/
A Darp.h60 if (READ_ONCE(n->confirmed) != now) in __ipv4_confirm_neigh()
61 WRITE_ONCE(n->confirmed, now); in __ipv4_confirm_neigh()
A 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()
A Dneighbour.h138 unsigned long confirmed; member
A Dsock.h2124 if (READ_ONCE(n->confirmed) != now) in sock_confirm_neigh()
2125 WRITE_ONCE(n->confirmed, now); in sock_confirm_neigh()
/linux/Documentation/hwmon/
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.
A Dlm85.rst148 Devices has confirmed this "bug". The ADT7463 is reported to work as
/linux/Documentation/ABI/stable/
A Dvdso33 As of this writing, this ABI documentation as been confirmed for x86_64.
/linux/net/core/
A Dneighbour.c650 n->confirmed = jiffies - (NEIGH_VAR(n->parms, BASE_REACHABLE_TIME) << 1); in ___neigh_create()
961 if (time_before(n->used, n->confirmed)) in neigh_periodic_work()
962 n->used = n->confirmed; in neigh_periodic_work()
1065 neigh->confirmed + neigh->parms->reachable_time)) { in neigh_timer_handler()
1067 next = neigh->confirmed + neigh->parms->reachable_time; in neigh_timer_handler()
1085 neigh->confirmed + in neigh_timer_handler()
1092 next = neigh->confirmed + neigh->parms->reachable_time; in neigh_timer_handler()
1335 neigh->confirmed = jiffies; in __neigh_update()
1384 neigh->confirmed = jiffies - in __neigh_update()
2541 ci.ndm_confirmed = jiffies_to_clock_t(now - neigh->confirmed); in neigh_fill_info()
/linux/arch/arm/boot/dts/
A Dsun5i-reference-design-tablet.dtsi89 * 100KHz, this has been confirmed on multiple different q8 tablets.
A Dsun8i-reference-design-tablet.dtsi68 * 100KHz, this has been confirmed on multiple different q8 tablets.
/linux/Documentation/devicetree/bindings/mmc/
A Dmtk-sd.yaml129 The value is confirmed by doing scan and calibration to find a best
/linux/Documentation/m68k/
A Dbuddha-driver.rst186 All the timings are calculated and only confirmed by
/linux/Documentation/networking/device_drivers/ethernet/freescale/
A Ddpaa.rst251 - Tx confirmed packets count per CPU
/linux/Documentation/networking/
A Dnexthop-group-resilient.rst259 This can be confirmed by looking at individual buckets::
A Dtls-offload.rst322 and counting all records since the just-confirmed one, it adds the number
/linux/fs/nfsd/
A Dtrace.h513 DEFINE_CLIENTID_EVENT(confirmed);
/linux/Documentation/scsi/
A DChangeLog.megaraid118 > We confirmed this patch fix the problem by IA64 server.
/linux/drivers/message/fusion/lsi/
A Dmpi_history.txt601 * 09-16-02 01.02.07 Added flags for confirmed completion.

Completed in 43 milliseconds