Searched defs:sf (Results 1 - 70 of 70) sorted by relevance

/linux-4.4.14/arch/s390/oprofile/
H A Dbacktrace.c15 struct stack_frame *sf; __show_trace() local
/linux-4.4.14/arch/s390/kernel/
H A Dstacktrace.c19 struct stack_frame *sf; save_context_stack() local
H A Ddumpstack.c32 struct stack_frame *sf; __show_trace() local
H A Dprocess.c53 struct stack_frame *sf, *low, *high; thread_saved_pc() local
126 struct stack_frame sf; copy_thread() member in struct:fake_frame
215 struct stack_frame *sf, *low, *high; get_wchan() local
H A Dperf_event.c230 struct stack_frame *sf; __store_trace() local
/linux-4.4.14/arch/sparc/kernel/
H A Dstacktrace.c33 struct sparc_stackf *sf; __save_stack_trace() local
H A Dsignal_32.c78 struct signal_frame __user *sf; do_sigreturn() local
144 struct rt_signal_frame __user *sf; do_rt_sigreturn() local
229 struct signal_frame __user *sf; setup_frame() local
324 struct rt_signal_frame __user *sf; setup_rt_frame() local
H A Dsignal_64.c261 struct rt_signal_frame __user *sf; do_rt_sigreturn() local
356 struct rt_signal_frame __user *sf; setup_rt_frame() local
H A Dsignal32.c155 struct signal_frame32 __user *sf; do_sigreturn32() local
246 struct rt_signal_frame32 __user *sf; do_rt_sigreturn32() local
421 struct signal_frame32 __user *sf; setup_frame32() local
552 struct rt_signal_frame32 __user *sf; setup_rt_frame32() local
H A Dperf_event.c1729 struct sparc_stackf *sf; perf_callchain_kernel() local
1780 struct sparc_stackf sf; perf_callchain_user_64() local
1807 struct sparc_stackf sf; perf_callchain_user_32() local
1817 struct sparc_stackf32 sf; perf_callchain_user_32() local
H A Dtraps_64.c2346 struct sparc_stackf *sf; show_stack() local
/linux-4.4.14/net/sunrpc/auth_gss/
H A Dgss_generic_token.c120 unsigned char sf; der_read_length() local
/linux-4.4.14/drivers/hid/
H A Dhid-wiimote-debug.c130 struct seq_file *sf = f->private_data; wiidebug_drm_write() local
/linux-4.4.14/crypto/
H A Dtwofish_common.c593 u8 sa = 0, sb = 0, sc = 0, sd = 0, se = 0, sf = 0, sg = 0, sh = 0; __twofish_setkey() local
/linux-4.4.14/arch/arc/kernel/
H A Dsignal.c66 stash_usr_regs(struct rt_sigframe __user *sf, struct pt_regs *regs, stash_usr_regs() argument
103 static int restore_usr_regs(struct pt_regs *regs, struct rt_sigframe __user *sf) restore_usr_regs() argument
154 struct rt_sigframe __user *sf; SYSCALL_DEFINE0() local
229 struct rt_sigframe __user *sf; setup_rt_frame() local
/linux-4.4.14/fs/kernfs/
H A Dmount.c32 static int kernfs_sop_show_options(struct seq_file *sf, struct dentry *dentry) kernfs_sop_show_options() argument
H A Dfile.c93 static void kernfs_seq_stop_active(struct seq_file *sf, void *v) kernfs_seq_stop_active() argument
103 static void *kernfs_seq_start(struct seq_file *sf, loff_t *ppos) kernfs_seq_start() argument
132 static void *kernfs_seq_next(struct seq_file *sf, void *v, loff_t *ppos) kernfs_seq_next() argument
153 static void kernfs_seq_stop(struct seq_file *sf, void *v) kernfs_seq_stop() argument
162 static int kernfs_seq_show(struct seq_file *sf, void *v) kernfs_seq_show() argument
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
H A Dsec_null.c119 null_create_sec(struct obd_import *imp, struct ptlrpc_svc_ctx *svc_ctx, struct sptlrpc_flavor *sf) null_create_sec() argument
H A Dsec_config.c141 static void get_default_flavor(struct sptlrpc_flavor *sf) get_default_flavor() argument
735 static inline void flavor_set_flags(struct sptlrpc_flavor *sf, flavor_set_flags() argument
378 sptlrpc_rule_set_choose(struct sptlrpc_rule_set *rset, enum lustre_sec_part from, enum lustre_sec_part to, lnet_nid_t nid, struct sptlrpc_flavor *sf) sptlrpc_rule_set_choose() argument
760 sptlrpc_conf_choose_flavor(enum lustre_sec_part from, enum lustre_sec_part to, struct obd_uuid *target, lnet_nid_t nid, struct sptlrpc_flavor *sf) sptlrpc_conf_choose_flavor() argument
H A Dsec_plain.c436 plain_create_sec(struct obd_import *imp, struct ptlrpc_svc_ctx *svc_ctx, struct sptlrpc_flavor *sf) plain_create_sec() argument
H A Dsec.c195 char *sptlrpc_flavor2name_bulk(struct sptlrpc_flavor *sf, sptlrpc_flavor2name_bulk() argument
210 char *sptlrpc_flavor2name(struct sptlrpc_flavor *sf, char *buf, int bufsize) sptlrpc_flavor2name() argument
1349 struct sptlrpc_flavor sf; sptlrpc_import_sec_adapt() local
1226 sptlrpc_sec_create(struct obd_import *imp, struct ptlrpc_svc_ctx *svc_ctx, struct sptlrpc_flavor *sf, enum lustre_sec_part sp) sptlrpc_sec_create() argument
1319 sptlrpc_import_sec_adapt_inplace(struct obd_import *imp, struct ptlrpc_sec *sec, struct sptlrpc_flavor *sf) sptlrpc_import_sec_adapt_inplace() argument
/linux-4.4.14/drivers/hwmon/
H A Demc6w201.c196 int sf = to_sensor_dev_attr_2(devattr)->index; show_in() local
208 int sf = to_sensor_dev_attr_2(devattr)->index; set_in() local
234 int sf = to_sensor_dev_attr_2(devattr)->index; show_temp() local
245 int sf = to_sensor_dev_attr_2(devattr)->index; set_temp() local
271 int sf = to_sensor_dev_attr_2(devattr)->index; show_fan() local
288 int sf = to_sensor_dev_attr_2(devattr)->index; set_fan() local
/linux-4.4.14/arch/unicore32/kernel/
H A Dsignal.c55 static int restore_sigframe(struct pt_regs *regs, struct sigframe __user *sf) restore_sigframe() argument
136 static int setup_sigframe(struct sigframe __user *sf, struct pt_regs *regs, setup_sigframe() argument
/linux-4.4.14/net/core/
H A Dnetprio_cgroup.c176 static int read_priomap(struct seq_file *sf, void *v) read_priomap() argument
H A Dneighbour.c2809 struct seq_file *sf = file->private_data; neigh_stat_seq_open() local
/linux-4.4.14/kernel/
H A Dcgroup_pids.c269 static int pids_max_show(struct seq_file *sf, void *v) pids_max_show() argument
H A Dauditfilter.c750 audit_dupe_lsm_field(struct audit_field *df, struct audit_field *sf) audit_dupe_lsm_field() argument
H A Dcpuset.c1747 static int cpuset_common_seq_show(struct seq_file *sf, void *v) cpuset_common_seq_show() argument
/linux-4.4.14/kernel/sched/
H A Dcpuacct.c185 static int cpuacct_stats_show(struct seq_file *sf, void *v) cpuacct_stats_show() argument
H A Dcore.c8511 static int cpu_stats_show(struct seq_file *sf, void *v) cpu_stats_show() argument
/linux-4.4.14/fs/sysfs/
H A Dfile.c42 static int sysfs_kf_seq_show(struct seq_file *sf, void *v) sysfs_kf_seq_show() argument
/linux-4.4.14/fs/xfs/
H A Dxfs_attr_list.c73 xfs_attr_shortform_t *sf; xfs_attr_shortform_list() local
/linux-4.4.14/arch/powerpc/perf/
H A Dcallchain.c224 struct signal_frame_64 __user *sf; sane_signal_64_frame() local
390 struct signal_frame_32 __user *sf; sane_signal_32_frame() local
401 struct rt_signal_frame_32 __user *sf; sane_rt_signal_32_frame() local
414 struct signal_frame_32 __user *sf; signal_frame_32_regs() local
/linux-4.4.14/arch/arm64/kernel/
H A Dsignal.c165 static int setup_sigframe(struct rt_sigframe __user *sf, setup_sigframe() argument
95 restore_sigframe(struct pt_regs *regs, struct rt_sigframe __user *sf) restore_sigframe() argument
H A Dsignal32.c504 static int compat_setup_sigframe(struct compat_sigframe __user *sf, compat_setup_sigframe() argument
323 compat_restore_sigframe(struct pt_regs *regs, struct compat_sigframe __user *sf) compat_restore_sigframe() argument
/linux-4.4.14/arch/arm/kernel/
H A Dsignal.c142 static int restore_sigframe(struct pt_regs *regs, struct sigframe __user *sf) restore_sigframe() argument
253 setup_sigframe(struct sigframe __user *sf, struct pt_regs *regs, sigset_t *set) setup_sigframe() argument
/linux-4.4.14/net/netfilter/
H A Dxt_osf.c69 struct xt_osf_finger *kf = NULL, *sf; xt_osf_add_callback() local
112 struct xt_osf_finger *sf; xt_osf_remove_callback() local
H A Dxt_hashlimit.c854 struct seq_file *sf = file->private_data; dl_proc_open() local
/linux-4.4.14/sound/soc/codecs/
H A Dmax9850.c136 u8 sf, da; max9850_hw_params() local
/linux-4.4.14/drivers/isdn/hardware/mISDN/
H A Dspeedfax.c127 struct sfax_hw *sf = dev_id; speedfax_irq() local
159 enable_hwirq(struct sfax_hw *sf) enable_hwirq() argument
167 disable_hwirq(struct sfax_hw *sf) disable_hwirq() argument
175 reset_speedfax(struct sfax_hw *sf) reset_speedfax() argument
189 sfax_ctrl(struct sfax_hw *sf, u32 cmd, u_long arg) sfax_ctrl() argument
221 channel_ctrl(struct sfax_hw *sf, struct mISDN_ctrl_req *cq) channel_ctrl() argument
253 struct sfax_hw *sf = dch->hw; sfax_dctrl() local
286 init_card(struct sfax_hw *sf) init_card() argument
325 setup_speedfax(struct sfax_hw *sf) setup_speedfax() argument
/linux-4.4.14/drivers/media/platform/exynos4-is/
H A Dfimc-m2m.c104 struct fimc_frame *sf, *df; fimc_device_run() local
/linux-4.4.14/fs/pstore/
H A Dinode.c139 struct seq_file *sf = file->private_data; pstore_file_read() local
150 struct seq_file *sf; pstore_file_open() local
173 struct seq_file *sf = file->private_data; pstore_file_llseek() local
/linux-4.4.14/drivers/usb/misc/sisusbvga/
H A Dsisusb_init.c769 unsigned short si, di, bx, sf; SiS_LoadDAC() local
/linux-4.4.14/drivers/media/platform/blackfin/
H A Dbfin_capture.c162 struct bcap_format *sf; bcap_init_sensor_formats() local
612 struct bcap_format *sf = bcap->sensor_formats; bcap_try_format() local
651 struct bcap_format *sf = bcap_dev->sensor_formats; bcap_enum_fmt_vid_cap() local
/linux-4.4.14/drivers/media/dvb-core/
H A Ddvb_demux.c933 struct dmx_section_filter *sf; prepare_secfilters() local
/linux-4.4.14/block/
H A Dblk-cgroup.c495 void blkcg_print_blkgs(struct seq_file *sf, struct blkcg *blkcg, blkcg_print_blkgs() argument
526 u64 __blkg_prfill_u64(struct seq_file *sf, struct blkg_policy_data *pd, u64 v) __blkg_prfill_u64() argument
546 u64 __blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, __blkg_prfill_rwstat() argument
581 u64 blkg_prfill_stat(struct seq_file *sf, struct blkg_policy_data *pd, int off) blkg_prfill_stat() argument
595 u64 blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, blkg_prfill_rwstat() argument
604 static u64 blkg_prfill_rwstat_field(struct seq_file *sf, blkg_prfill_rwstat_field() argument
620 int blkg_print_stat_bytes(struct seq_file *sf, void *v) blkg_print_stat_bytes() argument
637 int blkg_print_stat_ios(struct seq_file *sf, void *v) blkg_print_stat_ios() argument
646 static u64 blkg_prfill_rwstat_field_recursive(struct seq_file *sf, blkg_prfill_rwstat_field_recursive() argument
660 int blkg_print_stat_bytes_recursive(struct seq_file *sf, void *v) blkg_print_stat_bytes_recursive() argument
675 int blkg_print_stat_ios_recursive(struct seq_file *sf, void *v) blkg_print_stat_ios_recursive() argument
860 static int blkcg_print_stat(struct seq_file *sf, void *v) blkcg_print_stat() argument
H A Dblk-throttle.c1111 static u64 tg_prfill_conf_u64(struct seq_file *sf, struct blkg_policy_data *pd, tg_prfill_conf_u64() argument
1122 static u64 tg_prfill_conf_uint(struct seq_file *sf, struct blkg_policy_data *pd, tg_prfill_conf_uint() argument
1133 static int tg_print_conf_u64(struct seq_file *sf, void *v) tg_print_conf_u64() argument
1140 static int tg_print_conf_uint(struct seq_file *sf, void *v) tg_print_conf_uint() argument
1268 static u64 tg_prfill_max(struct seq_file *sf, struct blkg_policy_data *pd, tg_prfill_max() argument
1295 static int tg_print_max(struct seq_file *sf, void *v) tg_print_max() argument
H A Dcfq-iosched.c1695 static u64 cfqg_prfill_weight_device(struct seq_file *sf, cfqg_prfill_weight_device() argument
1705 static int cfqg_print_weight_device(struct seq_file *sf, void *v) cfqg_print_weight_device() argument
1713 static u64 cfqg_prfill_leaf_weight_device(struct seq_file *sf, cfqg_prfill_leaf_weight_device() argument
1723 static int cfqg_print_leaf_weight_device(struct seq_file *sf, void *v) cfqg_print_leaf_weight_device() argument
1731 static int cfq_print_weight(struct seq_file *sf, void *v) cfq_print_weight() argument
1744 static int cfq_print_leaf_weight(struct seq_file *sf, void *v) cfq_print_leaf_weight() argument
1878 static int cfqg_print_stat(struct seq_file *sf, void *v) cfqg_print_stat() argument
1885 static int cfqg_print_rwstat(struct seq_file *sf, void *v) cfqg_print_rwstat() argument
1892 static u64 cfqg_prfill_stat_recursive(struct seq_file *sf, cfqg_prfill_stat_recursive() argument
1900 static u64 cfqg_prfill_rwstat_recursive(struct seq_file *sf, cfqg_prfill_rwstat_recursive() argument
1908 static int cfqg_print_stat_recursive(struct seq_file *sf, void *v) cfqg_print_stat_recursive() argument
1916 static int cfqg_print_rwstat_recursive(struct seq_file *sf, void *v) cfqg_print_rwstat_recursive() argument
1924 static u64 cfqg_prfill_sectors(struct seq_file *sf, struct blkg_policy_data *pd, cfqg_prfill_sectors() argument
1932 static int cfqg_print_stat_sectors(struct seq_file *sf, void *v) cfqg_print_stat_sectors() argument
1939 static u64 cfqg_prfill_sectors_recursive(struct seq_file *sf, cfqg_prfill_sectors_recursive() argument
1950 static int cfqg_print_stat_sectors_recursive(struct seq_file *sf, void *v) cfqg_print_stat_sectors_recursive() argument
1959 static u64 cfqg_prfill_avg_queue_size(struct seq_file *sf, cfqg_prfill_avg_queue_size() argument
1975 static int cfqg_print_avg_queue_size(struct seq_file *sf, void *v) cfqg_print_avg_queue_size() argument
2139 static int cfq_print_weight_on_dfl(struct seq_file *sf, void *v) cfq_print_weight_on_dfl() argument
/linux-4.4.14/fs/ntfs/
H A Dinode.c2312 int ntfs_show_options(struct seq_file *sf, struct dentry *root) ntfs_show_options() argument
/linux-4.4.14/arch/powerpc/kernel/
H A Dsignal_32.c1502 struct sigframe __user *sf; sys_sigreturn() local
/linux-4.4.14/net/ipv4/netfilter/
H A Dipt_CLUSTERIP.c656 struct seq_file *sf = file->private_data; clusterip_proc_open() local
/linux-4.4.14/sound/pci/ctxfi/
H A Dctsrc.c58 static int src_set_sf(struct src *src, unsigned int sf) src_set_sf() argument
H A Dcthw20k1.c213 static int src_set_sf(void *blk, unsigned int sf) src_set_sf() argument
H A Dcthw20k2.c213 static int src_set_sf(void *blk, unsigned int sf) src_set_sf() argument
/linux-4.4.14/drivers/atm/
H A Dambassador.c1857 static inline void sf (const char * msg) sf() function
/linux-4.4.14/arch/tile/kernel/
H A Dhardwall.c909 static int hardwall_proc_show(struct seq_file *sf, void *v) hardwall_proc_show() argument
/linux-4.4.14/fs/hostfs/
H A Dhostfs_kern.c193 static int hostfs_statfs(struct dentry *dentry, struct kstatfs *sf) hostfs_statfs() argument
/linux-4.4.14/sound/synth/emux/
H A Dsoundfont.c236 struct snd_soundfont *sf; open_patch() local
272 struct snd_soundfont *sf; newsf() local
305 is_identical_font(struct snd_soundfont *sf, int type, unsigned char *name) is_identical_font() argument
349 set_zone_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf, set_zone_counter() argument
361 sf_zone_new(struct snd_sf_list *sflist, struct snd_soundfont *sf) sf_zone_new() argument
381 set_sample_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf, set_sample_counter() argument
393 sf_sample_new(struct snd_sf_list *sflist, struct snd_soundfont *sf) sf_sample_new() argument
412 sf_sample_delete(struct snd_sf_list *sflist, struct snd_soundfont *sf, sf_sample_delete() argument
428 struct snd_soundfont *sf; load_map() local
490 remove_info(struct snd_sf_list *sflist, struct snd_soundfont *sf, remove_info() argument
524 struct snd_soundfont *sf; load_info() local
660 set_sample(struct snd_soundfont *sf, struct soundfont_voice_info *avp) set_sample() argument
686 find_sample(struct snd_soundfont *sf, int sample_id) find_sample() argument
710 struct snd_soundfont *sf; load_data() local
953 struct snd_soundfont *sf; load_guspatch() local
1148 struct snd_soundfont *sf; rebuild_presets() local
1368 struct snd_soundfont *sf, *nextsf; snd_sf_clear() local
1456 struct snd_soundfont *sf; snd_soundfont_remove_unlocked() local
/linux-4.4.14/drivers/video/fbdev/sis/
H A Dinit.c2877 unsigned short si, di, bx, sf; SiS_LoadDAC() local
/linux-4.4.14/drivers/mmc/card/
H A Dmmc_test.c2735 static int mtf_test_show(struct seq_file *sf, void *data) mtf_test_show() argument
2772 struct seq_file *sf = (struct seq_file *)file->private_data; local
2826 static int mtf_testlist_show(struct seq_file *sf, void *data) mtf_testlist_show() argument
/linux-4.4.14/drivers/media/platform/
H A Dvia-camera.c467 int sf; viacam_set_scale() local
/linux-4.4.14/fs/btrfs/
H A Dcheck-integrity.c957 struct btrfsic_stack_frame *sf; btrfsic_stack_frame_alloc() local
967 static void btrfsic_stack_frame_free(struct btrfsic_stack_frame *sf) btrfsic_stack_frame_free() argument
981 struct btrfsic_stack_frame *sf; btrfsic_process_metablock() local
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c530 xfs_attr_shortform_t *sf; xfs_attr_shortform_add() local
602 xfs_attr_shortform_t *sf; xfs_attr_shortform_remove() local
673 xfs_attr_shortform_t *sf; xfs_attr_shortform_lookup() local
704 xfs_attr_shortform_t *sf; xfs_attr_shortform_getvalue() local
742 xfs_attr_shortform_t *sf; xfs_attr_shortform_to_leaf() local
/linux-4.4.14/arch/arm/mach-omap2/
H A Domap_hwmod.c1345 u8 idlemode, sf; _enable_sysc() local
1444 u8 idlemode, sf; _idle_sysc() local
1497 u8 sf; _shutdown_sysc() local
/linux-4.4.14/tools/perf/util/
H A Dsort.c329 char *sf, *p; get_srcfile() local
/linux-4.4.14/drivers/mmc/host/
H A Dvub300.c1371 struct sdio_func *sf = card->sdio_func[n]; download_offload_pseudocode() local
/linux-4.4.14/drivers/dma/
H A Dimx-sdma.c230 u32 sf : 1; member in struct:sdma_state_registers
/linux-4.4.14/arch/powerpc/include/asm/
H A Dps3av.h497 u8 sf:3; member in struct:ps3av_audio_info_frame::pb2_bit
/linux-4.4.14/mm/
H A Dmemcontrol.c3593 static int mem_cgroup_oom_control_read(struct seq_file *sf, void *v) mem_cgroup_oom_control_read() argument
/linux-4.4.14/arch/x86/kvm/
H A Dvmx.c3475 const struct kvm_vmx_segment_field *sf = &kvm_vmx_segment_fields[seg]; fix_rmode_seg() local
3918 const struct kvm_vmx_segment_field *sf = &kvm_vmx_segment_fields[seg]; vmx_set_segment() local
4260 const struct kvm_vmx_segment_field *sf = &kvm_vmx_segment_fields[seg]; seg_setup() local

Completed in 4081 milliseconds