/kernel/linux/linux-5.10/arch/arm/xen/ |
H A D | enlighten.c | 83 now.tv_sec = ((uint64_t)wall_clock->sec_hi << 32) | wall_clock->sec; in xen_read_wallclock()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/ |
H A D | igc_hw.h | 230 u64 sec; member
|
/kernel/linux/linux-6.6/arch/arm/mach-tegra/ |
H A D | reset-handler.S | 102 .arch_extension sec
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | cfg80211.h | 148 * @sec: security information. 153 struct brcmf_cfg80211_security sec; member
|
/kernel/linux/linux-5.10/include/xen/interface/ |
H A D | platform.h | 151 uint8_t sec; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | arm-smccc.h | 225 #include <asm/opcodes-sec.h>
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | arm-smccc.h | 397 #include <asm/opcodes-sec.h>
|
H A D | fs.h | 1539 time64_t sec, long nsec) in inode_set_atime() 1541 struct timespec64 ts = { .tv_sec = sec, in inode_set_atime() 1569 time64_t sec, long nsec) in inode_set_mtime() 1571 struct timespec64 ts = { .tv_sec = sec, in inode_set_mtime() 1601 * @sec: tv_sec value to set 1604 * Set the ctime in @inode to { @sec, @nsec } 1607 time64_t sec, long nsec) in inode_set_ctime() 1609 struct timespec64 ts = { .tv_sec = sec, in inode_set_ctime() 1538 inode_set_atime(struct inode *inode, time64_t sec, long nsec) inode_set_atime() argument 1568 inode_set_mtime(struct inode *inode, time64_t sec, long nsec) inode_set_mtime() argument 1606 inode_set_ctime(struct inode *inode, time64_t sec, long nsec) inode_set_ctime() argument
|
/kernel/linux/linux-6.6/include/xen/interface/ |
H A D | platform.h | 134 uint8_t sec; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/ |
H A D | igc_hw.h | 218 u64 sec; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | cfg80211.h | 148 * @sec: security information. 153 struct brcmf_cfg80211_security sec; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol.h | 150 bool filename__has_section(const char *filename, const char *sec);
|
H A D | symbol-minimal.c | 389 bool filename__has_section(const char *filename __maybe_unused, const char *sec __maybe_unused) in filename__has_section()
|
/kernel/linux/linux-6.6/kernel/module/ |
H A D | main.c | 209 unsigned int sec = find_sec(info, name); in section_objs() local 212 *num = info->sechdrs[sec].sh_size / object_size; in section_objs() 213 return (void *)info->sechdrs[sec].sh_addr; in section_objs() 238 unsigned int sec = find_any_sec(info, name); in any_section_objs() local 241 *num = info->sechdrs[sec].sh_size / object_size; in any_section_objs() 242 return (void *)info->sechdrs[sec].sh_addr; in any_section_objs()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | trans.c | 799 * CPU2 non paged to CPU2 paging sec. in iwl_pcie_load_cpu_sections_8000() 801 if (!image->sec[i].data || in iwl_pcie_load_cpu_sections_8000() 802 image->sec[i].offset == CPU1_CPU2_SEPARATOR_SECTION || in iwl_pcie_load_cpu_sections_8000() 803 image->sec[i].offset == PAGING_SEPARATOR_SECTION) { in iwl_pcie_load_cpu_sections_8000() 805 "Break since Data not valid or Empty section, sec = %d\n", in iwl_pcie_load_cpu_sections_8000() 810 ret = iwl_pcie_load_section(trans, i, &image->sec[i]); in iwl_pcie_load_cpu_sections_8000() 865 * CPU2 non paged to CPU2 paging sec. in iwl_pcie_load_cpu_sections() 867 if (!image->sec[i].data || in iwl_pcie_load_cpu_sections() 868 image->sec[i].offset == CPU1_CPU2_SEPARATOR_SECTION || in iwl_pcie_load_cpu_sections() 869 image->sec[ in iwl_pcie_load_cpu_sections() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | trans.c | 795 * CPU2 non paged to CPU2 paging sec. in iwl_pcie_load_cpu_sections_8000() 797 if (!image->sec[i].data || in iwl_pcie_load_cpu_sections_8000() 798 image->sec[i].offset == CPU1_CPU2_SEPARATOR_SECTION || in iwl_pcie_load_cpu_sections_8000() 799 image->sec[i].offset == PAGING_SEPARATOR_SECTION) { in iwl_pcie_load_cpu_sections_8000() 801 "Break since Data not valid or Empty section, sec = %d\n", in iwl_pcie_load_cpu_sections_8000() 806 ret = iwl_pcie_load_section(trans, i, &image->sec[i]); in iwl_pcie_load_cpu_sections_8000() 861 * CPU2 non paged to CPU2 paging sec. in iwl_pcie_load_cpu_sections() 863 if (!image->sec[i].data || in iwl_pcie_load_cpu_sections() 864 image->sec[i].offset == CPU1_CPU2_SEPARATOR_SECTION || in iwl_pcie_load_cpu_sections() 865 image->sec[ in iwl_pcie_load_cpu_sections() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
H A D | hwif.h | 100 void (*set_tbs)(struct dma_edesc *p, u32 sec, u32 nsec); 499 int (*init_systime) (void __iomem *ioaddr, u32 sec, u32 nsec); 501 int (*adjust_systime) (void __iomem *ioaddr, u32 sec, u32 nsec,
|
/kernel/linux/linux-5.10/sound/firewire/ |
H A D | amdtp-stream.c | 1454 // Round up to sec field. in amdtp_domain_start() 1456 unsigned int sec; in amdtp_domain_start() local 1458 // The sec field can overflow. in amdtp_domain_start() 1459 sec = (cycle & 0xffffe000) >> 13; in amdtp_domain_start() 1460 cycle = (++sec << 13) | in amdtp_domain_start() 1465 // sec field. in amdtp_domain_start()
|
/kernel/linux/linux-5.10/sound/drivers/ |
H A D | dummy.c | 431 long sec; in dummy_hrtimer_prepare() local 437 sec = period / rate; in dummy_hrtimer_prepare() 440 dpcm->period_time = ktime_set(sec, nsecs); in dummy_hrtimer_prepare()
|
/kernel/linux/linux-5.10/fs/ |
H A D | select.c | 265 * @sec: seconds (from user space) 271 * Returns -EINVAL if sec/nsec are not normalized. Otherwise 0. 273 int poll_select_set_timeout(struct timespec64 *to, time64_t sec, long nsec) in poll_select_set_timeout() argument 275 struct timespec64 ts = {.tv_sec = sec, .tv_nsec = nsec}; in poll_select_set_timeout() 281 if (!sec && !nsec) { in poll_select_set_timeout()
|
/kernel/linux/linux-6.6/fs/ |
H A D | select.c | 266 * @sec: seconds (from user space) 272 * Returns -EINVAL if sec/nsec are not normalized. Otherwise 0. 274 int poll_select_set_timeout(struct timespec64 *to, time64_t sec, long nsec) in poll_select_set_timeout() argument 276 struct timespec64 ts = {.tv_sec = sec, .tv_nsec = nsec}; in poll_select_set_timeout() 282 if (!sec && !nsec) { in poll_select_set_timeout()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/ |
H A D | hwif.h | 99 void (*set_tbs)(struct dma_edesc *p, u32 sec, u32 nsec); 534 int (*init_systime) (void __iomem *ioaddr, u32 sec, u32 nsec); 536 int (*adjust_systime) (void __iomem *ioaddr, u32 sec, u32 nsec,
|
/kernel/linux/linux-6.6/sound/drivers/ |
H A D | dummy.c | 438 long sec; in dummy_hrtimer_prepare() local 444 sec = period / rate; in dummy_hrtimer_prepare() 447 dpcm->period_time = ktime_set(sec, nsecs); in dummy_hrtimer_prepare()
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | fnmatchndk32.cpp | 170 const long sec = SEC_TIME;
in UTimeNsAt_time64() local 171 struct timespec times[] = {{.tv_sec = PARAM_0}, {.tv_sec = sec}};
in UTimeNsAt_time64() 176 if (utimensatValue == PARAM_0 && statbuf.st_mtim.tv_sec == sec) {
in UTimeNsAt_time64()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | hw.c | 1169 rtlpriv->sec.pairwise_enc_algorithm, in rtl8821ae_enable_hw_security_config() 1170 rtlpriv->sec.group_enc_algorithm); in rtl8821ae_enable_hw_security_config() 1172 if (rtlpriv->cfg->mod_params->sw_crypto || rtlpriv->sec.use_sw_sec) { in rtl8821ae_enable_hw_security_config() 1180 if (rtlpriv->sec.use_defaultkey) { in rtl8821ae_enable_hw_security_config() 3854 memset(rtlpriv->sec.key_buf[idx], 0, in rtl8821ae_set_key() 3856 rtlpriv->sec.key_len[idx] = 0; in rtl8821ae_set_key() 3880 if (is_wepkey || rtlpriv->sec.use_defaultkey) { in rtl8821ae_set_key() 3903 if (rtlpriv->sec.key_len[key_index] == 0) { in rtl8821ae_set_key() 3920 rtlpriv->sec.key_buf[key_index]); in rtl8821ae_set_key() 3932 rtlpriv->sec in rtl8821ae_set_key() [all...] |