Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/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-v6.6/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-v6.6/include/net/
Dneighbour.h141 unsigned long confirmed; member
330 if (READ_ONCE(n->confirmed) != now) in neigh_confirm()
331 WRITE_ONCE(n->confirmed, now); in neigh_confirm()
/Linux-v6.6/Documentation/ABI/stable/
Dvdso33 As of this writing, this ABI documentation as been confirmed for x86_64.
/Linux-v6.6/net/core/
Dneighbour.c300 if (!time_in_range(n->confirmed, mint, jiffies)) in neigh_add_timer()
301 n->confirmed = mint; in neigh_add_timer()
302 if (time_before(n->used, n->confirmed)) in neigh_add_timer()
303 n->used = n->confirmed; in neigh_add_timer()
673 n->confirmed = jiffies - (NEIGH_VAR(n->parms, BASE_REACHABLE_TIME) << 1); in ___neigh_create()
985 if (time_before(n->used, n->confirmed) && in neigh_periodic_work()
986 time_is_before_eq_jiffies(n->confirmed)) in neigh_periodic_work()
987 n->used = n->confirmed; in neigh_periodic_work()
1093 neigh->confirmed + neigh->parms->reachable_time)) { in neigh_timer_handler()
1095 next = neigh->confirmed + neigh->parms->reachable_time; in neigh_timer_handler()
[all …]
/Linux-v6.6/arch/arm/boot/dts/allwinner/
Dsun5i-reference-design-tablet.dtsi89 * 100KHz, this has been confirmed on multiple different q8 tablets.
Dsun8i-reference-design-tablet.dtsi68 * 100KHz, this has been confirmed on multiple different q8 tablets.
/Linux-v6.6/Documentation/arch/m68k/
Dbuddha-driver.rst186 All the timings are calculated and only confirmed by
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/freescale/
Ddpaa.rst251 - Tx confirmed packets count per CPU
/Linux-v6.6/Documentation/networking/
Dnexthop-group-resilient.rst259 This can be confirmed by looking at individual buckets::
Dtls-offload.rst322 and counting all records since the just-confirmed one, it adds the number
/Linux-v6.6/drivers/tty/
DKconfig163 Say Y here only if you have confirmed that your system's
/Linux-v6.6/Documentation/scsi/
DChangeLog.megaraid118 > We confirmed this patch fix the problem by IA64 server.
/Linux-v6.6/drivers/message/fusion/lsi/
Dmpi_history.txt601 * 09-16-02 01.02.07 Added flags for confirmed completion.
/Linux-v6.6/fs/nfsd/
Dtrace.h720 DEFINE_CLIENTID_EVENT(confirmed);