Searched refs:sec (Results 1 - 25 of 436) sorted by last modified time

1234567891011>>

/linux-master/net/bluetooth/
H A Dl2cap_sock.c560 struct bt_security sec; local
587 memset(&sec, 0, sizeof(sec));
589 sec.level = chan->conn->hcon->sec_level;
592 sec.key_size = chan->conn->hcon->enc_key_size;
594 sec.level = chan->sec_level;
597 len = min_t(unsigned int, len, sizeof(sec));
598 if (copy_to_user(optval, (char *) &sec, len))
883 struct bt_security sec; local
910 sec
[all...]
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c1260 ts.tv_sec = req->period.sec;
/linux-master/drivers/net/ethernet/ti/
H A Dam65-cpts.c636 ts.tv_sec = req->period.sec;
642 ts.tv_sec = req->start.sec;
707 rq.perout.period.sec = 1;
709 rq.perout.start.sec = ts.tv_sec + 2;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dpci.c537 mlxsw_skb_cb(skb)->cqe_ts.sec = mlxsw_pci_cqe2_time_stamp_sec_get(cqe);
1651 dev_err(&pdev->dev, "Unsupported UTC sec BAR queried from hw\n");
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c4309 new_itr = IGC_70K_ITR; /* 70,000 ints/sec */
4312 new_itr = IGC_20K_ITR; /* 20,000 ints/sec */
4315 new_itr = IGC_4K_ITR; /* 4,000 ints/sec */
4450 * ints/sec - ITR timer value of 120 ticks.
5303 u32 tsauxc, sec, nsec, tsicr; local
5348 sec = rd32(IGC_AUXSTMPH0);
5351 event.timestamp = sec * NSEC_PER_SEC + nsec;
5357 sec = rd32(IGC_AUXSTMPH1);
5360 event.timestamp = sec * NSEC_PER_SEC + nsec;
/linux-master/include/linux/
H A Dblkdev.h1301 static inline unsigned int bdev_zone_no(struct block_device *bdev, sector_t sec) argument
1303 return disk_zone_no(bdev->bd_disk, sec);
H A Dfs.h1571 time64_t sec, long nsec)
1573 struct timespec64 ts = { .tv_sec = sec,
1601 time64_t sec, long nsec)
1603 struct timespec64 ts = { .tv_sec = sec,
1633 * @sec: tv_sec value to set
1636 * Set the ctime in @inode to { @sec, @nsec }
1639 time64_t sec, long nsec)
1641 struct timespec64 ts = { .tv_sec = sec,
1570 inode_set_atime(struct inode *inode, time64_t sec, long nsec) argument
1600 inode_set_mtime(struct inode *inode, time64_t sec, long nsec) argument
1638 inode_set_ctime(struct inode *inode, time64_t sec, long nsec) argument
/linux-master/arch/x86/kvm/
H A Dx86.c2339 wc.sec = (u32)wall_nsec; /* overflow in 2106 guest time */
9934 clock_pairing.sec = ts.tv_sec;
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Drst.c194 ssize_t wait_for, time_t sec)
196 struct timeval tv = { .tv_sec = sec };
209 if (sec)
193 test_wait_fds(int sk[], size_t nr, bool is_writable[], ssize_t wait_for, time_t sec) argument
/linux-master/fs/fuse/
H A Dfuse_i.h1187 u64 fuse_time_to_jiffies(u64 sec, u32 nsec);
H A Ddir.c95 u64 fuse_time_to_jiffies(u64 sec, u32 nsec) argument
97 if (sec || nsec) {
99 sec,
/linux-master/tools/testing/selftests/timers/
H A Dvalid-adjtimex.c223 printf("(sec: %ld usec: %ld) ", tmx.time.tv_sec, tmx.time.tv_usec);
230 int set_bad_offset(long sec, long usec, int use_nano) argument
239 tmx.time.tv_sec = sec;
243 printf("Invalid (sec: %ld usec: %ld) did not fail! ", tmx.time.tv_sec, tmx.time.tv_usec);
/linux-master/net/bluetooth/rfcomm/
H A Dsock.c665 struct bt_security sec; local
686 sec.level = BT_SECURITY_LOW;
688 err = bt_copy_from_sockptr(&sec, sizeof(sec), optval, optlen);
692 if (sec.level > BT_SECURITY_HIGH) {
697 rfcomm_pi(sk)->sec_level = sec.level;
804 struct bt_security sec; local
827 sec.level = rfcomm_pi(sk)->sec_level;
828 sec.key_size = 0;
830 len = min_t(unsigned int, len, sizeof(sec));
[all...]
/linux-master/fs/btrfs/
H A Dioctl.c68 __u64 sec; member in struct:btrfs_ioctl_timespec_32
2210 subvol_info->ctime.sec = btrfs_stack_timespec_sec(&root_item->ctime);
2214 subvol_info->otime.sec = btrfs_stack_timespec_sec(&root_item->otime);
2218 subvol_info->stime.sec = btrfs_stack_timespec_sec(&root_item->stime);
2222 subvol_info->rtime.sec = btrfs_stack_timespec_sec(&root_item->rtime);
4045 sa->rtime.sec = ct.tv_sec;
4064 btrfs_set_stack_timespec_sec(&root_item->stime, sa->stime.sec);
4066 btrfs_set_stack_timespec_sec(&root_item->rtime, sa->rtime.sec);
4113 args64->stime.sec = args32->stime.sec;
[all...]
/linux-master/include/vdso/
H A Ddatapage.h43 * @sec: seconds
55 u64 sec; member in struct:vdso_timestamp
/linux-master/fs/bcachefs/
H A Dutil.c323 void bch2_prt_datetime(struct printbuf *out, time64_t sec) argument
325 time_t t = sec;
332 void bch2_prt_datetime(struct printbuf *out, time64_t sec) argument
335 snprintf(buf, sizeof(buf), "%ptT", &sec);
336 prt_u64(out, sec);
/linux-master/drivers/net/phy/
H A Dmicrel.c2621 time64_t sec, u32 nsec)
2623 lanphy_write_page_reg(phydev, 4, PTP_CLOCK_SET_SEC_LO, lower_16_bits(sec));
2624 lanphy_write_page_reg(phydev, 4, PTP_CLOCK_SET_SEC_MID, upper_16_bits(sec));
2625 lanphy_write_page_reg(phydev, 4, PTP_CLOCK_SET_SEC_HI, upper_32_bits(sec));
2633 time64_t *sec, u32 *nsec)
2637 *sec = lanphy_read_page_reg(phydev, 4, PTP_CLOCK_READ_SEC_HI);
2638 *sec <<= 16;
2639 *sec |= lanphy_read_page_reg(phydev, 4, PTP_CLOCK_READ_SEC_MID);
2640 *sec <<= 16;
2641 *sec |
2620 lan8814_ptp_clock_set(struct phy_device *phydev, time64_t sec, u32 nsec) argument
2632 lan8814_ptp_clock_get(struct phy_device *phydev, time64_t *sec, u32 *nsec) argument
3547 lan8841_ptp_get_tx_ts(struct kszphy_ptp_priv *ptp_priv, u32 *sec, u32 *nsec, u16 *seq) argument
3570 u32 sec, nsec; local
3610 s32 sec, nsec; local
3909 lan8841_ptp_set_target(struct kszphy_ptp_priv *ptp_priv, u8 event, s64 sec, u32 nsec) argument
3948 lan8841_ptp_set_reload(struct kszphy_ptp_priv *ptp_priv, u8 event, s64 sec, u32 nsec) argument
4085 s32 sec; local
[all...]
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dhw.h393 u64 sec; member in struct:e1000_hw_stats
/linux-master/arch/x86/include/asm/
H A Dalternative.h340 #define DEFINE_ASM_FUNC(func, instr, sec) \
341 asm (".pushsection " #sec ", \"ax\"\n" \
/linux-master/security/
H A Dsecurity.c4988 * @sec: LSM blob
4996 int security_ib_pkey_access(void *sec, u64 subnet_prefix, u16 pkey) argument
4998 return call_int_hook(ib_pkey_access, sec, subnet_prefix, pkey);
5004 * @sec: LSM blob
5012 int security_ib_endport_manage_subnet(void *sec, argument
5015 return call_int_hook(ib_endport_manage_subnet, sec, dev_name, port_num);
5021 * @sec: LSM blob
5027 int security_ib_alloc_security(void **sec) argument
5029 return call_int_hook(ib_alloc_security, sec);
5035 * @sec
5039 security_ib_free_security(void *sec) argument
[all...]
/linux-master/arch/x86/include/uapi/asm/
H A Dkvm_para.h76 __s64 sec; member in struct:kvm_clock_pairing
/linux-master/tools/objtool/
H A Dcheck.c39 struct section *sec, unsigned long offset)
43 hash_for_each_possible(file->insn_hash, insn, hash, sec_offset_hash(sec, offset)) {
44 if (insn->sec == sec && insn->offset == offset)
55 return find_insn(file, insn->sec, insn->offset + insn->len);
81 return find_insn(file, func->cfunc->sec, func->cfunc->offset);
89 return find_insn(file, insn->sec, insn->offset - insn->prev_len);
114 for (insn = find_insn(file, func->sec, func->offset); \
119 for (insn = find_insn(file, sym->sec, sym->offset); \
216 insn = find_insn(file, func->sec, fun
38 find_insn(struct objtool_file *file, struct section *sec, unsigned long offset) argument
278 init_insn_state(struct objtool_file *file, struct insn_state *state, struct section *sec) argument
371 struct section *sec; local
567 find_last_insn(struct objtool_file *file, struct section *sec) argument
672 struct section *sec; local
761 struct section *sec; local
799 struct section *sec; local
837 struct section *sec; local
890 struct section *sec; local
940 struct section *sec; local
985 struct section *sec; local
1675 find_call_destination(struct section *sec, unsigned long offset) argument
2226 struct section *sec; local
2569 struct section *sec; local
3580 struct section *sec; local
3836 validate_unwind_hints(struct objtool_file *file, struct section *sec) argument
4198 struct section *sec; local
4216 validate_symbol(struct objtool_file *file, struct section *sec, struct symbol *sym, struct insn_state *state) argument
4242 validate_section(struct objtool_file *file, struct section *sec) argument
4263 struct section *sec; local
4289 struct section *sec; local
4453 struct section *sec; local
[all...]
/linux-master/scripts/mod/
H A Dmodpost.c768 const char *sec = sech_name(elf, sechdr); local
772 !match(sec, section_white_list)) {
777 modname, sec);
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_target.c1262 u16 sec; local
1284 sec = jiffies_to_msecs(jiffies -
1286 if (sess->sec_since_registration < sec && sec && !(sec % 5)) {
1287 sess->sec_since_registration = sec;
1290 __func__, sess->port_name, sec);
4837 u16 sec; local
4845 sec = jiffies_to_msecs(jiffies -
4847 if (sess->sec_since_registration < sec
5049 int sec; local
[all...]
H A Dqla_init.c1668 u16 sec; local
1804 sec = jiffies_to_msecs(jiffies -
1806 if (fcport->sec_since_registration < sec && sec &&
1807 !(sec % 60)) {
1808 fcport->sec_since_registration = sec;
1811 __func__, fcport->port_name, sec);

Completed in 396 milliseconds

1234567891011>>