Searched refs:_st (Results 1 - 6 of 6) sorted by last modified time

/linux-master/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-master/tools/perf/util/
H A Dbpf-filter.c21 #define PERF_SAMPLE_TYPE(_st, opt) __PERF_SAMPLE_TYPE(PERF_SAMPLE_##_st, opt)
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dath9k.h135 #define ATH_BA_INDEX(_st, _seq) (((_seq) - (_st)) & (IEEE80211_SEQ_MAX - 1))
/linux-master/arch/x86/um/
H A Dsignal.c102 to = &buf->_st[0];
137 from = &buf->_st[0];
/linux-master/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-master/arch/x86/include/uapi/asm/
H A Dsigcontext.h116 struct _fpreg _st[8]; member in struct:_fpstate_32

Completed in 205 milliseconds