| /OK3568_Linux_fs/kernel/fs/autofs/ |
| H A D | expire.c | 394 struct dentry *expired; in should_expire() local 404 expired = autofs_check_leaves(mnt, dentry, timeout, how); in should_expire() 405 if (expired) { in should_expire() 406 if (expired == dentry) in should_expire() 408 return expired; in should_expire() 428 struct dentry *expired; in autofs_expire_indirect() local 447 expired = should_expire(dentry, mnt, timeout, how); in autofs_expire_indirect() 448 if (!expired) in autofs_expire_indirect() 452 ino = autofs_dentry_ino(expired); in autofs_expire_indirect() 461 found = should_expire(expired, mnt, timeout, how); in autofs_expire_indirect() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-ACPI-TAD | 45 (RW) The AC alarm expired timer wake policy (see ACPI 6.2, 48 Reads return the current expired timer wake delay for the AC 52 Write a new expired timer wake delay for the AC alarm timer in 53 seconds or "never" to it to set the expired timer wake delay for 54 the AC alarm timer or to set its expired wake policy to discard 68 Bit(0): The timer has expired if set. 80 If the status return value indicates that the timer has expired, 100 (RW,optional) The DC alarm expired timer wake policy.
|
| /OK3568_Linux_fs/kernel/drivers/isdn/mISDN/ |
| H A D | timerdev.c | 30 struct list_head expired; member 55 INIT_LIST_HEAD(&dev->expired); in mISDN_open() 85 list_for_each_entry_safe(timer, next, &dev->expired, list) { in mISDN_close() 96 struct list_head *list = &dev->expired; in mISDN_read() 146 if (dev->work || !list_empty(&dev->expired)) in mISDN_poll() 150 dev->work, list_empty(&dev->expired)); in mISDN_poll() 163 list_move_tail(&timer->list, &timer->dev->expired); in dev_expire_timer()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/ca-certificates/ca-certificates/ |
| H A D | 0001-Revert-mozilla-certdata2pem.py-print-a-warning-for-e.patch | 4 Subject: [PATCH] Revert "mozilla/certdata2pem.py: print a warning for expired 8 for expired certs (which is upstream concern, but not ours). 25 * Blacklist expired root certificate "DST Root CA X3" (closes: #995432) 26 - * mozilla/certdata2pem.py: print a warning for expired certificates. 72 - print('Trusted but expired certificate found: %s' % obj['CKA_LABEL'])
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | timerfd.c | 43 short unsigned expired; member 70 ctx->expired = 1; in timerfd_triggered() 186 ctx->expired = 0; in timerfd_setup() 273 ctx->expired = 0; in timerfd_read() 280 if (ctx->expired && ctx->tintv) { in timerfd_read() 297 ctx->expired = 0; in timerfd_read() 495 if (ctx->expired && ctx->tintv) { in do_timerfd_settime() 525 if (ctx->expired && ctx->tintv) { in do_timerfd_gettime() 526 ctx->expired = 0; in do_timerfd_gettime()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/macsec/ |
| H A D | macsec_api.h | 313 int aq_mss_get_egress_sa_expired(struct aq_hw_s *hw, u32 *expired); 316 u32 *expired); 318 int aq_mss_set_egress_sa_expired(struct aq_hw_s *hw, u32 expired); 321 u32 expired);
|
| H A D | macsec_api.c | 2369 static int get_egress_sa_expired(struct aq_hw_s *hw, u32 *expired) in get_egress_sa_expired() argument 2380 *expired = val; in get_egress_sa_expired() 2388 *expired |= val << 16; in get_egress_sa_expired() 2393 int aq_mss_get_egress_sa_expired(struct aq_hw_s *hw, u32 *expired) in aq_mss_get_egress_sa_expired() argument 2395 *expired = 0; in aq_mss_get_egress_sa_expired() 2397 return AQ_API_CALL_SAFE(get_egress_sa_expired, hw, expired); in aq_mss_get_egress_sa_expired() 2401 u32 *expired) in get_egress_sa_threshold_expired() argument 2411 *expired = val; in get_egress_sa_threshold_expired() 2418 *expired |= val << 16; in get_egress_sa_threshold_expired() 2424 u32 *expired) in aq_mss_get_egress_sa_threshold_expired() argument [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/ |
| H A D | 0003-check-whether-password-expired-with-pam.patch | 4 Subject: [PATCH 3/8] check whether password expired with pam 7 password is expired, return it. Only work with pam. 38 + g_debug("user %s account has expired\n", user);
|
| H A D | 0007-greeter.c-support-to-update-expired-password.patch | 4 Subject: [PATCH 7/8] greeter.c: support to update expired password 6 Update greeter to work with ui to handle expired password. It checks 7 whether password is expired after input user and password. If expired,
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | xfrm_proc.rst | 47 State is expired 101 State is expired 113 State is invalid, perhaps expired
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_timer.c | 236 bool expired = false, do_reset; in tcp_write_timeout() local 243 expired = icsk->icsk_retransmits >= retry_until; in tcp_write_timeout() 264 if (!expired) in tcp_write_timeout() 265 expired = retransmits_timed_out(sk, retry_until, in tcp_write_timeout() 267 tcp_fastopen_active_detect_blackhole(sk, expired); in tcp_write_timeout() 272 icsk->icsk_rto, (int)expired); in tcp_write_timeout() 274 if (expired) { in tcp_write_timeout()
|
| /OK3568_Linux_fs/kernel/drivers/fpga/ |
| H A D | xilinx-spi.c | 174 bool expired = false; in xilinx_spi_write_complete() local 183 while (!expired) { in xilinx_spi_write_complete() 184 expired = time_after(jiffies, timeout); in xilinx_spi_write_complete()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | i8254.c | 215 kthread_queue_work(pit->worker, &pit->expired); in kvm_pit_ack_irq() 236 kthread_flush_work(&pit->expired); in destroy_pit_timer() 241 struct kvm_pit *pit = container_of(work, struct kvm_pit, expired); in pit_do_work() 275 kthread_queue_work(pt->worker, &pt->expired); in pit_timer_fn() 339 kthread_flush_work(&pit->expired); in create_pit_timer() 685 kthread_init_work(&pit->expired, pit_do_work); in kvm_create_pit()
|
| H A D | i8254.h | 49 struct kthread_work expired; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | online_file_source.cpp | 267 bool& expired) { in interpolateExpiration() argument 274 expired = true; in interpolateExpiration() 281 expired = true; in interpolateExpiration() 290 expired = true; in interpolateExpiration()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | automount-support.rst | 43 mountpoint to be expired in the automounting procedure outlined separately. 47 (1) Create at least one list off which the vfsmounts to be expired can be 55 (3) When you want mountpoints to be expired, call mark_mounts_for_expiry()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/ |
| H A D | disable-outside-tests.patch | 83 - TEST(cert_expired) { handshake_error_test_impl(U("wss://expired.badssl.com/")); } 84 + //TEST(cert_expired) { handshake_error_test_impl(U("wss://expired.badssl.com/")); }
|
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | hciattach_rtk.c | 986 uint64_t expired; in start_transmit_wait() local 1059 result = read(events[n].data.fd, &expired, in start_transmit_wait() 1060 sizeof(expired)); in start_transmit_wait() 1061 if (result != sizeof(expired)) { in start_transmit_wait() 1132 uint64_t expired; in h5_download_patch() local 1243 ret = read(fd, &expired, sizeof(expired)); in h5_download_patch() 1244 if (ret != sizeof(expired)) { in h5_download_patch()
|
| /OK3568_Linux_fs/external/chromium/licenses/ |
| H A D | COPYING.10 | 51 Gutenberg. The first three have expired copyrights and are in the public 52 domain; the latter does not have expired copyright, but is still in the
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/microchip/wilc1000/ |
| H A D | hif.h | 124 void (*expired)(void *priv, u64 cookie); member 199 void (*expired)(void *, u64),
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/lxdm/ |
| H A D | lxdm_0.5.3.bb | 14 file://0003-check-whether-password-expired-with-pam.patch \ 18 file://0007-greeter.c-support-to-update-expired-password.patch \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/ |
| H A D | shared_ptr.h | 859 if (expired()) in _GLIBCXX_VISIBILITY() 876 return expired() ? __shared_ptr<element_type, _Lp>() in _GLIBCXX_VISIBILITY() 887 expired() const // never throws in _GLIBCXX_VISIBILITY() 1106 if (this->expired()) in _GLIBCXX_VISIBILITY() 1118 return this->expired() ? shared_ptr<_Tp>() in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/ |
| H A D | shared_ptr.h | 859 if (expired()) in _GLIBCXX_VISIBILITY() 876 return expired() ? __shared_ptr<element_type, _Lp>() in _GLIBCXX_VISIBILITY() 887 expired() const // never throws in _GLIBCXX_VISIBILITY() 1106 if (this->expired()) in _GLIBCXX_VISIBILITY() 1118 return this->expired() ? shared_ptr<_Tp>() in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | error-codes.rst | 50 expired. 129 to indicate timeout expired before the transfer 206 ``-ETIMEDOUT`` Timeout expired before the transfer completed.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
| H A D | gcc-6.patch | 34 // inefficient, because if the alarm was expired then pre_select()
|