/linux-4.1.27/tools/lib/api/fs/ |
D | fs.c | 28 struct fs { struct 41 static struct fs fs__entries[] = { argument 54 static bool fs__read_mounts(struct fs *fs) in fs__read_mounts() 76 static int fs__valid_mount(const char *fs, long magic) in fs__valid_mount() 88 static bool fs__check_mounts(struct fs *fs) in fs__check_mounts() 119 static bool fs__env_override(struct fs *fs) in fs__env_override() 138 static const char *fs__get_mountpoint(struct fs *fs) in fs__get_mountpoint() 154 struct fs *fs = &fs__entries[idx]; in fs__mountpoint() local
|
/linux-4.1.27/include/math-emu/ |
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 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 …]
|
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
|
D | op-2.h | 116 #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
|
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-4.1.27/fs/ |
D | fs_struct.c | 13 void set_fs_root(struct fs_struct *fs, const struct path *path) in set_fs_root() 32 void set_fs_pwd(struct fs_struct *fs, const struct path *path) in set_fs_pwd() 59 struct fs_struct *fs; in chroot_fs_refs() local 86 void free_fs_struct(struct fs_struct *fs) in free_fs_struct() 95 struct fs_struct *fs = tsk->fs; in exit_fs() local 112 struct fs_struct *fs = kmem_cache_alloc(fs_cachep, GFP_KERNEL); in copy_fs_struct() local 133 struct fs_struct *fs = current->fs; in unshare_fs_struct() local
|
D | filesystems.c | 36 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() 261 struct file_system_type *fs; in __get_fs_type() local 273 struct file_system_type *fs; in get_fs_type() local
|
D | binfmt_aout.c | 48 mm_segment_t fs; in aout_core_dump() local
|
D | fhandle.c | 119 struct fs_struct *fs = current->fs; in get_vfsmount_from_fd() local
|
D | super.c | 282 struct file_system_type *fs = s->s_type; in deactivate_locked_super() local
|
D | binfmt_elf.c | 1278 mm_segment_t fs = get_fs(); in vma_dump_size() local 2117 mm_segment_t fs; in elf_core_dump() local
|
D | binfmt_elf_fdpic.c | 1534 mm_segment_t fs; in elf_fdpic_core_dump() local
|
D | namei.c | 549 struct fs_struct *fs = current->fs; in unlazy_walk() local 691 struct fs_struct *fs = current->fs; in set_root_rcu() local 1937 struct fs_struct *fs = current->fs; in path_init() local
|
D | dcache.c | 3044 static void get_fs_root_rcu(struct fs_struct *fs, struct path *root) in get_fs_root_rcu() 3208 static void get_fs_root_and_pwd_rcu(struct fs_struct *fs, struct path *root, in get_fs_root_and_pwd_rcu()
|
D | namespace.c | 3283 struct fs_struct *fs = current->fs; in mntns_install() local
|
/linux-4.1.27/drivers/block/ |
D | swim3.c | 260 static bool swim3_end_request(struct floppy_state *fs, int 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() 406 static inline void scan_track(struct floppy_state *fs) in scan_track() 419 static inline void seek_track(struct floppy_state *fs, int n) in seek_track() 449 static inline void setup_transfer(struct floppy_state *fs) in setup_transfer() 503 static void act(struct floppy_state *fs) in act() [all …]
|
D | swim.c | 428 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 695 struct floppy_state *fs = bdev->bd_disk->private_data; in floppy_ioctl() local [all …]
|
/linux-4.1.27/drivers/clk/st/ |
D | clkgen-fsyn.c | 495 int clk_fs660c32_vco_get_rate(unsigned long input, struct stm_fs *fs, in clk_fs660c32_vco_get_rate() 523 unsigned long output, struct stm_fs *fs) in clk_fs660c32_vco_get_params() 707 static void quadfs_fsynth_program_enable(struct st_clk_quadfs_fsynth *fs) in quadfs_fsynth_program_enable() 717 static void quadfs_fsynth_program_rate(struct st_clk_quadfs_fsynth *fs) in quadfs_fsynth_program_rate() 744 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_fsynth_enable() local 769 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_fsynth_disable() local 785 struct st_clk_quadfs_fsynth *fs = to_quadfs_fsynth(hw); in quadfs_fsynth_is_enabled() local 796 static int clk_fs216c65_get_rate(unsigned long input, const struct stm_fs *fs, in clk_fs216c65_get_rate() 816 static int clk_fs432c65_get_rate(unsigned long input, const struct stm_fs *fs, in clk_fs432c65_get_rate() 839 const struct stm_fs *fs, unsigned long *rate) in clk_fs660c32_dig_get_rate() [all …]
|
/linux-4.1.27/fs/gfs2/ |
D | util.h | 22 #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.1.27/include/linux/ |
D | fs_struct.h | 26 static inline void get_fs_root(struct fs_struct *fs, struct path *root) in get_fs_root() 34 static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd) in get_fs_pwd()
|
D | ethtool.h | 34 struct compat_ethtool_rx_flow_spec fs; member
|
D | sched.h | 1478 struct fs_struct *fs; member
|
/linux-4.1.27/drivers/spi/ |
D | spi-sh-msiof.c | 378 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_8() 388 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16() 398 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16u() 408 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32() 418 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32u() 428 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32() 438 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_s32u() 448 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_8() 458 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16() 468 void *rx_buf, int words, int fs) in sh_msiof_spi_read_fifo_16u() [all …]
|
/linux-4.1.27/arch/mips/math-emu/ |
D | cp1emu.c | 1460 union ieee754sp fd, fr, fs, ft; in fpux_emu() local 1557 union ieee754dp fd, fr, fs, ft; in fpux_emu() local 1667 union ieee754sp fs, ft; in fpu_emu() local 1845 union ieee754sp fs, ft; in fpu_emu() local 1866 union ieee754dp fs, ft; in fpu_emu() local 2022 union ieee754dp fs, ft; in fpu_emu() local
|
/linux-4.1.27/drivers/dio/ |
D | dio.c | 119 mm_segment_t fs; in dio_find() local 173 mm_segment_t fs; in dio_init() local
|
/linux-4.1.27/arch/x86/ia32/ |
D | ia32_aout.c | 55 u32 fs, gs; in dump_thread32() local 151 mm_segment_t fs; in aout_core_dump() local
|
/linux-4.1.27/sound/drivers/opl3/ |
D | opl3_oss.c | 34 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-4.1.27/sound/ |
D | sound_firmware.c | 70 mm_segment_t fs = get_fs(); in mod_firmware_load() local
|
/linux-4.1.27/arch/arm/kernel/ |
D | sys_oabi-compat.c | 201 mm_segment_t fs = USER_DS; /* initialized to kill a warning */ in sys_oabi_fcntl64() local 257 mm_segment_t fs; in sys_oabi_epoll_ctl() local 278 mm_segment_t fs; in sys_oabi_epoll_wait() local 337 mm_segment_t fs = get_fs(); in sys_oabi_semtimedop() local
|
D | traps.c | 100 mm_segment_t fs; in dump_mem() local 140 mm_segment_t fs; in dump_instr() local
|
D | setup.c | 542 u32 fs[3], bits[3], ls, mask = 0; in smp_build_mpidr_hash() local
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | cmdline.c | 5 static unsigned long fs; variable
|
/linux-4.1.27/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-core.c | 122 const struct s5c73m3_frame_size *fs, in s5c73m3_fill_mbus_fmt() 806 const struct s5c73m3_frame_size *fs; in s5c73m3_find_frame_size() local 829 const struct s5c73m3_frame_size **fs) in s5c73m3_oif_try_format() 866 const struct s5c73m3_frame_size **fs) in s5c73m3_try_format() 998 const struct s5c73m3_frame_size *fs; in s5c73m3_get_fmt() local 1032 const struct s5c73m3_frame_size *fs; in s5c73m3_oif_get_fmt() local 1275 const struct s5c73m3_frame_size *fs; in s5c73m3_oif_enum_frame_size() local
|
/linux-4.1.27/drivers/ps3/ |
D | ps3av_cmd.c | 478 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()
|
D | ps3av.c | 419 int ps3av_set_audio_mode(u32 ch, u32 fs, u32 word_bits, u32 format, u32 source) in ps3av_set_audio_mode()
|
/linux-4.1.27/arch/x86/um/asm/ |
D | processor_64.h | 13 unsigned long fs; member
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | traps.c | 68 mm_segment_t fs; in dump_mem() local 108 mm_segment_t fs; in dump_instr() local
|
/linux-4.1.27/drivers/usb/gadget/ |
D | config.c | 163 struct usb_descriptor_header **fs, in usb_assign_descriptors()
|
/linux-4.1.27/arch/m68k/kernel/ |
D | traps.c | 701 static inline void access_errorcf(unsigned int fs, struct frame *fp) in access_errorcf() 766 unsigned int fs; in buserr_c() local
|
/linux-4.1.27/arch/arm64/kernel/ |
D | traps.c | 58 mm_segment_t fs; in dump_mem() local 104 mm_segment_t fs; in dump_instr() local
|
D | setup.c | 154 u32 i, affinity, fs[4], bits[4], ls; in smp_build_mpidr_hash() local
|
/linux-4.1.27/arch/x86/include/asm/ |
D | suspend_32.h | 14 u16 es, fs, gs, ss; member
|
D | sigcontext.h | 9 unsigned short fs, __fsh; member 61 unsigned short fs; member
|
D | vm86.h | 27 unsigned short fs, __fsh; member
|
D | suspend_64.h | 22 u16 ds, es, fs, gs, ss; member
|
D | lguest.h | 36 unsigned long fs, ds, es; member
|
D | user_32.h | 87 unsigned long fs; member
|
D | ptrace.h | 21 unsigned long fs; member
|
D | user32.h | 38 unsigned short fs, __fs, gs, __gs; member
|
D | user_64.h | 94 unsigned long fs; member
|
D | processor.h | 250 unsigned short fs, __fsh; member 508 unsigned long fs; member
|
D | svm.h | 143 struct vmcb_seg fs; member
|
/linux-4.1.27/sound/soc/ |
D | soc-utils.c | 42 int snd_soc_calc_bclk(int fs, int sample_size, int channels, int tdm_slots) in snd_soc_calc_bclk()
|
/linux-4.1.27/drivers/iio/common/st_sensors/ |
D | st_sensors_core.c | 105 unsigned int fs, int *index_fs_avl) in st_sensors_match_fs() 124 static int st_sensors_set_fullscale(struct iio_dev *indio_dev, unsigned int fs) in st_sensors_set_fullscale()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | kernel_user_comm.c | 60 mm_segment_t fs; in libcfs_kkuc_msg_put() local
|
/linux-4.1.27/sound/core/seq/ |
D | seq_compat.c | 50 mm_segment_t fs; in snd_seq_call_port_info_ioctl() local
|
D | seq_clientmgr.c | 93 mm_segment_t fs = get_fs(); in snd_enter_user() local 98 static inline void snd_leave_user(mm_segment_t fs) in snd_leave_user() 2419 mm_segment_t fs; in snd_seq_kernel_client_ctl() local
|
/linux-4.1.27/sound/soc/codecs/ |
D | tfa9879.c | 35 int fs; in tfa9879_hw_params() local
|
D | wm8955.c | 47 int fs; member 200 int fs; member
|
D | ak4671.c | 431 u8 fs; in ak4671_hw_params() local
|
D | ak4535.c | 268 int rate = params_rate(params), fs = 256; in ak4535_hw_params() local
|
D | adau1977.c | 266 unsigned int fs) in adau1977_lookup_mcs() 303 int mcs, fs; in adau1977_hw_params() local
|
D | wm8711.c | 106 u16 fs; member
|
D | ak4641.c | 303 int rate = params_rate(params), fs = 256; in ak4641_i2s_hw_params() local
|
D | wm8971.c | 367 u16 fs; member
|
D | wm8961.c | 511 int i, best, target, fs; in wm8961_hw_params() local
|
D | wm8750.c | 433 u16 fs; member
|
D | wm8903.c | 127 int fs; member 1440 int fs = params_rate(params); in wm8903_hw_params() local
|
D | max98088.c | 1660 int best, best_val, save, i, sel, fs; in max98088_setup_eq1() local 1707 int best, best_val, save, i, sel, fs; in max98088_setup_eq2() local
|
D | da732x.c | 955 u32 fs; in da732x_hw_params() local
|
D | da7213.c | 1076 u8 fs; in da7213_hw_params() local
|
D | alc5632.c | 769 u16 fs; member
|
D | wm8988.c | 455 u16 fs; member
|
D | alc5623.c | 591 u16 fs; member
|
D | wm8731.c | 259 u16 fs; member
|
D | sta350.c | 580 int fs; member
|
D | max98095.c | 1769 int fs, best, best_val, i; in max98095_put_eq_enum() local 1923 int fs, best, best_val, i; in max98095_put_bq_enum() local
|
D | sta32x.c | 544 int fs; member
|
D | wm9081.c | 154 int fs; member
|
D | wm8993.c | 219 unsigned int fs; member
|
D | max98090.c | 1946 int target_dmic_clk, int pclk, int fs) in max98090_configure_dmic()
|
D | da7210.c | 770 u32 fs, sysclk; in da7210_hw_params() local
|
D | da9055.c | 1060 u8 aif_ctrl, fs; in da9055_hw_params() local
|
D | wm8904.c | 87 int fs; member
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
D | ess.c | 118 int fs) in ess_raf_received_pack()
|
D | smt.c | 469 void smt_received_pack(struct s_smc *smc, SMbuf *mb, int fs) in smt_received_pack()
|
/linux-4.1.27/arch/sh/include/asm/ |
D | sfp-machine.h | 57 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/linux-4.1.27/sound/soc/samsung/ |
D | s3c24xx_uda134x.c | 87 int fs = i ? 256 : 384; in s3c24xx_uda134x_startup() local
|
D | s3c-i2s-v2.c | 570 unsigned int fs; in s3c_i2sv2_iis_calc_rate() local
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | sfp-machine_64.h | 59 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
D | sfp-machine_32.h | 61 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/linux-4.1.27/drivers/scsi/esas2r/ |
D | esas2r_ioctl.c | 1961 struct esas2r_ioctl_fs *fs = in get_physaddr_fs_api() local 1979 struct esas2r_ioctl_fs *fs = in esas2r_read_fs() local 2054 struct esas2r_ioctl_fs *fs = (struct esas2r_ioctl_fs *)buf; in esas2r_write_fs() local
|
D | esas2r_flash.c | 830 struct esas2r_ioctl_fs *fs = in esas2r_complete_fs_ioctl() local 846 struct esas2r_ioctl_fs *fs, in esas2r_process_fs_ioctl()
|
/linux-4.1.27/sound/core/oss/ |
D | pcm_oss.c | 70 mm_segment_t fs = get_fs(); in snd_enter_user() local 75 static inline void snd_leave_user(mm_segment_t fs) in snd_leave_user() 1194 mm_segment_t fs; in snd_pcm_oss_write3() local 1237 mm_segment_t fs; in snd_pcm_oss_read3() local 1276 mm_segment_t fs; in snd_pcm_oss_writev3() local 1316 mm_segment_t fs; in snd_pcm_oss_readv3() local 1655 mm_segment_t fs; in snd_pcm_oss_sync() local
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | sfp-machine.h | 55 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/linux-4.1.27/sound/oss/ |
D | dmabuf.c | 240 mm_segment_t fs = get_fs(); in default_set_bits() local 250 mm_segment_t fs = get_fs(); in default_set_speed() local 261 mm_segment_t fs = get_fs(); in default_set_channels() local
|
D | ad1848.c | 1126 unsigned char fs, old_fs, tmp = 0; in ad1848_prepare_for_output() local 1194 unsigned char fs, old_fs, tmp = 0; in ad1848_prepare_for_input() local
|
D | swarm_cs4297a.c | 2626 mm_segment_t fs; in cs4297a_init() local
|
/linux-4.1.27/arch/mn10300/include/uapi/asm/ |
D | sigcontext.h | 16 unsigned long fs[32]; /* fpu registers */ member
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | processor.h | 92 unsigned long fs[32]; /* fpu registers */ member
|
/linux-4.1.27/net/phonet/ |
D | pep-gprs.c | 100 struct sk_buff *rskb, *fs; in gprs_recv() local
|
D | pep.c | 1210 struct sk_buff *rskb, *fs; in pep_write() local
|
/linux-4.1.27/arch/arm/include/asm/ |
D | uaccess.h | 70 static inline void set_fs(mm_segment_t fs) in set_fs() 263 static inline void set_fs(mm_segment_t fs) in set_fs()
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | processor.h | 87 unsigned short fs; /* saved fs (sfc, dfc) */ member
|
/linux-4.1.27/kernel/ |
D | fork.c | 987 struct fs_struct *fs = current->fs; in copy_fs() local 1883 struct fs_struct *fs = current->fs; in unshare_fs() local 1927 struct fs_struct *fs, *new_fs = NULL; in SYSCALL_DEFINE1() local
|
/linux-4.1.27/include/uapi/video/ |
D | uvesafb.h | 21 __u16 fs; member
|
/linux-4.1.27/arch/s390/include/asm/ |
D | sfp-machine.h | 58 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
/linux-4.1.27/fs/autofs4/ |
D | waitq.c | 61 mm_segment_t fs; in autofs4_write() local
|
/linux-4.1.27/drivers/mtd/ |
D | afs.c | 73 struct footer_struct fs; in afs_read_footer() local
|
/linux-4.1.27/drivers/staging/octeon/ |
D | ethernet-tx.c | 300 struct skb_frag_struct *fs = skb_shinfo(skb)->frags + i; in cvm_oct_xmit() local
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | uaccess.h | 61 static inline void set_fs(mm_segment_t fs) in set_fs()
|
/linux-4.1.27/arch/x86/kernel/ |
D | process_64.c | 61 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local
|
/linux-4.1.27/include/asm-generic/ |
D | uaccess.h | 28 static inline void set_fs(mm_segment_t fs) in set_fs()
|
/linux-4.1.27/arch/x86/include/asm/xen/ |
D | interface_32.h | 67 uint16_t fs, _pad4; member
|
D | interface_64.h | 125 uint16_t fs, _pad5[3]; /* Non-zero => takes precedence over fs_base. */ member
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | sigcontext.h | 107 unsigned short fs, __fsh; member 181 __u16 fs; member
|
D | sigcontext32.h | 54 unsigned short fs, __fsh; member
|
D | vm86.h | 88 unsigned short fs, __fsh; member
|
D | kvm.h | 145 struct kvm_segment cs, ds, es, fs, gs, ss; member
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | uaccess.h | 25 static inline void set_fs(mm_segment_t fs) in set_fs()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | hpfb.c | 380 mm_segment_t fs; in hpfb_init() local
|
/linux-4.1.27/security/apparmor/include/ |
D | audit.h | 127 } fs; member
|
/linux-4.1.27/arch/x86/kvm/ |
D | tss.h | 27 u32 fs; member
|
D | svm.c | 142 u16 fs; member
|
/linux-4.1.27/arch/x86/boot/ |
D | boot.h | 95 static inline u16 fs(void) in fs() function 255 u16 gs, fs; member
|
/linux-4.1.27/fs/hpfs/ |
D | anode.c | 69 unsigned fs; in hpfs_add_sector_to_btree() local
|
/linux-4.1.27/net/netfilter/ |
D | xt_set.c | 40 #define ADT_OPT(n, f, d, fs, cfs, t) \ argument
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | atbm8830.c | 121 u32 fs = priv->config->osc_clk_freq; in set_if_freq() local
|
D | si21xx.c | 145 int fs; /*Sampling rate of the ADC in MHz*/ member
|
/linux-4.1.27/drivers/input/serio/ |
D | hp_sdc.c | 1004 mm_segment_t fs; in hp_sdc_register() local
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | sfp-machine.h | 144 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
|
D | processor.h | 216 mm_segment_t fs; /* for get_fs() validation */ member
|
D | ps3av.h | 421 u8 fs; member
|
/linux-4.1.27/tools/testing/selftests/x86/ |
D | sigreturn.c | 278 unsigned short cs, gs, fs, ss; member
|
/linux-4.1.27/init/ |
D | do_mounts.c | 363 static int __init do_mount_root(char *name, char *fs, int flags, void *data) in do_mount_root()
|
/linux-4.1.27/scripts/kconfig/ |
D | gconf.c | 506 GtkWidget *fs; in on_load1_activate() local 547 GtkWidget *fs; in on_save_as1_activate() local
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | avmfritz.c | 452 int count, fs, cnt = 0, idx; in hdlc_fill_fifo() local 539 int len, fs; in HDLC_irq() local
|
/linux-4.1.27/drivers/net/ethernet/apple/ |
D | macmace.c | 562 int intr, fs; in mace_interrupt() local
|
D | mace.c | 666 int intr, fs, i, stat, x; in mace_interrupt() local
|
/linux-4.1.27/include/linux/iio/common/ |
D | st_sensors.h | 188 struct st_sensor_fullscale fs; member
|
/linux-4.1.27/net/atm/ |
D | br2684.c | 363 struct br2684_filter_set fs; in br2684_setfilt() local
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | emufx.c | 318 mm_segment_t fs = get_fs(); in snd_enter_user() local 323 static inline void snd_leave_user(mm_segment_t fs) in snd_leave_user()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | jr3_pci.c | 538 struct force_array __iomem *fs = &channel->full_scale; in jr3_pci_poll_subdevice() local
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | dib0700_devices.c | 2031 u32 fcp = 0, fs = 0, fdem = 0, fmem = 0; in dib8096p_get_best_sampling() local 2537 u32 fcp = 0, fs = 0, fdem = 0; in dib7090p_get_best_sampling() local
|
/linux-4.1.27/sound/core/ |
D | pcm_native.c | 185 mm_segment_t fs = get_fs(); in snd_enter_user() local 190 static inline void snd_leave_user(mm_segment_t fs) in snd_leave_user() 3012 mm_segment_t fs; in snd_pcm_kernel_ioctl() local
|
D | pcm_compat.c | 30 mm_segment_t fs; in snd_pcm_ioctl_delay_compat() local
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtl8723a_xmit.h | 77 u32 fs:1; member
|
D | rtl8723a_hal.h | 421 u32 fs:1; member
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_printer.c | 218 struct usb_endpoint_descriptor *fs, in ep_desc()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_disk.h | 188 static inline int server_make_name(__u32 flags, __u16 index, char *fs, in server_make_name()
|
/linux-4.1.27/include/uapi/linux/ |
D | ethtool.h | 855 struct ethtool_rx_flow_spec fs; member 962 struct ethtool_rx_ntuple_flow_spec fs; member
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 109 struct ch_filter_specification fs; member
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_codec.c | 1947 mm_segment_t fs = get_fs(); in get_kctl_0dB_offset() local
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 677 struct i40e_fcoe_stats *fs; /* device's eth stats */ in i40e_update_fcoe_stats() local
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | gianfar.h | 50 struct ethtool_rx_flow_spec fs; member
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_hw.h | 3434 uint32_t fs:1; member 3444 uint32_t fs:1; member
|