Searched refs:fp (Results 76 - 100 of 766) sorted by relevance

1234567891011>>

/linux-master/tools/perf/util/
H A Dprint_insn.c16 size_t sample__fprintf_insn_raw(struct perf_sample *sample, FILE *fp) argument
21 printed += fprintf(fp, "%02x", (unsigned char)sample->insn[i]);
23 printed += fprintf(fp, " ");
73 cs_insn *insn, FILE *fp)
84 printed += fprintf(fp, "%s ", insn[0].mnemonic);
85 printed += symbol__fprintf_symname_offs(al.sym, &al, fp);
92 printed += fprintf(fp, "%s %s", insn[0].mnemonic, insn[0].op_str);
97 struct machine *machine, FILE *fp)
109 return sample__fprintf_insn_raw(sample, fp);
116 printed += print_insn_x86(sample, thread, &insn[0], fp);
72 print_insn_x86(struct perf_sample *sample, struct thread *thread, cs_insn *insn, FILE *fp) argument
96 sample__fprintf_insn_asm(struct perf_sample *sample, struct thread *thread, struct machine *machine, FILE *fp) argument
[all...]
H A Dprint_binary.h22 unsigned int val, void *extra, FILE *fp);
26 void *extra, FILE *fp);
H A Devent.c174 size_t perf_event__fprintf_comm(union perf_event *event, FILE *fp) argument
183 return fprintf(fp, "%s: %s:%d/%d\n", s, event->comm.comm, event->comm.pid, event->comm.tid);
186 size_t perf_event__fprintf_namespaces(union perf_event *event, FILE *fp) argument
195 ret += fprintf(fp, " %d/%d - nr_namespaces: %u\n\t\t[",
202 ret += fprintf(fp, "\n\t\t ");
204 ret += fprintf(fp, "%u/%s: %" PRIu64 "/%#" PRIx64 "%s", idx,
213 size_t perf_event__fprintf_cgroup(union perf_event *event, FILE *fp) argument
215 return fprintf(fp, " cgroup: %" PRI_lu64 " %s\n",
315 size_t perf_event__fprintf_mmap(union perf_event *event, FILE *fp) argument
317 return fprintf(fp, "
324 perf_event__fprintf_mmap2(union perf_event *event, FILE *fp) argument
358 perf_event__fprintf_thread_map(union perf_event *event, FILE *fp) argument
374 perf_event__fprintf_cpu_map(union perf_event *event, FILE *fp) argument
406 perf_event__fprintf_task(union perf_event *event, FILE *fp) argument
429 perf_event__fprintf_aux(union perf_event *event, FILE *fp) argument
439 perf_event__fprintf_itrace_start(union perf_event *event, FILE *fp) argument
445 perf_event__fprintf_aux_output_hw_id(union perf_event *event, FILE *fp) argument
451 perf_event__fprintf_switch(union perf_event *event, FILE *fp) argument
467 perf_event__fprintf_lost(union perf_event *event, FILE *fp) argument
472 perf_event__fprintf_ksymbol(union perf_event *event, FILE *fp) argument
480 perf_event__fprintf_bpf(union perf_event *event, FILE *fp) argument
486 text_poke_printer(enum binary_printer_ops op, unsigned int val, void *extra, FILE *fp) argument
503 perf_event__fprintf_text_poke(union perf_event *event, struct machine *machine, FILE *fp) argument
533 perf_event__fprintf(union perf_event *event, struct machine *machine, FILE *fp) argument
[all...]
H A Dcolor.h39 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args);
40 int color_fprintf(FILE *fp, const char *color, const char *fmt, ...);
42 int color_fwrite_lines(FILE *fp, const char *color, size_t count, const char *buf);
46 int percent_color_fprintf(FILE *fp, const char *fmt, double percent);
/linux-master/arch/mips/fw/lib/
H A Dcall_o32.S38 * and fp are preserved, v0 holds the result. This code relies on the
47 REG_S fp,O32_FRAMESZ-2*SZREG(sp)
60 move fp,sp
62 REG_SUBU fp,a1,O32_NFRAMESZ
64 REG_S sp,O32_NFRAMESZ-1*SZREG(fp)
70 sw a6,4*O32_SZREG(fp)
71 sw a7,5*O32_SZREG(fp)
74 PTR_LA t1,6*O32_SZREG(fp)
84 move sp,fp
99 REG_L fp,O32_FRAMES
[all...]
/linux-master/arch/openrisc/kernel/
H A Dunwinder.c20 unsigned long *fp; member in struct:or1k_frameinfo
33 return (frameinfo->fp == NULL ||
34 (!kstack_end(frameinfo->fp) &&
35 frameinfo->fp > &frameinfo->top)) &&
77 next_fp = frameinfo->fp;
/linux-master/tools/lib/api/fs/
H A Dcgroup.c21 FILE *fp; local
35 fp = fopen("/proc/mounts", "r");
36 if (!fp)
53 while (getline(&line, &len, fp) != -1) {
92 fclose(fp);
/linux-master/tools/testing/selftests/lsm/
H A Dcommon.c55 FILE *fp; local
58 fp = fopen("/sys/kernel/security/lsm", "r");
59 if (fp == NULL)
61 red = fread(lsms, 1, size, fp);
62 fclose(fp);
/linux-master/tools/testing/selftests/resctrl/
H A Dresctrlfs.c134 FILE *fp; local
142 fp = fopen(phys_pkg_path, "r");
143 if (!fp) {
148 if (fscanf(fp, "%d", domain_id) <= 0) {
150 fclose(fp);
154 fclose(fp);
171 FILE *fp; local
179 fp = fopen(cache_path, "r");
180 if (!fp) {
185 if (fscanf(fp, "
228 FILE *fp; local
267 FILE *fp; local
503 FILE *fp; local
800 FILE *fp; local
[all...]
/linux-master/arch/m68k/coldfire/
H A Dvectors.c26 asmlinkage void dbginterrupt_c(struct frame *fp) argument
28 extern void dump(struct pt_regs *fp);
30 dump((struct pt_regs *) fp);
/linux-master/fs/smb/server/
H A Dvfs_cache.h133 static inline bool ksmbd_stream_fd(struct ksmbd_file *fp) argument
135 return fp->stream.name != NULL;
145 void ksmbd_fd_put(struct ksmbd_work *work, struct ksmbd_file *fp);
150 void ksmbd_put_durable_fd(struct ksmbd_file *fp);
153 unsigned int ksmbd_open_durable_fd(struct ksmbd_file *fp);
161 void ksmbd_update_fstate(struct ksmbd_file_table *ft, struct ksmbd_file *fp,
177 bool ksmbd_inode_pending_delete(struct ksmbd_file *fp);
178 void ksmbd_set_inode_pending_delete(struct ksmbd_file *fp);
179 void ksmbd_clear_inode_pending_delete(struct ksmbd_file *fp);
180 void ksmbd_fd_set_delete_on_close(struct ksmbd_file *fp,
[all...]
/linux-master/arch/arc/kernel/
H A Dctx_sw_asm.S28 push fp
32 mov fp, sp
55 pop fp
/linux-master/drivers/video/fbdev/geode/
H A Dvideo_gx.c179 unsigned long fp; local
190 fp = read_fp(par, FP_PM);
191 fp &= ~FP_PM_P;
192 write_fp(par, FP_PM, fp);
196 fp = read_fp(par, FP_PT1);
197 fp &= FP_PT1_VSIZE_MASK;
198 fp |= info->var.yres << FP_PT1_VSIZE_SHIFT;
199 write_fp(par, FP_PT1, fp);
204 fp = 0x0F100000;
209 fp |
[all...]
/linux-master/arch/hexagon/kernel/
H A Dtraps.c77 static void do_show_stack(struct task_struct *task, unsigned long *fp, argument
95 if (fp == NULL) {
97 asm("%0 = r30" : "=r" (fp));
99 fp = (unsigned long *)
101 task->thread.switch_sp)->fp;
105 if ((((unsigned long) fp) & 0x3) || ((unsigned long) fp < 0x1000)) {
106 printk("%s-- Corrupt frame pointer %p\n", loglvl, fp);
112 ip = *(fp+1);
123 printk("%s[%p] 0x%lx: %s + 0x%lx", loglvl, fp, i
174 show_stack(struct task_struct *task, unsigned long *fp, const char *loglvl) argument
[all...]
H A Dprocess.c129 unsigned long fp, pc; local
134 fp = ((struct hexagon_switch_stack *)p->thread.switch_sp)->fp;
136 if (fp < (stack_page + sizeof(struct thread_info)) ||
137 fp >= (THREAD_SIZE - 8 + stack_page))
139 pc = ((unsigned long *)fp)[1];
142 fp = *(unsigned long *) fp;
/linux-master/drivers/scsi/libfc/
H A Dfc_exch.c256 * @fp: The frame whose header is to be modified
262 static void fc_exch_setup_hdr(struct fc_exch *ep, struct fc_frame *fp, argument
265 struct fc_frame_header *fh = fc_frame_header_get(fp);
268 fr_sof(fp) = ep->class;
270 fr_sof(fp) = fc_sof_normal(ep->class);
273 fr_eof(fp) = FC_EOF_T;
275 fr_eof(fp) = FC_EOF_N;
285 fill = fr_len(fp) & 3;
289 skb_put(fp_skb(fp), fill);
293 WARN_ON(fr_len(fp)
463 fc_seq_send_locked(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp) argument
525 fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp) argument
637 struct fc_frame *fp; local
729 fc_invoke_resp(struct fc_exch *ep, struct fc_seq *sp, struct fc_frame *fp) argument
905 fc_exch_alloc(struct fc_lport *lport, struct fc_frame *fp) argument
990 fc_exch_resp(struct fc_lport *lport, struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1038 fc_seq_lookup_recip(struct fc_lport *lport, struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1168 fc_seq_lookup_orig(struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1227 fc_seq_els_rsp_send(struct fc_frame *fp, enum fc_els_cmd els_cmd, struct fc_seq_els_data *els_data) argument
1256 fc_seq_send_last(struct fc_seq *sp, struct fc_frame *fp, enum fc_rctl rctl, enum fc_fh_type fh_type) argument
1277 struct fc_frame *fp; local
1341 struct fc_frame *fp; local
1413 struct fc_frame *fp; local
1474 fc_seq_assign(struct fc_lport *lport, struct fc_frame *fp) argument
1509 fc_exch_recv_req(struct fc_lport *lport, struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1571 fc_exch_recv_seq_resp(struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1665 fc_exch_recv_resp(struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1687 fc_exch_abts_resp(struct fc_exch *ep, struct fc_frame *fp) argument
1764 fc_exch_recv_bls(struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1833 struct fc_frame *fp; local
1865 struct fc_frame *fp; local
2019 struct fc_frame *fp; local
2101 fc_exch_rrq_resp(struct fc_seq *sp, struct fc_frame *fp, void *arg) argument
2175 fc_exch_seq_send(struct fc_lport *lport, struct fc_frame *fp, void (*resp)(struct fc_seq *, struct fc_frame *fp, void *arg), void (*destructor)(struct fc_seq *, void *), void *arg, u32 timer_msec) argument
2247 struct fc_frame *fp; local
2293 fc_exch_els_rrq(struct fc_frame *fp) argument
2602 fc_exch_recv(struct fc_lport *lport, struct fc_frame *fp) argument
[all...]
H A Dfc_disc.c68 * @fp: The RSCN frame
70 static void fc_disc_recv_rscn_req(struct fc_disc *disc, struct fc_frame *fp) argument
89 rp = fc_frame_payload_get(fp, sizeof(*rp));
100 rp = fc_frame_payload_get(fp, len);
137 fc_seq_els_rsp_send(fp, ELS_LS_ACC, NULL);
159 fc_frame_free(fp);
165 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data);
166 fc_frame_free(fp);
172 * @fp: The request frame
178 static void fc_disc_recv_req(struct fc_lport *lport, struct fc_frame *fp) argument
296 fc_disc_error(struct fc_disc *disc, struct fc_frame *fp) argument
341 struct fc_frame *fp; local
493 fc_disc_gpn_ft_resp(struct fc_seq *sp, struct fc_frame *fp, void *disc_arg) argument
565 fc_disc_gpn_id_resp(struct fc_seq *sp, struct fc_frame *fp, void *rdata_arg) argument
646 struct fc_frame *fp; local
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c80 * Makes sure the contents of the bp->fp[to].napi is kept
88 struct bnx2x_fastpath *from_fp = &bp->fp[from];
89 struct bnx2x_fastpath *to_fp = &bp->fp[to];
110 /* move sp_objs contents as well, as their indices match fp ones */
113 /* move fp_stats contents as well, as their indices match fp ones */
116 /* Update txdata pointers in fp and move txdata content accordingly:
117 * Each fp consumes 'max_cos' txdata structures, so the index should be
174 /* Queue pointer cannot be re-set on an fp-basis, as moving pointer
179 struct bnx2x_fastpath *fp = &bp->fp[ local
345 bnx2x_update_last_max_sge(struct bnx2x_fastpath *fp, u16 idx) argument
354 bnx2x_update_sge_prod(struct bnx2x_fastpath *fp, u16 sge_len, struct eth_end_agg_rx_cqe *cqe) argument
430 bnx2x_tpa_start(struct bnx2x_fastpath *fp, u16 queue, u16 cons, u16 prod, struct eth_fast_path_rx_cqe *cqe) argument
547 bnx2x_alloc_rx_sge(struct bnx2x *bp, struct bnx2x_fastpath *fp, u16 index, gfp_t gfp_mask) argument
586 bnx2x_fill_frag_skb(struct bnx2x *bp, struct bnx2x_fastpath *fp, struct bnx2x_agg_info *tpa_info, u16 pages, struct sk_buff *skb, struct eth_end_agg_rx_cqe *cqe, u16 cqe_idx) argument
677 bnx2x_build_skb(const struct bnx2x_fastpath *fp, void *data) argument
688 bnx2x_frag_free(const struct bnx2x_fastpath *fp, void *data) argument
696 bnx2x_frag_alloc(const struct bnx2x_fastpath *fp, gfp_t gfp_mask) argument
743 bnx2x_gro_receive(struct bnx2x *bp, struct bnx2x_fastpath *fp, struct sk_buff *skb) argument
766 bnx2x_tpa_stop(struct bnx2x *bp, struct bnx2x_fastpath *fp, struct bnx2x_agg_info *tpa_info, u16 pages, struct eth_end_agg_rx_cqe *cqe, u16 cqe_idx) argument
840 bnx2x_alloc_rx_data(struct bnx2x *bp, struct bnx2x_fastpath *fp, u16 index, gfp_t gfp_mask) argument
871 bnx2x_csum_validate(struct sk_buff *skb, union eth_rx_cqe *cqe, struct bnx2x_fastpath *fp, struct bnx2x_eth_q_stats *qstats) argument
894 bnx2x_rx_int(struct bnx2x_fastpath *fp, int budget) argument
1142 struct bnx2x_fastpath *fp = fp_cookie; local
1351 bnx2x_set_next_page_sgl(struct bnx2x_fastpath *fp) argument
1369 bnx2x_free_tpa_pool(struct bnx2x *bp, struct bnx2x_fastpath *fp, int last) argument
1397 struct bnx2x_fastpath *fp = &bp->fp[j]; local
1419 struct bnx2x_fastpath *fp = &bp->fp[j]; local
1478 struct bnx2x_fastpath *fp = &bp->fp[j]; local
1504 bnx2x_free_tx_skbs_queue(struct bnx2x_fastpath *fp) argument
1546 bnx2x_free_rx_bds(struct bnx2x_fastpath *fp) argument
1584 struct bnx2x_fastpath *fp = &bp->fp[j]; local
1777 struct bnx2x_fastpath *fp = &bp->fp[i]; local
2028 struct bnx2x_fastpath *fp = &bp->fp[i]; local
2477 struct bnx2x_fastpath *fp = &bp->fp[index]; local
2985 struct bnx2x_fastpath *fp = &bp->fp[i]; local
3239 struct bnx2x_fastpath *fp = container_of(napi, struct bnx2x_fastpath, local
4367 struct bnx2x_fastpath *fp = &bp->fp[fp_index]; local
4461 bnx2x_alloc_rx_bds(struct bnx2x_fastpath *fp, int rx_ring_size) argument
4498 bnx2x_set_next_page_rx_cq(struct bnx2x_fastpath *fp) argument
4519 struct bnx2x_fastpath *fp = &bp->fp[index]; local
4729 struct bnx2x_fastpath *fp; local
[all...]
/linux-master/security/selinux/ss/
H A Dpolicydb.c992 static int mls_read_range_helper(struct mls_range *r, void *fp) argument
998 rc = next_entry(buf, fp, sizeof(u32));
1009 rc = next_entry(buf, fp, sizeof(u32) * items);
1021 rc = ebitmap_read(&r->level[0].cat, fp);
1027 rc = ebitmap_read(&r->level[1].cat, fp);
1052 void *fp)
1057 rc = next_entry(buf, fp, sizeof buf);
1066 rc = mls_read_range_helper(&c->range, fp);
1090 static int str_read(char **strp, gfp_t flags, void *fp, u32 len) argument
1102 rc = next_entry(str, fp, le
1051 context_read_and_validate(struct context *c, struct policydb *p, void *fp) argument
1113 perm_read(struct policydb *p, struct symtab *s, void *fp) argument
1146 common_read(struct policydb *p, struct symtab *s, void *fp) argument
1196 type_set_read(struct type_set *t, void *fp) argument
1214 read_cons_helper(struct policydb *p, struct constraint_node **nodep, u32 ncons, int allowxtarget, void *fp) argument
1309 class_read(struct policydb *p, struct symtab *s, void *fp) argument
1404 role_read(struct policydb *p, struct symtab *s, void *fp) argument
1461 type_read(struct policydb *p, struct symtab *s, void *fp) argument
1513 mls_read_level(struct mls_level *lp, void *fp) argument
1535 user_read(struct policydb *p, struct symtab *s, void *fp) argument
1586 sens_read(struct policydb *p, struct symtab *s, void *fp) argument
1627 cat_read(struct policydb *p, struct symtab *s, void *fp) argument
1832 range_read(struct policydb *p, void *fp) argument
1909 filename_trans_read_helper_compat(struct policydb *p, void *fp) argument
1993 filename_trans_read_helper(struct policydb *p, void *fp) argument
2082 filename_trans_read(struct policydb *p, void *fp) argument
2123 genfs_read(struct policydb *p, void *fp) argument
2236 ocontext_read(struct policydb *p, const struct policydb_compat_info *info, void *fp) argument
2434 policydb_read(struct policydb *p, void *fp) argument
2755 mls_write_level(struct mls_level *l, void *fp) argument
2776 mls_write_range_helper(struct mls_range *r, void *fp) argument
2816 void *fp = pd->fp; local
2844 void *fp = pd->fp; local
2869 void *fp = pd->fp; local
2889 role_trans_write(struct policydb *p, void *fp) argument
2903 role_allow_write(struct role_allow *r, void *fp) argument
2931 context_write(struct policydb *p, struct context *c, void *fp) argument
2957 perm_write(void *vkey, void *datum, void *fp) argument
2984 void *fp = pd->fp; local
3009 type_set_write(struct type_set *t, void *fp) argument
3027 write_cons_helper(struct policydb *p, struct constraint_node *node, void *fp) argument
3079 void *fp = pd->fp; local
3164 void *fp = pd->fp; local
3204 void *fp = pd->fp; local
3245 void *fp = pd->fp; local
3293 ocontext_write(struct policydb *p, const struct policydb_compat_info *info, void *fp) argument
3430 genfs_write(struct policydb *p, void *fp) argument
3488 void *fp = pd->fp; local
3510 range_write(struct policydb *p, void *fp) argument
3537 void *fp = ptr; local
3574 void *fp = ptr; local
3619 filename_trans_write(struct policydb *p, void *fp) argument
3651 policydb_write(struct policydb *p, void *fp) argument
[all...]
/linux-master/arch/riscv/kernel/
H A Dasm-offsets.c213 OFFSET(KVM_ARCH_FP_F_F0, kvm_cpu_context, fp.f.f[0]);
214 OFFSET(KVM_ARCH_FP_F_F1, kvm_cpu_context, fp.f.f[1]);
215 OFFSET(KVM_ARCH_FP_F_F2, kvm_cpu_context, fp.f.f[2]);
216 OFFSET(KVM_ARCH_FP_F_F3, kvm_cpu_context, fp.f.f[3]);
217 OFFSET(KVM_ARCH_FP_F_F4, kvm_cpu_context, fp.f.f[4]);
218 OFFSET(KVM_ARCH_FP_F_F5, kvm_cpu_context, fp.f.f[5]);
219 OFFSET(KVM_ARCH_FP_F_F6, kvm_cpu_context, fp.f.f[6]);
220 OFFSET(KVM_ARCH_FP_F_F7, kvm_cpu_context, fp.f.f[7]);
221 OFFSET(KVM_ARCH_FP_F_F8, kvm_cpu_context, fp.f.f[8]);
222 OFFSET(KVM_ARCH_FP_F_F9, kvm_cpu_context, fp
[all...]
/linux-master/arch/powerpc/math-emu/
H A Dmtfsb0.c7 #include <math-emu/soft-fp.h>
H A Dmffs.c7 #include <math-emu/soft-fp.h>
H A Dmtfsb1.c7 #include <math-emu/soft-fp.h>
/linux-master/net/sched/
H A Dsch_mqprio_lib.h17 void mqprio_fp_to_offload(u32 fp[TC_QOPT_MAX_QUEUE],
/linux-master/fs/ocfs2/
H A Dlocks.c27 struct ocfs2_file_private *fp = file->private_data; local
28 struct ocfs2_lock_res *lockres = &fp->fp_flock;
35 mutex_lock(&fp->fp_mutex);
77 mutex_unlock(&fp->fp_mutex);
85 struct ocfs2_file_private *fp = file->private_data; local
87 mutex_lock(&fp->fp_mutex);
90 mutex_unlock(&fp->fp_mutex);

Completed in 266 milliseconds

1234567891011>>