Home
last modified time | relevance | path

Searched defs:fp (Results 76 – 100 of 488) sorted by relevance

12345678910>>...20

/Linux-v6.6/arch/loongarch/kernel/
Dstacktrace.c43 copy_stack_frame(unsigned long fp, struct stack_frame *frame) in copy_stack_frame()
65 unsigned long fp = regs->regs[22]; in arch_stack_walk_user() local
/Linux-v6.6/tools/perf/util/
Dcputopo.c37 FILE *fp; in build_cpu_topology() local
322 FILE *fp; in load_numa_node() local
383 FILE *fp; in numa_topology__new() local
441 FILE *fp; in load_hybrid_node() local
Dvalues.c201 static void perf_read_values__display_pretty(FILE *fp, in perf_read_values__display_pretty()
249 static void perf_read_values__display_raw(FILE *fp, in perf_read_values__display_raw()
299 void perf_read_values_display(FILE *fp, struct perf_read_values *values, int raw) in perf_read_values_display()
Dmap.c432 size_t map__fprintf(struct map *map, FILE *fp) in map__fprintf()
447 static size_t __map__fprintf_dsoname(struct map *map, bool print_off, FILE *fp) in __map__fprintf_dsoname()
468 size_t map__fprintf_dsoname(struct map *map, FILE *fp) in map__fprintf_dsoname()
473 size_t map__fprintf_dsoname_dsoff(struct map *map, bool print_off, u64 addr, FILE *fp) in map__fprintf_dsoname_dsoff()
498 FILE *fp) in map__fprintf_srcline()
/Linux-v6.6/arch/sparc/kernel/
Dprocess_32.c147 unsigned long pc, fp; in show_stack() local
221 unsigned long size, fp; local
369 unsigned long pc, fp, bias = 0; local
Dsignal_64.c48 unsigned long fp, i7; in sparc64_set_context() local
147 unsigned long fp, i7; in sparc64_get_context() local
238 static bool invalid_frame_pointer(void __user *fp) in invalid_frame_pointer()
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_psp_ta.c144 static ssize_t ta_if_load_debugfs_write(struct file *fp, const char *buf, size_t len, loff_t *off) in ta_if_load_debugfs_write()
244 static ssize_t ta_if_unload_debugfs_write(struct file *fp, const char *buf, size_t len, loff_t *off) in ta_if_unload_debugfs_write()
290 static ssize_t ta_if_invoke_debugfs_write(struct file *fp, const char *buf, size_t len, loff_t *off) in ta_if_invoke_debugfs_write()
/Linux-v6.6/arch/mips/boot/tools/
Drelocs.c205 static void read_ehdr(FILE *fp) in read_ehdr()
260 static void read_shdrs(FILE *fp) in read_shdrs()
294 static void read_strtabs(FILE *fp) in read_strtabs()
319 static void read_symtabs(FILE *fp) in read_symtabs()
352 static void read_relocs(FILE *fp) in read_relocs()
407 static void remove_relocs(FILE *fp) in remove_relocs()
665 void process(FILE *fp, int as_text, int as_bin, in process()
/Linux-v6.6/drivers/infiniband/hw/hfi1/
Ddebugfs.c943 static int __i2c_debugfs_open(struct inode *in, struct file *fp, u32 target) in __i2c_debugfs_open()
952 static int i2c1_debugfs_open(struct inode *in, struct file *fp) in i2c1_debugfs_open()
957 static int i2c2_debugfs_open(struct inode *in, struct file *fp) in i2c2_debugfs_open()
962 static int __i2c_debugfs_release(struct inode *in, struct file *fp, u32 target) in __i2c_debugfs_release()
973 static int i2c1_debugfs_release(struct inode *in, struct file *fp) in i2c1_debugfs_release()
978 static int i2c2_debugfs_release(struct inode *in, struct file *fp) in i2c2_debugfs_release()
983 static int __qsfp_debugfs_open(struct inode *in, struct file *fp, u32 target) in __qsfp_debugfs_open()
992 static int qsfp1_debugfs_open(struct inode *in, struct file *fp) in qsfp1_debugfs_open()
997 static int qsfp2_debugfs_open(struct inode *in, struct file *fp) in qsfp2_debugfs_open()
1002 static int __qsfp_debugfs_release(struct inode *in, struct file *fp, u32 target) in __qsfp_debugfs_release()
[all …]
Dfile_ops.c146 static int hfi1_file_open(struct inode *inode, struct file *fp) in hfi1_file_open()
180 static long hfi1_file_ioctl(struct file *fp, unsigned int cmd, in hfi1_file_ioctl()
318 static int hfi1_file_mmap(struct file *fp, struct vm_area_struct *vma) in hfi1_file_mmap()
609 static __poll_t hfi1_poll(struct file *fp, struct poll_table_struct *pt) in hfi1_poll()
627 static int hfi1_file_close(struct inode *inode, struct file *fp) in hfi1_file_close()
1437 static __poll_t poll_urgent(struct file *fp, in poll_urgent()
1460 static __poll_t poll_next(struct file *fp, in poll_next()
/Linux-v6.6/arch/x86/kernel/
Dsignal_64.c138 #define unsafe_put_sigcontext(sc, fp, regs, set, label) \ argument
168 void __user *fp = NULL; in x64_setup_rt_frame() local
309 void __user *fp = NULL; in x32_setup_rt_frame() local
Dstacktrace.c88 copy_stack_frame(const struct stack_frame_user __user *fp, in copy_stack_frame()
109 const void __user *fp = (const void __user *)regs->bp; in arch_stack_walk_user() local
Dsignal_32.c225 #define unsafe_put_sigcontext32(sc, fp, regs, set, label) \ argument
236 void __user *fp = NULL; in ia32_setup_frame() local
307 void __user *fp = NULL; in ia32_setup_rt_frame() local
/Linux-v6.6/drivers/scsi/qedf/
Dqedf_main.c226 static void qedf_set_data_src_addr(struct qedf_ctx *qedf, struct fc_frame *fp) in qedf_set_data_src_addr()
267 static void qedf_flogi_resp(struct fc_seq *seq, struct fc_frame *fp, in qedf_flogi_resp()
307 struct fc_frame *fp, unsigned int op, in qedf_elsct_send()
336 struct fc_frame *fp; in qedf_send_flogi() local
1036 static int qedf_xmit_l2_frame(struct qedf_rport *fcport, struct fc_frame *fp) in qedf_xmit_l2_frame()
1058 static int qedf_xmit(struct fc_lport *lport, struct fc_frame *fp) in qedf_xmit()
2191 static bool qedf_fp_has_work(struct qedf_fastpath *fp) in qedf_fp_has_work()
2219 static bool qedf_process_completions(struct qedf_fastpath *fp) in qedf_process_completions()
2319 struct qedf_fastpath *fp = dev_id; in qedf_msix_handler() local
2465 struct fc_frame *fp; in qedf_recv_frame() local
[all …]
Dqedf_els.c330 struct fc_frame *fp, in qedf_process_l2_frame_compl()
423 struct fc_frame *fp; in qedf_l2_els_compl() local
500 int qedf_send_adisc(struct qedf_rport *fcport, struct fc_frame *fp) in qedf_send_adisc()
544 struct fc_frame *fp; in qedf_srr_compl() local
839 struct fc_frame *fp; in qedf_rec_compl() local
/Linux-v6.6/drivers/hid/
Dhid-roccat-pyra.c83 static ssize_t pyra_sysfs_read(struct file *fp, struct kobject *kobj, in pyra_sysfs_read()
108 static ssize_t pyra_sysfs_write(struct file *fp, struct kobject *kobj, in pyra_sysfs_write()
182 static ssize_t pyra_sysfs_read_profilex_settings(struct file *fp, in pyra_sysfs_read_profilex_settings()
200 static ssize_t pyra_sysfs_read_profilex_buttons(struct file *fp, in pyra_sysfs_read_profilex_buttons()
237 static ssize_t pyra_sysfs_write_settings(struct file *fp, in pyra_sysfs_write_settings()
/Linux-v6.6/drivers/infiniband/hw/qib/
Dqib_diag.c508 static int qib_diag_open(struct inode *in, struct file *fp) in qib_diag_open()
547 static ssize_t qib_diagpkt_write(struct file *fp, in qib_diagpkt_write()
676 static int qib_diag_release(struct inode *in, struct file *fp) in qib_diag_release()
759 static ssize_t qib_diag_read(struct file *fp, char __user *data, in qib_diag_read()
833 static ssize_t qib_diag_write(struct file *fp, const char __user *data, in qib_diag_write()
/Linux-v6.6/scripts/kconfig/
Dconfdata.c630 static void conf_write_heading(FILE *fp, const struct comment_style *cs) in conf_write_heading()
690 static void __print_symbol(FILE *fp, struct symbol *sym, enum output_n output_n, in __print_symbol()
718 static void print_symbol_for_dotconfig(FILE *fp, struct symbol *sym) in print_symbol_for_dotconfig()
723 static void print_symbol_for_autoconf(FILE *fp, struct symbol *sym) in print_symbol_for_autoconf()
733 static void print_symbol_for_c(FILE *fp, struct symbol *sym) in print_symbol_for_c()
775 static void print_symbol_for_rustccfg(FILE *fp, struct symbol *sym) in print_symbol_for_rustccfg()
/Linux-v6.6/fs/ocfs2/
Dlocks.c27 struct ocfs2_file_private *fp = file->private_data; in ocfs2_do_flock() local
85 struct ocfs2_file_private *fp = file->private_data; in ocfs2_do_funlock() local
/Linux-v6.6/fs/nfsd/
Dnfs4layouts.c160 struct nfs4_file *fp = ls->ls_stid.sc_file; in nfsd4_free_layout_stateid() local
217 struct nfs4_file *fp = parent->sc_file; in nfsd4_alloc_layout_stateid() local
386 struct nfs4_file *fp = ls->ls_stid.sc_file; in nfsd4_recall_conflict() local
406 struct nfs4_file *fp = ls->ls_stid.sc_file; in nfsd4_insert_layout() local
592 nfsd4_return_all_file_layouts(struct nfs4_client *clp, struct nfs4_file *fp) in nfsd4_return_all_file_layouts()
/Linux-v6.6/tools/perf/
Dbuiltin-buildid-list.c53 static int sysfs__fprintf_build_id(FILE *fp) in sysfs__fprintf_build_id()
65 static int filename__fprintf_build_id(const char *name, FILE *fp) in filename__fprintf_build_id()
/Linux-v6.6/net/unix/
Dscm.c49 void unix_inflight(struct user_struct *user, struct file *fp) in unix_inflight()
71 void unix_notinflight(struct user_struct *user, struct file *fp) in unix_notinflight()
/Linux-v6.6/security/selinux/ss/
Davtab.c370 int avtab_read_item(struct avtab *a, void *fp, struct policydb *pol, in avtab_read_item()
538 int avtab_read(struct avtab *a, void *fp, struct policydb *pol) in avtab_read()
582 int avtab_write_item(struct policydb *p, const struct avtab_node *cur, void *fp) in avtab_write_item()
617 int avtab_write(struct policydb *p, struct avtab *a, void *fp) in avtab_write()
/Linux-v6.6/samples/fprobe/
Dfprobe_example.c51 static int sample_entry_handler(struct fprobe *fp, unsigned long ip, in sample_entry_handler()
69 static void sample_exit_handler(struct fprobe *fp, unsigned long ip, in sample_exit_handler()
/Linux-v6.6/arch/x86/kernel/fpu/
Dsignal.c74 struct _fpstate_32 __user *fp = buf; in save_fsave_header() local
88 struct fregs_state __user *fp = buf; in save_fsave_header() local
199 struct user_i387_ia32_struct fp; in copy_fpstate_to_sigframe() local

12345678910>>...20