Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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,
/OK3568_Linux_fs/u-boot/cmd/
H A Dfuse.c47 int confirmed = argc >= 3 && !strcmp(argv[2], "-y"); in do_fuse() local
51 argc -= 2 + confirmed; in do_fuse()
52 argv += 2 + confirmed; in do_fuse()
104 if (!confirmed && !confirm_prog()) in do_fuse()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/
H 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()
/OK3568_Linux_fs/u-boot/board/toradex/apalis_imx6/
H A Ddo_fuse.c57 int confirmed = argc >= 1 && !strcmp(argv[1], "-y"); in do_updt_fuse() local
70 if (!confirmed) { in do_updt_fuse()
/OK3568_Linux_fs/u-boot/board/toradex/colibri_imx6/
H A Ddo_fuse.c57 int confirmed = argc >= 1 && !strcmp(argv[1], "-y"); in do_updt_fuse() local
70 if (!confirmed) { in do_updt_fuse()
/OK3568_Linux_fs/kernel/include/net/
H A Darp.h60 if (READ_ONCE(n->confirmed) != now) in __ipv4_confirm_neigh()
61 WRITE_ONCE(n->confirmed, now); in __ipv4_confirm_neigh()
H 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()
H A Dneighbour.h141 unsigned long confirmed; member
H A Dsock.h2062 if (READ_ONCE(n->confirmed) != now) in sock_confirm_neigh()
2063 WRITE_ONCE(n->confirmed, now); in sock_confirm_neigh()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/opensc/
H A Dopensc_0.22.0.bb7 eID cards have also been confirmed to work."
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/attr/acl/
H A D0001-test-patch-out-failing-bits.patch6 I have confirmed on the host distro (Ubuntu 18.04) that they
/OK3568_Linux_fs/kernel/Documentation/ABI/stable/
H A Dvdso33 As of this writing, this ABI documentation as been confirmed for x86_64.
/OK3568_Linux_fs/external/chromium/licenses/
H A DLICENSE.1086 As confirmed by the NCAR fftpack software curators, the following
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c637 n->confirmed = jiffies - (NEIGH_VAR(n->parms, BASE_REACHABLE_TIME) << 1); in ___neigh_create()
951 if (time_before(n->used, n->confirmed)) in neigh_periodic_work()
952 n->used = n->confirmed; in neigh_periodic_work()
1055 neigh->confirmed + neigh->parms->reachable_time)) { in neigh_timer_handler()
1057 next = neigh->confirmed + neigh->parms->reachable_time; in neigh_timer_handler()
1075 neigh->confirmed + in neigh_timer_handler()
1082 next = neigh->confirmed + neigh->parms->reachable_time; in neigh_timer_handler()
1328 neigh->confirmed = jiffies; in __neigh_update()
1377 neigh->confirmed = jiffies - in __neigh_update()
2491 ci.ndm_confirmed = jiffies_to_clock_t(now - neigh->confirmed); in neigh_fill_info()
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/
H A DREADME.md78 This features is confirmed only on Renesas RZ/G1.
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dsun5i-reference-design-tablet.dtsi88 * 100KHz, this has been confirmed on multiple different q8 tablets.
H A Dsun8i-reference-design-tablet.dtsi67 * 100KHz, this has been confirmed on multiple different q8 tablets.
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dsun8i-reference-design-tablet.dtsi69 * 100KHz, this has been confirmed on multiple different q8 tablets.
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DVim11 …the obligation to send him your changes ceases. Once the maintainer has confirmed that he has rece…
/OK3568_Linux_fs/kernel/Documentation/m68k/
H A Dbuddha-driver.rst186 All the timings are calculated and only confirmed by
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/freescale/
H A Ddpaa.rst251 - Tx confirmed packets count per CPU
/OK3568_Linux_fs/u-boot/doc/uImage.FIT/
H A Dbeaglebone_vboot.txt457 Having confirmed that the signature is doing its job, let's try it out in
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A DChangeLog.megaraid118 > We confirmed this patch fix the problem by IA64 server.

12