Home
last modified time | relevance | path

Searched refs:stat (Results 1001 - 1025 of 5301) sorted by relevance

1...<<41424344454647484950>>...213

/kernel/linux/linux-5.10/drivers/gpu/drm/meson/
H A Dmeson_dw_hdmi.c589 u32 stat; in dw_hdmi_top_irq() local
591 stat = dw_hdmi->data->top_read(dw_hdmi, HDMITX_TOP_INTR_STAT); in dw_hdmi_top_irq()
592 dw_hdmi->data->top_write(dw_hdmi, HDMITX_TOP_INTR_STAT_CLR, stat); in dw_hdmi_top_irq()
595 if (stat & (HDMITX_TOP_INTR_HPD_RISE | HDMITX_TOP_INTR_HPD_FALL)) { in dw_hdmi_top_irq()
596 dw_hdmi->irq_stat = stat; in dw_hdmi_top_irq()
601 if (stat & 1) in dw_hdmi_top_irq()
613 u32 stat = dw_hdmi->irq_stat; in dw_hdmi_top_thread_irq() local
616 if (stat & (HDMITX_TOP_INTR_HPD_RISE | HDMITX_TOP_INTR_HPD_FALL)) { in dw_hdmi_top_thread_irq()
619 if (stat & HDMITX_TOP_INTR_HPD_RISE) in dw_hdmi_top_thread_irq()
/kernel/linux/linux-5.10/drivers/tty/
H A Dmips_ejtag_fdc.c561 unsigned int stat, channel, data, cfg, i, flipped; in mips_ejtag_fdc_handle() local
567 stat = mips_ejtag_fdc_read(priv, REG_FDSTAT); in mips_ejtag_fdc_handle()
568 if (stat & REG_FDSTAT_RXE) in mips_ejtag_fdc_handle()
570 channel = (stat & REG_FDSTAT_RXCHAN) >> REG_FDSTAT_RXCHAN_SHIFT; in mips_ejtag_fdc_handle()
623 if (priv->xmit_full && !(stat & REG_FDSTAT_TXF)) { in mips_ejtag_fdc_handle()
1184 unsigned int stat, channel, data; in kgdbfdc_read_char() local
1198 stat = __raw_readl(regs + REG_FDSTAT); in kgdbfdc_read_char()
1201 if (stat & REG_FDSTAT_RXE) in kgdbfdc_read_char()
1205 channel = (stat & REG_FDSTAT_RXCHAN) >> in kgdbfdc_read_char()
/kernel/linux/linux-6.6/drivers/tty/
H A Dmips_ejtag_fdc.c561 unsigned int stat, channel, data, cfg, i, flipped; in mips_ejtag_fdc_handle() local
567 stat = mips_ejtag_fdc_read(priv, REG_FDSTAT); in mips_ejtag_fdc_handle()
568 if (stat & REG_FDSTAT_RXE) in mips_ejtag_fdc_handle()
570 channel = (stat & REG_FDSTAT_RXCHAN) >> REG_FDSTAT_RXCHAN_SHIFT; in mips_ejtag_fdc_handle()
623 if (priv->xmit_full && !(stat & REG_FDSTAT_TXF)) { in mips_ejtag_fdc_handle()
1182 unsigned int stat, channel, data; in kgdbfdc_read_char() local
1196 stat = __raw_readl(regs + REG_FDSTAT); in kgdbfdc_read_char()
1199 if (stat & REG_FDSTAT_RXE) in kgdbfdc_read_char()
1203 channel = (stat & REG_FDSTAT_RXCHAN) >> in kgdbfdc_read_char()
/kernel/uniproton/src/fs/vfs/
H A Dvfs_fs.c277 S32 OsVfsStat(const char *path, struct stat *stat) in OsVfsStat() argument
283 if ((path == NULL) || (stat == NULL)) { in OsVfsStat()
300 if (mp->mFs->fsFops->stat != NULL) { in OsVfsStat()
301 ret = mp->mFs->fsFops->stat(mp, pathInMp, stat); in OsVfsStat()
310 S32 OsVfsFstat(S32 fd, struct stat *buf) in OsVfsFstat()
317 ret = stat(filep->fullPath, buf); in OsVfsFstat()
345 if (mp->mFs->fsFops->stat != NULL) { in OsVfsStatfs()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/common/
H A Dhelp_utils.cpp24 #include <sys/stat.h>
78 struct stat st; in CheckDir()
171 struct stat st; in RmDirRecurse()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_filesystem.cpp25 #include <sys/stat.h>
229 struct stat ds {}; in GetEntry()
230 if (stat(canonicalPath, &ds) != 0) { in GetEntry()
/foundation/multimedia/av_codec/test/unittest/reference_parser_test/reference_parser_demo/
H A Dreference_parser_demo.cpp20 #include <sys/stat.h>
73 struct stat fileStatus {}; in InitScene()
74 if (stat(filePath.c_str(), &fileStatus) != 0) { in InitScene()
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/utils/
H A Dfile_utils.cpp20 #include <sys/stat.h>
55 struct stat statInfo {}; in IsFileExist()
56 return ((stat(fileName.c_str(), &statInfo)) == E_SUCCESS); in IsFileExist()
/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_connector.cpp25 #include <sys/stat.h>
103 struct stat stat_unused; in InitActvBinderConfig()
105 if (stat(ACTV_BINDER_SERVICES_CONFIG, &stat_unused) == 0) { in InitActvBinderConfig()
/foundation/distributeddatamgr/kv_store/databaseutils/src/
H A Dacl.cpp27 #include <sys/stat.h>
165 struct stat st; in AclFromMode()
166 if (stat(path_.c_str(), &st) == -1) { in AclFromMode()
/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/src/
H A Dsetacl.cpp20 #include <sys/stat.h>
187 struct stat st; in AclFromMode()
189 if (stat(file.c_str(), &st) == -1) { in AclFromMode()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Ddiag.c58 struct diag_stat *stat; in show_diag_stat() local
76 stat = &per_cpu(diag_stat, cpu); in show_diag_stat()
77 seq_printf(m, " %10u", stat->counter[n-1]); in show_diag_stat()
/kernel/linux/linux-5.10/usr/include/
H A DMakefile75 no-header-test += asm/stat.h
79 no-header-test += asm/stat.h
88 no-header-test += asm/stat.h
/kernel/linux/linux-5.10/tools/testing/selftests/ia64/
H A Daliasing-test.c18 #include <sys/stat.h>
67 struct stat buf; in scan_tree()
152 struct stat buf; in scan_rom()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Ddiag.c75 struct diag_stat *stat; in show_diag_stat() local
93 stat = &per_cpu(diag_stat, cpu); in show_diag_stat()
94 seq_printf(m, " %10u", stat->counter[n-1]); in show_diag_stat()
/kernel/linux/linux-5.10/drivers/input/serio/
H A Dpcips2.c46 unsigned int stat; in pcips2_write() local
49 stat = inb(ps2if->base + PS2_STATUS); in pcips2_write()
51 } while (!(stat & PS2_STAT_TXEMPTY)); in pcips2_write()
/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-vt8500.c168 u32 stat, i; in vt8500_handle_irq() local
181 stat = readl_relaxed(base + VT8500_ICIS + 4); in vt8500_handle_irq()
182 if (!(stat & BIT(31))) in vt8500_handle_irq()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_txrx.c126 struct mt76x02_tx_status stat; in mt76x02_tx_status_data() local
128 if (!mt76x02_mac_load_tx_status(dev, &stat)) in mt76x02_tx_status_data()
131 mt76x02_send_tx_status(dev, &stat, update); in mt76x02_tx_status_data()
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-ethtool.c234 u8 *stat; in xlgmac_ethtool_get_ethtool_stats() local
239 stat = (u8 *)pdata + xlgmac_gstring_stats[i].stat_offset; in xlgmac_ethtool_get_ethtool_stats()
240 *data++ = *(u64 *)stat; in xlgmac_ethtool_get_ethtool_stats()
/kernel/linux/linux-5.10/scripts/dtc/
H A Ddtc.c6 #include <sys/stat.h>
132 struct stat statbuf; in guess_input_format()
136 if (stat(fname, &statbuf) != 0) in guess_input_format()
/kernel/linux/linux-5.10/tools/cgroup/
H A Diocost_coef_gen.py70 rdev = os.stat(f'/dev/{devname}').st_rdev
76 if os.path.isfile(path) and os.stat(path).st_size == size:
128 rdev = os.stat(f'/dev/{devname}').st_rdev
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfsfh.h259 static inline u64 nfsd4_change_attribute(struct kstat *stat, in nfsd4_change_attribute() argument
264 chattr = stat->ctime.tv_sec; in nfsd4_change_attribute()
266 chattr += stat->ctime.tv_nsec; in nfsd4_change_attribute()
H A Dxdr3.h127 struct kstat stat; member
141 struct kstat stat; member
236 struct kstat stat; member
/kernel/linux/linux-6.6/include/linux/
H A Dbacking-dev.h67 percpu_counter_add_batch(&wb->stat[item], amount, WB_STAT_BATCH); in wb_stat_mod()
82 return percpu_counter_read_positive(&wb->stat[item]); in wb_stat()
87 return percpu_counter_sum_positive(&wb->stat[item]); in wb_stat_sum()
93 * maximal error of a stat counter.
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_alloc.h169 int *stat); /* success/failure */
176 int *stat); /* success/failure */
183 int *stat); /* output: success/failure */

Completed in 18 milliseconds

1...<<41424344454647484950>>...213