| /linux-4.4.14/arch/arm64/net/ | 
| D | bpf_jit.h | 30 #define A64_VARIANT(sf) \  argument34 #define A64_COMP_BRANCH(sf, Rt, offset, type) \  argument
 37 #define A64_CBZ(sf, Rt, imm19) A64_COMP_BRANCH(sf, Rt, (imm19) << 2, ZERO)  argument
 38 #define A64_CBNZ(sf, Rt, imm19) A64_COMP_BRANCH(sf, Rt, (imm19) << 2, NONZERO)  argument
 86 #define A64_ADDSUB_IMM(sf, Rd, Rn, imm12, type) \  argument
 90 #define A64_ADD_I(sf, Rd, Rn, imm12) A64_ADDSUB_IMM(sf, Rd, Rn, imm12, ADD)  argument
 91 #define A64_SUB_I(sf, Rd, Rn, imm12) A64_ADDSUB_IMM(sf, Rd, Rn, imm12, SUB)  argument
 93 #define A64_MOV(sf, Rd, Rn) A64_ADD_I(sf, Rd, Rn, 0)  argument
 96 #define A64_BITFIELD(sf, Rd, Rn, immr, imms, type) \  argument
 100 #define A64_SBFM(sf, Rd, Rn, ir, is) A64_BITFIELD(sf, Rd, Rn, ir, is, SIGNED)  argument
 [all …]
 
 | 
| /linux-4.4.14/sound/synth/emux/ | 
| D | soundfont.c | 236 	struct snd_soundfont *sf;  in open_patch()  local272 	struct snd_soundfont *sf;  in newsf()  local
 305 is_identical_font(struct snd_soundfont *sf, int type, unsigned char *name)  in is_identical_font()
 349 set_zone_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf,  in set_zone_counter()
 361 sf_zone_new(struct snd_sf_list *sflist, struct snd_soundfont *sf)  in sf_zone_new()
 381 set_sample_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf,  in set_sample_counter()
 393 sf_sample_new(struct snd_sf_list *sflist, struct snd_soundfont *sf)  in sf_sample_new()
 412 sf_sample_delete(struct snd_sf_list *sflist, struct snd_soundfont *sf,  in sf_sample_delete()
 428 	struct snd_soundfont *sf;  in load_map()  local
 490 remove_info(struct snd_sf_list *sflist, struct snd_soundfont *sf,  in remove_info()
 [all …]
 
 | 
| /linux-4.4.14/drivers/isdn/hardware/mISDN/ | 
| D | speedfax.c | 127 	struct sfax_hw	*sf = dev_id;  in IOFUNC_IND()  local159 enable_hwirq(struct sfax_hw *sf)  in enable_hwirq()
 167 disable_hwirq(struct sfax_hw *sf)  in disable_hwirq()
 175 reset_speedfax(struct sfax_hw *sf)  in reset_speedfax()
 189 sfax_ctrl(struct sfax_hw  *sf, u32 cmd, u_long arg)  in sfax_ctrl()
 221 channel_ctrl(struct sfax_hw  *sf, struct mISDN_ctrl_req *cq)  in channel_ctrl()
 253 	struct sfax_hw		*sf = dch->hw;  in sfax_dctrl()  local
 286 init_card(struct sfax_hw *sf)  in init_card()
 325 setup_speedfax(struct sfax_hw *sf)  in setup_speedfax()
 
 | 
| /linux-4.4.14/block/ | 
| D | blk-cgroup.c | 495 void blkcg_print_blkgs(struct seq_file *sf, struct blkcg *blkcg,  in blkcg_print_blkgs()526 u64 __blkg_prfill_u64(struct seq_file *sf, struct blkg_policy_data *pd, u64 v)  in __blkg_prfill_u64()
 546 u64 __blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd,  in __blkg_prfill_rwstat()
 581 u64 blkg_prfill_stat(struct seq_file *sf, struct blkg_policy_data *pd, int off)  in blkg_prfill_stat()
 595 u64 blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd,  in blkg_prfill_rwstat()
 604 static u64 blkg_prfill_rwstat_field(struct seq_file *sf,  in blkg_prfill_rwstat_field()
 620 int blkg_print_stat_bytes(struct seq_file *sf, void *v)  in blkg_print_stat_bytes()
 637 int blkg_print_stat_ios(struct seq_file *sf, void *v)  in blkg_print_stat_ios()
 646 static u64 blkg_prfill_rwstat_field_recursive(struct seq_file *sf,  in blkg_prfill_rwstat_field_recursive()
 660 int blkg_print_stat_bytes_recursive(struct seq_file *sf, void *v)  in blkg_print_stat_bytes_recursive()
 [all …]
 
 | 
| D | cfq-iosched.c | 1695 static u64 cfqg_prfill_weight_device(struct seq_file *sf,  in cfqg_prfill_weight_device()1705 static int cfqg_print_weight_device(struct seq_file *sf, void *v)  in cfqg_print_weight_device()
 1713 static u64 cfqg_prfill_leaf_weight_device(struct seq_file *sf,  in cfqg_prfill_leaf_weight_device()
 1723 static int cfqg_print_leaf_weight_device(struct seq_file *sf, void *v)  in cfqg_print_leaf_weight_device()
 1731 static int cfq_print_weight(struct seq_file *sf, void *v)  in cfq_print_weight()
 1744 static int cfq_print_leaf_weight(struct seq_file *sf, void *v)  in cfq_print_leaf_weight()
 1878 static int cfqg_print_stat(struct seq_file *sf, void *v)  in cfqg_print_stat()
 1885 static int cfqg_print_rwstat(struct seq_file *sf, void *v)  in cfqg_print_rwstat()
 1892 static u64 cfqg_prfill_stat_recursive(struct seq_file *sf,  in cfqg_prfill_stat_recursive()
 1900 static u64 cfqg_prfill_rwstat_recursive(struct seq_file *sf,  in cfqg_prfill_rwstat_recursive()
 [all …]
 
 | 
| D | blk-throttle.c | 1111 static u64 tg_prfill_conf_u64(struct seq_file *sf, struct blkg_policy_data *pd,  in tg_prfill_conf_u64()1122 static u64 tg_prfill_conf_uint(struct seq_file *sf, struct blkg_policy_data *pd,  in tg_prfill_conf_uint()
 1133 static int tg_print_conf_u64(struct seq_file *sf, void *v)  in tg_print_conf_u64()
 1140 static int tg_print_conf_uint(struct seq_file *sf, void *v)  in tg_print_conf_uint()
 1268 static u64 tg_prfill_max(struct seq_file *sf, struct blkg_policy_data *pd,  in tg_prfill_max()
 1295 static int tg_print_max(struct seq_file *sf, void *v)  in tg_print_max()
 
 | 
| /linux-4.4.14/arch/arc/kernel/ | 
| D | signal.c | 66 stash_usr_regs(struct rt_sigframe __user *sf, struct pt_regs *regs,  in stash_usr_regs()103 static int restore_usr_regs(struct pt_regs *regs, struct rt_sigframe __user *sf)  in restore_usr_regs()
 154 	struct rt_sigframe __user *sf;  in SYSCALL_DEFINE0()  local
 229 	struct rt_sigframe __user *sf;  in setup_rt_frame()  local
 
 | 
| /linux-4.4.14/drivers/hwmon/ | 
| D | emc6w201.c | 196 	int sf = to_sensor_dev_attr_2(devattr)->index;  in show_in()  local208 	int sf = to_sensor_dev_attr_2(devattr)->index;  in set_in()  local
 234 	int sf = to_sensor_dev_attr_2(devattr)->index;  in show_temp()  local
 245 	int sf = to_sensor_dev_attr_2(devattr)->index;  in set_temp()  local
 271 	int sf = to_sensor_dev_attr_2(devattr)->index;  in show_fan()  local
 288 	int sf = to_sensor_dev_attr_2(devattr)->index;  in set_fan()  local
 
 | 
| /linux-4.4.14/arch/s390/kernel/ | 
| D | process.c | 53 	struct stack_frame *sf, *low, *high;  in thread_saved_pc()  local126 		struct stack_frame sf;  in copy_thread()  member
 215 	struct stack_frame *sf, *low, *high;  in get_wchan()  local
 
 | 
| D | stacktrace.c | 19 	struct stack_frame *sf;  in save_context_stack()  local
 | 
| D | dumpstack.c | 32 	struct stack_frame *sf;  in __show_trace()  local
 | 
| D | perf_event.c | 230 	struct stack_frame *sf;  in __store_trace()  local
 | 
| /linux-4.4.14/arch/sparc/kernel/ | 
| D | signal_32.c | 78 	struct signal_frame __user *sf;  in do_sigreturn()  local144 	struct rt_signal_frame __user *sf;  in do_rt_sigreturn()  local
 229 	struct signal_frame __user *sf;  in setup_frame()  local
 324 	struct rt_signal_frame __user *sf;  in setup_rt_frame()  local
 
 | 
| D | signal32.c | 155 	struct signal_frame32 __user *sf;  in do_sigreturn32()  local246 	struct rt_signal_frame32 __user *sf;  in do_rt_sigreturn32()  local
 421 	struct signal_frame32 __user *sf;  in setup_frame32()  local
 552 	struct rt_signal_frame32 __user *sf;  in setup_rt_frame32()  local
 
 | 
| D | stacktrace.c | 33 		struct sparc_stackf *sf;  in __save_stack_trace()  local
 | 
| D | signal_64.c | 261 	struct rt_signal_frame __user *sf;  in do_rt_sigreturn()  local356 	struct rt_signal_frame __user *sf;  in setup_rt_frame()  local
 
 | 
| D | perf_event.c | 1729 		struct sparc_stackf *sf;  in perf_callchain_kernel()  local1780 		struct sparc_stackf sf;  in perf_callchain_user_64()  local
 1807 			struct sparc_stackf sf;  in perf_callchain_user_32()  local
 1817 			struct sparc_stackf32 sf;  in perf_callchain_user_32()  local
 
 | 
| D | traps_64.c | 2346 		struct sparc_stackf *sf;  in show_stack()  local
 | 
| /linux-4.4.14/fs/kernfs/ | 
| D | file.c | 93 static void kernfs_seq_stop_active(struct seq_file *sf, void *v)  in kernfs_seq_stop_active()103 static void *kernfs_seq_start(struct seq_file *sf, loff_t *ppos)  in kernfs_seq_start()
 132 static void *kernfs_seq_next(struct seq_file *sf, void *v, loff_t *ppos)  in kernfs_seq_next()
 153 static void kernfs_seq_stop(struct seq_file *sf, void *v)  in kernfs_seq_stop()
 162 static int kernfs_seq_show(struct seq_file *sf, void *v)  in kernfs_seq_show()
 
 | 
| D | mount.c | 32 static int kernfs_sop_show_options(struct seq_file *sf, struct dentry *dentry)  in kernfs_sop_show_options()
 | 
| /linux-4.4.14/arch/powerpc/perf/ | 
| D | callchain.c | 224 	struct signal_frame_64 __user *sf;  in sane_signal_64_frame()  local390 	struct signal_frame_32 __user *sf;  in sane_signal_32_frame()  local
 401 	struct rt_signal_frame_32 __user *sf;  in sane_rt_signal_32_frame()  local
 414 	struct signal_frame_32 __user *sf;  in signal_frame_32_regs()  local
 
 | 
| /linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ | 
| D | sec_config.c | 141 static void get_default_flavor(struct sptlrpc_flavor *sf)  in get_default_flavor()382 				   struct sptlrpc_flavor *sf)  in sptlrpc_rule_set_choose()
 735 static inline void flavor_set_flags(struct sptlrpc_flavor *sf,  in flavor_set_flags()
 764 				struct sptlrpc_flavor *sf)  in sptlrpc_conf_choose_flavor()
 
 | 
| D | sec.c | 195 char *sptlrpc_flavor2name_bulk(struct sptlrpc_flavor *sf,  in sptlrpc_flavor2name_bulk()210 char *sptlrpc_flavor2name(struct sptlrpc_flavor *sf, char *buf, int bufsize)  in sptlrpc_flavor2name()
 1228 				      struct sptlrpc_flavor *sf,  in sptlrpc_sec_create()
 1321 					     struct sptlrpc_flavor *sf)  in sptlrpc_import_sec_adapt_inplace()
 1349 	struct sptlrpc_flavor sf;  in sptlrpc_import_sec_adapt()  local
 
 | 
| D | sec_null.c | 121 				   struct sptlrpc_flavor *sf)  in null_create_sec()
 | 
| D | sec_plain.c | 438 				    struct sptlrpc_flavor *sf)  in plain_create_sec()
 | 
| /linux-4.4.14/arch/s390/oprofile/ | 
| D | backtrace.c | 15 	struct stack_frame *sf;  in __show_trace()  local
 | 
| /linux-4.4.14/fs/pstore/ | 
| D | inode.c | 139 	struct seq_file *sf = file->private_data;  in pstore_file_read()  local150 	struct seq_file *sf;  in pstore_file_open()  local
 173 	struct seq_file *sf = file->private_data;  in pstore_file_llseek()  local
 
 | 
| /linux-4.4.14/arch/arm64/kernel/ | 
| D | signal.c | 96 			    struct rt_sigframe __user *sf)  in restore_sigframe()165 static int setup_sigframe(struct rt_sigframe __user *sf,  in setup_sigframe()
 
 | 
| D | signal32.c | 324 				   struct compat_sigframe __user *sf)  in compat_restore_sigframe()504 static int compat_setup_sigframe(struct compat_sigframe __user *sf,  in compat_setup_sigframe()
 
 | 
| /linux-4.4.14/net/netfilter/ | 
| D | xt_osf.c | 69 	struct xt_osf_finger *kf = NULL, *sf;  in xt_osf_add_callback()  local112 	struct xt_osf_finger *sf;  in xt_osf_remove_callback()  local
 
 | 
| D | xt_hashlimit.c | 854 		struct seq_file *sf = file->private_data;  in dl_proc_open()  local
 | 
| /linux-4.4.14/arch/unicore32/kernel/ | 
| D | signal.c | 55 static int restore_sigframe(struct pt_regs *regs, struct sigframe __user *sf)  in restore_sigframe()136 static int setup_sigframe(struct sigframe __user *sf, struct pt_regs *regs,  in setup_sigframe()
 
 | 
| /linux-4.4.14/net/sunrpc/auth_gss/ | 
| D | gss_generic_token.c | 120 	unsigned char sf;  in der_read_length()  local
 | 
| /linux-4.4.14/arch/arm/kernel/ | 
| D | signal.c | 142 static int restore_sigframe(struct pt_regs *regs, struct sigframe __user *sf)  in restore_sigframe()253 setup_sigframe(struct sigframe __user *sf, struct pt_regs *regs, sigset_t *set)  in setup_sigframe()
 
 | 
| /linux-4.4.14/fs/xfs/libxfs/ | 
| D | xfs_attr_leaf.c | 530 	xfs_attr_shortform_t *sf;  in xfs_attr_shortform_add()  local602 	xfs_attr_shortform_t *sf;  in xfs_attr_shortform_remove()  local
 673 	xfs_attr_shortform_t *sf;  in xfs_attr_shortform_lookup()  local
 704 	xfs_attr_shortform_t *sf;  in xfs_attr_shortform_getvalue()  local
 742 	xfs_attr_shortform_t *sf;  in xfs_attr_shortform_to_leaf()  local
 
 | 
| /linux-4.4.14/drivers/hid/ | 
| D | hid-wiimote-debug.c | 130 	struct seq_file *sf = f->private_data;  in wiidebug_drm_write()  local
 | 
| /linux-4.4.14/sound/soc/codecs/ | 
| D | max9850.c | 136 	u8 sf, da;  in max9850_hw_params()  local
 | 
| /linux-4.4.14/drivers/media/platform/blackfin/ | 
| D | bfin_capture.c | 162 	struct bcap_format *sf;  in bcap_init_sensor_formats()  local612 	struct bcap_format *sf = bcap->sensor_formats;  in bcap_try_format()  local
 651 	struct bcap_format *sf = bcap_dev->sensor_formats;  in bcap_enum_fmt_vid_cap()  local
 
 | 
| /linux-4.4.14/net/core/ | 
| D | netprio_cgroup.c | 176 static int read_priomap(struct seq_file *sf, void *v)  in read_priomap()
 | 
| D | neighbour.c | 2809 		struct seq_file *sf = file->private_data;  in neigh_stat_seq_open()  local
 | 
| /linux-4.4.14/kernel/sched/ | 
| D | cpuacct.c | 185 static int cpuacct_stats_show(struct seq_file *sf, void *v)  in cpuacct_stats_show()
 | 
| D | core.c | 8511 static int cpu_stats_show(struct seq_file *sf, void *v)  in cpu_stats_show()
 | 
| /linux-4.4.14/fs/xfs/ | 
| D | xfs_attr_list.c | 73 	xfs_attr_shortform_t *sf;  in xfs_attr_shortform_list()  local
 | 
| /linux-4.4.14/kernel/ | 
| D | cgroup_pids.c | 269 static int pids_max_show(struct seq_file *sf, void *v)  in pids_max_show()
 | 
| D | auditfilter.c | 751 					   struct audit_field *sf)  in audit_dupe_lsm_field()
 | 
| D | cpuset.c | 1747 static int cpuset_common_seq_show(struct seq_file *sf, void *v)  in cpuset_common_seq_show()
 | 
| /linux-4.4.14/crypto/ | 
| D | twofish_common.c | 593 	u8 sa = 0, sb = 0, sc = 0, sd = 0, se = 0, sf = 0, sg = 0, sh = 0;  in __twofish_setkey()  local
 | 
| /linux-4.4.14/fs/sysfs/ | 
| D | file.c | 42 static int sysfs_kf_seq_show(struct seq_file *sf, void *v)  in sysfs_kf_seq_show()
 | 
| /linux-4.4.14/arch/arm/mach-omap2/ | 
| D | omap_hwmod.c | 1345 	u8 idlemode, sf;  in _enable_sysc()  local1444 	u8 idlemode, sf;  in _idle_sysc()  local
 1497 	u8 sf;  in _shutdown_sysc()  local
 
 | 
| /linux-4.4.14/drivers/media/platform/exynos4-is/ | 
| D | fimc-m2m.c | 104 	struct fimc_frame *sf, *df;  in fimc_device_run()  local
 | 
| /linux-4.4.14/fs/btrfs/ | 
| D | check-integrity.c | 957 	struct btrfsic_stack_frame *sf;  in btrfsic_stack_frame_alloc()  local967 static void btrfsic_stack_frame_free(struct btrfsic_stack_frame *sf)  in btrfsic_stack_frame_free()
 981 	struct btrfsic_stack_frame *sf;  in btrfsic_process_metablock()  local
 
 | 
| /linux-4.4.14/fs/ntfs/ | 
| D | inode.c | 2312 int ntfs_show_options(struct seq_file *sf, struct dentry *root)  in ntfs_show_options()
 | 
| /linux-4.4.14/drivers/mmc/card/ | 
| D | mmc_test.c | 2735 static int mtf_test_show(struct seq_file *sf, void *data)  in mtf_test_show()2772 	struct seq_file *sf = (struct seq_file *)file->private_data;  local
 2826 static int mtf_testlist_show(struct seq_file *sf, void *data)
 
 | 
| /linux-4.4.14/sound/pci/ctxfi/ | 
| D | ctsrc.c | 58 static int src_set_sf(struct src *src, unsigned int sf)  in src_set_sf()
 | 
| D | cthw20k1.c | 213 static int src_set_sf(void *blk, unsigned int sf)  in src_set_sf()
 | 
| D | cthw20k2.c | 213 static int src_set_sf(void *blk, unsigned int sf)  in src_set_sf()
 | 
| /linux-4.4.14/net/ipv4/netfilter/ | 
| D | ipt_CLUSTERIP.c | 656 		struct seq_file *sf = file->private_data;  in clusterip_proc_open()  local
 | 
| /linux-4.4.14/drivers/usb/misc/sisusbvga/ | 
| D | sisusb_init.c | 769 	unsigned short si, di, bx, sf;  in SiS_LoadDAC()  local
 | 
| /linux-4.4.14/drivers/media/dvb-core/ | 
| D | dvb_demux.c | 933 	struct dmx_section_filter *sf;  in prepare_secfilters()  local
 | 
| /linux-4.4.14/arch/powerpc/kernel/ | 
| D | signal_32.c | 1502 	struct sigframe __user *sf;  in sys_sigreturn()  local
 | 
| /linux-4.4.14/arch/tile/kernel/ | 
| D | hardwall.c | 909 static int hardwall_proc_show(struct seq_file *sf, void *v)  in hardwall_proc_show()
 | 
| /linux-4.4.14/fs/hostfs/ | 
| D | hostfs_kern.c | 193 static int hostfs_statfs(struct dentry *dentry, struct kstatfs *sf)  in hostfs_statfs()
 | 
| /linux-4.4.14/drivers/atm/ | 
| D | ambassador.c | 1857 static inline void sf (const char * msg)  in sf()  function
 | 
| /linux-4.4.14/drivers/media/platform/ | 
| D | via-camera.c | 467 	int sf;  in viacam_set_scale()  local
 | 
| /linux-4.4.14/drivers/video/fbdev/sis/ | 
| D | init.c | 2877    unsigned short si, di, bx, sf;  in SiS_LoadDAC()  local
 | 
| /linux-4.4.14/tools/perf/util/ | 
| D | sort.c | 329 	char *sf, *p;  in get_srcfile()  local
 | 
| /linux-4.4.14/drivers/dma/ | 
| D | imx-sdma.c | 230 	u32 sf     : 1;  member
 | 
| /linux-4.4.14/drivers/mmc/host/ | 
| D | vub300.c | 1371 		struct sdio_func *sf = card->sdio_func[n];  in download_offload_pseudocode()  local
 | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | ps3av.h | 497 		u8 sf:3;  member
 | 
| /linux-4.4.14/arch/x86/kvm/ | 
| D | vmx.c | 3475 	const struct kvm_vmx_segment_field *sf = &kvm_vmx_segment_fields[seg];  in fix_rmode_seg()  local3918 	const struct kvm_vmx_segment_field *sf = &kvm_vmx_segment_fields[seg];  in vmx_set_segment()  local
 4260 	const struct kvm_vmx_segment_field *sf = &kvm_vmx_segment_fields[seg];  in seg_setup()  local
 
 | 
| /linux-4.4.14/mm/ | 
| D | memcontrol.c | 3593 static int mem_cgroup_oom_control_read(struct seq_file *sf, void *v)  in mem_cgroup_oom_control_read()
 |