| /include/linux/ |
| A D | fs_struct.h | 26 static inline void get_fs_root(struct fs_struct *fs, struct path *root) in get_fs_root() argument 28 read_seqlock_excl(&fs->seq); in get_fs_root() 29 *root = fs->root; in get_fs_root() 31 read_sequnlock_excl(&fs->seq); in get_fs_root() 34 static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd) in get_fs_pwd() argument 36 read_seqlock_excl(&fs->seq); in get_fs_pwd() 37 *pwd = fs->pwd; in get_fs_pwd() 39 read_sequnlock_excl(&fs->seq); in get_fs_pwd()
|
| A D | nsproxy.h | 68 struct fs_struct *fs; member
|
| A D | fdtable.h | 102 void put_files_struct(struct files_struct *fs);
|
| A D | ethtool.h | 42 struct compat_ethtool_rx_flow_spec fs; member 1261 const struct ethtool_rx_flow_spec *fs; member
|
| A D | sched.h | 1180 struct fs_struct *fs; member
|
| A D | fs.h | 3598 extern struct file_system_type *get_filesystem(struct file_system_type *fs); 3599 extern void put_filesystem(struct file_system_type *fs);
|
| /include/math-emu/ |
| A D | op-common.h | 41 _FP_FRAC_HIGH_RAW_##fs(X) |= _FP_IMPLBIT_##fs; \ 68 case _FP_EXPMAX_##fs: \ 75 if (!(_FP_FRAC_HIGH_RAW_##fs(X) & _FP_QNANBIT_##fs)) \ 122 X##_e = _FP_EXPMAX_##fs; \ 151 if (_FP_FRAC_HIGH_##fs(X) \ 198 X##_s = _FP_NANSIGN_##fs; \ 201 _FP_FRAC_HIGH_RAW_##fs(X) |= _FP_QNANBIT_##fs; \ 215 && !(_FP_FRAC_HIGH_RAW_##fs(X) & _FP_QNANBIT_##fs)) \ 369 #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') argument 758 _FP_WFRACBITS_##fs); \ [all …]
|
| A D | op-1.h | 60 #define _FP_FRAC_OVERP_1(fs,X) (X##_f & _FP_OVERFLOW_##fs) argument 61 #define _FP_FRAC_CLEAR_OVERP_1(fs,X) (X##_f &= ~_FP_OVERFLOW_##fs) argument 75 #define _FP_UNPACK_RAW_1(fs, X, val) \ argument 86 union _FP_UNION_##fs *_flo = \ 87 (union _FP_UNION_##fs *)(val); \ 98 #define _FP_PACK_RAW_1(fs, val, X) \ argument 100 union _FP_UNION_##fs _flo; \ 111 union _FP_UNION_##fs *_flo = \ 194 : _FP_WFRACBITS_##fs - 1); \ 234 _nl = X##_f << _FP_WFRACBITS_##fs; \ [all …]
|
| A D | op-2.h | 111 #define _FP_FRAC_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs) argument 112 #define _FP_FRAC_CLEAR_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs) argument 180 #define _FP_UNPACK_RAW_2(fs, X, val) \ argument 190 #define _FP_UNPACK_RAW_2_P(fs, X, val) \ argument 192 union _FP_UNION_##fs *_flo = \ 193 (union _FP_UNION_##fs *)(val); \ 206 #define _FP_PACK_RAW_2(fs, val, X) \ argument 208 union _FP_UNION_##fs _flo; \ 218 #define _FP_PACK_RAW_2_P(fs, val, X) \ argument 220 union _FP_UNION_##fs *_flo = \ [all …]
|
| A D | op-4.h | 134 #define _FP_FRAC_OVERP_4(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs) argument 135 #define _FP_FRAC_CLEAR_OVERP_4(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs) argument 184 #define _FP_UNPACK_RAW_4(fs, X, val) \ argument 195 #define _FP_UNPACK_RAW_4_P(fs, X, val) \ argument 197 union _FP_UNION_##fs *_flo = \ 198 (union _FP_UNION_##fs *)(val); \ 208 #define _FP_PACK_RAW_4(fs, val, X) \ argument 210 union _FP_UNION_##fs _flo; \ 220 #define _FP_PACK_RAW_4_P(fs, val, X) \ argument 222 union _FP_UNION_##fs *_flo = \ [all …]
|
| /include/uapi/video/ |
| A D | uvesafb.h | 22 __u16 fs; member
|
| /include/linux/iio/common/ |
| A D | st_sensors.h | 213 struct st_sensor_fullscale fs; member
|
| /include/net/ |
| A D | mptcp.h | 300 static inline void mptcp_space(const struct sock *ssk, int *s, int *fs) { } in mptcp_space() argument
|
| /include/uapi/linux/ |
| A D | ethtool.h | 1492 struct ethtool_rx_flow_spec fs; member 1612 struct ethtool_rx_ntuple_flow_spec fs; member
|
| /include/linux/usb/ |
| A D | gadget.h | 878 struct usb_descriptor_header **fs,
|
| /include/hyperv/ |
| A D | hvhdk.h | 95 struct hv_x64_segment_register fs; member
|
| A D | hvgdk_mini.h | 853 struct hv_x64_segment_register fs; member
|
| /include/sound/ |
| A D | soc.h | 492 int snd_soc_calc_bclk(int fs, int sample_size, int channels, int tdm_slots);
|