Home
last modified time | relevance | path

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

12

/Linux-v5.15/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-v5.15/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-v5.15/arch/alpha/kernel/
Dosf_sys.c277 linux_to_osf_stat(struct kstat *lstat, struct osf_stat __user *osf_stat) in linux_to_osf_stat() argument
281 tmp.st_dev = lstat->dev; in linux_to_osf_stat()
282 tmp.st_mode = lstat->mode; in linux_to_osf_stat()
283 tmp.st_nlink = lstat->nlink; in linux_to_osf_stat()
284 tmp.st_uid = from_kuid_munged(current_user_ns(), lstat->uid); in linux_to_osf_stat()
285 tmp.st_gid = from_kgid_munged(current_user_ns(), lstat->gid); in linux_to_osf_stat()
286 tmp.st_rdev = lstat->rdev; in linux_to_osf_stat()
287 tmp.st_ldev = lstat->rdev; in linux_to_osf_stat()
288 tmp.st_size = lstat->size; in linux_to_osf_stat()
289 tmp.st_uatime = lstat->atime.tv_nsec / 1000; in linux_to_osf_stat()
[all …]
/Linux-v5.15/tools/perf/tests/
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()
Dpe-file-parsing.c78 if (!lstat("./tests", &st)) in test__pe_file_parsing()
84 if (!lstat(path_dir, &st)) in test__pe_file_parsing()
Dbuiltin-test.c530 if (!lstat(devel_dirs[i], &st)) { in shell_tests__dir()
532 if (!lstat(devel_dirs[i], &st)) in shell_tests__dir()
/Linux-v5.15/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-v5.15/tools/perf/trace/strace/groups/
Dfile7 lstat
Dstring30 lstat
/Linux-v5.15/tools/testing/selftests/ia64/
Daliasing-test.c99 r = lstat(path2, &buf); in scan_tree()
188 r = lstat(path2, &buf); in scan_rom()
/Linux-v5.15/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-v5.15/drivers/net/ethernet/marvell/octeontx2/af/
Dcgx.c1073 static inline void link_status_user_format(u64 lstat, in link_status_user_format() argument
1079 linfo->link_up = FIELD_GET(RESP_LINKSTAT_UP, lstat); in link_status_user_format()
1080 linfo->full_duplex = FIELD_GET(RESP_LINKSTAT_FDUPLEX, lstat); in link_status_user_format()
1081 linfo->speed = cgx_speed_mbps[FIELD_GET(RESP_LINKSTAT_SPEED, lstat)]; in link_status_user_format()
1082 linfo->an = FIELD_GET(RESP_LINKSTAT_AN, lstat); in link_status_user_format()
1083 linfo->fec = FIELD_GET(RESP_LINKSTAT_FEC, lstat); in link_status_user_format()
1090 static inline void cgx_link_change_handler(u64 lstat, in cgx_link_change_handler() argument
1101 link_status_user_format(lstat, &event.link_uinfo, cgx, lmac->lmac_id); in cgx_link_change_handler()
1102 err_type = FIELD_GET(RESP_LINKSTAT_ERRTYPE, lstat); in cgx_link_change_handler()
/Linux-v5.15/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-v5.15/drivers/gpu/drm/zte/
Dzx_hdmi.c342 u8 lstat; in zx_hdmi_irq_handler() local
344 lstat = hdmi_readb(hdmi, L1_INTR_STAT); in zx_hdmi_irq_handler()
347 if (lstat & L1_INTR_STAT_INTR1) { in zx_hdmi_irq_handler()
/Linux-v5.15/tools/thermal/tmon/
Dtmon.c145 if (lstat(TMON_LOG_FILE, &logstat) < 0) { in prepare_logging()
/Linux-v5.15/arch/mips/kernel/syscalls/
Dsyscall_n64.tbl16 6 n64 lstat sys_newlstat
Dsyscall_n32.tbl16 6 n32 lstat sys_newlstat
/Linux-v5.15/arch/ia64/kernel/syscalls/
Dsyscall.tbl199 187 common lstat sys_newlstat
/Linux-v5.15/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl16 6 n64 lstat sys_newlstat
/Linux-v5.15/arch/xtensa/kernel/syscalls/
Dsyscall.tbl60 49 common lstat sys_newlstat
/Linux-v5.15/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl17 6 common lstat sys_newlstat
/Linux-v5.15/arch/x86/entry/syscalls/
Dsyscall_64.tbl17 6 common lstat sys_newlstat
/Linux-v5.15/arch/arm/tools/
Dsyscall.tbl122 107 common lstat sys_newlstat
/Linux-v5.15/arch/parisc/kernel/syscalls/
Dsyscall.tbl97 84 common lstat sys_newlstat compat_sys_newlstat
/Linux-v5.15/arch/m68k/kernel/syscalls/
Dsyscall.tbl117 107 common lstat sys_newlstat

12