Searched refs:then (Results 51 - 75 of 77) sorted by path

1234

/linux-master/drivers/cpufreq/
H A DKconfig.x8683 disabled and set acpi-cpufreq enabled to run test cases, then compare
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm206 // If ttmp1[30] is set then issue s_barrier to unblock dependent waves.
212 // If ttmp1[31] is set then trap may occur early.
317 // If not caused by trap then halt wave to prevent re-entry.
322 // If the PC points to S_ENDPGM then context save will fail if STATUS.HALT is set.
572 // Save SGPR before LDS save, then the s0 to s4 can be used during LDS save...
1224 // If traps are enabled then return to the shader with PRIV=0.
1312 // If TRAPSTS.XNACK_ERROR=1 then TCP stores will fail.
H A Dcwsr_trap_handler_gfx8.asm297 // Save SGPR before LDS save, then the s0 to s4 can be used during LDS save...
340 /* save first 4 VGPR, then LDS save could use */
H A Dcwsr_trap_handler_gfx9.asm307 // If not caused by trap then halt wave to prevent re-entry.
312 // If the PC points to S_ENDPGM then context save will fail if STATUS.HALT is set.
442 // Save SGPR before LDS save, then the s0 to s4 can be used during LDS save...
488 /* save first 4 VGPR, then LDS save could use */
764 // Save ARCH VGPRs 4-N, then all ACC VGPRs, then ARCH VGPRs 0-3.
971 // If STATUS.ALLOW_REPLAY=0 and TRAPSTS.XNACK_ERROR=1 then TCP stores will fail.
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_migrate.c218 ktime_t then, now; local
239 then = ktime_get();
247 (unsigned long long)ktime_to_us(ktime_sub(now, then)));
/linux-master/drivers/media/pci/ivtv/
H A Divtv-mailbox.c136 /* if the mailbox is free, then try to claim it */
148 unsigned long then = jiffies; local
167 then + msecs_to_jiffies(10*retries)))
206 unsigned long then; local
231 data, then just return 0 as there is no need to issue this command again.
281 then = jiffies;
284 /* First try to poll, then switch to delays */
291 if (time_after(jiffies, then + api_timeout)) {
303 if (time_after(jiffies, then + msecs_to_jiffies(100)))
306 jiffies_to_msecs(jiffies - then));
[all...]
H A Divtv-streams.c204 /* These four fields are always initialized. If vdev.v4l2_dev == NULL, then
309 /* Register device. First try the desired minor, then any free one. */
841 unsigned long then = jiffies; local
850 then + msecs_to_jiffies(2000))) {
861 duration = ((1000 + HZ / 2) / HZ) * (jiffies - then);
1000 /* Fully initialize stream, and then unflag init */
/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek_ptp.c190 struct timespec64 now, then = ns_to_timespec64(delta); local
193 now = timespec64_add(now, then);
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb_ptp.c160 struct timespec64 now, then = ns_to_timespec64(delta); local
170 now = timespec64_add(now, then);
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c426 struct timespec64 then, now; local
428 then = ns_to_timespec64(delta);
430 now = timespec64_add(now, then);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c419 * 4) if the delta is smaller than 2^31 nanoseconds, then the timestamp was
422 * 5) otherwise, if the delta is larger than 2^31 nanoseconds, then the
1369 * then disable the timestamping block instead.
1974 struct timespec64 now, then; local
1977 then = ns_to_timespec64(delta);
1981 now = timespec64_add(now, then);
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb_ptp.c246 struct timespec64 now, then = ns_to_timespec64(delta); local
251 now = timespec64_add(now, then);
944 * available, then it must have been for this skb here because we only
1063 /* If this bit is set, then the RX registers contain the time stamp. No
1070 * If nothing went wrong, then it should have a shared tx_flags that we
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_ptp.c77 struct timespec64 now, then = ns_to_timespec64(delta); local
83 now = timespec64_add(now, then);
780 * sets are ready to be retrieved, then retrieve that and notify the
995 * then set again the TRIG bit.
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_main.c342 unsigned long now, then, dif; local
353 then = q->dbell_jiffies;
354 dif = now - then;
H A Dionic_txrx.c41 unsigned long now, then, dif; local
55 then = q->dbell_jiffies;
56 dif = now - then;
72 unsigned long now, then, dif; local
80 then = q->dbell_jiffies;
81 dif = now - then;
512 * then we know we have frag info to gather
1477 /* if the fragment is exhausted then move to the next one */
/linux-master/drivers/net/phy/
H A Dnxp-c45-tja11xx.c470 struct timespec64 now, then; local
473 then = ns_to_timespec64(delta);
475 now = timespec64_add(now, then);
/linux-master/drivers/platform/x86/amd/pmc/
H A Dpmc.c805 time64_t then, now, duration; local
833 then = rtc_tm_to_time64(&alarm.time);
835 duration = then-now;
838 if (then < now)
/linux-master/drivers/rtc/
H A Ddev.c294 time64_t now, then; local
307 then = rtc_tm_to_time64(&alarm.time);
310 if (then < now) {
/linux-master/fs/
H A Dlocks.c47 * lock (1). We then repeat the process recursively with those
196 * Assign the pointer if it's not already assigned. If it is, then
570 * old entry, then it used "priv" and inserted it into the fasync list.
690 * When blocker ends up pointing to itself then the list is empty.
1393 * POSIX locks are sorted by owner task, then by starting address
1466 static bool past_time(unsigned long then) argument
1468 if (!then)
1471 return time_after(jiffies, then);
1654 * exclusive lease, then they could be modifying it.
1811 * lease on this file, then w
[all...]
/linux-master/scripts/
H A Dparse-maintainers.pl53 If <pattern match regexes> exist, then the sections that match the
/linux-master/tools/perf/util/
H A Dparse-events.l53 * contains opening single quite ' then it is
/linux-master/tools/scripts/
H A Dutilities.mak117 # If the text to be wordified contains a newline, then
123 # If the text does not contain a newline, then this function
/linux-master/tools/testing/ktest/
H A Dktest.pl460 your setup, then specify "script" and have a command or script
466 If you specify grub2, then you also need to specify both \$GRUB_MENU
469 If you specify grub2bls, then you also need to specify \$GRUB_MENU.
471 If you specify syslinux, then you may use SYSLINUX to define the syslinux
853 # Note if a test is something other than build, then we
1356 # If the iteration option OPT[$i] exists, then use that.
2486 # then we fail on any warning!
2545 # then add the force config back.
3008 # If the user sets bisect_tries to less than 1, then no tries
3100 print " If you say yes, then n
[all...]
/linux-master/tools/testing/selftests/
H A Dlib.mk77 # order to do that, run "make headers" from $(top_srcdir), then copy the
98 if [ "X$(summary)" != "X" ]; then \
111 if [ "$$relative_dir" = "$$entry_dir" ]; then \
123 @if [ "X$(TEST_PROGS)$(TEST_PROGS_EXTENDED)$(TEST_FILES)$(TEST_GEN_MODS_DIR)" != "X" ]; then \
127 @if [ "X$(TEST_PROGS)" != "X" ]; then \
/linux-master/tools/testing/selftests/riscv/hwprobe/
H A Dsys_hwprobe.S7 # Put __NR_riscv_hwprobe in the syscall number register, then just shim

Completed in 425 milliseconds

1234