Searched refs:fp (Results 226 - 250 of 766) sorted by relevance

1234567891011>>

/linux-master/include/net/
H A Daf_unix.h23 void unix_inflight(struct user_struct *user, struct file *fp);
24 void unix_notinflight(struct user_struct *user, struct file *fp);
44 struct scm_fp_list *fp; /* Passed files */ member in struct:unix_skb_parms
/linux-master/tools/testing/vsock/
H A Dvsock_diag_test.c81 static void print_vsock_addr(FILE *fp, unsigned int cid, unsigned int port) argument
84 fprintf(fp, "*:");
86 fprintf(fp, "%u:", cid);
89 fprintf(fp, "*");
91 fprintf(fp, "%u", port);
94 static void print_vsock_stat(FILE *fp, struct vsock_stat *st) argument
96 print_vsock_addr(fp, st->msg.vdiag_src_cid, st->msg.vdiag_src_port);
97 fprintf(fp, " ");
98 print_vsock_addr(fp, st->msg.vdiag_dst_cid, st->msg.vdiag_dst_port);
99 fprintf(fp, "
106 print_vsock_stats(FILE *fp, struct list_head *head) argument
[all...]
/linux-master/arch/riscv/kernel/
H A Dtraps_misaligned.c412 int i, fp = 0, shift = 0, len = 0; local
442 fp = 1;
445 fp = 1;
471 fp = 1;
475 fp = 1;
479 fp = 1;
483 fp = 1;
491 if (!IS_ENABLED(CONFIG_FPU) && fp)
500 if (!fp)
518 int i, len = 0, fp local
[all...]
/linux-master/fs/smb/server/
H A Dvfs.c288 static int ksmbd_vfs_stream_read(struct ksmbd_file *fp, char *buf, loff_t *pos, argument
297 v_len = ksmbd_vfs_getcasexattr(file_mnt_idmap(fp->filp),
298 fp->filp->f_path.dentry,
299 fp->stream.name,
300 fp->stream.size,
367 * @fp: ksmbd file pointer
374 int ksmbd_vfs_read(struct ksmbd_work *work, struct ksmbd_file *fp, size_t count, argument
377 struct file *filp = fp->filp;
388 if (!(fp->daccess & (FILE_READ_DATA_LE | FILE_EXECUTE_LE))) {
389 pr_err("no right to read(%pD)\n", fp
417 ksmbd_vfs_stream_write(struct ksmbd_file *fp, char *buf, loff_t *pos, size_t count) argument
490 ksmbd_vfs_write(struct ksmbd_work *work, struct ksmbd_file *fp, char *buf, size_t count, loff_t *pos, bool sync, ssize_t *written) argument
576 struct ksmbd_file *fp; local
818 ksmbd_vfs_truncate(struct ksmbd_work *work, struct ksmbd_file *fp, loff_t size) argument
989 ksmbd_vfs_zero_data(struct ksmbd_work *work, struct ksmbd_file *fp, loff_t off, loff_t len) argument
1003 ksmbd_vfs_fqar_lseek(struct ksmbd_file *fp, loff_t start, loff_t length, struct file_allocated_range_buffer *ranges, unsigned int in_count, unsigned int *out_count) argument
1124 ksmbd_vfs_empty_dir(struct ksmbd_file *fp) argument
[all...]
/linux-master/arch/powerpc/math-emu/
H A Dfsqrts.c7 #include <math-emu/soft-fp.h>
H A Dfsqrt.c7 #include <math-emu/soft-fp.h>
H A Dlfs.c7 #include <math-emu/soft-fp.h>
H A Dfsel.c7 #include <math-emu/soft-fp.h>
H A Dfcmpu.c7 #include <math-emu/soft-fp.h>
H A Dfadds.c7 #include <math-emu/soft-fp.h>
H A Dstfs.c7 #include <math-emu/soft-fp.h>
H A Dfadd.c7 #include <math-emu/soft-fp.h>
/linux-master/arch/sparc/kernel/
H A Dunaligned_64.c122 unsigned long value, fp; local
127 fp = regs->u_regs[UREG_FP];
131 win = (struct reg_window *)(fp + STACK_BIAS);
133 } else if (!test_thread_64bit_stack(fp)) {
135 win32 = (struct reg_window32 __user *)((unsigned long)((u32)fp));
139 win = (struct reg_window __user *)(fp + STACK_BIAS);
147 unsigned long fp; local
152 fp = regs->u_regs[UREG_FP];
156 win = (struct reg_window *)(fp + STACK_BIAS);
158 } else if (!test_thread_64bit_stack(fp)) {
415 unsigned long fp = regs->u_regs[UREG_FP]; local
[all...]
H A Dasm-offsets.c33 OFFSET(SC_REG_FP, saved_context, fp);
/linux-master/arch/mips/power/
H A Dhibernate_asm.S18 PTR_S fp, PT_R30(t0)
48 PTR_L fp, PT_R30(t0)
/linux-master/arch/arc/kernel/
H A Darc_hostlink.c18 static int arc_hl_mmap(struct file *fp, struct vm_area_struct *vma) argument
H A Dstacktrace.c53 frame_info->regs.r27 = regs->fp;
63 unsigned long fp, sp, blink, ret; local
71 : "=r"(fp), "=r"(sp), "=r"(blink), "=r"(ret)
74 frame_info->regs.r27 = fp;
151 /* On ARC, only Dward based unwinder works. fp based backtracing is
153 * prologue is setup (callee regs saved and then fp set and not other
/linux-master/tools/lib/api/fd/
H A Darray.c141 int fdarray__fprintf(struct fdarray *fda, FILE *fp) argument
143 int fd, printed = fprintf(fp, "%d [ ", fda->nr);
146 printed += fprintf(fp, "%s%d", fd ? ", " : "", fda->entries[fd].fd);
148 return printed + fprintf(fp, " ]");
H A Darray.h52 int fdarray__fprintf(struct fdarray *fda, FILE *fp);
/linux-master/arch/loongarch/include/asm/
H A Dregdef.h30 #define fp $r22 /* frame pointer */ macro
/linux-master/arch/hexagon/include/asm/
H A Dprocessor.h123 unsigned long fp; member in struct:hexagon_switch_stack
/linux-master/tools/perf/util/
H A Devents_stats.h55 size_t events_stats__fprintf(struct events_stats *stats, FILE *fp,
H A Dthread_map.h24 size_t thread_map__fprintf(struct perf_thread_map *threads, FILE *fp);
/linux-master/arch/arm/kernel/
H A Dreturn_address.c41 frame.fp = (unsigned long)__builtin_frame_address(0);
/linux-master/tools/perf/tests/shell/
H A Dtest_arm_callgraph_fp.sh2 # Check Arm64 callgraphs are complete in fp mode
31 perf record -o "$PERF_DATA" --call-graph fp -e cycles//u -D 1000 --user-callchains -- $TEST_PROGRAM 2> /dev/null &

Completed in 355 milliseconds

1234567891011>>