Searched refs:later (Results 1 - 25 of 39) sorted by relevance

12

/linux-master/include/linux/
H A Dktime.h167 static inline s64 ktime_us_delta(const ktime_t later, const ktime_t earlier)
169 return ktime_to_us(ktime_sub(later, earlier));
172 static inline s64 ktime_ms_delta(const ktime_t later, const ktime_t earlier)
174 return ktime_to_ms(ktime_sub(later, earlier));
/linux-master/tools/testing/selftests/x86/
H A Dlam.c72 unsigned int later; member in struct:testcases
284 if (test->later == 0 && test->lam != 0)
302 if (test->later != 0 && test->lam != 0)
317 if (test->later == 0 && test->lam != 0)
330 if (test->later != 0 && test->lam != 0)
352 if (test->later == 0 && test->lam != 0)
366 if (test->later != 0 && test->lam != 0)
638 if (test->later == 0 && test->lam != 0)
758 if (!test->later) {
777 if (test->later) {
[all...]
/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm49 at your option, any later version of Perl 5 you may have available.
H A DUtil.pm88 at your option, any later version of Perl 5 you may have available.
H A DCore.pm186 at your option, any later version of Perl 5 you may have available.
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.mk8 # (at your option) any later version.
/linux-master/security/integrity/ima/
H A Dima_queue.c106 INIT_LIST_HEAD(&qe->later);
107 list_add_tail_rcu(&qe->later, &ima_measurements);
H A Dima_fs.c84 list_for_each_entry_rcu(qe, &ima_measurements, later) {
102 qe = list_entry_rcu(qe->later.next, struct ima_queue_entry, later);
106 return (&qe->later == &ima_measurements) ? NULL : qe;
H A Dima_kexec.c1 // SPDX-License-Identifier: GPL-2.0-or-later
39 list_for_each_entry_rcu(qe, &ima_measurements, later) {
H A Dima.h108 struct list_head later; /* place in ima_measurements list */ member in struct:ima_queue_entry
/linux-master/drivers/rtc/
H A Drtc-mcp795.c264 time64_t later; local
274 later = rtc_tm_to_time64(&alm->time);
275 if (later <= now)
278 if ((later - now) >=
H A Drtc-ds1305.c322 unsigned long now, later; local
328 later = rtc_tm_to_time64(&alm->time);
337 if (later <= now)
339 if ((later - now) > ds1305->rtc->alarm_offset_max)
/linux-master/sound/mips/
H A Dad1843.c1 // SPDX-License-Identifier: GPL-2.0-or-later
470 unsigned long later; local
481 later = jiffies + msecs_to_jiffies(500);
484 if (time_after(jiffies, later)) {
/linux-master/arch/alpha/lib/
H A Dev6-memset.S51 * Do this later.
137 subq $3, 1, $3 # E : For consistency later
315 subq $3, 1, $3 # E : For consistency later
503 subq $3, 1, $3 # E : For consistency later
H A Dev6-clear_user.S59 # and we can rewrite this later...
H A Dudiv-qrnnd.S9 # option) any later version.
H A Dstxncpy.S314 lda t2, -1 # e0 : for creating masks later
H A Dev6-stxncpy.S361 lda t2, -1 # E : for creating masks later
/linux-master/arch/arc/kernel/
H A Dhead.S136 ; These are handled later in handle_uboot_args()
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h60 slti t1, t1, 2 # 66-P1.2 and later good.
/linux-master/Documentation/sound/cards/
H A Dmultisound.sh57 # the section later in this document for instructions to obtain these
305 # be accessible during compilation, but will not be needed later.
341 # be accessible during compilation, but will not be needed later.
460 X * (at your option) any later version.
567 X * (at your option) any later version.
1075 X * (at your option) any later version.
/linux-master/arch/sparc/lib/
H A DM7memset.S100 * (can create a more optimized version later.)
114 * (can create a more optimized version later.)
189 rd %asi, %g3 ! save %asi to be restored later
/linux-master/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S161 str r11, [r9, #BUF_GPIO_INT_MASK] @ save mask for later restore
/linux-master/tools/scripts/
H A Dutilities.mak29 # information can be recovered later with
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm618 s_add_u32 s_save_alloc_size, s_save_alloc_size, 0x1000 //add 0x1000 since we compare m0 against it later
659 s_add_u32 s_save_alloc_size, s_save_alloc_size, 0x1000 //add 0x1000 since we compare m0 against it later
766 s_add_u32 s_restore_alloc_size, s_restore_alloc_size, 0x8000 //add 0x8000 since we compare m0 against it later
791 s_add_u32 s_restore_alloc_size, s_restore_alloc_size, 0x8000 //add 0x8000 since we compare m0 against it later

Completed in 264 milliseconds

12