Home
last modified time | relevance | path

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

12345678910>>...15

/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-6.6/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-6.6/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()
998 * expiration; in __bfq_requeue_entity()
1083 * @expiration: true if this function is being invoked in the expiration path
1088 bool requeue, bool expiration) in bfq_activate_requeue_entity() argument
1093 expiration) && !requeue) in bfq_activate_requeue_entity()
1136 * 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-6.6/tools/testing/selftests/net/
Dtoeplitz_client.sh8 # needed, rather than waiting for the 20 second expiration.
11 expiration=$((SECONDS+20))
12 while [[ "${SECONDS}" -lt "${expiration}" ]]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/watchdog/
Dxlnx,xps-timebase-wdt.yaml15 WDT uses a dual-expiration architecture. After one expiration of
19 expiration of the timeout interval, a WDT reset is generated.
/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-6.6/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-6.6/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-6.6/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-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-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-6.6/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/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-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-6.6/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-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-6.6/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-6.6/fs/xfs/libxfs/
Dxfs_format.h1194 * Traditional quota grace period expiration timers are an unsigned 32-bit
1196 * Note that an expiration value of zero means that the quota limit has not
1197 * been reached, and therefore no expiration has been set. Therefore, the
1199 * quota expiration timestamps on a Unix system.
1202 * expiration timeout range to match that of big inode timestamps. The min and
1212 * Smallest possible ondisk quota expiration value with traditional timestamps.
1213 * This corresponds exactly with the incore expiration Jan 1 00:00:01 UTC 1970.
1218 * Largest possible ondisk quota expiration value with traditional timestamps.
1219 * This corresponds exactly with the incore expiration Feb 7 06:28:15 UTC 2106.
1224 * Smallest possible ondisk quota expiration value with bigtime timestamps.
[all …]
/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-6.6/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/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-6.6/tools/testing/selftests/timers/
Dposix_timers.c46 * Sleep until ITIMER_REAL expiration.
59 * Check the expected timer expiration matches the GTOD elapsed delta since
283 * It's unfortunately hard to reliably test a timer expiration in main()

12345678910>>...15