Home
last modified time | relevance | path

Searched defs:fs (Results 1 – 25 of 29) sorted by relevance

12

/linux-4.19.296/include/math-emu/
Dop-common.h36 #define _FP_UNPACK_CANONICAL(fs, wc, X) \ argument
89 #define _FP_PACK_CANONICAL(fs, wc, X) \ argument
209 #define _FP_ISSIGNAN(fs, wc, X) \ argument
229 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument
367 #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') argument
368 #define _FP_SUB(fs, wc, R, X, Y) \ argument
380 #define _FP_NEG(fs, wc, R, X) \ argument
393 #define _FP_MUL(fs, wc, R, X, Y) \ argument
456 #define _FP_DIV(fs, wc, R, X, Y) \ argument
526 #define _FP_CMP(fs, wc, ret, X, Y, un) \ argument
[all …]
Dop-1.h60 #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
84 #define _FP_UNPACK_RAW_1_P(fs, X, val) \ argument
98 #define _FP_PACK_RAW_1(fs, val, X) \ argument
109 #define _FP_PACK_RAW_1_P(fs, val, X) \ argument
189 #define _FP_DIV_MEAT_1_imm(fs, R, X, Y, doit) \ argument
204 #define _FP_DIV_MEAT_1_udiv_norm(fs, R, X, Y) \ argument
228 #define _FP_DIV_MEAT_1_udiv(fs, R, X, Y) \ argument
Dop-2.h116 #define _FP_FRAC_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) & _FP_OVERFLOW_##fs) argument
117 #define _FP_FRAC_CLEAR_OVERP_2(fs,X) (_FP_FRAC_HIGH_##fs(X) &= ~_FP_OVERFLOW_##fs) argument
185 #define _FP_UNPACK_RAW_2(fs, X, val) \ argument
195 #define _FP_UNPACK_RAW_2_P(fs, X, val) \ argument
211 #define _FP_PACK_RAW_2(fs, val, X) \ argument
223 #define _FP_PACK_RAW_2_P(fs, val, X) \ argument
428 #define _FP_DIV_MEAT_2_udiv(fs, R, X, Y) \ argument
496 #define _FP_DIV_MEAT_2_gmp(fs, R, X, Y) \ argument
Dop-4.h134 #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
208 #define _FP_PACK_RAW_4(fs, val, X) \ argument
220 #define _FP_PACK_RAW_4_P(fs, val, X) \ argument
355 #define _FP_DIV_MEAT_4_udiv(fs, R, X, Y) \ argument
/linux-4.19.296/fs/
Dfs_struct.c14 void set_fs_root(struct fs_struct *fs, const struct path *path) in set_fs_root()
33 void set_fs_pwd(struct fs_struct *fs, const struct path *path) in set_fs_pwd()
60 struct fs_struct *fs; in chroot_fs_refs() local
87 void free_fs_struct(struct fs_struct *fs) in free_fs_struct()
96 struct fs_struct *fs = tsk->fs; in exit_fs() local
113 struct fs_struct *fs = kmem_cache_alloc(fs_cachep, GFP_KERNEL); in copy_fs_struct() local
134 struct fs_struct *fs = current->fs; in unshare_fs_struct() local
Dfilesystems.c37 struct file_system_type *get_filesystem(struct file_system_type *fs) in get_filesystem()
43 void put_filesystem(struct file_system_type *fs) in put_filesystem()
71 int register_filesystem(struct file_system_type * fs) in register_filesystem()
103 int unregister_filesystem(struct file_system_type * fs) in unregister_filesystem()
251 struct file_system_type *fs; in __get_fs_type() local
263 struct file_system_type *fs; in get_fs_type() local
Dd_path.c230 static void get_fs_root_rcu(struct fs_struct *fs, struct path *root) in get_fs_root_rcu()
394 static void get_fs_root_and_pwd_rcu(struct fs_struct *fs, struct path *root, in get_fs_root_and_pwd_rcu()
Dbinfmt_aout.c49 mm_segment_t fs; in aout_core_dump() local
Dfhandle.c120 struct fs_struct *fs = current->fs; in get_vfsmount_from_fd() local
Dbinfmt_elf.c1392 mm_segment_t fs = get_fs(); in vma_dump_size() local
2227 mm_segment_t fs; in elf_core_dump() local
Dbinfmt_elf_fdpic.c1556 mm_segment_t fs; in elf_fdpic_core_dump() local
Dsuper.c325 struct file_system_type *fs = s->s_type; in deactivate_locked_super() local
/linux-4.19.296/drivers/clk/st/
Dclkgen-fsyn.c265 static int clk_fs660c32_vco_get_rate(unsigned long input, struct stm_fs *fs, in clk_fs660c32_vco_get_rate()
293 unsigned long output, struct stm_fs *fs) in clk_fs660c32_vco_get_params()
476 static void quadfs_fsynth_program_enable(struct st_clk_quadfs_fsynth *fs) in quadfs_fsynth_program_enable()
486 static void quadfs_fsynth_program_rate(struct st_clk_quadfs_fsynth *fs) in quadfs_fsynth_program_rate()
513 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_fsynth_enable() local
538 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_fsynth_disable() local
554 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_fsynth_is_enabled() local
566 const struct stm_fs *fs, unsigned long *rate) in clk_fs660c32_dig_get_rate()
591 struct stm_fs *fs) in clk_fs660c32_get_pe()
626 unsigned long output, struct stm_fs *fs) in clk_fs660c32_dig_get_params()
[all …]
/linux-4.19.296/fs/gfs2/
Dutil.h22 #define fs_emerg(fs, fmt, ...) \ argument
24 #define fs_warn(fs, fmt, ...) \ argument
26 #define fs_err(fs, fmt, ...) \ argument
28 #define fs_info(fs, fmt, ...) \ argument
/linux-4.19.296/include/linux/
Dfs_struct.h27 static inline void get_fs_root(struct fs_struct *fs, struct path *root) in get_fs_root()
35 static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd) in get_fs_pwd()
Dethtool.h36 struct compat_ethtool_rx_flow_spec fs; member
/linux-4.19.296/drivers/iio/common/st_sensors/
Dst_sensors_core.c130 unsigned int fs, int *index_fs_avl) in st_sensors_match_fs()
149 static int st_sensors_set_fullscale(struct iio_dev *indio_dev, unsigned int fs) in st_sensors_set_fullscale()
/linux-4.19.296/include/asm-generic/
Duaccess.h28 static inline void set_fs(mm_segment_t fs) in set_fs()
/linux-4.19.296/include/uapi/video/
Duvesafb.h22 __u16 fs; member
/linux-4.19.296/fs/hpfs/
Danode.c70 unsigned fs; in hpfs_add_sector_to_btree() local
/linux-4.19.296/drivers/media/dvb-frontends/
Datbm8830.c117 u32 fs = priv->config->osc_clk_freq; in set_if_freq() local
Dsi21xx.c145 int fs; /*Sampling rate of the ADC in MHz*/ member
/linux-4.19.296/fs/overlayfs/
Dovl_entry.h34 struct ovl_sb *fs; member
/linux-4.19.296/drivers/isdn/hardware/mISDN/
Davmfritz.c453 int count, fs, cnt = 0, idx; in hdlc_fill_fifo() local
540 int len, fs; in HDLC_irq() local
/linux-4.19.296/include/linux/iio/common/
Dst_sensors.h229 struct st_sensor_fullscale fs; member

12