Home
last modified time | relevance | path

Searched defs:sf (Results 1 – 25 of 114) sorted by relevance

12345

/linux-6.6.21/arch/arm64/net/
Dbpf_jit.h19 #define A64_VARIANT(sf) \ argument
23 #define A64_COMP_BRANCH(sf, Rt, offset, type) \ argument
26 #define A64_CBZ(sf, Rt, imm19) A64_COMP_BRANCH(sf, Rt, (imm19) << 2, ZERO) argument
27 #define A64_CBNZ(sf, Rt, imm19) A64_COMP_BRANCH(sf, Rt, (imm19) << 2, NONZERO) argument
106 #define A64_SIZE(sf) \ argument
108 #define A64_LSX(sf, Rt, Rn, Rs, type) \ argument
112 #define A64_LDXR(sf, Rt, Rn) \ argument
115 #define A64_STXR(sf, Rt, Rn, Rs) \ argument
118 #define A64_STLXR(sf, Rt, Rn, Rs) \ argument
128 #define A64_ST_OP(sf, Rn, Rs, op) \ argument
[all …]
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/sf/
Ddevlink.c43 struct mlx5_sf *sf; in mlx5_sf_lookup_by_function_id() local
52 static int mlx5_sf_id_insert(struct mlx5_sf_table *table, struct mlx5_sf *sf) in mlx5_sf_id_insert()
57 static void mlx5_sf_id_erase(struct mlx5_sf_table *table, struct mlx5_sf *sf) in mlx5_sf_id_erase()
67 struct mlx5_sf *sf; in mlx5_sf_alloc() local
112 static void mlx5_sf_free(struct mlx5_sf_table *table, struct mlx5_sf *sf) in mlx5_sf_free()
164 static bool mlx5_sf_is_active(const struct mlx5_sf *sf) in mlx5_sf_is_active()
176 struct mlx5_sf *sf; in mlx5_devlink_sf_port_fn_state_get() local
197 static int mlx5_sf_activate(struct mlx5_core_dev *dev, struct mlx5_sf *sf, in mlx5_sf_activate()
218 static int mlx5_sf_deactivate(struct mlx5_core_dev *dev, struct mlx5_sf *sf) in mlx5_sf_deactivate()
235 struct mlx5_sf *sf, in mlx5_sf_state_set()
[all …]
/linux-6.6.21/tools/perf/util/
Ds390-cpumsf.c183 struct s390_cpumsf *sf; member
196 static int s390_cpumcf_dumpctr(struct s390_cpumsf *sf, in s390_cpumcf_dumpctr()
433 static void s390_cpumsf_dump(struct s390_cpumsf *sf, in s390_cpumsf_dump()
494 static void s390_cpumsf_dump_event(struct s390_cpumsf *sf, unsigned char *buf, in s390_cpumsf_dump_event()
602 struct s390_cpumsf *sf = sfq->sf; in s390_cpumsf_samples() local
768 s390_cpumsf_alloc_queue(struct s390_cpumsf *sf, unsigned int queue_nr) in s390_cpumsf_alloc_queue()
799 static int s390_cpumsf_setup_queue(struct s390_cpumsf *sf, in s390_cpumsf_setup_queue()
820 static int s390_cpumsf_setup_queues(struct s390_cpumsf *sf, u64 ts) in s390_cpumsf_setup_queues()
834 static int s390_cpumsf_update_queues(struct s390_cpumsf *sf, u64 ts) in s390_cpumsf_update_queues()
843 static int s390_cpumsf_process_queues(struct s390_cpumsf *sf, u64 timestamp) in s390_cpumsf_process_queues()
[all …]
Dsrccode.c77 static void free_srcfile(struct srcfile *sf) in free_srcfile()
159 struct srcfile *sf = find_srcfile(fn); in find_sourceline() local
/linux-6.6.21/sound/synth/emux/
Dsoundfont.c223 struct snd_soundfont *sf; in open_patch() local
259 struct snd_soundfont *sf; in newsf() local
292 is_identical_font(struct snd_soundfont *sf, int type, unsigned char *name) in is_identical_font()
336 set_zone_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf, in set_zone_counter()
348 sf_zone_new(struct snd_sf_list *sflist, struct snd_soundfont *sf) in sf_zone_new()
369 set_sample_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf, in set_sample_counter()
381 sf_sample_new(struct snd_sf_list *sflist, struct snd_soundfont *sf) in sf_sample_new()
401 sf_sample_delete(struct snd_sf_list *sflist, struct snd_soundfont *sf, in sf_sample_delete()
417 struct snd_soundfont *sf; in load_map() local
480 remove_info(struct snd_sf_list *sflist, struct snd_soundfont *sf, in remove_info()
[all …]
/linux-6.6.21/drivers/usb/mtu3/
Dmtu3_debugfs.c79 static int mtu3_link_state_show(struct seq_file *sf, void *unused) in mtu3_link_state_show()
91 static int mtu3_ep_used_show(struct seq_file *sf, void *unused) in mtu3_ep_used_show()
173 static int mtu3_ep_info_show(struct seq_file *sf, void *unused) in mtu3_ep_info_show()
187 static int mtu3_fifo_show(struct seq_file *sf, void *unused) in mtu3_fifo_show()
201 static int mtu3_qmu_ring_show(struct seq_file *sf, void *unused) in mtu3_qmu_ring_show()
219 static int mtu3_qmu_gpd_show(struct seq_file *sf, void *unused) in mtu3_qmu_gpd_show()
289 static int mtu3_probe_show(struct seq_file *sf, void *unused) in mtu3_probe_show()
318 struct seq_file *sf = file->private_data; in mtu3_probe_write() local
430 static int ssusb_mode_show(struct seq_file *sf, void *unused) in ssusb_mode_show()
449 struct seq_file *sf = file->private_data; in ssusb_mode_write() local
[all …]
/linux-6.6.21/drivers/isdn/hardware/mISDN/
Dspeedfax.c114 struct sfax_hw *sf = dev_id; in IOFUNC_IND() local
146 enable_hwirq(struct sfax_hw *sf) in enable_hwirq()
154 disable_hwirq(struct sfax_hw *sf) in disable_hwirq()
162 reset_speedfax(struct sfax_hw *sf) in reset_speedfax()
176 sfax_ctrl(struct sfax_hw *sf, u32 cmd, u_long arg) in sfax_ctrl()
208 channel_ctrl(struct sfax_hw *sf, struct mISDN_ctrl_req *cq) in channel_ctrl()
240 struct sfax_hw *sf = dch->hw; in sfax_dctrl() local
273 init_card(struct sfax_hw *sf) in init_card()
312 setup_speedfax(struct sfax_hw *sf) in setup_speedfax()
/linux-6.6.21/drivers/gpu/drm/arm/display/komeda/d71/
Dd71_component.c88 static void dump_block_header(struct seq_file *sf, void __iomem *reg) in dump_block_header()
286 static void d71_layer_dump(struct komeda_component *c, struct seq_file *sf) in d71_layer_dump()
484 static void d71_wb_layer_dump(struct komeda_component *c, struct seq_file *sf) in d71_wb_layer_dump()
624 static void d71_compiz_dump(struct komeda_component *c, struct seq_file *sf) in d71_compiz_dump()
793 static void d71_scaler_dump(struct komeda_component *c, struct seq_file *sf) in d71_scaler_dump()
922 static void d71_splitter_dump(struct komeda_component *c, struct seq_file *sf) in d71_splitter_dump()
988 static void d71_merger_dump(struct komeda_component *c, struct seq_file *sf) in d71_merger_dump()
1091 static void d71_improc_dump(struct komeda_component *c, struct seq_file *sf) in d71_improc_dump()
1209 struct seq_file *sf) in d71_timing_ctrlr_dump()
1356 static void d71_gcu_dump(struct d71_dev *d71, struct seq_file *sf) in d71_gcu_dump()
[all …]
/linux-6.6.21/block/
Dbfq-cgroup.c90 static u64 blkg_prfill_stat(struct seq_file *sf, struct blkg_policy_data *pd, in blkg_prfill_stat()
1004 static int bfq_io_show_weight_legacy(struct seq_file *sf, void *v) in bfq_io_show_weight_legacy()
1018 static u64 bfqg_prfill_weight_device(struct seq_file *sf, in bfqg_prfill_weight_device()
1028 static int bfq_io_show_weight(struct seq_file *sf, void *v) in bfq_io_show_weight()
1158 static int bfqg_print_rwstat(struct seq_file *sf, void *v) in bfqg_print_rwstat()
1165 static u64 bfqg_prfill_rwstat_recursive(struct seq_file *sf, in bfqg_prfill_rwstat_recursive()
1174 static int bfqg_print_rwstat_recursive(struct seq_file *sf, void *v) in bfqg_print_rwstat_recursive()
1183 static int bfqg_print_stat(struct seq_file *sf, void *v) in bfqg_print_stat()
1190 static u64 bfqg_prfill_stat_recursive(struct seq_file *sf, in bfqg_prfill_stat_recursive()
1215 static int bfqg_print_stat_recursive(struct seq_file *sf, void *v) in bfqg_print_stat_recursive()
[all …]
Dblk-cgroup-rwstat.c42 u64 __blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, in __blkg_prfill_rwstat()
79 u64 blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, in blkg_prfill_rwstat()
/linux-6.6.21/arch/arc/kernel/
Dsignal.c101 stash_usr_regs(struct rt_sigframe __user *sf, struct pt_regs *regs, in stash_usr_regs()
142 static int restore_usr_regs(struct pt_regs *regs, struct rt_sigframe __user *sf) in restore_usr_regs()
197 struct rt_sigframe __user *sf; in SYSCALL_DEFINE0() local
272 struct rt_sigframe __user *sf; in setup_rt_frame() local
/linux-6.6.21/kernel/cgroup/
Dmisc.c206 static int misc_cg_max_show(struct seq_file *sf, void *v) in misc_cg_max_show()
295 static int misc_cg_current_show(struct seq_file *sf, void *v) in misc_cg_current_show()
320 static int misc_cg_capacity_show(struct seq_file *sf, void *v) in misc_cg_capacity_show()
334 static int misc_events_show(struct seq_file *sf, void *v) in misc_events_show()
/linux-6.6.21/drivers/hwmon/
Demc6w201.c183 int sf = to_sensor_dev_attr_2(devattr)->index; in in_show() local
195 int sf = to_sensor_dev_attr_2(devattr)->index; in in_store() local
222 int sf = to_sensor_dev_attr_2(devattr)->index; in temp_show() local
234 int sf = to_sensor_dev_attr_2(devattr)->index; in temp_store() local
261 int sf = to_sensor_dev_attr_2(devattr)->index; in fan_show() local
278 int sf = to_sensor_dev_attr_2(devattr)->index; in fan_store() local
/linux-6.6.21/arch/powerpc/perf/
Dcallchain_32.c81 struct signal_frame_32 __user *sf; in sane_signal_32_frame() local
92 struct rt_signal_frame_32 __user *sf; in sane_rt_signal_32_frame() local
105 struct signal_frame_32 __user *sf; in signal_frame_32_regs() local
/linux-6.6.21/drivers/gpu/host1x/
Dfence.c35 struct host1x_syncpt_fence *sf = to_host1x_fence(f); in host1x_syncpt_fence_enable_signaling() local
149 struct host1x_syncpt_fence *sf = to_host1x_fence(f); in host1x_fence_cancel() local
/linux-6.6.21/drivers/hwtracing/stm/
Dftrace.c48 struct stm_ftrace *sf = container_of(data, struct stm_ftrace, data); in stm_ftrace_link() local
59 struct stm_ftrace *sf = container_of(data, struct stm_ftrace, data); in stm_ftrace_unlink() local
/linux-6.6.21/arch/sparc/kernel/
Dsignal_32.c77 struct signal_frame __user *sf; in do_sigreturn() local
143 struct rt_signal_frame __user *sf; in do_rt_sigreturn() local
228 struct signal_frame __user *sf; in setup_frame() local
323 struct rt_signal_frame __user *sf; in setup_rt_frame() local
Dsignal32.c85 struct signal_frame32 __user *sf; in do_sigreturn32() local
176 struct rt_signal_frame32 __user *sf; in do_rt_sigreturn32() local
355 struct signal_frame32 __user *sf; in setup_frame32() local
490 struct rt_signal_frame32 __user *sf; in setup_rt_frame32() local
/linux-6.6.21/arch/s390/kernel/
Dunwind_bc.c55 struct stack_frame *sf; in unwind_next_frame() local
125 struct stack_frame *sf; in __unwind_start() local
/linux-6.6.21/tools/testing/selftests/arm64/signal/testcases/
Dtestcases.h28 #define GET_SF_RESV_HEAD(sf) \ argument
31 #define GET_SF_RESV_SIZE(sf) \ argument
/linux-6.6.21/fs/kernfs/
Dfile.c135 static void kernfs_seq_stop_active(struct seq_file *sf, void *v) in kernfs_seq_stop_active()
145 static void *kernfs_seq_start(struct seq_file *sf, loff_t *ppos) in kernfs_seq_start()
169 static void *kernfs_seq_next(struct seq_file *sf, void *v, loff_t *ppos) in kernfs_seq_next()
190 static void kernfs_seq_stop(struct seq_file *sf, void *v) in kernfs_seq_stop()
199 static int kernfs_seq_show(struct seq_file *sf, void *v) in kernfs_seq_show()
/linux-6.6.21/drivers/net/ethernet/microchip/sparx5/
Dsparx5_psfp.c118 const struct sparx5_psfp_sf *sf) in sparx5_psfp_sf_set()
203 int sparx5_psfp_sf_add(struct sparx5 *sparx5, const struct sparx5_psfp_sf *sf, in sparx5_psfp_sf_add()
219 const struct sparx5_psfp_sf sf = { 0 }; in sparx5_psfp_sf_del() local
/linux-6.6.21/drivers/media/cec/core/
Dcec-pin-error-inj.c240 static void cec_pin_show_cmd(struct seq_file *sf, u32 cmd, u8 mode) in cec_pin_show_cmd()
262 int cec_pin_error_inj_show(struct cec_adapter *adap, struct seq_file *sf) in cec_pin_error_inj_show()
Dcec-core.c206 struct seq_file *sf = file->private_data; in cec_error_inj_write() local
230 static int cec_error_inj_show(struct seq_file *sf, void *unused) in cec_error_inj_show()
/linux-6.6.21/fs/pstore/
Dinode.c132 struct seq_file *sf = file->private_data; in pstore_file_read() local
144 struct seq_file *sf; in pstore_file_open() local
163 struct seq_file *sf = file->private_data; in pstore_file_llseek() local

12345