Searched refs:_st (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/ocfs2/cluster/ |
H A D | masklog.h | 175 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 D | remove-install-as-user.patch | 50 - _st=255 53 - _st=$? 54 - if [ $_st -ne 0 ] ; then 65 - _st=0 70 - return $_st
|
/openbmc/linux/fs/ceph/ |
H A D | debugfs.c | 131 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 D | bpf-filter.c | 21 #define PERF_SAMPLE_TYPE(_st, opt) __PERF_SAMPLE_TYPE(PERF_SAMPLE_##_st, opt) argument
|
/openbmc/qemu/hw/i386/xen/ |
H A D | xen_platform.c | 177 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 D | sigcontext.h | 116 struct _fpreg _st[8]; member
|
/openbmc/linux/arch/x86/um/ |
H A D | signal.c | 102 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 D | ath9k.h | 135 #define ATH_BA_INDEX(_st, _seq) (((_seq) - (_st)) & (IEEE80211_SEQ_MAX - 1)) argument
|