Searched refs:second (Results 51 - 75 of 130) sorted by relevance

123456

/linux-master/drivers/acpi/
H A Dacpi_tad.c61 u8 second; /* 0 - 59 */ member in struct:acpi_tad_rt
84 rt->hour > 23 || rt->minute > 59 || rt->second > 59 ||
201 rt.second = val;
236 rt.year, rt.month, rt.day, rt.hour, rt.minute, rt.second,
/linux-master/fs/ext4/
H A Dmove_extent.c46 * @second: inode to be locked
51 ext4_double_down_write_data_sem(struct inode *first, struct inode *second) argument
53 if (first < second) {
55 down_write_nested(&EXT4_I(second)->i_data_sem, I_DATA_SEM_OTHER);
57 down_write(&EXT4_I(second)->i_data_sem);
67 * @donor_inode: donor inode structure to be released its lock second
/linux-master/arch/s390/kernel/
H A Dcompat_linux.c61 COMPAT_SYSCALL_DEFINE5(s390_ipc, uint, call, int, first, compat_ulong_t, second,
66 return compat_ksys_ipc(call, first, second, third, ptr, third);
/linux-master/drivers/video/fbdev/riva/
H A Dnv_driver.c52 riva_is_connected(struct riva_par *par, Bool second) argument
58 if(second) PRAMDAC += 0x800;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_inline.h45 volatile uint16_t second; local
51 second = rd_reg_word(addr);
52 } while (first != second);
/linux-master/drivers/rtc/
H A Drtc-ds3232.c102 unsigned int year, month, day, hour, minute, second; local
110 second = buf[0];
126 time->tm_sec = bcd2bin(second);
H A Drtc-mpc5121.c42 u8 second; /* RTC + 0x13 */ member in struct:mpc5121_rtc_regs
83 * Update second/minute/hour registers.
115 * update second minute hour registers
137 * update second minute hour registers
151 tm->tm_sec = in_8(&regs->second);
/linux-master/drivers/scsi/
H A Dsr_ioctl.c100 tocentry->cdte_addr.msf.second = buffer[10];
150 cgc.cmd[4] = trk0_te.cdte_addr.msf.second;
153 cgc.cmd[7] = trk1_te.cdte_addr.msf.second;
/linux-master/drivers/md/dm-vdo/
H A Drepair.c693 * before_recovery_point() - Check whether the first point precedes the second point.
695 * @second: The second recovery point.
697 * Return: true if the first point precedes the second point.
700 const struct recovery_point *second)
702 if (first->sequence_number < second->sequence_number)
705 if (first->sequence_number > second->sequence_number)
708 if (first->sector_count < second->sector_count)
711 return ((first->sector_count == second->sector_count) &&
712 (first->entry_count < second
699 before_recovery_point(const struct recovery_point *first, const struct recovery_point *second) argument
[all...]
H A Dencodings.h699 * @version_b: The second version.
1123 * vdo_before_journal_point() - Check whether the first point precedes the second point.
1125 * @second: The second journal point.
1127 * Return: true if the first point precedes the second point.
1130 const struct journal_point *second)
1132 return ((first->sequence_number < second->sequence_number) ||
1133 ((first->sequence_number == second->sequence_number) &&
1134 (first->entry_count < second->entry_count)));
1129 vdo_before_journal_point(const struct journal_point *first, const struct journal_point *second) argument
/linux-master/arch/alpha/kernel/
H A Derr_common.c178 timestamp->b.minute, timestamp->b.second);
/linux-master/include/acpi/
H A Dacbuffer.h50 u8 second; member in struct:acpi_grt_info
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-inno-dsidphy.c30 * is the first address, the other from the bit4 to bit0 is the second address.
32 * and Data Lane use the same registers with the same second address, but the
37 #define PHY_REG(first, second) (FIRST_ADDRESS(first) | \
38 SECOND_ADDRESS(second))
285 u8 first, u8 second, u8 mask, u8 val)
287 u32 reg = PHY_REG(first, second) << 2;
284 phy_update_bits(struct inno_dsidphy *inno, u8 first, u8 second, u8 mask, u8 val) argument
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm228 // Let second-level handle non-SAVECTX exception or trap.
279 // Read second-level TBA/TMA from first-level TMA and jump if available.
297 s_load_dwordx2 [ttmp2, ttmp3], [ttmp14, ttmp15], 0x0 glc:1 // second-level TBA
299 s_load_dwordx2 [ttmp14, ttmp15], [ttmp14, ttmp15], 0x8 glc:1 // second-level TMA
303 s_cbranch_scc0 L_NO_NEXT_TRAP // second-level trap handler not been set
304 s_setpc_b64 [ttmp2, ttmp3] // jump to second-level trap handler
750 buffer_load_dword v0, v0, s_restore_buf_rsrc0, s_restore_mem_offset lds:1 offset:256 // second 64DW
H A Dcwsr_trap_handler_gfx10.asm238 // Let second-level handle non-SAVECTX exception or trap.
284 // Read second-level TBA/TMA from first-level TMA and jump if available.
307 s_load_dwordx2 [ttmp2, ttmp3], [ttmp14, ttmp15], 0x0 glc:1 // second-level TBA
309 s_load_dwordx2 [ttmp14, ttmp15], [ttmp14, ttmp15], 0x8 glc:1 // second-level TMA
313 s_cbranch_scc0 L_NO_NEXT_TRAP // second-level trap handler not been set
314 s_setpc_b64 [ttmp2, ttmp3] // jump to second-level trap handler
/linux-master/arch/alpha/lib/
H A Dstxncpy.S158 ldq_u t2, 8(a1) # e0 : load second src word
175 cmpbge zero, t2, t8 # e0 : find nulls in second partial
H A Dev6-stxncpy.S197 ldq_u t2, 8(a1) # L : Latency=3 load second src word
217 cmpbge zero, t2, t8 # E : find nulls in second partial
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh173 check_err $? "Failed to take second dummy region snapshot"
174 check_region_snapshot_count dummy post-second-snapshot 2
208 check_region_snapshot_count dummy post-second-delete 2
337 # the second is expected to fail to be inserted.
345 # Now create another dummy in second network namespace and
348 # into the second namespace and expect it to fail.
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnft_queue.sh301 tcp dport 12345 limit rate 1/second burst 1 packets counter queue num 0
305 tcp dport 12345 limit rate 1/second burst 1 packets counter queue num 0
396 # queueing rules. We don't want the second reinject
407 # same. We queue to a second program as well.
/linux-master/arch/arm/common/
H A Dmcpm_head.S148 mov r0, #1 @ second (cluster) affinity level
/linux-master/arch/powerpc/crypto/
H A Daes-gcm-p10.S948 vspltisb 17, 0 # second 16 bytes - 0x0000...00
977 vspltisb 17, 0 # second 16 bytes - 0x0000...00
1498 vspltisb 17, 0 # second 16 bytes - 0x0000...00
/linux-master/drivers/media/rc/
H A Dimon.c709 * hour - 0..23, minute - 0..59, second - 0..59
715 unsigned int second)
734 clock_enable_pkt[0][6] = second;
761 clock_enable_pkt[0][6] = second;
868 unsigned int year, month, day, dow, hour, minute, second; local
884 &hour, &minute, &second) != 7) {
891 (hour > 23) || (minute > 59) || (second > 59)) {
897 hour, minute, second);
711 send_set_imon_clock(struct imon_context *ictx, unsigned int year, unsigned int month, unsigned int day, unsigned int dow, unsigned int hour, unsigned int minute, unsigned int second) argument
/linux-master/fs/gfs2/
H A Dlog.c51 unsigned int first, second; local
59 second = sdp->sd_inptrs;
60 blks += DIV_ROUND_UP(nstruct - first, second);
/linux-master/arch/m68k/fpsp040/
H A Dbinstr.S78 moveql #1,%d7 |init d7 for second digit
H A Dslog2.S25 | in cache), and the second one is measured when the

Completed in 243 milliseconds

123456