Home
last modified time | relevance | path

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

12345678

/Linux-v4.19/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-v4.19/arch/mips/math-emu/
Dcp1emu.c1486 union ieee754sp fd, fr, fs, ft; in fpux_emu() local
1583 union ieee754dp fd, fr, fs, ft; in fpux_emu() local
1693 union ieee754sp fd, fs, ft; in fpu_emu() local
1798 union ieee754sp ft, fs, fd; in fpu_emu() local
1812 union ieee754sp ft, fs, fd; in fpu_emu() local
1826 union ieee754sp fs; in fpu_emu() local
1838 union ieee754sp fs; in fpu_emu() local
1851 union ieee754sp fs, ft; in fpu_emu() local
1864 union ieee754sp fs, ft; in fpu_emu() local
1877 union ieee754sp fs, ft; in fpu_emu() local
[all …]
/Linux-v4.19/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
/Linux-v4.19/tools/lib/api/fs/
Dfs.c88 struct fs { struct
109 static struct fs fs__entries[] = { argument
142 static bool fs__read_mounts(struct fs *fs) in fs__read_mounts()
164 static int fs__valid_mount(const char *fs, long magic) in fs__valid_mount()
176 static bool fs__check_mounts(struct fs *fs) in fs__check_mounts()
207 static bool fs__env_override(struct fs *fs) in fs__env_override()
226 static const char *fs__get_mountpoint(struct fs *fs) in fs__get_mountpoint()
242 struct fs *fs = &fs__entries[idx]; in fs__mountpoint() local
250 static const char *mount_overload(struct fs *fs) in mount_overload()
264 struct fs *fs = &fs__entries[idx]; in fs__mount() local
/Linux-v4.19/drivers/block/
Dswim3.c260 static bool swim3_end_request(struct floppy_state *fs, blk_status_t err, unsigned int nr_bytes) in swim3_end_request()
277 static void swim3_select(struct floppy_state *fs, int sel) in swim3_select()
289 static void swim3_action(struct floppy_state *fs, int action) in swim3_action()
301 static int swim3_readbit(struct floppy_state *fs, int bit) in swim3_readbit()
312 static void start_request(struct floppy_state *fs) in start_request()
394 static void set_timeout(struct floppy_state *fs, int nticks, in set_timeout()
405 static inline void scan_track(struct floppy_state *fs) in scan_track()
418 static inline void seek_track(struct floppy_state *fs, int n) in seek_track()
448 static inline void setup_transfer(struct floppy_state *fs) in setup_transfer()
502 static void act(struct floppy_state *fs) in act()
[all …]
Dswim.c428 static inline int swim_track(struct floppy_state *fs, int track) in swim_track()
445 static int floppy_eject(struct floppy_state *fs) in floppy_eject()
459 static inline int swim_read_sector(struct floppy_state *fs, in swim_read_sector()
496 static blk_status_t floppy_read_sectors(struct floppy_state *fs, in floppy_read_sectors()
552 struct floppy_state *fs; in do_fd_request() local
589 static int get_floppy_geometry(struct floppy_state *fs, int type, in get_floppy_geometry()
607 static void setup_medium(struct floppy_state *fs) in setup_medium()
637 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_open() local
698 struct floppy_state *fs = disk->private_data; in floppy_release() local
715 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_ioctl() local
[all …]
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs_ethtool.c56 struct ethtool_rx_flow_spec *fs, in get_flow_table()
207 parse_tcp4(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) in parse_tcp4()
220 parse_udp4(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) in parse_udp4()
233 parse_ip4(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) in parse_ip4()
248 parse_ip6(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) in parse_ip6()
263 parse_tcp6(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) in parse_tcp6()
276 parse_udp6(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) in parse_udp6()
289 parse_ether(void *headers_c, void *headers_v, struct ethtool_rx_flow_spec *fs) in parse_ether()
321 struct ethtool_rx_flow_spec *fs) in set_flow_attrs()
398 struct ethtool_rx_flow_spec *fs) in add_ethtool_flow_rule()
[all …]
/Linux-v4.19/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-v4.19/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-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_filter.c245 struct ch_filter_specification *fs) in validate_filter()
322 struct ch_filter_specification *fs) in get_filter_steerq()
761 static void fill_default_mask(struct ch_filter_specification *fs) in fill_default_mask()
851 struct ch_filter_specification *fs) in is_filter_exact_match()
930 static u64 hash_filter_ntuple(struct ch_filter_specification *fs, in hash_filter_ntuple()
1070 struct ch_filter_specification *fs, in cxgb4_set_hash_filter()
1230 struct ch_filter_specification *fs, in __cxgb4_set_filter()
1497 struct ch_filter_specification *fs, in __cxgb4_del_filter()
1544 struct ch_filter_specification *fs) in cxgb4_set_filter()
1566 struct ch_filter_specification *fs) in cxgb4_del_filter()
Dcxgb4_tc_flower.c84 struct ch_filter_specification *fs) in cxgb4_process_flow_match()
309 static void offload_pedit(struct ch_filter_specification *fs, u32 val, u32 mask, in offload_pedit()
327 static void process_pedit_field(struct ch_filter_specification *fs, u32 val, in process_pedit_field()
417 struct ch_filter_specification *fs) in cxgb4_process_flow_actions()
671 struct ch_filter_specification *fs; in cxgb4_tc_flower_replace() local
Dcxgb4_tc_u32.c44 struct ch_filter_specification *fs, in fill_match_fields()
90 struct ch_filter_specification *fs, in fill_action_fields()
153 struct ch_filter_specification fs; in cxgb4_config_knode() local
/Linux-v4.19/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()
/Linux-v4.19/drivers/spi/
Dspi-sh-msiof.c405 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_8()
415 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16()
425 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16u()
435 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32()
445 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32u()
455 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32()
465 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32u()
475 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_8()
485 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16()
495 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16u()
[all …]
/Linux-v4.19/drivers/net/dsa/
Dbcm_sf2_cfp.c327 struct ethtool_rx_flow_spec *fs) in bcm_sf2_cfp_ipv4_rule_set()
521 struct ethtool_rx_flow_spec *fs) in bcm_sf2_cfp_ipv6_rule_set()
732 struct ethtool_rx_flow_spec *fs) in bcm_sf2_cfp_rule_set()
939 struct ethtool_rx_flow_spec *fs) in bcm_sf2_cfp_ipv4_rule_get()
1054 struct ethtool_rx_flow_spec *fs, in bcm_sf2_cfp_ipv6_rule_get()
/Linux-v4.19/drivers/net/ethernet/qlogic/qede/
Dqede_filter.c1583 struct ethtool_rx_flow_spec *fs) in qede_flow_spec_validate_unused()
1670 struct ethtool_rx_flow_spec *fs) in qede_flow_spec_to_tuple_ipv4_common()
1712 struct ethtool_rx_flow_spec *fs) in qede_flow_spec_to_tuple_tcpv4()
1724 struct ethtool_rx_flow_spec *fs) in qede_flow_spec_to_tuple_udpv4()
1736 struct ethtool_rx_flow_spec *fs) in qede_flow_spec_to_tuple_ipv6_common()
1772 struct ethtool_rx_flow_spec *fs) in qede_flow_spec_to_tuple_tcpv6()
1784 struct ethtool_rx_flow_spec *fs) in qede_flow_spec_to_tuple_udpv6()
1796 struct ethtool_rx_flow_spec *fs) in qede_flow_spec_to_tuple()
1822 struct ethtool_rx_flow_spec *fs, in qede_flow_spec_validate()
1883 struct ethtool_rx_flow_spec *fs) in qede_flow_set_destination()
/Linux-v4.19/arch/x86/ia32/
Dia32_aout.c56 u32 fs, gs; in dump_thread32() local
152 mm_segment_t fs; in aout_core_dump() local
/Linux-v4.19/arch/arm/kernel/
Dsys_oabi-compat.c202 mm_segment_t fs; in do_locks() local
259 mm_segment_t fs; in sys_oabi_epoll_ctl() local
280 mm_segment_t fs; in sys_oabi_epoll_wait() local
347 mm_segment_t fs = get_fs(); in sys_oabi_semtimedop() local
/Linux-v4.19/drivers/media/i2c/s5c73m3/
Ds5c73m3-core.c123 const struct s5c73m3_frame_size *fs, in s5c73m3_fill_mbus_fmt()
807 const struct s5c73m3_frame_size *fs; in s5c73m3_find_frame_size() local
830 const struct s5c73m3_frame_size **fs) in s5c73m3_oif_try_format()
867 const struct s5c73m3_frame_size **fs) in s5c73m3_try_format()
999 const struct s5c73m3_frame_size *fs; in s5c73m3_get_fmt() local
1033 const struct s5c73m3_frame_size *fs; in s5c73m3_oif_get_fmt() local
1276 const struct s5c73m3_frame_size *fs; in s5c73m3_oif_enum_frame_size() local
/Linux-v4.19/drivers/ps3/
Dps3av_cmd.c478 u32 fs; member
489 static u8 ps3av_cnv_mclk(u32 fs) in ps3av_cnv_mclk()
513 static void ps3av_cnv_ns(u8 *ns, u32 fs, u32 video_vid) in ps3av_cnv_ns()
679 u32 ch, u32 fs, u32 word_bits, u32 format, in ps3av_cmd_set_audio_mode()
/Linux-v4.19/arch/x86/boot/compressed/
Dcmdline.c6 static unsigned long fs; variable

12345678