Searched refs:sec (Results 276 - 300 of 435) sorted by path

<<1112131415161718

/linux-master/drivers/sbus/char/
H A Doradax.c169 void *sec; /* Secondary Input Address */ member in struct:dax_ccb
470 dax_dbg("sec input");
471 if (dax_lock_page(ccbp->sec,
473 *err_va = (u64)ccbp->sec;
/linux-master/drivers/scsi/bfa/
H A Dbfa_ioc.c4963 * convert the freq from N blinks per 10 sec to
4996 diag_portbeacon_send(struct bfa_diag_s *diag, bfa_boolean_t beacon, u32 sec) argument
5005 msg->period = cpu_to_be32(sec);
5216 * @param[in] sec - beaconing duration in seconds
5222 bfa_boolean_t link_e2e_beacon, uint32_t sec)
5226 bfa_trc(diag, sec);
5243 diag_portbeacon_send(diag, beacon, sec);
5221 bfa_diag_beacon_port(struct bfa_diag_s *diag, bfa_boolean_t beacon, bfa_boolean_t link_e2e_beacon, uint32_t sec) argument
H A Dbfa_ioc.h684 u32 sec);
/linux-master/drivers/scsi/
H A Discsi_boot_sysfs.c250 iscsi_boot_rd_attr(ini_secondary_radius, sec-radius-server,
H A Dsr_vendor.c221 unsigned long min, sec, frame; local
241 sec = bcd2bin(buffer[16]);
243 sector = min * CD_SECS * CD_FRAMES + sec * CD_FRAMES + frame;
248 unsigned long min, sec, frame; local
269 sec = bcd2bin(buffer[2]);
271 sector = min * CD_SECS * CD_FRAMES + sec * CD_FRAMES + frame;
/linux-master/drivers/scsi/qla2xxx/
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);
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...]
/linux-master/drivers/staging/media/av7110/
H A Dav7110.c307 return dvbdmxfilter->feed->cb.sec(buffer1, buffer1_len,
997 if (demux->filter[i].filter.parent != &feed->feed.sec)
1044 demux->filter[i].filter.parent == &feed->feed.sec) {
1083 if (dvbdmx->filter[j].filter.parent != &feed->feed.sec)
/linux-master/drivers/staging/rtl8192e/
H A Drtllib.h1166 struct rtllib_security sec; member in struct:rtllib_device
H A Drtllib_wx.c272 struct rtllib_security sec = { local
314 sec.enabled = 0;
315 sec.level = SEC_LEVEL_0;
316 sec.flags |= SEC_ENABLED | SEC_LEVEL;
322 sec.enabled = 1;
323 sec.flags |= SEC_ENABLED;
364 memcpy(sec.keys[key], keybuf, erq->length);
366 memset(sec.keys[key] + erq->length, 0,
369 key, escape_essid(sec.keys[key], len), erq->length,
371 sec
480 struct rtllib_security sec = { local
[all...]
/linux-master/drivers/staging/rtl8723bs/hal/
H A Dhal_com.c602 struct security_priv *sec = &adapter->securitypriv; local
607 if (sec->dot11AuthAlgrthm != dot11AuthAlgrthm_8021X)
/linux-master/drivers/tty/serial/
H A Dsh-sci.c1285 long sec = usec / 1000000; local
1287 ktime_t t = ktime_set(sec, nsec);
/linux-master/drivers/tty/
H A Dtty_io.c815 time64_t sec = ktime_get_real_seconds(); local
829 if ((sec ^ time.tv_sec) & ~7) {
831 inode_set_mtime(inode, sec, 0);
833 inode_set_atime(inode, sec, 0);
/linux-master/drivers/watchdog/
H A Ddw_wdt.c78 unsigned int sec; member in struct:dw_wdt_timeout
133 if (dw_wdt->timeouts[idx].sec >= timeout)
142 return dw_wdt->timeouts[idx].sec;
154 if (dw_wdt->timeouts[idx].sec)
158 return dw_wdt->timeouts[idx].sec;
166 msec = (u64)timeout->sec * MSEC_PER_SEC + timeout->msec;
185 return dw_wdt->timeouts[idx].sec * dw_wdt->rmod;
322 unsigned int sec; local
326 sec = val / dw_wdt->rate;
331 sec
[all...]
/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/fs/btrfs/
H A Daccessors.h313 BTRFS_SETGET_FUNCS(timespec_sec, struct btrfs_timespec, sec, 64);
315 BTRFS_SETGET_STACK_FUNCS(stack_timespec_sec, struct btrfs_timespec, sec, 64);
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);
4072 sa->rtime.sec = ct.tv_sec;
4091 btrfs_set_stack_timespec_sec(&root_item->stime, sa->stime.sec);
4093 btrfs_set_stack_timespec_sec(&root_item->rtime, sa->rtime.sec);
4140 args64->stime.sec = args32->stime.sec;
[all...]
/linux-master/fs/exfat/
H A Ddir.c638 static int exfat_dir_readahead(struct super_block *sb, sector_t sec) argument
651 if (sec < sbi->data_start_sector) {
653 (unsigned long long)sec, sbi->data_start_sector);
658 if ((sec - sbi->data_start_sector) & (ra_count - 1))
661 bh = sb_find_get_block(sb, sec);
666 sb_breadahead(sb, (sector_t)(sec + i));
677 sector_t sec; local
684 if (exfat_find_location(sb, p_dir, entry, &sec, &off))
689 exfat_dir_readahead(sb, sec);
691 *bh = sb_bread(sb, sec);
776 sector_t sec; local
[all...]
H A Dexfat_fs.h394 sector_t sec)
396 return ((sec - sbi->data_start_sector + 1) &
408 sector_t sec)
410 return ((sec - sbi->data_start_sector) >> sbi->sect_per_clus_bits) +
393 exfat_is_last_sector_in_cluster(struct exfat_sb_info *sbi, sector_t sec) argument
407 exfat_sector_to_cluster(struct exfat_sb_info *sbi, sector_t sec) argument
H A Dfatent.c14 static int exfat_mirror_bh(struct super_block *sb, sector_t sec, argument
23 sec2 = sec - sbi->FAT1_start_sector + sbi->FAT2_start_sector;
42 sector_t sec; local
45 sec = FAT_ENT_OFFSET_SECTOR(sb, loc);
48 bh = sb_bread(sb, sec);
66 sector_t sec; local
70 sec = FAT_ENT_OFFSET_SECTOR(sb, loc);
73 bh = sb_bread(sb, sec);
80 exfat_mirror_bh(sb, sec, bh);
/linux-master/fs/fat/
H A Ddir.c55 int sec; local
66 for (sec = 0; sec < sbi->sec_per_clus; sec++)
67 sb_breadahead(sb, phys + sec);
/linux-master/fs/fuse/
H A Ddir.c95 u64 fuse_time_to_jiffies(u64 sec, u32 nsec) argument
97 if (sec || nsec) {
99 sec,
H A Dfuse_i.h1187 u64 fuse_time_to_jiffies(u64 sec, u32 nsec);
/linux-master/fs/hfs/
H A Dhfs_fs.h289 #define sb_bread512(sb, sec, data) ({ \
295 __start = (loff_t)(sec) << HFS_SECTOR_SIZE_BITS;\
/linux-master/fs/hpfs/
H A Dbuffer.c14 secno hpfs_search_hotfix_map(struct super_block *s, secno sec) argument
19 if (sbi->hotfix_from[i] == sec) {
23 return sec;
26 unsigned hpfs_search_hotfix_map_for_range(struct super_block *s, secno sec, unsigned n) argument
31 if (sbi->hotfix_from[i] >= sec && sbi->hotfix_from[i] < sec + n) {
32 n = sbi->hotfix_from[i] - sec;

Completed in 523 milliseconds

<<1112131415161718