| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | automount-support.rst | 42 Automatic expiration of mountpoints is easy, provided you've mounted the 45 To do expiration, you need to follow these steps: 66 The expiration flag is cleared by calls to mntput. This means that expiration 67 will only happen on the second expiration request after the last time the 70 If a mountpoint is moved, it gets removed from the expiration list. If a bind 72 expiration list and will not expire. 75 and the copies of those that are on an expiration list will be added to the 76 same expiration list. 89 mountpoint will not be marked for expiration or unmounted. 97 Again, the expiration flag is cleared every time anything other than umount()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | bfq-wf2q.c | 45 bool expiration); 55 * @expiration: id true, this function is being invoked after the 56 * expiration of the in-service entity 76 bool expiration) in bfq_update_next_in_service() argument 128 next_in_service = bfq_lookup_next_entity(sd, expiration); in bfq_update_next_in_service() 1048 * expiration; in __bfq_requeue_entity() 1133 * @expiration: true if this function is being invoked in the expiration path 1138 bool requeue, bool expiration) in bfq_activate_requeue_entity() argument 1146 if (!bfq_update_next_in_service(sd, entity, expiration) && in bfq_activate_requeue_entity() 1190 * resetting its service counter on expiration. Do it in __bfq_deactivate_entity() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | ssl_cookie.h | 47 #define MBEDTLS_SSL_COOKIE_TIMEOUT 60 /**< Default expiration delay of DTLS cookies, in seconds… 63 unsigned long serial; /*!< serial number for expiration */ 86 * \brief Set expiration delay for cookies 92 * 0 to disable expiration (NOT recommended)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | ssl_cookie.h | 47 #define MBEDTLS_SSL_COOKIE_TIMEOUT 60 /**< Default expiration delay of DTLS cookies, in seconds… 63 unsigned long serial; /*!< serial number for expiration */ 86 * \brief Set expiration delay for cookies 92 * 0 to disable expiration (NOT recommended)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | ssl_cookie.h | 47 #define MBEDTLS_SSL_COOKIE_TIMEOUT 60 /**< Default expiration delay of DTLS cookies, in seconds… 63 unsigned long serial; /*!< serial number for expiration */ 86 * \brief Set expiration delay for cookies 92 * 0 to disable expiration (NOT recommended)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | ssl_cookie.h | 47 #define MBEDTLS_SSL_COOKIE_TIMEOUT 60 /**< Default expiration delay of DTLS cookies, in seconds… 63 unsigned long serial; /*!< serial number for expiration */ 86 * \brief Set expiration delay for cookies 92 * 0 to disable expiration (NOT recommended)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/positionpoll/ |
| H A D | qgeoareamonitor_polling.cpp | 217 if (info.expiration().isValid()) { in setupNextExpiryTimeout() 219 activeExpiry.first = info.expiration(); in setupNextExpiryTimeout() 223 if (info.expiration() < activeExpiry.first) { in setupNextExpiryTimeout() 224 activeExpiry.first = info.expiration(); in setupNextExpiryTimeout() 357 if (monitor.expiration().isValid() && in startMonitoring() 358 (monitor.expiration() < QDateTime::currentDateTime())) in startMonitoring() 384 if (monitor.expiration().isValid() && in requestUpdate() 385 (monitor.expiration() < QDateTime::currentDateTime())) in requestUpdate()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | timerfd.h | 43 /* Set next expiration time of interval timer source UFD to UTMR. If 45 absolute. Optionally return the old expiration time in OTMR. */ 50 /* Return the next expiration time of UFD. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | timerfd.h | 43 /* Set next expiration time of interval timer source UFD to UTMR. If 45 absolute. Optionally return the old expiration time in OTMR. */ 50 /* Return the next expiration time of UFD. */
|
| /OK3568_Linux_fs/kernel/arch/x86/platform/uv/ |
| H A D | uv_time.c | 55 u64 expires; /* next timer expiration for this cpu */ 92 /* Setup interrupt and return non-zero if early expiration occurred. */ 134 /* Allocate per-node list of cpu timer expiration times. */ 197 * Set expiration time for current cpu. 199 * Returns 1 if we missed the expiration time. 233 * Unset expiration time for current cpu.
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | tegra_wdt.c | 86 * reset actually occurs on the 4th expiration of this counter, in tegra_wdt_start() 98 * WDT to reset the counter before expiration, through ioctls. in tegra_wdt_start() 155 /* Number of expirations (we are waiting for the 4th expiration) */ in tegra_wdt_get_timeleft() 160 * faster due to needing to wait for the 4th expiration. in tegra_wdt_get_timeleft()
|
| H A D | rn5t618_wdt.c | 33 * watchdog expiration times. If the watchdog is not accessed before 34 * the timer expiration, the PMU generates an interrupt and if the CPU
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/ |
| H A D | bnx2fc_constants.h | 121 /* For E_D_T_TOV timer expiration in Xstorm (Class 2 only) */ 123 /* For REC_TOV timer expiration indication received from Xstorm */ 138 /* For REC_TOV timer expiration indication received from Xstorm */ 140 /* For E_D_T_TOV timer expiration in Ustorm */
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | timerqueue.h | 27 * timerqueue_getnext - Returns the timer with the earliest expiration time 31 * Returns a pointer to the timer node that has the earliest expiration time.
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | posix_timers.c | 46 * Sleep until ITIMER_REAL expiration. 59 * Check the expected timer expiration matches the GTOD elapsed delta since 209 * It's unfortunately hard to reliably test a timer expiration in main()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipvs/ |
| H A D | ip_vs_lblc.c | 11 * Wensong Zhang : added doing full expiration check to 65 * It is for full expiration check. 66 * When there is no partial expiration check (garbage collection) 67 * in a half hour, do a full expiration check to collect stale 292 * The full expiration check is for this purpose now. 305 /* do full expiration check */ in ip_vs_lblc_check_expire()
|
| H A D | ip_vs_lblcr.c | 65 * It is for full expiration check. 66 * When there is no partial expiration check (garbage collection) 67 * in a half hour, do a full expiration check to collect stale 456 * The full expiration check is for this purpose now. 469 /* do full expiration check */ in ip_vs_lblcr_check_expire()
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_format.h | 1281 * Traditional quota grace period expiration timers are an unsigned 32-bit 1283 * Note that an expiration value of zero means that the quota limit has not 1284 * been reached, and therefore no expiration has been set. Therefore, the 1286 * quota expiration timestamps on a Unix system. 1289 * expiration timeout range to match that of big inode timestamps. The min and 1299 * Smallest possible ondisk quota expiration value with traditional timestamps. 1300 * This corresponds exactly with the incore expiration Jan 1 00:00:01 UTC 1970. 1305 * Largest possible ondisk quota expiration value with traditional timestamps. 1306 * This corresponds exactly with the incore expiration Feb 7 06:28:15 UTC 2106. 1311 * Smallest possible ondisk quota expiration value with bigtime timestamps. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | time.h | 37 struct timespec it_value; /* timer expiration */ 55 struct __kernel_timespec it_value; /* timer expiration */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | time.h | 37 struct timespec it_value; /* timer expiration */ 55 struct __kernel_timespec it_value; /* timer expiration */
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qedf/ |
| H A D | qedf_hsi.h | 182 /* Warning completion information (Rec Tov expiration) */ 215 FCOE_ERROR_DETECTION_CQE_TYPE /* timer expiration, validation error */, 216 FCOE_WARNING_CQE_TYPE /* rec_tov or rr_tov timer expiration */,
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | timerqueue.c | 5 * Manages a simple queue of timers, ordered by expiration time. 6 * Uses rbtrees for quick list adds and expiration.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-driver-firmware-zynqmp | 100 bit on FPD WDT expiration. If healthy bit is set by a user 102 healthy bit is not set during FPD WDT expiration, PMUFW will do
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-watchdog | 88 expiration of a watchdog timer of AST2400/AST2500 when 109 expiration) the behavior differs as described above.
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | AMDPLPA | 16 …SHALL TERMINATE IMMEDIATELY. MOREOVER, THE FOREGOING SHALL SURVIVE ANY EXPIRATION OR TERMINATION O… 18 … NATIONAL SECURITY CONTROLS. MOREOVER, THE FOREGOING SHALL SURVIVE ANY EXPIRATION OR TERMINATION O…
|