Home
last modified time | relevance | path

Searched refs:_st (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/ocfs2/cluster/
H A Dmasklog.h175 int _st = (st); \
176 if (_st != -ERESTARTSYS && _st != -EINTR && \
177 _st != AOP_TRUNCATED_PAGE && _st != -ENOSPC && \
178 _st != -EDQUOT) \
179 mlog(ML_ERROR, "status = %lld\n", (long long)_st); \
180 _st; \
/linux-6.15/fs/ceph/
H A Ddebugfs.c131 s64 _total, _avg, _min, _max, _sq, _st; \
137 _st = int_sqrt64(_sq); \
138 _st = ktime_to_us(_st); \
140 name, total, _avg, _min, _max, _st); \
/linux-6.15/tools/perf/util/
H A Dbpf-filter.c69 #define PERF_SAMPLE_TYPE(_st, opt) __PERF_SAMPLE_TYPE(PBF_TERM_##_st, PERF_SAMPLE_##_st, opt) argument
/linux-6.15/arch/x86/include/uapi/asm/
H A Dsigcontext.h116 struct _fpreg _st[8]; member
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dath9k.h136 #define ATH_BA_INDEX(_st, _seq) (((_seq) - (_st)) & (IEEE80211_SEQ_MAX - 1)) argument