Home
last modified time | relevance | path

Searched refs:stat (Results 76 - 100 of 5589) sorted by relevance

12345678910>>...224

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c30 #define OTX2_DEV_STAT(stat) { \
31 .name = #stat, \
32 .index = offsetof(struct otx2_dev_stats, stat) / sizeof(u64), \
46 #define OTX2_DRV_STAT(stat) { \
47 .name = #stat, \
48 .index = offsetof(struct otx2_drv_stats, stat) / sizeof(atomic_t), \
136 int stat, qidx; in otx2_get_qset_stats() local
142 for (stat = 0; stat < otx2_n_queue_stats; stat in otx2_get_qset_stats()
168 int stat; otx2_get_ethtool_stats() local
773 int stat; otx2vf_get_ethtool_stats() local
[all...]
/third_party/skia/src/gpu/
H A DGrThreadSafePipelineBuilder.h46 int numInlineProgramCacheResult(ProgramCacheResult stat) const { in numInlineProgramCacheResult()
47 return fInlineProgramCacheStats[(int) stat]; in numInlineProgramCacheResult()
49 void incNumInlineProgramCacheResult(ProgramCacheResult stat) { in incNumInlineProgramCacheResult() argument
50 ++fInlineProgramCacheStats[(int) stat]; in incNumInlineProgramCacheResult()
56 int numPreProgramCacheResult(ProgramCacheResult stat) const { in numPreProgramCacheResult()
57 return fPreProgramCacheStats[(int) stat]; in numPreProgramCacheResult()
59 void incNumPreProgramCacheResult(ProgramCacheResult stat) { in incNumPreProgramCacheResult() argument
60 ++fPreProgramCacheStats[(int) stat]; in incNumPreProgramCacheResult()
93 void incNumInlineProgramCacheResult(ProgramCacheResult stat) {} in incNumInlineProgramCacheResult() argument
95 void incNumPreProgramCacheResult(ProgramCacheResult stat) {} in incNumPreProgramCacheResult() argument
[all...]
/third_party/python/Lib/
H A Dgenericpath.py7 import stat namespace
19 os.stat(path)
30 st = os.stat(path)
33 return stat.S_ISREG(st.st_mode)
42 st = os.stat(s)
45 return stat.S_ISDIR(st.st_mode)
49 """Return the size of a file, reported by os.stat()."""
50 return os.stat(filename).st_size
54 """Return the last modification time of a file, reported by os.stat()."""
55 return os.stat(filenam
[all...]
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmxcmmc.c357 static void mxcmci_cmd_done(struct mxcmci_host *host, unsigned int stat);
358 static void mxcmci_data_done(struct mxcmci_host *host, unsigned int stat);
363 u32 stat; in mxcmci_dma_callback() local
367 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_dma_callback()
369 dev_dbg(mmc_dev(host->mmc), "%s: 0x%08x\n", __func__, stat); in mxcmci_dma_callback()
371 mxcmci_data_done(host, stat); in mxcmci_dma_callback()
446 static int mxcmci_finish_data(struct mxcmci_host *host, unsigned int stat) in mxcmci_finish_data() argument
457 if (stat & STATUS_ERR_MASK) { in mxcmci_finish_data()
459 stat); in mxcmci_finish_data()
460 if (stat in mxcmci_finish_data()
493 mxcmci_read_response(struct mxcmci_host *host, unsigned int stat) mxcmci_read_response() argument
528 u32 stat; mxcmci_poll_status() local
548 unsigned int stat; mxcmci_pull() local
577 unsigned int stat; mxcmci_push() local
607 int stat, i; mxcmci_transfer_data() local
653 mxcmci_data_done(struct mxcmci_host *host, unsigned int stat) mxcmci_data_done() argument
695 mxcmci_cmd_done(struct mxcmci_host *host, unsigned int stat) mxcmci_cmd_done() argument
718 u32 stat; mxcmci_irq() local
964 unsigned int stat = mxcmci_readl(host, MMC_REG_STATUS); mxcmci_watchdog() local
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dmxcmmc.c340 static void mxcmci_cmd_done(struct mxcmci_host *host, unsigned int stat);
341 static void mxcmci_data_done(struct mxcmci_host *host, unsigned int stat);
346 u32 stat; in mxcmci_dma_callback() local
350 stat = mxcmci_readl(host, MMC_REG_STATUS); in mxcmci_dma_callback()
352 dev_dbg(mmc_dev(host->mmc), "%s: 0x%08x\n", __func__, stat); in mxcmci_dma_callback()
354 mxcmci_data_done(host, stat); in mxcmci_dma_callback()
429 static int mxcmci_finish_data(struct mxcmci_host *host, unsigned int stat) in mxcmci_finish_data() argument
440 if (stat & STATUS_ERR_MASK) { in mxcmci_finish_data()
442 stat); in mxcmci_finish_data()
443 if (stat in mxcmci_finish_data()
476 mxcmci_read_response(struct mxcmci_host *host, unsigned int stat) mxcmci_read_response() argument
511 u32 stat; mxcmci_poll_status() local
531 unsigned int stat; mxcmci_pull() local
560 unsigned int stat; mxcmci_push() local
590 int stat, i; mxcmci_transfer_data() local
636 mxcmci_data_done(struct mxcmci_host *host, unsigned int stat) mxcmci_data_done() argument
678 mxcmci_cmd_done(struct mxcmci_host *host, unsigned int stat) mxcmci_cmd_done() argument
701 u32 stat; mxcmci_irq() local
947 unsigned int stat = mxcmci_readl(host, MMC_REG_STATUS); mxcmci_watchdog() local
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Diostat.h24 enum nfs_stat_eventcounters stat) in nfs_inc_server_stats()
26 this_cpu_inc(server->io_stats->events[stat]); in nfs_inc_server_stats()
30 enum nfs_stat_eventcounters stat) in nfs_inc_stats()
32 nfs_inc_server_stats(NFS_SERVER(inode), stat); in nfs_inc_stats() local
36 enum nfs_stat_bytecounters stat, in nfs_add_server_stats()
39 this_cpu_add(server->io_stats->bytes[stat], addend); in nfs_add_server_stats()
43 enum nfs_stat_bytecounters stat, in nfs_add_stats()
46 nfs_add_server_stats(NFS_SERVER(inode), stat, addend); in nfs_add_stats() local
23 nfs_inc_server_stats(const struct nfs_server *server, enum nfs_stat_eventcounters stat) nfs_inc_server_stats() argument
29 nfs_inc_stats(const struct inode *inode, enum nfs_stat_eventcounters stat) nfs_inc_stats() argument
35 nfs_add_server_stats(const struct nfs_server *server, enum nfs_stat_bytecounters stat, long addend) nfs_add_server_stats() argument
42 nfs_add_stats(const struct inode *inode, enum nfs_stat_bytecounters stat, long addend) nfs_add_stats() argument
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Dqcom_stats.c71 static void qcom_print_stats(struct seq_file *s, const struct sleep_stats *stat) in qcom_print_stats() argument
73 u64 accumulated = stat->accumulated; in qcom_print_stats()
78 if (stat->last_entered_at > stat->last_exited_at) in qcom_print_stats()
79 accumulated += arch_timer_read_counter() - stat->last_entered_at; in qcom_print_stats()
81 seq_printf(s, "Count: %u\n", stat->count); in qcom_print_stats()
82 seq_printf(s, "Last Entered At: %llu\n", stat->last_entered_at); in qcom_print_stats()
83 seq_printf(s, "Last Exited At: %llu\n", stat->last_exited_at); in qcom_print_stats()
90 struct sleep_stats *stat; in qcom_subsystem_sleep_stats_show() local
93 stat in qcom_subsystem_sleep_stats_show()
106 struct sleep_stats stat; qcom_soc_sleep_stats_show() local
[all...]
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dhists_output.c170 !strcmp(SYM(he), "main") && he->stat.period == 200); in test1()
176 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
182 !strcmp(SYM(he), "main") && he->stat.period == 100); in test1()
188 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test1()
194 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
200 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test1()
206 !strcmp(SYM(he), "free") && he->stat.period == 100); in test1()
212 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test1()
218 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test1()
269 CPU(he) == 1 && PID(he) == 100 && he->stat in test2()
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dhists_output.c183 !strcmp(SYM(he), "main") && he->stat.period == 200); in test1()
189 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
195 !strcmp(SYM(he), "main") && he->stat.period == 100); in test1()
201 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test1()
207 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
213 !strcmp(SYM(he), "schedule") && he->stat.period == 100); in test1()
219 !strcmp(SYM(he), "free") && he->stat.period == 100); in test1()
225 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test1()
231 !strcmp(SYM(he), "cmd_record") && he->stat.period == 100); in test1()
282 CPU(he) == 1 && PID(he) == 100 && he->stat in test2()
[all...]
/third_party/eudev/
H A Ddepcomp192 stat=$?
193 if test $stat -ne 0; then
195 exit $stat
218 stat=$?
219 if test $stat -ne 0; then
221 exit $stat
260 stat=$?
261 if test $stat -ne 0; then
263 exit $stat
315 stat
[all...]
/third_party/lame/
H A Ddepcomp192 stat=$?
193 if test $stat -ne 0; then
195 exit $stat
218 stat=$?
219 if test $stat -ne 0; then
221 exit $stat
260 stat=$?
261 if test $stat -ne 0; then
263 exit $stat
315 stat
[all...]
/third_party/lame/libmp3lame/
H A Ddepcomp192 stat=$?
193 if test $stat -ne 0; then
195 exit $stat
218 stat=$?
219 if test $stat -ne 0; then
221 exit $stat
260 stat=$?
261 if test $stat -ne 0; then
263 exit $stat
315 stat
[all...]
/third_party/lame/mpglib/
H A Ddepcomp192 stat=$?
193 if test $stat -ne 0; then
195 exit $stat
218 stat=$?
219 if test $stat -ne 0; then
221 exit $stat
260 stat=$?
261 if test $stat -ne 0; then
263 exit $stat
315 stat
[all...]
/third_party/lame/frontend/
H A Ddepcomp192 stat=$?
193 if test $stat -ne 0; then
195 exit $stat
218 stat=$?
219 if test $stat -ne 0; then
221 exit $stat
260 stat=$?
261 if test $stat -ne 0; then
263 exit $stat
315 stat
[all...]
/third_party/lame/misc/
H A Ddepcomp192 stat=$?
193 if test $stat -ne 0; then
195 exit $stat
218 stat=$?
219 if test $stat -ne 0; then
221 exit $stat
260 stat=$?
261 if test $stat -ne 0; then
263 exit $stat
315 stat
[all...]
/third_party/node/test/parallel/
H A Dtest-fs-promises.js29 stat,
79 function verifyStatObject(stat) {
80 assert.strictEqual(typeof stat, 'object');
81 assert.strictEqual(typeof stat.dev, 'number');
82 assert.strictEqual(typeof stat.mode, 'number');
85 function verifyStatFsObject(stat, isBigint = false) {
88 assert.strictEqual(typeof stat, 'object');
89 assert.strictEqual(typeof stat.type, valueType);
90 assert.strictEqual(typeof stat.bsize, valueType);
91 assert.strictEqual(typeof stat
[all...]
/third_party/node/deps/cares/
H A Ddepcomp192 stat=$?
193 if test $stat -ne 0; then
195 exit $stat
218 stat=$?
219 if test $stat -ne 0; then
221 exit $stat
260 stat=$?
261 if test $stat -ne 0; then
263 exit $stat
315 stat
[all...]
/third_party/node/deps/cares/config/
H A Ddepcomp192 stat=$?
193 if test $stat -ne 0; then
195 exit $stat
218 stat=$?
219 if test $stat -ne 0; then
221 exit $stat
260 stat=$?
261 if test $stat -ne 0; then
263 exit $stat
315 stat
[all...]
/third_party/libevdev/build-aux/
H A Ddepcomp192 stat=$?
193 if test $stat -ne 0; then
195 exit $stat
218 stat=$?
219 if test $stat -ne 0; then
221 exit $stat
260 stat=$?
261 if test $stat -ne 0; then
263 exit $stat
315 stat
[all...]
/third_party/skia/third_party/externals/libpng/
H A Ddepcomp192 stat=$?
193 if test $stat -ne 0; then
195 exit $stat
218 stat=$?
219 if test $stat -ne 0; then
221 exit $stat
260 stat=$?
261 if test $stat -ne 0; then
263 exit $stat
315 stat
[all...]
/third_party/skia/third_party/externals/microhttpd/
H A Ddepcomp192 stat=$?
193 if test $stat -ne 0; then
195 exit $stat
218 stat=$?
219 if test $stat -ne 0; then
221 exit $stat
260 stat=$?
261 if test $stat -ne 0; then
263 exit $stat
315 stat
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dtda9840.c83 int stat = tda9840_status(sd); in tda9840_s_tuner() local
89 stat = stat < 0 ? 0 : stat; in tda9840_s_tuner()
90 if (stat == 0 || stat == 0x60) /* mono input */ in tda9840_s_tuner()
92 else if (stat == 0x40) /* stereo input */ in tda9840_s_tuner()
115 int stat = tda9840_status(sd); in tda9840_g_tuner() local
117 if (stat < 0) in tda9840_g_tuner()
118 return stat; in tda9840_g_tuner()
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dstat+json_output.sh2 # perf stat JSON output linter
4 # Checks various perf stat JSON output commands for the
49 perf stat -j -o "${stat_output}" true
62 perf stat -j -a -o "${stat_output}" true
75 perf stat -j -A -a --no-merge -o "${stat_output}" true
83 perf stat -j -I 1000 -o "${stat_output}" true
92 perf stat -j -e cpu-clock -o "${stat_output}" true
105 perf stat -j --per-core -a -o "${stat_output}" true
118 perf stat -j --per-thread -a -o "${stat_output}" true
131 perf stat
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dutimes.c19 #include <sys/stat.h>
40 struct stat buf1; in utimes_0100()
41 struct stat buf2; in utimes_0100()
43 stat(path, &buf1); in utimes_0100()
51 stat(path, &buf2); in utimes_0100()
74 struct stat st; in utimes_0200()
81 stat(path, &st); in utimes_0200()
103 struct stat buf1; in utimes_time64_0100()
104 struct stat buf2; in utimes_time64_0100()
106 stat(pat in utimes_time64_0100()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/mantis/
H A Dmantis_i2c.c28 u32 rxd, i, stat, trials; in mantis_i2c_read() local
47 stat = mmread(MANTIS_INT_STAT); in mantis_i2c_read()
48 if (stat & MANTIS_INT_I2CDONE) in mantis_i2c_read()
56 stat = mmread(MANTIS_INT_STAT); in mantis_i2c_read()
57 if (stat & MANTIS_INT_I2CRACK) in mantis_i2c_read()
75 u32 txd = 0, stat, trials; in mantis_i2c_write() local
95 stat = mmread(MANTIS_INT_STAT); in mantis_i2c_write()
96 if (stat & MANTIS_INT_I2CDONE) in mantis_i2c_write()
104 stat = mmread(MANTIS_INT_STAT); in mantis_i2c_write()
105 if (stat in mantis_i2c_write()
119 u32 stat, data, txd; mantis_i2c_xfer() local
[all...]

Completed in 12 milliseconds

12345678910>>...224