Searched refs:confirmed (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/include/trace/events/ |
A D | neigh.h | 91 __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.3-rc2/drivers/net/ethernet/qualcomm/ |
A D | qca_7k.c | 125 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-6.3-rc2/Documentation/hwmon/ |
A D | lm83.rst | 39 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 D | lm85.rst | 148 Devices has confirmed this "bug". The ADT7463 is reported to work as
|
/linux-6.3-rc2/include/net/ |
A D | neighbour.h | 141 unsigned long confirmed; member 330 if (READ_ONCE(n->confirmed) != now) in neigh_confirm() 331 WRITE_ONCE(n->confirmed, now); in neigh_confirm()
|
/linux-6.3-rc2/Documentation/ABI/stable/ |
A D | vdso | 33 As of this writing, this ABI documentation as been confirmed for x86_64.
|
/linux-6.3-rc2/net/core/ |
A D | neighbour.c | 299 if (!time_in_range(n->confirmed, mint, jiffies)) in neigh_add_timer() 300 n->confirmed = mint; in neigh_add_timer() 301 if (time_before(n->used, n->confirmed)) in neigh_add_timer() 302 n->used = n->confirmed; in neigh_add_timer() 1014 if (time_before(n->used, n->confirmed) && in neigh_periodic_work() 1015 time_is_before_eq_jiffies(n->confirmed)) in neigh_periodic_work() 1016 n->used = n->confirmed; in neigh_periodic_work() 1120 neigh->confirmed + neigh->parms->reachable_time)) { in neigh_timer_handler() 1140 neigh->confirmed + in neigh_timer_handler() 1396 neigh->confirmed = jiffies; in __neigh_update() [all …]
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | sun5i-reference-design-tablet.dtsi | 89 * 100KHz, this has been confirmed on multiple different q8 tablets.
|
A D | sun8i-reference-design-tablet.dtsi | 68 * 100KHz, this has been confirmed on multiple different q8 tablets.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mmc/ |
A D | mtk-sd.yaml | 142 The value is confirmed by doing scan and calibration to find a best
|
/linux-6.3-rc2/Documentation/m68k/ |
A D | buddha-driver.rst | 186 All the timings are calculated and only confirmed by
|
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/freescale/ |
A D | dpaa.rst | 251 - Tx confirmed packets count per CPU
|
/linux-6.3-rc2/Documentation/networking/ |
A D | nexthop-group-resilient.rst | 259 This can be confirmed by looking at individual buckets::
|
A D | tls-offload.rst | 322 and counting all records since the just-confirmed one, it adds the number
|
/linux-6.3-rc2/drivers/tty/ |
A D | Kconfig | 163 Say 'Y here only if you have confirmed that your system's
|
/linux-6.3-rc2/Documentation/scsi/ |
A D | ChangeLog.megaraid | 118 > We confirmed this patch fix the problem by IA64 server.
|
/linux-6.3-rc2/fs/nfsd/ |
A D | trace.h | 719 DEFINE_CLIENTID_EVENT(confirmed);
|
/linux-6.3-rc2/drivers/message/fusion/lsi/ |
A D | mpi_history.txt | 601 * 09-16-02 01.02.07 Added flags for confirmed completion.
|
Completed in 26 milliseconds