Home
last modified time | relevance | path

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

123456

/linux-3.4.99/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-3.4.99/arch/mips/math-emu/
Dcp1emu.c660 ieee754sp fd, fr, fs, ft; in fpux_emu() local
749 ieee754dp fd, fr, fs, ft; in fpux_emu() local
922 ieee754sp fs, ft; in fpu_emu() local
932 ieee754sp fs; in fpu_emu() local
955 ieee754sp fs; in fpu_emu() local
963 ieee754sp fs; in fpu_emu() local
977 ieee754sp fs; in fpu_emu() local
990 ieee754sp fs; in fpu_emu() local
1003 ieee754sp fs; in fpu_emu() local
1017 ieee754sp fs, ft; in fpu_emu() local
[all …]
/linux-3.4.99/fs/
Dfs_struct.c25 void set_fs_root(struct fs_struct *fs, struct path *path) in set_fs_root()
44 void set_fs_pwd(struct fs_struct *fs, struct path *path) in set_fs_pwd()
71 struct fs_struct *fs; in chroot_fs_refs() local
98 void free_fs_struct(struct fs_struct *fs) in free_fs_struct()
107 struct fs_struct *fs = tsk->fs; in exit_fs() local
124 struct fs_struct *fs = kmem_cache_alloc(fs_cachep, GFP_KERNEL); in copy_fs_struct() local
145 struct fs_struct *fs = current->fs; in unshare_fs_struct() local
182 struct fs_struct *fs = current->fs; in daemonize_fs_struct() local
Dfilesystems.c36 void get_filesystem(struct file_system_type *fs) in get_filesystem()
41 void put_filesystem(struct file_system_type *fs) in put_filesystem()
69 int register_filesystem(struct file_system_type * fs) in register_filesystem()
101 int unregister_filesystem(struct file_system_type * fs) in unregister_filesystem()
259 struct file_system_type *fs; in __get_fs_type() local
271 struct file_system_type *fs; in get_fs_type() local
/linux-3.4.99/drivers/block/
Dswim3.c259 static bool swim3_end_request(struct floppy_state *fs, int err, unsigned int nr_bytes) in swim3_end_request()
276 static void swim3_select(struct floppy_state *fs, int sel) in swim3_select()
288 static void swim3_action(struct floppy_state *fs, int action) in swim3_action()
300 static int swim3_readbit(struct floppy_state *fs, int bit) in swim3_readbit()
311 static void start_request(struct floppy_state *fs) in start_request()
393 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 int floppy_read_sectors(struct floppy_state *fs, in floppy_read_sectors()
531 struct floppy_state *fs; in redo_fd_request() local
573 static int get_floppy_geometry(struct floppy_state *fs, int type, in get_floppy_geometry()
591 static void setup_medium(struct floppy_state *fs) in setup_medium()
619 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_open() local
678 struct floppy_state *fs = disk->private_data; in floppy_release() local
697 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_ioctl() local
[all …]
/linux-3.4.99/drivers/spi/
Dspi-sh-msiof.c222 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_8()
232 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16()
242 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16u()
252 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32()
262 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32u()
272 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32()
282 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32u()
292 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_8()
302 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16()
312 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16u()
[all …]
/linux-3.4.99/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()
43 static inline void get_fs_root_and_pwd(struct fs_struct *fs, struct path *root, in get_fs_root_and_pwd()
/linux-3.4.99/fs/gfs2/
Dutil.h17 #define fs_printk(level, fs, fmt, arg...) \ argument
20 #define fs_info(fs, fmt, arg...) \ argument
23 #define fs_warn(fs, fmt, arg...) \ argument
26 #define fs_err(fs, fmt, arg...) \ argument
/linux-3.4.99/drivers/dio/
Ddio.c119 mm_segment_t fs; in dio_find() local
173 mm_segment_t fs; in dio_init() local
/linux-3.4.99/sound/drivers/opl3/
Dopl3_oss.c34 mm_segment_t fs = get_fs(); in snd_enter_user() local
39 static inline void snd_leave_user(mm_segment_t fs) in snd_leave_user()
/linux-3.4.99/arch/x86/boot/compressed/
Dcmdline.c3 static unsigned long fs; variable
/linux-3.4.99/sound/
Dsound_firmware.c69 mm_segment_t fs = get_fs(); in mod_firmware_load() local
/linux-3.4.99/arch/x86/ia32/
Dia32_aout.c50 u32 fs, gs; in dump_thread32() local
157 mm_segment_t fs; in aout_core_dump() local
/linux-3.4.99/arch/arm/kernel/
Dsys_oabi-compat.c201 mm_segment_t fs = USER_DS; /* initialized to kill a warning */ in sys_oabi_fcntl64() local
254 mm_segment_t fs; in sys_oabi_epoll_ctl() local
275 mm_segment_t fs; in sys_oabi_epoll_wait() local
334 mm_segment_t fs = get_fs(); in sys_oabi_semtimedop() local
/linux-3.4.99/arch/x86/um/asm/
Dprocessor_64.h13 unsigned long fs; member
/linux-3.4.99/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-3.4.99/arch/um/kernel/
Dsyscall.c58 mm_segment_t fs; in kernel_execve() local
/linux-3.4.99/sound/soc/davinci/
Ddavinci-sffsdr.c50 int fs; in sffsdr_hw_params() local
/linux-3.4.99/arch/arm/mach-tegra/
Dpinmux-tegra30-tables.c88 #define PINGROUP(pg_name, vdd, f0, f1, f2, f3, fs, iod, reg) \ argument
/linux-3.4.99/net/netfilter/
Dxt_set.c40 #define ADT_OPT(n, f, d, fs, cfs, t) \ argument
48 #define ADT_MOPT(n, f, d, fs, cfs, t) \ argument
/linux-3.4.99/arch/unicore32/kernel/
Dtraps.c68 mm_segment_t fs; in dump_mem() local
108 mm_segment_t fs; in dump_instr() local

123456