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

1234567891011>>

/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/tools/perf/util/
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);
H A Dbranch.c112 void branch_type_stat_display(FILE *fp, const struct branch_type_stat *st) argument
123 fprintf(fp, "\n#");
124 fprintf(fp, "\n# Branch Statistics:");
125 fprintf(fp, "\n#");
128 fprintf(fp, "\n%8s: %5.1f%%",
134 fprintf(fp, "\n%8s: %5.1f%%",
140 fprintf(fp, "\n%8s: %5.1f%%",
146 fprintf(fp, "\n%8s: %5.1f%%",
153 fprintf(fp, "\n%8s: %5.1f%%",
161 fprintf(fp, "\
[all...]
/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.c995 static int mls_read_range_helper(struct mls_range *r, void *fp) argument
1001 rc = next_entry(buf, fp, sizeof(u32));
1012 rc = next_entry(buf, fp, sizeof(u32) * items);
1024 rc = ebitmap_read(&r->level[0].cat, fp);
1030 rc = ebitmap_read(&r->level[1].cat, fp);
1055 void *fp)
1060 rc = next_entry(buf, fp, sizeof buf);
1069 rc = mls_read_range_helper(&c->range, fp);
1093 static int str_read(char **strp, gfp_t flags, void *fp, u32 len) argument
1105 rc = next_entry(str, fp, le
1054 context_read_and_validate(struct context *c, struct policydb *p, void *fp) argument
1116 perm_read(struct policydb *p, struct symtab *s, void *fp) argument
1149 common_read(struct policydb *p, struct symtab *s, void *fp) argument
1201 type_set_read(struct type_set *t, void *fp) argument
1219 read_cons_helper(struct policydb *p, struct constraint_node **nodep, u32 ncons, int allowxtarget, void *fp) argument
1314 class_read(struct policydb *p, struct symtab *s, void *fp) argument
1411 role_read(struct policydb *p, struct symtab *s, void *fp) argument
1468 type_read(struct policydb *p, struct symtab *s, void *fp) argument
1520 mls_read_level(struct mls_level *lp, void *fp) argument
1542 user_read(struct policydb *p, struct symtab *s, void *fp) argument
1593 sens_read(struct policydb *p, struct symtab *s, void *fp) argument
1634 cat_read(struct policydb *p, struct symtab *s, void *fp) argument
1839 range_read(struct policydb *p, void *fp) argument
1916 filename_trans_read_helper_compat(struct policydb *p, void *fp) argument
2001 filename_trans_read_helper(struct policydb *p, void *fp) argument
2090 filename_trans_read(struct policydb *p, void *fp) argument
2131 genfs_read(struct policydb *p, void *fp) argument
2244 ocontext_read(struct policydb *p, const struct policydb_compat_info *info, void *fp) argument
2442 policydb_read(struct policydb *p, void *fp) argument
2765 mls_write_level(struct mls_level *l, void *fp) argument
2786 mls_write_range_helper(struct mls_range *r, void *fp) argument
2826 void *fp = pd->fp; local
2854 void *fp = pd->fp; local
2879 void *fp = pd->fp; local
2899 role_trans_write(struct policydb *p, void *fp) argument
2913 role_allow_write(struct role_allow *r, void *fp) argument
2941 context_write(struct policydb *p, struct context *c, void *fp) argument
2967 perm_write(void *vkey, void *datum, void *fp) argument
2994 void *fp = pd->fp; local
3019 type_set_write(struct type_set *t, void *fp) argument
3037 write_cons_helper(struct policydb *p, struct constraint_node *node, void *fp) argument
3089 void *fp = pd->fp; local
3174 void *fp = pd->fp; local
3214 void *fp = pd->fp; local
3255 void *fp = pd->fp; local
3303 ocontext_write(struct policydb *p, const struct policydb_compat_info *info, void *fp) argument
3440 genfs_write(struct policydb *p, void *fp) argument
3498 void *fp = pd->fp; local
3520 range_write(struct policydb *p, void *fp) argument
3547 void *fp = ptr; local
3584 void *fp = ptr; local
3629 filename_trans_write(struct policydb *p, void *fp) argument
3661 policydb_write(struct policydb *p, void *fp) argument
[all...]
/linux-master/arch/riscv/kernel/
H A Dasm-offsets.c214 OFFSET(KVM_ARCH_FP_F_F0, kvm_cpu_context, fp.f.f[0]);
215 OFFSET(KVM_ARCH_FP_F_F1, kvm_cpu_context, fp.f.f[1]);
216 OFFSET(KVM_ARCH_FP_F_F2, kvm_cpu_context, fp.f.f[2]);
217 OFFSET(KVM_ARCH_FP_F_F3, kvm_cpu_context, fp.f.f[3]);
218 OFFSET(KVM_ARCH_FP_F_F4, kvm_cpu_context, fp.f.f[4]);
219 OFFSET(KVM_ARCH_FP_F_F5, kvm_cpu_context, fp.f.f[5]);
220 OFFSET(KVM_ARCH_FP_F_F6, kvm_cpu_context, fp.f.f[6]);
221 OFFSET(KVM_ARCH_FP_F_F7, kvm_cpu_context, fp.f.f[7]);
222 OFFSET(KVM_ARCH_FP_F_F8, kvm_cpu_context, fp.f.f[8]);
223 OFFSET(KVM_ARCH_FP_F_F9, kvm_cpu_context, fp
[all...]
/linux-master/tools/perf/
H A Dbuiltin-script.c335 FILE *fp; member in struct:evsel_script
354 es->fp = fopen(es->filename, "w");
355 if (es->fp == NULL)
370 fclose(es->fp);
371 es->fp = NULL;
375 static int evsel_script__fprintf(struct evsel_script *es, FILE *fp) argument
379 fstat(fileno(es->fp), &st);
380 return fprintf(fp, "[ perf script: Wrote %.3f MB %s (%" PRIu64 " samples) ]\n",
698 FILE *fp)
706 printed += fprintf(fp, " AB
697 perf_sample__fprintf_regs(struct regs_dump *regs, uint64_t mask, const char *arch, FILE *fp) argument
766 perf_sample__fprintf_iregs(struct perf_sample *sample, struct perf_event_attr *attr, const char *arch, FILE *fp) argument
773 perf_sample__fprintf_uregs(struct perf_sample *sample, struct perf_event_attr *attr, const char *arch, FILE *fp) argument
780 perf_sample__fprintf_start(struct perf_script *script, struct perf_sample *sample, struct thread *thread, struct evsel *evsel, u32 type, FILE *fp) argument
912 print_bstack_flags(FILE *fp, struct branch_entry *br) argument
923 perf_sample__fprintf_brstack(struct perf_sample *sample, struct thread *thread, struct perf_event_attr *attr, FILE *fp) argument
962 perf_sample__fprintf_brstacksym(struct perf_sample *sample, struct thread *thread, struct perf_event_attr *attr, FILE *fp) argument
1000 perf_sample__fprintf_brstackoff(struct perf_sample *sample, struct thread *thread, struct perf_event_attr *attr, FILE *fp) argument
1108 map__fprintf_srccode(struct map *map, u64 addr, FILE *fp, struct srccode_state *state) argument
1169 any_dump_insn(struct perf_event_attr *attr __maybe_unused, struct perf_insn *x, uint64_t ip, u8 *inbuf, int inlen, int *lenp, FILE *fp) argument
1187 add_padding(FILE *fp, int printed, int padding) argument
1194 ip__fprintf_jump(uint64_t ip, struct branch_entry *en, struct perf_insn *x, u8 *inbuf, int len, int insn, FILE *fp, int *total_cycles, struct perf_event_attr *attr, struct thread *thread) argument
1234 ip__fprintf_sym(uint64_t addr, struct thread *thread, u8 cpumode, int cpu, struct symbol **lastsym, struct perf_event_attr *attr, FILE *fp) argument
1274 perf_sample__fprintf_brstackinsn(struct perf_sample *sample, struct thread *thread, struct perf_event_attr *attr, struct machine *machine, FILE *fp) argument
1427 perf_sample__fprintf_addr(struct perf_sample *sample, struct thread *thread, struct perf_event_attr *attr, FILE *fp) argument
1485 perf_sample__fprintf_callindent(struct perf_sample *sample, struct evsel *evsel, struct thread *thread, struct addr_location *al, struct addr_location *addr_al, FILE *fp) argument
1549 perf_sample__fprintf_insn(struct perf_sample *sample, struct perf_event_attr *attr, struct thread *thread, struct machine *machine, FILE *fp, struct addr_location *al) argument
1575 perf_sample__fprintf_ipc(struct perf_sample *sample, struct perf_event_attr *attr, FILE *fp) argument
1589 perf_sample__fprintf_bts(struct perf_sample *sample, struct evsel *evsel, struct thread *thread, struct addr_location *al, struct addr_location *addr_al, struct machine *machine, FILE *fp) argument
1735 perf_sample__fprintf_flags(u32 flags, FILE *fp) argument
1749 sample__fprintf_bpf_output(enum binary_printer_ops op, unsigned int val, void *extra, FILE *fp) argument
1810 perf_sample__fprintf_bpf_output(struct perf_sample *sample, FILE *fp) argument
1823 perf_sample__fprintf_spacing(int len, int spacing, FILE *fp) argument
1831 perf_sample__fprintf_pt_spacing(int len, FILE *fp) argument
1857 perf_sample__fprintf_synth_ptwrite(struct perf_sample *sample, FILE *fp) argument
1877 perf_sample__fprintf_synth_mwait(struct perf_sample *sample, FILE *fp) argument
1890 perf_sample__fprintf_synth_pwre(struct perf_sample *sample, FILE *fp) argument
1903 perf_sample__fprintf_synth_exstop(struct perf_sample *sample, FILE *fp) argument
1915 perf_sample__fprintf_synth_pwrx(struct perf_sample *sample, FILE *fp) argument
1929 perf_sample__fprintf_synth_cbr(struct perf_sample *sample, FILE *fp) argument
1947 perf_sample__fprintf_synth_psb(struct perf_sample *sample, FILE *fp) argument
1960 perf_sample__fprintf_synth_evt(struct perf_sample *sample, FILE *fp) argument
1996 perf_sample__fprintf_synth_iflag_chg(struct perf_sample *sample, FILE *fp) argument
2009 perf_sample__fprintf_synth(struct perf_sample *sample, struct evsel *evsel, FILE *fp) argument
2052 data_src__fprintf(u64 data_src, FILE *fp) argument
2078 FILE *fp; member in struct:metric_ctx
2110 perf_sample__fprint_metric(struct perf_script *script, struct thread *thread, struct evsel *evsel, struct perf_sample *sample, FILE *fp) argument
2201 FILE *fp = es->fp; local
3321 FILE *fp; local
3484 FILE *fp; local
[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 873 milliseconds

1234567891011>>