/linux/include/math-emu/ |
A D | op-common.h | 36 #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 370 #define _FP_SUB(fs, wc, R, X, Y) \ argument 382 #define _FP_NEG(fs, wc, R, X) \ argument 395 #define _FP_MUL(fs, wc, R, X, Y) \ argument 460 #define _FP_DIV(fs, wc, R, X, Y) \ argument 531 #define _FP_CMP(fs, wc, ret, X, Y, un) \ argument 571 #define _FP_CMP_EQ(fs, wc, ret, X, Y) \ argument 591 #define _FP_SQRT(fs, wc, R, X) \ argument [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 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
|
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 206 #define _FP_PACK_RAW_2(fs, val, X) \ argument 218 #define _FP_PACK_RAW_2_P(fs, val, X) \ argument 423 #define _FP_DIV_MEAT_2_udiv(fs, R, X, Y) \ argument 491 #define _FP_DIV_MEAT_2_gmp(fs, R, X, Y) \ argument
|
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 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/arch/mips/math-emu/ |
A D | cp1emu.c | 1838 union ieee754sp fs; in fpu_emu() local 1850 union ieee754sp fs; in fpu_emu() local 1863 union ieee754sp fs, ft; in fpu_emu() local 1876 union ieee754sp fs, ft; in fpu_emu() local 1889 union ieee754sp fs, ft; in fpu_emu() local 1902 union ieee754sp fs, ft; in fpu_emu() local 2209 union ieee754dp fs; in fpu_emu() local 2221 union ieee754dp fs; in fpu_emu() local 2234 union ieee754dp fs, ft; in fpu_emu() local 2247 union ieee754dp fs, ft; in fpu_emu() local [all …]
|
/linux/fs/ |
A D | fs_struct.c | 15 void set_fs_root(struct fs_struct *fs, const struct path *path) in set_fs_root() 34 void set_fs_pwd(struct fs_struct *fs, const struct path *path) in set_fs_pwd() 61 struct fs_struct *fs; in chroot_fs_refs() local 88 void free_fs_struct(struct fs_struct *fs) in free_fs_struct() 97 struct fs_struct *fs = tsk->fs; in exit_fs() local 114 struct fs_struct *fs = kmem_cache_alloc(fs_cachep, GFP_KERNEL); in copy_fs_struct() local 135 struct fs_struct *fs = current->fs; in unshare_fs_struct() local
|
A D | filesystems.c | 38 struct file_system_type *get_filesystem(struct file_system_type *fs) in get_filesystem() 44 void put_filesystem(struct file_system_type *fs) in put_filesystem() 72 int register_filesystem(struct file_system_type * fs) in register_filesystem() 108 int unregister_filesystem(struct file_system_type * fs) in unregister_filesystem() 263 struct file_system_type *fs; in __get_fs_type() local 275 struct file_system_type *fs; in get_fs_type() local
|
/linux/tools/lib/api/fs/ |
A D | fs.c | 88 struct fs { struct 110 static struct fs fs__entries[] = { argument 149 static bool fs__read_mounts(struct fs *fs) in fs__read_mounts() 172 static int fs__valid_mount(const char *fs, long magic) in fs__valid_mount() 184 static bool fs__check_mounts(struct fs *fs) in fs__check_mounts() 215 static bool fs__env_override(struct fs *fs) in fs__env_override() 237 static const char *fs__get_mountpoint(struct fs *fs) in fs__get_mountpoint() 253 struct fs *fs = &fs__entries[idx]; in fs__mountpoint() local 269 static const char *mount_overload(struct fs *fs) in mount_overload() 283 struct fs *fs = &fs__entries[idx]; in fs__mount() local
|
/linux/drivers/block/ |
A D | swim3.c | 311 struct floppy_state *fs = hctx->queue->queuedata; in swim3_queue_rq() local 373 static inline void scan_track(struct floppy_state *fs) in scan_track() 488 static void act(struct floppy_state *fs) in act() 841 static void release_drive(struct floppy_state *fs) in release_drive() 858 static int fd_eject(struct floppy_state *fs) in fd_eject() 1009 struct floppy_state *fs = disk->private_data; in floppy_release() local 1028 struct floppy_state *fs = disk->private_data; in floppy_check_events() local 1034 struct floppy_state *fs = disk->private_data; in floppy_revalidate() local 1085 struct floppy_state *fs = macio_get_drvdata(mdev); in swim3_mb_event() local 1105 struct floppy_state *fs = &floppy_states[index]; in swim3_add_device() local [all …]
|
A D | swim.c | 443 static int floppy_eject(struct floppy_state *fs) in floppy_eject() 457 static inline int swim_read_sector(struct floppy_state *fs, in swim_read_sector() 529 struct floppy_state *fs = hctx->queue->queuedata; in swim_queue_rq() local 583 static void setup_medium(struct floppy_state *fs) in setup_medium() 613 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_open() local 675 struct floppy_state *fs = disk->private_data; in floppy_release() local 692 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_ioctl() local 718 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_getgeo() local 736 struct floppy_state *fs = disk->private_data; in floppy_check_events() local 752 struct floppy_state *fs = &swd->unit[swd->floppy_count]; in swim_add_floppy() local [all …]
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_fs_ethtool.c | 66 struct ethtool_rx_flow_spec *fs, in get_flow_table() 334 struct ethtool_rx_flow_spec *fs) in set_flow_attrs() 410 struct ethtool_rx_flow_spec *fs, in flow_get_tirn() 454 struct ethtool_rx_flow_spec *fs, u32 rss_context) in add_ethtool_flow_rule() 550 static int validate_ethter(struct ethtool_rx_flow_spec *fs) in validate_ethter() 564 static int validate_tcpudp4(struct ethtool_rx_flow_spec *fs) in validate_tcpudp4() 584 static int validate_ip4(struct ethtool_rx_flow_spec *fs) in validate_ip4() 602 static int validate_ip6(struct ethtool_rx_flow_spec *fs) in validate_ip6() 642 static int validate_vlan(struct ethtool_rx_flow_spec *fs) in validate_vlan() 656 struct ethtool_rx_flow_spec *fs) in validate_flow() [all …]
|
/linux/fs/fuse/ |
A D | virtio_fs.c | 131 struct virtio_fs *fs = vq->vdev->priv; in vq_to_fsvq() local 160 static void virtio_fs_put(struct virtio_fs *fs) in virtio_fs_put() 258 struct virtio_fs *fs; in virtio_fs_find_instance() local 671 struct virtio_fs *fs) in virtio_fs_setup_vqs() 732 struct virtio_fs *fs) in virtio_fs_cleanup_vqs() 863 struct virtio_fs *fs; in virtio_fs_probe() local 923 struct virtio_fs *fs = vdev->priv; in virtio_fs_remove() local 981 struct virtio_fs *fs; in virtio_fs_wake_forget_and_unlock() local 1229 struct virtio_fs *fs; in virtio_fs_wake_pending_and_unlock() local 1299 struct virtio_fs *fs = fc->iq.priv; in virtio_fs_fill_super() local [all …]
|
/linux/drivers/clk/st/ |
A D | clkgen-fsyn.c | 350 unsigned long output, struct stm_fs *fs) in clk_fs660c32_vco_get_params() 570 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_fsynth_enable() local 595 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_fsynth_disable() local 611 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_fsynth_is_enabled() local 623 const struct stm_fs *fs, unsigned long *rate) in clk_fs660c32_dig_get_rate() 648 struct stm_fs *fs) in clk_fs660c32_get_pe() 683 unsigned long output, struct stm_fs *fs) in clk_fs660c32_dig_get_params() 778 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_find_best_rate() local 796 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_recalc_rate() local 852 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_set_rate() local [all …]
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
A D | cxgb4_tc_flower.c | 128 static void cxgb4_action_natmode_tweak(struct ch_filter_specification *fs, in cxgb4_action_natmode_tweak() 164 struct ch_filter_specification *fs) in cxgb4_process_flow_match() 356 static void offload_pedit(struct ch_filter_specification *fs, u32 val, u32 mask, in offload_pedit() 374 static void process_pedit_field(struct ch_filter_specification *fs, u32 val, in process_pedit_field() 493 struct ch_filter_specification *fs) in cxgb4_process_flow_actions() 857 struct ch_filter_specification *fs, u32 *tid) in cxgb4_flow_rule_replace() 933 struct ch_filter_specification *fs; in cxgb4_tc_flower_replace() local 971 struct ch_filter_specification *fs, int tid) in cxgb4_flow_rule_destroy()
|
A D | cxgb4_filter.c | 249 struct ch_filter_specification *fs) in validate_filter() 327 struct ch_filter_specification *fs) in get_filter_steerq() 1056 static void fill_default_mask(struct ch_filter_specification *fs) in fill_default_mask() 1152 struct ch_filter_specification *fs) in is_filter_exact_match() 1236 static u64 hash_filter_ntuple(struct ch_filter_specification *fs, in hash_filter_ntuple() 1370 struct ch_filter_specification *fs, in cxgb4_set_hash_filter() 1529 struct ch_filter_specification *fs, in __cxgb4_set_filter() 1801 struct ch_filter_specification *fs, in __cxgb4_del_filter() 1858 struct ch_filter_specification *fs) in cxgb4_set_filter() 1880 struct ch_filter_specification *fs) in cxgb4_del_filter()
|
A D | cxgb4_tc_u32.c | 45 struct ch_filter_specification *fs, in fill_match_fields() 91 struct ch_filter_specification *fs, in fill_action_fields() 155 struct ch_filter_specification fs; in cxgb4_config_knode() local
|
/linux/fs/gfs2/ |
A D | util.h | 19 #define fs_emerg(fs, fmt, ...) \ argument 21 #define fs_warn(fs, fmt, ...) \ argument 23 #define fs_err(fs, fmt, ...) \ argument 25 #define fs_info(fs, fmt, ...) \ argument
|
/linux/drivers/spi/ |
A D | spi-sh-msiof.c | 432 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16u() 452 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32u() 462 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32() 472 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32u() 482 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_8() 492 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16() 502 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16u() 512 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_32() 522 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_32u() 532 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_s32() [all …]
|
/linux/include/linux/ |
A D | fs_struct.h | 27 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()
|
/linux/sound/soc/mediatek/common/ |
A D | mtk-afe-fe-dai.c | 207 int fs; in mtk_afe_fe_trigger() local 491 int id, int fs) in mtk_memif_set_rate_fs() 506 int fs = 0; in mtk_memif_set_rate() local 531 int fs = 0; in mtk_memif_set_rate_substream() local
|
/linux/drivers/net/dsa/ |
A D | bcm_sf2_cfp.c | 24 struct ethtool_rx_flow_spec fs; member 349 struct ethtool_rx_flow_spec *fs) in bcm_sf2_cfp_ipv4_rule_set() 581 struct ethtool_rx_flow_spec *fs) in bcm_sf2_cfp_rule_cmp() 630 struct ethtool_rx_flow_spec *fs) in bcm_sf2_cfp_ipv6_rule_set() 847 struct ethtool_rx_flow_spec *fs) in bcm_sf2_cfp_rule_insert() 927 struct ethtool_rx_flow_spec *fs) in bcm_sf2_cfp_rule_set()
|
/linux/drivers/media/i2c/s5c73m3/ |
A D | s5c73m3-core.c | 115 const struct s5c73m3_frame_size *fs, in s5c73m3_fill_mbus_fmt() 799 const struct s5c73m3_frame_size *fs; in s5c73m3_find_frame_size() local 822 const struct s5c73m3_frame_size **fs) in s5c73m3_oif_try_format() 859 const struct s5c73m3_frame_size **fs) in s5c73m3_try_format() 991 const struct s5c73m3_frame_size *fs; in s5c73m3_get_fmt() local 1026 const struct s5c73m3_frame_size *fs; in s5c73m3_oif_get_fmt() local 1271 const struct s5c73m3_frame_size *fs; in s5c73m3_oif_enum_frame_size() local
|
/linux/drivers/ps3/ |
A D | ps3av_cmd.c | 466 u32 fs; member 477 static u8 ps3av_cnv_mclk(u32 fs) in ps3av_cnv_mclk() 501 static void ps3av_cnv_ns(u8 *ns, u32 fs, u32 video_vid) in ps3av_cnv_ns() 667 u32 ch, u32 fs, u32 word_bits, u32 format, in ps3av_cmd_set_audio_mode()
|
/linux/arch/x86/boot/compressed/ |
A D | cmdline.c | 4 static unsigned long fs; variable
|
/linux/arch/x86/um/asm/ |
A D | processor_64.h | 13 unsigned long fs; member
|