Home
last modified time | relevance | path

Searched full:expiration (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/kernel/linux/linux-4.19/Documentation/filesystems/
Dautomount-support.txt37 Automatic expiration of mountpoints is easy, provided you've mounted the
40 To do expiration, you need to follow these steps:
60 The expiration flag is cleared by calls to mntput. This means that expiration
61 will only happen on the second expiration request after the last time the
64 If a mountpoint is moved, it gets removed from the expiration list. If a bind
66 expiration list and will not expire.
69 and the copies of those that are on an expiration list will be added to the
70 same expiration list.
84 mountpoint will not be marked for expiration or unmounted.
92 Again, the expiration flag is cleared every time anything other than umount()
/kernel/linux/linux-5.10/Documentation/filesystems/
Dautomount-support.rst42 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()
/kernel/linux/linux-4.19/block/
Dbfq-wf2q.c48 bool expiration);
58 * @expiration: id true, this function is being invoked after the
59 * expiration of the in-service entity
79 bool expiration) in bfq_update_next_in_service() argument
131 next_in_service = bfq_lookup_next_entity(sd, expiration); in bfq_update_next_in_service()
1051 * expiration; in __bfq_requeue_entity()
1136 * @expiration: true if this function is being invoked in the expiration path
1141 bool requeue, bool expiration) in bfq_activate_requeue_entity() argument
1149 if (!bfq_update_next_in_service(sd, entity, expiration) && in bfq_activate_requeue_entity()
1191 * resetting its service counter on expiration. Do it in __bfq_deactivate_entity()
[all …]
/kernel/linux/linux-5.10/block/
Dbfq-wf2q.c45 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 …]
/kernel/linux/linux-5.10/arch/x86/platform/uv/
Duv_time.c55 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.
/kernel/linux/linux-4.19/arch/x86/platform/uv/
Duv_time.c67 u64 expires; /* next timer expiration for this cpu */
110 /* Setup interrupt and return non-zero if early expiration occurred. */
156 /* Allocate per-node list of cpu timer expiration times. */
220 * Set expiration time for current cpu.
222 * Returns 1 if we missed the expiration time.
256 * Unset expiration time for current cpu.
/kernel/linux/linux-4.19/include/linux/
Dtimerqueue.h27 * timerqueue_getnext - Returns the timer with the earliest expiration time
31 * Returns a pointer to the timer node that has the earliest expiration time.
/kernel/linux/linux-5.10/include/linux/
Dtimerqueue.h27 * timerqueue_getnext - Returns the timer with the earliest expiration time
31 * Returns a pointer to the timer node that has the earliest expiration time.
/kernel/linux/linux-5.10/drivers/watchdog/
Dtegra_wdt.c86 * 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()
/kernel/linux/linux-4.19/drivers/watchdog/
Dtegra_wdt.c86 * 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()
Drn5t618_wdt.c39 * watchdog expiration times. If the watchdog is not accessed before
40 * the timer expiration, the PMU generates an interrupt and if the CPU
/kernel/linux/linux-4.19/drivers/scsi/bnx2fc/
Dbnx2fc_constants.h121 /* 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 */
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
Dbnx2fc_constants.h121 /* 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 */
/kernel/linux/linux-4.19/tools/testing/selftests/timers/
Dposix_timers.c47 * Sleep until ITIMER_REAL expiration.
60 * Check the expected timer expiration matches the GTOD elapsed delta since
210 * It's unfortunately hard to reliably test a timer expiration in main()
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
Dposix_timers.c46 * 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()
/kernel/linux/linux-4.19/include/uapi/linux/
Dtime.h37 struct timespec it_value; /* timer expiration */
55 struct __kernel_timespec it_value; /* timer expiration */
/kernel/linux/linux-5.10/net/netfilter/ipvs/
Dip_vs_lblc.c11 * 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()
/kernel/linux/linux-5.10/lib/
Dtimerqueue.c5 * Manages a simple queue of timers, ordered by expiration time.
6 * Uses rbtrees for quick list adds and expiration.
/kernel/linux/linux-4.19/net/netfilter/ipvs/
Dip_vs_lblc.c15 * Wensong Zhang : added doing full expiration check to
70 * It is for full expiration check.
71 * When there is no partial expiration check (garbage collection)
72 * in a half hour, do a full expiration check to collect stale
297 * The full expiration check is for this purpose now.
310 /* do full expiration check */ in ip_vs_lblc_check_expire()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_format.h1281 * 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 …]
/kernel/linux/linux-4.19/drivers/scsi/qedf/
Dqedf_hsi.h185 /* Warning completion information (Rec Tov expiration) */
218 FCOE_ERROR_DETECTION_CQE_TYPE /* timer expiration, validation error */,
219 FCOE_WARNING_CQE_TYPE /* rec_tov or rr_tov timer expiration */,
/kernel/linux/linux-5.10/drivers/scsi/qedf/
Dqedf_hsi.h182 /* 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 */,
/kernel/linux/linux-5.10/Documentation/ABI/stable/
Dsysfs-driver-firmware-zynqmp100 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
/kernel/linux/linux-4.19/lib/
Dtimerqueue.c4 * Manages a simple queue of timers, ordered by expiration time.
5 * Uses rbtrees for quick list adds and expiration.
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-watchdog88 expiration of a watchdog timer of AST2400/AST2500 when
109 expiration) the behavior differs as described above.

12345678910>>...13