/kernel/linux/linux-5.10/fs/hpfs/ |
H A D | hpfs_fn.h | 224 secno hpfs_search_hotfix_map(struct super_block *s, secno sec); 225 unsigned hpfs_search_hotfix_map_for_range(struct super_block *s, secno sec, unsigned n);
|
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | os-linux.h | 35 #define ITIME(sec) ((struct timespec64){sec, 0})
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | os-linux.h | 35 #define ITIME(sec) ((struct timespec64){sec, 0})
|
/kernel/linux/linux-6.6/fs/hpfs/ |
H A D | hpfs_fn.h | 224 secno hpfs_search_hotfix_map(struct super_block *s, secno sec); 225 unsigned hpfs_search_hotfix_map_for_range(struct super_block *s, secno sec, unsigned n);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwxgmac2_descs.c | 336 static void dwxgmac2_set_tbs(struct dma_edesc *p, u32 sec, u32 nsec) in dwxgmac2_set_tbs() argument 338 p->des4 = cpu_to_le32((sec & XGMAC_TDES0_LT) | XGMAC_TDES0_LTV); in dwxgmac2_set_tbs()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/hsr/ |
H A D | hsr_ping.sh | 30 sec=$(date +%s) 31 rndh=$(printf %x $sec)-$(mktemp -u XXXXXX)
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_sockopt.sh | 18 sec=$(date +%s) 19 rndh=$(printf %x $sec)-$(mktemp -u XXXXXX)
|
/kernel/liteos_a/kernel/extended/hilog/ |
H A D | los_hilog.c | 53 unsigned int sec; member 242 header->sec = now.tv_sec; in HiLogHeadInit()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mcu.c | 655 struct bss_sec_tlv *sec; in mt7996_mcu_bss_sec_tlv() local 658 tlv = mt7996_mcu_add_uni_tlv(skb, UNI_BSS_INFO_SEC, sizeof(*sec)); in mt7996_mcu_bss_sec_tlv() 660 sec = (struct bss_sec_tlv *)tlv; in mt7996_mcu_bss_sec_tlv() 661 sec->cipher = mvif->cipher; in mt7996_mcu_bss_sec_tlv() 1871 struct sta_rec_sec_uni *sec; in mt7996_mcu_sta_key_tlv() local 1874 tlv = mt76_connac_mcu_add_tlv(skb, STA_REC_KEY_V2, sizeof(*sec)); in mt7996_mcu_sta_key_tlv() 1875 sec = (struct sta_rec_sec_uni *)tlv; in mt7996_mcu_sta_key_tlv() 1876 sec->add = cmd; in mt7996_mcu_sta_key_tlv() 1886 sec_key = &sec->key[0]; in mt7996_mcu_sta_key_tlv() 1896 sec_key = &sec in mt7996_mcu_sta_key_tlv() 2184 u32 sec = u32_get_bits(key_info, MT7996_PATCH_SEC), key = 0; mt7996_patch_sec_mode() local 2231 struct mt7996_patch_sec *sec; mt7996_load_patch() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
H A D | hw.c | 142 if (rtlpriv->sec.pairwise_enc_algorithm == in rtl92se_set_hw_reg() 422 rtlpriv->sec.pairwise_enc_algorithm, in rtl92se_enable_hw_security_config() 423 rtlpriv->sec.group_enc_algorithm); in rtl92se_enable_hw_security_config() 425 if (rtlpriv->cfg->mod_params->sw_crypto || rtlpriv->sec.use_sw_sec) { in rtl92se_enable_hw_security_config() 433 if (rtlpriv->sec.use_defaultkey) { in rtl92se_enable_hw_security_config() 2413 memset(rtlpriv->sec.key_buf[idx], 0, in rtl92se_set_key() 2415 rtlpriv->sec.key_len[idx] = 0; in rtl92se_set_key() 2440 if (is_wepkey || rtlpriv->sec.use_defaultkey) { in rtl92se_set_key() 2464 if (rtlpriv->sec.key_len[key_index] == 0) { in rtl92se_set_key() 2481 rtlpriv->sec in rtl92se_set_key() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
H A D | hw.c | 142 if (rtlpriv->sec.pairwise_enc_algorithm == in rtl92se_set_hw_reg() 422 rtlpriv->sec.pairwise_enc_algorithm, in rtl92se_enable_hw_security_config() 423 rtlpriv->sec.group_enc_algorithm); in rtl92se_enable_hw_security_config() 425 if (rtlpriv->cfg->mod_params->sw_crypto || rtlpriv->sec.use_sw_sec) { in rtl92se_enable_hw_security_config() 433 if (rtlpriv->sec.use_defaultkey) { in rtl92se_enable_hw_security_config() 2404 memset(rtlpriv->sec.key_buf[idx], 0, in rtl92se_set_key() 2406 rtlpriv->sec.key_len[idx] = 0; in rtl92se_set_key() 2431 if (is_wepkey || rtlpriv->sec.use_defaultkey) { in rtl92se_set_key() 2455 if (rtlpriv->sec.key_len[key_index] == 0) { in rtl92se_set_key() 2472 rtlpriv->sec in rtl92se_set_key() [all...] |
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | sysfs.c | 82 sysfs_time_stats_attribute(btree_gc, sec, ms); 83 sysfs_time_stats_attribute(btree_split, sec, us); 237 "rate:\t\t%s/sec\n" in SHOW() 242 "change:\t\t%s/sec\n" in SHOW() 725 sysfs_print_time_stats(&c->btree_gc_time, btree_gc, sec, ms); in SHOW() 726 sysfs_print_time_stats(&c->btree_split_time, btree_split, sec, us); in SHOW() 969 sysfs_time_stats_attribute_list(btree_gc, sec, ms) 970 sysfs_time_stats_attribute_list(btree_split, sec, us)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/ |
H A D | a6xx_gmu.c | 1209 const u16 *pri, *sec; in a6xx_gmu_rpmh_arc_votes_init() local 1223 sec = cmd_db_read_aux_data("mx.lvl", &sec_count); in a6xx_gmu_rpmh_arc_votes_init() 1224 if (IS_ERR(sec)) in a6xx_gmu_rpmh_arc_votes_init() 1225 return PTR_ERR(sec); in a6xx_gmu_rpmh_arc_votes_init() 1261 if (sec[j] >= level) { in a6xx_gmu_rpmh_arc_votes_init() 1264 } else if (sec[j]) { in a6xx_gmu_rpmh_arc_votes_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
H A D | igb_ptp.c | 117 u32 sec, nsec; in igb_ptp_read_i210() local 125 sec = rd32(E1000_SYSTIMH); in igb_ptp_read_i210() 127 ts->tv_sec = sec; in igb_ptp_read_i210() 577 ts.tv_sec = rq->perout.period.sec; in igb_ptp_feature_enable_i210() 624 igb->perout[i].start.tv_sec = rq->perout.start.sec; in igb_ptp_feature_enable_i210() 628 wr32(trgttimh, rq->perout.start.sec); in igb_ptp_feature_enable_i210()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/ |
H A D | igc_ptp.c | 27 u32 sec, nsec; in igc_ptp_read() local 31 sec = rd32(IGC_SYSTIMH); in igc_ptp_read() 33 ts->tv_sec = sec; in igc_ptp_read() 312 ts.tv_sec = rq->perout.period.sec; in igc_ptp_feature_enable_i225() 377 if (rq->perout.start.sec < safe_start.tv_sec) in igc_ptp_feature_enable_i225() 380 igc->perout[i].start.tv_sec = rq->perout.start.sec; in igc_ptp_feature_enable_i225()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/ |
H A D | a6xx_gmu.c | 1231 const u16 *pri, *sec; in a6xx_gmu_rpmh_arc_votes_init() local 1245 sec = cmd_db_read_aux_data("mx.lvl", &sec_count); in a6xx_gmu_rpmh_arc_votes_init() 1246 if (IS_ERR(sec)) in a6xx_gmu_rpmh_arc_votes_init() 1247 return PTR_ERR(sec); in a6xx_gmu_rpmh_arc_votes_init() 1283 if (sec[j] >= level) { in a6xx_gmu_rpmh_arc_votes_init() 1286 } else if (sec[j]) { in a6xx_gmu_rpmh_arc_votes_init()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | sysfs.c | 82 sysfs_time_stats_attribute(btree_gc, sec, ms); 83 sysfs_time_stats_attribute(btree_split, sec, us); 244 "rate:\t\t%s/sec\n" in SHOW() 249 "change:\t\t%s/sec\n" in SHOW() 746 sysfs_print_time_stats(&c->btree_gc_time, btree_gc, sec, ms); in SHOW() 747 sysfs_print_time_stats(&c->btree_split_time, btree_split, sec, us); in SHOW() 991 sysfs_time_stats_attribute_list(btree_gc, sec, ms) 992 sysfs_time_stats_attribute_list(btree_split, sec, us)
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/ |
H A D | sec.h | 121 struct sec_dev *sec; member
|
/kernel/linux/linux-5.10/arch/arm/mach-exynos/ |
H A D | sleep.S | 49 .arch_extension sec
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | pdc.h | 67 int pdc_tod_set(unsigned long sec, unsigned long usec);
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | hpet.h | 56 /* Max HPET Period is 10^8 femto sec as in HPET spec */ 59 * Min HPET period is 10^5 femto sec just for safety. If it is less than this, 60 * then 32 bit HPET counter wrapsaround in less than 0.5 sec. 96 unsigned char sec);
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | pvclock.c | 126 * Note: wall_clock->sec is a u32 value, so it can in pvclock_read_wallclock() 132 now.tv_sec = wall_clock->sec; in pvclock_read_wallclock()
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | omap-headsmp.S | 59 .arch_extension sec
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/ |
H A D | diag.sh | 6 rndh=$(printf %x $sec)-$(mktemp -u XXXXXX)
|
/kernel/linux/linux-6.6/arch/arm/mach-exynos/ |
H A D | sleep.S | 48 .arch_extension sec
|