Home
last modified time | relevance | path

Searched refs:lstat (Results 1 – 25 of 37) sorted by relevance

12

/linux-5.19.10/drivers/iommu/intel/
Dperf.c20 struct latency_statistic *lstat = iommu->perf_statistic; in dmar_latency_enabled() local
22 return lstat && lstat[type].enabled; in dmar_latency_enabled()
27 struct latency_statistic *lstat; in dmar_latency_enable() local
36 iommu->perf_statistic = kzalloc(sizeof(*lstat) * DMAR_LATENCY_NUM, in dmar_latency_enable()
44 lstat = iommu->perf_statistic; in dmar_latency_enable()
46 if (!lstat[type].enabled) { in dmar_latency_enable()
47 lstat[type].enabled = true; in dmar_latency_enable()
48 lstat[type].counter[COUNTS_MIN] = UINT_MAX; in dmar_latency_enable()
59 struct latency_statistic *lstat = iommu->perf_statistic; in dmar_latency_disable() local
66 memset(&lstat[type], 0, sizeof(*lstat) * DMAR_LATENCY_NUM); in dmar_latency_disable()
[all …]
/linux-5.19.10/drivers/target/iscsi/
Discsi_target_stat.c275 struct iscsi_login_stats *lstat = &tiqn->login_stats; in iscsi_stat_tgt_attr_login_fails_show() local
278 spin_lock(&lstat->lock); in iscsi_stat_tgt_attr_login_fails_show()
279 fail_count = (lstat->redirects + lstat->authorize_fails + in iscsi_stat_tgt_attr_login_fails_show()
280 lstat->authenticate_fails + lstat->negotiate_fails + in iscsi_stat_tgt_attr_login_fails_show()
281 lstat->other_fails); in iscsi_stat_tgt_attr_login_fails_show()
282 spin_unlock(&lstat->lock); in iscsi_stat_tgt_attr_login_fails_show()
291 struct iscsi_login_stats *lstat = &tiqn->login_stats; in iscsi_stat_tgt_attr_last_fail_time_show() local
294 spin_lock(&lstat->lock); in iscsi_stat_tgt_attr_last_fail_time_show()
295 last_fail_time = lstat->last_fail_time ? in iscsi_stat_tgt_attr_last_fail_time_show()
296 (u32)(((u32)lstat->last_fail_time - in iscsi_stat_tgt_attr_last_fail_time_show()
[all …]
/linux-5.19.10/arch/alpha/kernel/
Dosf_sys.c278 linux_to_osf_stat(struct kstat *lstat, struct osf_stat __user *osf_stat) in linux_to_osf_stat() argument
282 tmp.st_dev = lstat->dev; in linux_to_osf_stat()
283 tmp.st_mode = lstat->mode; in linux_to_osf_stat()
284 tmp.st_nlink = lstat->nlink; in linux_to_osf_stat()
285 tmp.st_uid = from_kuid_munged(current_user_ns(), lstat->uid); in linux_to_osf_stat()
286 tmp.st_gid = from_kgid_munged(current_user_ns(), lstat->gid); in linux_to_osf_stat()
287 tmp.st_rdev = lstat->rdev; in linux_to_osf_stat()
288 tmp.st_ldev = lstat->rdev; in linux_to_osf_stat()
289 tmp.st_size = lstat->size; in linux_to_osf_stat()
290 tmp.st_uatime = lstat->atime.tv_nsec / 1000; in linux_to_osf_stat()
[all …]
/linux-5.19.10/tools/perf/tests/
Dpe-file-parsing.c78 if (!lstat("./tests", &st)) in test__pe_file_parsing()
84 if (!lstat(path_dir, &st)) in test__pe_file_parsing()
Dattr.c192 if (!lstat("./tests", &st)) in test__attr()
204 if (!lstat(path_dir, &st) && in test__attr()
205 !lstat(path_perf, &st)) in test__attr()
Dbuiltin-test.c314 if (!lstat(devel_dirs[i], &st)) { in shell_tests__dir()
316 if (!lstat(devel_dirs[i], &st)) in shell_tests__dir()
/linux-5.19.10/tools/testing/selftests/proc/
Dfd-001-lookup.c39 rv = lstat(pathname, &st); in test_lookup_pass()
49 rv = lstat(pathname, &st); in test_lookup_fail()
/linux-5.19.10/tools/perf/trace/strace/groups/
Dfile7 lstat
Dstring30 lstat
/linux-5.19.10/tools/testing/selftests/ia64/
Daliasing-test.c99 r = lstat(path2, &buf); in scan_tree()
188 r = lstat(path2, &buf); in scan_rom()
/linux-5.19.10/drivers/scsi/lpfc/
Dlpfc_sli4.h736 #define lpfc_qp_spin_lock_irqsave(lock, flag, qp, lstat) \ argument
742 qp->lock_conflict.lstat++; \
746 #define lpfc_qp_spin_lock(lock, qp, lstat) \ argument
752 qp->lock_conflict.lstat++; \
757 #define lpfc_qp_spin_lock_irqsave(lock, flag, qp, lstat) \ argument
759 #define lpfc_qp_spin_lock(lock, qp, lstat) spin_lock(lock) argument
/linux-5.19.10/drivers/net/ethernet/marvell/octeontx2/af/
Dcgx.c1183 static inline void link_status_user_format(u64 lstat, in link_status_user_format() argument
1189 linfo->link_up = FIELD_GET(RESP_LINKSTAT_UP, lstat); in link_status_user_format()
1190 linfo->full_duplex = FIELD_GET(RESP_LINKSTAT_FDUPLEX, lstat); in link_status_user_format()
1191 linfo->speed = cgx_speed_mbps[FIELD_GET(RESP_LINKSTAT_SPEED, lstat)]; in link_status_user_format()
1192 linfo->an = FIELD_GET(RESP_LINKSTAT_AN, lstat); in link_status_user_format()
1193 linfo->fec = FIELD_GET(RESP_LINKSTAT_FEC, lstat); in link_status_user_format()
1200 static inline void cgx_link_change_handler(u64 lstat, in cgx_link_change_handler() argument
1211 link_status_user_format(lstat, &event.link_uinfo, cgx, lmac->lmac_id); in cgx_link_change_handler()
1212 err_type = FIELD_GET(RESP_LINKSTAT_ERRTYPE, lstat); in cgx_link_change_handler()
/linux-5.19.10/tools/perf/util/
Dutil.c157 ret = lstat(path, &statbuf); in rm_rf_depth_pat()
184 ret = lstat(namebuf, &statbuf); in rm_rf_depth_pat()
/linux-5.19.10/tools/thermal/tmon/
Dtmon.c145 if (lstat(TMON_LOG_FILE, &logstat) < 0) { in prepare_logging()
/linux-5.19.10/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl16 6 n64 lstat sys_newlstat
/linux-5.19.10/arch/ia64/kernel/syscalls/
Dsyscall.tbl199 187 common lstat sys_newlstat
/linux-5.19.10/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl16 6 n64 lstat sys_newlstat
Dsyscall_n32.tbl16 6 n32 lstat sys_newlstat
/linux-5.19.10/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl17 6 common lstat sys_newlstat
/linux-5.19.10/arch/xtensa/kernel/syscalls/
Dsyscall.tbl60 49 common lstat sys_newlstat
/linux-5.19.10/arch/x86/entry/syscalls/
Dsyscall_64.tbl17 6 common lstat sys_newlstat
/linux-5.19.10/arch/sh/kernel/syscalls/
Dsyscall.tbl117 107 common lstat sys_newlstat
/linux-5.19.10/arch/microblaze/kernel/syscalls/
Dsyscall.tbl117 107 common lstat sys_newlstat
/linux-5.19.10/arch/arm/tools/
Dsyscall.tbl122 107 common lstat sys_newlstat
/linux-5.19.10/arch/parisc/kernel/syscalls/
Dsyscall.tbl97 84 common lstat sys_newlstat compat_sys_newlstat

12