Home
last modified time | relevance | path

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

/openbmc/linux/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; \
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/
H A Dremove-install-as-user.patch50 - _st=255
53 - _st=$?
54 - if [ $_st -ne 0 ] ; then
65 - _st=0
70 - return $_st
/openbmc/linux/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); \
/openbmc/linux/tools/perf/util/
H A Dbpf-filter.c21 #define PERF_SAMPLE_TYPE(_st, opt) __PERF_SAMPLE_TYPE(PERF_SAMPLE_##_st, opt) argument
/openbmc/qemu/hw/i386/xen/
H A Dxen_platform.c177 static int ide_dev_unplug(DeviceState *dev, void *_st) in ide_dev_unplug() argument
179 struct ide_unplug_state *st = _st; in ide_dev_unplug()
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsigcontext.h116 struct _fpreg _st[8]; member
/openbmc/linux/arch/x86/um/
H A Dsignal.c102 to = &buf->_st[0]; in convert_fxsr_to_user()
137 from = &buf->_st[0]; in convert_fxsr_from_user()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dath9k.h135 #define ATH_BA_INDEX(_st, _seq) (((_seq) - (_st)) & (IEEE80211_SEQ_MAX - 1)) argument