Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 200 of 400) sorted by relevance

12

/linux-4.1.27/include/scsi/
Dfc_frame.h62 #define fp_skb(fp) (&((fp)->skb)) argument
63 #define fr_hdr(fp) ((fp)->skb.data) argument
64 #define fr_len(fp) ((fp)->skb.len) argument
65 #define fr_cb(fp) ((struct fcoe_rcv_info *)&((fp)->skb.cb[0])) argument
66 #define fr_dev(fp) (fr_cb(fp)->fr_dev) argument
67 #define fr_seq(fp) (fr_cb(fp)->fr_seq) argument
68 #define fr_sof(fp) (fr_cb(fp)->fr_sof) argument
69 #define fr_eof(fp) (fr_cb(fp)->fr_eof) argument
70 #define fr_flags(fp) (fr_cb(fp)->fr_flags) argument
71 #define fr_encaps(fp) (fr_cb(fp)->fr_encaps) argument
[all …]
Dfc_encode.h73 static inline void fc_fill_fc_hdr(struct fc_frame *fp, enum fc_rctl r_ctl, in fc_fill_fc_hdr()
88 static inline void fc_adisc_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_adisc_fill()
104 static inline struct fc_ct_req *fc_ct_hdr_fill(const struct fc_frame *fp, in fc_ct_hdr_fill()
132 u32 fc_id, struct fc_frame *fp, in fc_ct_ns_fill()
216 u32 fc_id, struct fc_frame *fp, in fc_ct_ms_fill()
510 u32 fc_id, struct fc_frame *fp, in fc_ct_fill()
533 static inline void fc_plogi_fill(struct fc_lport *lport, struct fc_frame *fp, in fc_plogi_fill()
566 static inline void fc_flogi_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_flogi_fill()
591 static inline void fc_fdisc_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_fdisc_fill()
614 static inline void fc_logo_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_logo_fill()
[all …]
/linux-4.1.27/drivers/s390/char/
Dfs3270.c53 fs3270_working(struct fs3270 *fp) in fs3270_working()
65 struct fs3270 *fp; in fs3270_do_io() local
95 struct fs3270 *fp; in fs3270_reset_callback() local
105 struct fs3270 *fp; in fs3270_restore_callback() local
120 struct fs3270 *fp; in fs3270_activate() local
165 struct fs3270 *fp; in fs3270_save_callback() local
192 struct fs3270 *fp; in fs3270_deactivate() local
221 fs3270_irq(struct fs3270 *fp, struct raw3270_request *rq, struct irb *irb) in fs3270_irq()
245 struct fs3270 *fp; in fs3270_read() local
290 struct fs3270 *fp; in fs3270_write() local
[all …]
Dhmcdrv_dev.c113 static int hmcdrv_dev_open(struct inode *inode, struct file *fp) in hmcdrv_dev_open()
146 static int hmcdrv_dev_release(struct inode *inode, struct file *fp) in hmcdrv_dev_release()
159 static loff_t hmcdrv_dev_seek(struct file *fp, loff_t pos, int whence) in hmcdrv_dev_seek()
220 static ssize_t hmcdrv_dev_read(struct file *fp, char __user *ubuf, in hmcdrv_dev_read()
245 static ssize_t hmcdrv_dev_write(struct file *fp, const char __user *ubuf, in hmcdrv_dev_write()
/linux-4.1.27/arch/nios2/kernel/
Dtraps.c118 asmlinkage void breakpoint_c(struct pt_regs *fp) in breakpoint_c()
131 asmlinkage void handle_unaligned_c(struct pt_regs *fp, int cause) in handle_unaligned_c()
156 asmlinkage void handle_illegal_c(struct pt_regs *fp) in handle_illegal_c()
163 asmlinkage void handle_supervisor_instr(struct pt_regs *fp) in handle_supervisor_instr()
170 asmlinkage void handle_diverror_c(struct pt_regs *fp) in handle_diverror_c()
192 asmlinkage void handle_trap_1_c(struct pt_regs *fp) in handle_trap_1_c()
197 asmlinkage void handle_trap_2_c(struct pt_regs *fp) in handle_trap_2_c()
202 asmlinkage void handle_trap_3_c(struct pt_regs *fp) in handle_trap_3_c()
Dmisaligned.c53 static inline u32 get_reg_val(struct pt_regs *fp, int reg) in get_reg_val()
60 static inline void put_reg_val(struct pt_regs *fp, int reg, u32 val) in put_reg_val()
69 asmlinkage void handle_unaligned_c(struct pt_regs *fp, int cause) in handle_unaligned_c()
Dprocess.c147 void dump(struct pt_regs *fp) in dump()
218 unsigned long fp, pc; in get_wchan() local
/linux-4.1.27/arch/m68k/kernel/
Dtraps.c132 static inline void access_error060 (struct frame *fp) in access_error060()
234 static inline void fix_xframe040(struct frame *fp, unsigned long wba, unsigned short wbs) in fix_xframe040()
242 static inline void do_040writebacks(struct frame *fp) in do_040writebacks()
287 asmlinkage void berr_040cleanup(struct frame *fp) in berr_040cleanup()
295 static inline void access_error040(struct frame *fp) in access_error040()
375 static inline void bus_error030 (struct frame *fp) in bus_error030()
500 static inline void bus_error030 (struct frame *fp) in bus_error030()
701 static inline void access_errorcf(unsigned int fs, struct frame *fp) in access_errorcf()
756 asmlinkage void buserr_c(struct frame *fp) in buserr_c()
847 struct frame *fp = (struct frame *)regs; in show_registers() local
[all …]
Dprocess.c259 unsigned long fp, pc; in get_wchan() local
/linux-4.1.27/drivers/scsi/libfc/
Dfc_rport.c544 static void fc_rport_error(struct fc_rport_priv *rdata, struct fc_frame *fp) in fc_rport_error()
583 struct fc_frame *fp) in fc_rport_error_retry()
617 struct fc_frame *fp) in fc_rport_login_complete()
656 static void fc_rport_flogi_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_flogi_resp()
723 struct fc_frame *fp; in fc_rport_enter_flogi() local
756 struct fc_frame *fp = rx_fp; in fc_rport_recv_flogi_req() local
874 static void fc_rport_plogi_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_plogi_resp()
953 struct fc_frame *fp; in fc_rport_enter_plogi() local
993 static void fc_rport_prli_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_prli_resp()
1096 struct fc_frame *fp; in fc_rport_enter_prli() local
[all …]
Dfc_lport.c165 static int fc_frame_drop(struct fc_lport *lport, struct fc_frame *fp) in fc_frame_drop()
410 static void fc_lport_recv_rlir_req(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_recv_rlir_req()
430 struct fc_frame *fp; in fc_lport_recv_echo_req() local
466 struct fc_frame *fp; in fc_lport_recv_rnid_req() local
522 static void fc_lport_recv_logo_req(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_recv_logo_req()
753 struct fc_frame *fp) in fc_lport_set_port_id()
811 struct fc_frame *fp; in fc_lport_recv_flogi_req() local
888 struct fc_frame *fp) in fc_lport_recv_els_req()
955 struct fc_frame *fp) in fc_lport_recv_req()
1087 static void fc_lport_error(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_error()
[all …]
Dfc_exch.c272 static void fc_exch_setup_hdr(struct fc_exch *ep, struct fc_frame *fp, in fc_exch_setup_hdr()
467 struct fc_frame *fp) in fc_seq_send_locked()
529 struct fc_frame *fp) in fc_seq_send()
632 struct fc_frame *fp; in fc_exch_abort_locked() local
719 struct fc_frame *fp) in fc_invoke_resp()
892 struct fc_frame *fp) in fc_exch_alloc()
957 struct fc_frame *fp) in fc_exch_resp()
1005 struct fc_frame *fp) in fc_seq_lookup_recip()
1134 struct fc_frame *fp) in fc_seq_lookup_orig()
1192 static void fc_seq_els_rsp_send(struct fc_frame *fp, enum fc_els_cmd els_cmd, in fc_seq_els_rsp_send()
[all …]
Dfc_frame.c34 u32 fc_frame_crc_check(struct fc_frame *fp) in fc_frame_crc_check()
57 struct fc_frame *fp; in _fc_frame_alloc() local
76 struct fc_frame *fp; in fc_frame_alloc_fill() local
Dfc_disc.c85 static void fc_disc_recv_rscn_req(struct fc_disc *disc, struct fc_frame *fp) in fc_disc_recv_rscn_req()
194 static void fc_disc_recv_req(struct fc_lport *lport, struct fc_frame *fp) in fc_disc_recv_req()
311 static void fc_disc_error(struct fc_disc *disc, struct fc_frame *fp) in fc_disc_error()
359 struct fc_frame *fp; in fc_disc_gpn_ft_req() local
509 static void fc_disc_gpn_ft_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_disc_gpn_ft_resp()
581 static void fc_disc_gpn_id_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_disc_gpn_id_resp()
655 struct fc_frame *fp; in fc_disc_gpn_id_req() local
Dfc_fcp.c423 struct fc_frame *fp; in fc_fcp_frame_alloc() local
441 static void fc_fcp_recv_data(struct fc_fcp_pkt *fsp, struct fc_frame *fp) in fc_fcp_recv_data()
565 struct fc_frame *fp = NULL; in fc_fcp_send_data() local
706 static void fc_fcp_abts_resp(struct fc_fcp_pkt *fsp, struct fc_frame *fp) in fc_fcp_abts_resp()
750 static void fc_fcp_recv(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fc_fcp_recv()
820 static void fc_fcp_resp(struct fc_fcp_pkt *fsp, struct fc_frame *fp) in fc_fcp_resp()
1139 struct fc_frame *fp, in fc_fcp_cmd_send()
1142 struct fc_frame *fp; in fc_fcp_cmd_send() local
1191 static void fc_fcp_error(struct fc_fcp_pkt *fsp, struct fc_frame *fp) in fc_fcp_error()
1330 static void fc_tm_done(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fc_tm_done()
[all …]
Dfc_elsct.c44 struct fc_frame *fp, unsigned int op, in fc_elsct_send()
91 const char *fc_els_resp_type(struct fc_frame *fp) in fc_els_resp_type()
Dfc_libfc.c166 void fc_fill_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, in fc_fill_hdr()
222 void fc_fill_reply_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, in fc_fill_reply_hdr()
/linux-4.1.27/fs/autofs4/
Ddev-ioctl.c176 static int autofs_dev_ioctl_protover(struct file *fp, in autofs_dev_ioctl_protover()
185 static int autofs_dev_ioctl_protosubver(struct file *fp, in autofs_dev_ioctl_protosubver()
271 static int autofs_dev_ioctl_openmount(struct file *fp, in autofs_dev_ioctl_openmount()
301 static int autofs_dev_ioctl_closemount(struct file *fp, in autofs_dev_ioctl_closemount()
312 static int autofs_dev_ioctl_ready(struct file *fp, in autofs_dev_ioctl_ready()
326 static int autofs_dev_ioctl_fail(struct file *fp, in autofs_dev_ioctl_fail()
350 static int autofs_dev_ioctl_setpipefd(struct file *fp, in autofs_dev_ioctl_setpipefd()
403 static int autofs_dev_ioctl_catatonic(struct file *fp, in autofs_dev_ioctl_catatonic()
412 static int autofs_dev_ioctl_timeout(struct file *fp, in autofs_dev_ioctl_timeout()
432 static int autofs_dev_ioctl_requester(struct file *fp, in autofs_dev_ioctl_requester()
[all …]
/linux-4.1.27/kernel/time/
Dposix-clock.c33 static struct posix_clock *get_posix_clock(struct file *fp) in get_posix_clock()
52 static ssize_t posix_clock_read(struct file *fp, char __user *buf, in posix_clock_read()
69 static unsigned int posix_clock_poll(struct file *fp, poll_table *wait) in posix_clock_poll()
85 static int posix_clock_fasync(int fd, struct file *fp, int on) in posix_clock_fasync()
101 static int posix_clock_mmap(struct file *fp, struct vm_area_struct *vma) in posix_clock_mmap()
117 static long posix_clock_ioctl(struct file *fp, in posix_clock_ioctl()
135 static long posix_clock_compat_ioctl(struct file *fp, in posix_clock_compat_ioctl()
153 static int posix_clock_open(struct inode *inode, struct file *fp) in posix_clock_open()
179 static int posix_clock_release(struct inode *inode, struct file *fp) in posix_clock_release()
245 struct file *fp; member
[all …]
/linux-4.1.27/tools/perf/ui/stdio/
Dhist.c9 static size_t callchain__fprintf_left_margin(FILE *fp, int left_margin) in callchain__fprintf_left_margin()
20 static size_t ipchain__fprintf_graph_line(FILE *fp, int depth, int depth_mask, in ipchain__fprintf_graph_line()
37 static size_t ipchain__fprintf_graph(FILE *fp, struct callchain_list *chain, in ipchain__fprintf_graph()
80 static size_t __callchain__fprintf_graph(FILE *fp, struct rb_root *root, in __callchain__fprintf_graph()
159 static size_t callchain__fprintf_graph(FILE *fp, struct rb_root *root, in callchain__fprintf_graph()
214 static size_t __callchain__fprintf_flat(FILE *fp, struct callchain_node *node, in __callchain__fprintf_flat()
237 static size_t callchain__fprintf_flat(FILE *fp, struct rb_root *tree, in callchain__fprintf_flat()
265 FILE *fp) in hist_entry_callchain__fprintf()
292 FILE *fp) in hist_entry__callchain_fprintf()
352 char *bf, size_t bfsz, FILE *fp) in hist_entry__fprintf()
[all …]
/linux-4.1.27/sound/usb/
Dformat.c45 struct audioformat *fp, in parse_audio_format_i_type()
160 static int parse_audio_format_rates_v1(struct snd_usb_audio *chip, struct audioformat *fp, in parse_audio_format_rates_v1()
232 struct audioformat *fp, int nr_triplets, in parse_uac2_sample_rate_range()
289 struct audioformat *fp) in parse_audio_format_rates_v2()
373 struct audioformat *fp, unsigned int format, in parse_audio_format_i()
434 struct audioformat *fp, in parse_audio_format_ii()
484 struct audioformat *fp, unsigned int format, in snd_usb_parse_audio_format()
Dstream.c45 struct audioformat *fp, *n; in free_substream() local
84 struct audioformat *fp) in snd_usb_init_substream()
125 struct audioformat *fp) in have_dup_chmap()
144 struct audioformat *fp; in usb_chmap_ctl_tlv() local
205 struct audioformat *fp; in add_chmap() local
322 struct audioformat *fp) in snd_usb_add_audio_stream()
479 struct audioformat *fp = NULL; in snd_usb_parse_audio_interface() local
Dpcm.c98 struct audioformat *fp; in find_format() local
537 struct audioformat *fp, in match_endpoint_audioformats()
585 struct audioformat *fp; in configure_sync_endpoint() local
838 struct audioformat *fp) in hw_check_valid_format()
885 struct audioformat *fp; in hw_rule_rate() local
937 struct audioformat *fp; in hw_rule_channels() local
988 struct audioformat *fp; in hw_rule_format() local
1019 struct audioformat *fp; in hw_rule_period_time() local
1059 struct audioformat *fp; in snd_usb_pcm_check_knot() local
1104 struct audioformat *fp; in setup_hw_info() local
Dquirks.c139 struct audioformat *fp; in create_fixed_stream_quirk() local
423 struct audioformat *fp; in create_uaxx_quirk() local
1032 int snd_usb_is_big_endian_format(struct snd_usb_audio *chip, struct audioformat *fp) in snd_usb_is_big_endian_format()
1272 struct audioformat *fp, in snd_usb_interface_dsd_format_quirks()
Dproc.c76 struct audioformat *fp; in proc_dump_substream_formats() local
/linux-4.1.27/security/selinux/ss/
Dpolicydb.c988 static int mls_read_range_helper(struct mls_range *r, void *fp) in mls_read_range_helper()
1049 void *fp) in context_read_and_validate()
1087 static int str_read(char **strp, gfp_t flags, void *fp, u32 len) in str_read()
1107 static int perm_read(struct policydb *p, struct hashtab *h, void *fp) in perm_read()
1141 static int common_read(struct policydb *p, struct hashtab *h, void *fp) in common_read()
1192 static int type_set_read(struct type_set *t, void *fp) in type_set_read()
1213 int ncons, int allowxtarget, void *fp) in read_cons_helper()
1307 static int class_read(struct policydb *p, struct hashtab *h, void *fp) in class_read()
1401 static int role_read(struct policydb *p, struct hashtab *h, void *fp) in role_read()
1458 static int type_read(struct policydb *p, struct hashtab *h, void *fp) in type_read()
[all …]
Dconditional.c220 int cond_read_bool(struct policydb *p, struct hashtab *h, void *fp) in cond_read_bool()
351 static int cond_read_av_list(struct policydb *p, void *fp, struct cond_av_list **ret_list, struct c… in cond_read_av_list()
398 static int cond_read_node(struct policydb *p, struct cond_node *node, void *fp) in cond_read_node()
452 int cond_read_list(struct policydb *p, void *fp) in cond_read_list()
497 void *fp = pd->fp; in cond_write_bool() local
525 struct cond_av_list *list, struct policy_file *fp) in cond_write_av_list()
554 struct policy_file *fp) in cond_write_node()
592 int cond_write_list(struct policydb *p, struct cond_node *list, void *fp) in cond_write_list()
Davtab.c365 int avtab_read_item(struct avtab *a, void *fp, struct policydb *pol, in avtab_read_item()
499 int avtab_read(struct avtab *a, void *fp, struct policydb *pol) in avtab_read()
543 int avtab_write_item(struct policydb *p, struct avtab_node *cur, void *fp) in avtab_write_item()
563 int avtab_write(struct policydb *p, struct avtab *a, void *fp) in avtab_write()
Debitmap.c343 int ebitmap_read(struct ebitmap *e, void *fp) in ebitmap_read()
445 int ebitmap_write(struct ebitmap *e, void *fp) in ebitmap_write()
/linux-4.1.27/drivers/sbus/char/
Dbbc_envctrl.c92 static void set_fan_speeds(struct bbc_fan_control *fp) in set_fan_speeds()
319 static int maybe_new_ambient_fan_speed(struct bbc_fan_control *fp) in maybe_new_ambient_fan_speed()
353 static int maybe_new_cpu_fan_speed(struct bbc_fan_control *fp) in maybe_new_cpu_fan_speed()
389 static void maybe_new_fan_speeds(struct bbc_fan_control *fp) in maybe_new_fan_speeds()
402 struct bbc_fan_control *fp; in fans_full_blast() local
425 struct bbc_fan_control *fp; in kenvctrld() local
496 struct bbc_fan_control *fp; in attach_one_fan() local
548 static void destroy_one_fan(struct bbc_fan_control *fp) in destroy_one_fan()
556 struct bbc_fan_control *fp, *fpos; in destroy_all_fans() local
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.h498 struct bnx2x_fastpath *fp, in bnx2x_update_rx_prod()
625 static inline void bnx2x_update_fpsb_idx(struct bnx2x_fastpath *fp) in bnx2x_update_fpsb_idx()
762 static inline bool bnx2x_has_tx_work(struct bnx2x_fastpath *fp) in bnx2x_has_tx_work()
773 static inline int bnx2x_has_rx_work(struct bnx2x_fastpath *fp) in bnx2x_has_rx_work()
797 struct bnx2x_fastpath *fp, u16 index) in bnx2x_free_rx_sge()
849 static inline void bnx2x_clear_sge_mask_next_elems(struct bnx2x_fastpath *fp) in bnx2x_clear_sge_mask_next_elems()
863 static inline void bnx2x_init_sge_ring_bit_mask(struct bnx2x_fastpath *fp) in bnx2x_init_sge_ring_bit_mask()
880 static inline void bnx2x_reuse_rx_data(struct bnx2x_fastpath *fp, in bnx2x_reuse_rx_data()
968 struct bnx2x_fastpath *fp, int last) in bnx2x_free_rx_sge_range()
979 static inline void bnx2x_set_next_page_rx_bd(struct bnx2x_fastpath *fp) in bnx2x_set_next_page_rx_bd()
[all …]
Dbnx2x_cmn.c180 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_shrink_eth_fp() local
343 static inline void bnx2x_update_last_max_sge(struct bnx2x_fastpath *fp, in bnx2x_update_last_max_sge()
352 static inline void bnx2x_update_sge_prod(struct bnx2x_fastpath *fp, in bnx2x_update_sge_prod()
428 static void bnx2x_tpa_start(struct bnx2x_fastpath *fp, u16 queue, in bnx2x_tpa_start()
544 static int bnx2x_alloc_rx_sge(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_alloc_rx_sge()
574 static int bnx2x_fill_frag_skb(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_fill_frag_skb()
662 static void bnx2x_frag_free(const struct bnx2x_fastpath *fp, void *data) in bnx2x_frag_free()
670 static void *bnx2x_frag_alloc(const struct bnx2x_fastpath *fp, gfp_t gfp_mask) in bnx2x_frag_alloc()
717 static void bnx2x_gro_receive(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_gro_receive()
739 static void bnx2x_tpa_stop(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_tpa_stop()
[all …]
Dbnx2x_main.c955 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_panic_dump() local
1096 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_panic_dump() local
1136 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_panic_dump() local
1798 void bnx2x_sp_event(struct bnx2x_fastpath *fp, union eth_rx_cqe *rr_cqe) in bnx2x_sp_event()
1927 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_interrupt() local
3085 struct bnx2x_fastpath *fp, in bnx2x_get_common_flags()
3116 struct bnx2x_fastpath *fp, in bnx2x_get_q_flags()
3154 struct bnx2x_fastpath *fp, struct bnx2x_general_setup_params *gen_init, in bnx2x_pf_q_prep_general()
3172 struct bnx2x_fastpath *fp, struct rxq_pause_params *pause, in bnx2x_pf_rx_q_prep()
3260 struct bnx2x_fastpath *fp, struct bnx2x_txq_setup_params *txq_init, in bnx2x_pf_tx_q_prep()
[all …]
Dbnx2x.h320 #define FP_COS_TO_TXQ(fp, cos, bp) \ argument
605 #define bnx2x_sp_obj(bp, fp) ((bp)->sp_objs[(fp)->index]) argument
606 #define bnx2x_fp_stats(bp, fp) (&((bp)->fp_stats[(fp)->index])) argument
607 #define bnx2x_fp_qstats(bp, fp) (&((bp)->fp_stats[(fp)->index].eth_q_stats)) argument
623 static inline void bnx2x_fp_busy_poll_init(struct bnx2x_fastpath *fp) in bnx2x_fp_busy_poll_init()
629 static inline bool bnx2x_fp_lock_napi(struct bnx2x_fastpath *fp) in bnx2x_fp_lock_napi()
654 static inline void bnx2x_fp_unlock_napi(struct bnx2x_fastpath *fp) in bnx2x_fp_unlock_napi()
661 static inline bool bnx2x_fp_lock_poll(struct bnx2x_fastpath *fp) in bnx2x_fp_lock_poll()
666 static inline void bnx2x_fp_unlock_poll(struct bnx2x_fastpath *fp) in bnx2x_fp_unlock_poll()
673 static inline bool bnx2x_fp_ll_polling(struct bnx2x_fastpath *fp) in bnx2x_fp_ll_polling()
[all …]
/linux-4.1.27/arch/microblaze/kernel/
Dunwind.c124 static int lookup_prev_stack_frame(unsigned long fp, unsigned long pc, in lookup_prev_stack_frame()
164 unsigned long fp, struct stack_trace *trace) in unwind_trap()
170 unsigned long fp, struct stack_trace *trace) in unwind_trap()
188 unsigned long pc, unsigned long fp, in microblaze_unwind_inner()
304 unsigned long pc, fp; in microblaze_unwind() local
Dtraps.c36 u32 fp = (u32) sp; in show_stack() local
Dexceptions.c39 void die(const char *str, struct pt_regs *fp, long err) in die()
/linux-4.1.27/drivers/staging/speakup/
Ddevsynth.c16 static ssize_t speakup_file_write(struct file *fp, const char __user *buffer, in speakup_file_write()
40 static ssize_t speakup_file_read(struct file *fp, char __user *buf, in speakup_file_read()
46 static int speakup_file_open(struct inode *ip, struct file *fp) in speakup_file_open()
55 static int speakup_file_release(struct inode *ip, struct file *fp) in speakup_file_release()
Dspeakup_soft.c177 static int softsynth_open(struct inode *inode, struct file *fp) in softsynth_open()
192 static int softsynth_close(struct inode *inode, struct file *fp) in softsynth_close()
205 static ssize_t softsynth_read(struct file *fp, char __user *buf, size_t count, in softsynth_read()
267 static ssize_t softsynth_write(struct file *fp, const char __user *buf, in softsynth_write()
282 static unsigned int softsynth_poll(struct file *fp, in softsynth_poll()
/linux-4.1.27/drivers/net/phy/
Dfixed_phy.c48 static int fixed_phy_update_regs(struct fixed_phy *fp) in fixed_phy_update_regs()
124 struct fixed_phy *fp; in fixed_mdio_read() local
171 struct fixed_phy *fp; in fixed_phy_set_link_update() local
193 struct fixed_phy *fp; in fixed_phy_update_state() local
222 struct fixed_phy *fp; in fixed_phy_add() local
252 struct fixed_phy *fp, *tmp; in fixed_phy_del() local
353 struct fixed_phy *fp, *tmp; in fixed_mdio_bus_exit() local
/linux-4.1.27/net/core/
Dfilter.c204 static bool convert_bpf_extensions(struct sock_filter *fp, in convert_bpf_extensions()
363 struct sock_filter *fp; in bpf_convert_filter() local
835 static int bpf_prog_store_orig_filter(struct bpf_prog *fp, in bpf_prog_store_orig_filter()
856 static void bpf_release_orig_filter(struct bpf_prog *fp) in bpf_release_orig_filter()
876 static void __sk_filter_release(struct sk_filter *fp) in __sk_filter_release()
888 struct sk_filter *fp = container_of(rcu, struct sk_filter, rcu); in sk_filter_release_rcu() local
899 static void sk_filter_release(struct sk_filter *fp) in sk_filter_release()
905 void sk_filter_uncharge(struct sock *sk, struct sk_filter *fp) in sk_filter_uncharge()
916 bool sk_filter_charge(struct sock *sk, struct sk_filter *fp) in sk_filter_charge()
930 static struct bpf_prog *bpf_migrate_filter(struct bpf_prog *fp) in bpf_migrate_filter()
[all …]
/linux-4.1.27/drivers/usb/gadget/function/
Df_phonet.c205 struct f_phonet *fp = ep->driver_data; in pn_tx_complete() local
229 struct f_phonet *fp; in pn_net_xmit() local
301 pn_rx_submit(struct f_phonet *fp, struct usb_request *req, gfp_t gfp_flags) in pn_rx_submit()
322 struct f_phonet *fp = ep->driver_data; in pn_rx_complete() local
387 struct f_phonet *fp = func_to_pn(f); in __pn_reset() local
404 struct f_phonet *fp = func_to_pn(f); in pn_set_alt() local
454 struct f_phonet *fp = func_to_pn(f); in pn_get_alt() local
474 struct f_phonet *fp = func_to_pn(f); in pn_disconnect() local
490 struct f_phonet *fp = func_to_pn(f); in pn_bind() local
682 struct f_phonet *fp = func_to_pn(f); in pn_unbind() local
[all …]
/linux-4.1.27/arch/blackfin/kernel/
Dtraps.c69 asmlinkage notrace void trap_c(struct pt_regs *fp) in trap_c()
502 asmlinkage void double_fault_c(struct pt_regs *fp) in double_fault_c()
541 void panic_cplb_error(int cplb_panic, struct pt_regs *fp) in panic_cplb_error()
579 void show_regs(struct pt_regs *fp) in show_regs()
Dstacktrace.c16 unsigned long fp; member
26 unsigned long fp; in save_stack_trace() local
Dpseudodbg.c40 static bool fix_up_reg(struct pt_regs *fp, long *value, int grp, int reg) in fix_up_reg()
106 bool execute_pseudodbg_assert(struct pt_regs *fp, unsigned int opcode) in execute_pseudodbg_assert()
158 bool execute_pseudodbg(struct pt_regs *fp, unsigned int opcode) in execute_pseudodbg()
Dearly_printk.c203 asmlinkage void __init early_trap_c(struct pt_regs *fp, void *retaddr) in early_trap_c()
Ddumpstack.c38 unsigned int *addr, *endstack, *fp = 0, *frame; in show_stack() local
Dtrace.c732 void dump_bfin_process(struct pt_regs *fp) in dump_bfin_process()
782 void dump_bfin_mem(struct pt_regs *fp) in dump_bfin_mem()
846 void show_regs(struct pt_regs *fp) in show_regs()
/linux-4.1.27/drivers/target/tcm_fc/
Dtfc_cmd.c91 struct fc_frame *fp; in ft_free_cmd() local
126 struct fc_frame *fp; in ft_queue_status() local
204 struct fc_frame *fp; in ft_write_pending() local
267 static void ft_recv_seq(struct fc_seq *sp, struct fc_frame *fp, void *arg) in ft_recv_seq()
307 struct fc_frame *fp; in ft_send_resp_status() local
452 static void ft_recv_cmd(struct ft_sess *sess, struct fc_frame *fp) in ft_recv_cmd()
491 void ft_recv_req(struct ft_sess *sess, struct fc_frame *fp) in ft_recv_req()
Dtfc_io.c63 struct fc_frame *fp = NULL; in ft_queue_data_in() local
215 void ft_recv_write_data(struct ft_cmd *cmd, struct fc_frame *fp) in ft_recv_write_data()
/linux-4.1.27/arch/powerpc/net/
Dbpf_jit_comp.c29 static void bpf_jit_build_prologue(struct bpf_prog *fp, u32 *image, in bpf_jit_build_prologue()
115 static int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, in bpf_jit_build_body()
554 void bpf_jit_compile(struct bpf_prog *fp) in bpf_jit_compile()
680 void bpf_jit_free(struct bpf_prog *fp) in bpf_jit_free()
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dadf_ctl_drv.c224 static int adf_ctl_ioctl_dev_config(struct file *fp, unsigned int cmd, in adf_ctl_ioctl_dev_config()
300 static int adf_ctl_ioctl_dev_stop(struct file *fp, unsigned int cmd, in adf_ctl_ioctl_dev_stop()
334 static int adf_ctl_ioctl_dev_start(struct file *fp, unsigned int cmd, in adf_ctl_ioctl_dev_start()
375 static int adf_ctl_ioctl_get_num_devices(struct file *fp, unsigned int cmd, in adf_ctl_ioctl_get_num_devices()
387 static int adf_ctl_ioctl_get_status(struct file *fp, unsigned int cmd, in adf_ctl_ioctl_get_status()
427 static long adf_ctl_ioctl(struct file *fp, unsigned int cmd, unsigned long arg) in adf_ctl_ioctl()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_file_ops.c98 static int qib_get_base_info(struct file *fp, void __user *ubase, in qib_get_base_info()
284 static int qib_tid_update(struct qib_ctxtdata *rcd, struct file *fp, in qib_tid_update()
999 static int qib_mmapf(struct file *fp, struct vm_area_struct *vma) in qib_mmapf()
1106 struct file *fp, in qib_poll_urgent()
1128 struct file *fp, in qib_poll_next()
1148 static unsigned int qib_poll(struct file *fp, struct poll_table_struct *pt) in qib_poll()
1166 static void assign_ctxt_affinity(struct file *fp, struct qib_devdata *dd) in assign_ctxt_affinity()
1309 struct file *fp, const struct qib_user_info *uinfo) in setup_ctxt()
1378 static int choose_port_ctxt(struct file *fp, struct qib_devdata *dd, u32 port, in choose_port_ctxt()
1415 static int find_free_ctxt(int unit, struct file *fp, in find_free_ctxt()
[all …]
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()
678 static int qib_diag_release(struct inode *in, struct file *fp) in qib_diag_release()
763 static ssize_t qib_diag_read(struct file *fp, char __user *data, in qib_diag_read()
840 static ssize_t qib_diag_write(struct file *fp, const char __user *data, in qib_diag_write()
/linux-4.1.27/tools/perf/util/
Dcolor.c70 static int __color_vfprintf(FILE *fp, const char *color, const char *fmt, in __color_vfprintf()
101 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args) in color_vfprintf()
118 int color_fprintf(FILE *fp, const char *color, const char *fmt, ...) in color_fprintf()
129 int color_fprintf_ln(FILE *fp, const char *color, const char *fmt, ...) in color_fprintf_ln()
144 int color_fwrite_lines(FILE *fp, const char *color, in color_fwrite_lines()
185 int percent_color_fprintf(FILE *fp, const char *fmt, double percent) in percent_color_fprintf()
Dmap.c335 size_t map__fprintf(struct map *map, FILE *fp) in map__fprintf()
341 size_t map__fprintf_dsoname(struct map *map, FILE *fp) in map__fprintf_dsoname()
356 FILE *fp) in map__fprintf_srcline()
575 FILE *fp) in __map_groups__fprintf_maps()
593 static size_t map_groups__fprintf_maps(struct map_groups *mg, FILE *fp) in map_groups__fprintf_maps()
602 enum map_type type, FILE *fp) in __map_groups__fprintf_removed_maps()
619 FILE *fp) in map_groups__fprintf_removed_maps()
627 size_t map_groups__fprintf(struct map_groups *mg, FILE *fp) in map_groups__fprintf()
635 FILE *fp) in map_groups__fixup_overlappings()
Dvalues.c130 static void perf_read_values__display_pretty(FILE *fp, in perf_read_values__display_pretty()
176 static void perf_read_values__display_raw(FILE *fp, in perf_read_values__display_raw()
226 void perf_read_values_display(FILE *fp, struct perf_read_values *values, int raw) in perf_read_values_display()
Dheader.c452 FILE *fp; in build_cpu_topo() local
612 FILE *fp; in write_total_mem() local
643 FILE *fp; in write_topo_node() local
702 FILE *fp; in write_numa_topology() local
873 FILE *fp) in print_hostname()
879 FILE *fp) in print_osrelease()
884 static void print_arch(struct perf_header *ph, int fd __maybe_unused, FILE *fp) in print_arch()
890 FILE *fp) in print_cpudesc()
896 FILE *fp) in print_nrcpus()
903 FILE *fp) in print_version()
[all …]
Devent.c218 FILE *fp; in perf_event__synthesize_mmap_events() local
667 size_t perf_event__fprintf_comm(union perf_event *event, FILE *fp) in perf_event__fprintf_comm()
695 size_t perf_event__fprintf_mmap(union perf_event *event, FILE *fp) in perf_event__fprintf_mmap()
704 size_t perf_event__fprintf_mmap2(union perf_event *event, FILE *fp) in perf_event__fprintf_mmap2()
735 size_t perf_event__fprintf_task(union perf_event *event, FILE *fp) in perf_event__fprintf_task()
758 size_t perf_event__fprintf(union perf_event *event, FILE *fp) in perf_event__fprintf()
Dcpumap.c179 size_t cpu_map__fprintf(struct cpu_map *map, FILE *fp) in cpu_map__fprintf()
209 FILE *fp; in cpu_map__get_socket() local
272 FILE *fp; in cpu_map__get_core() local
Dcgroup.c13 FILE *fp; in cgroupfs_find_mountpoint() local
Ddso.c1074 size_t __dsos__fprintf_buildid(struct list_head *head, FILE *fp, in __dsos__fprintf_buildid()
1089 size_t __dsos__fprintf(struct list_head *head, FILE *fp) in __dsos__fprintf()
1103 size_t dso__fprintf_buildid(struct dso *dso, FILE *fp) in dso__fprintf_buildid()
1111 size_t dso__fprintf(struct dso *dso, enum map_type type, FILE *fp) in dso__fprintf()
/linux-4.1.27/Documentation/cdrom/
Dcdrom-standard.tex817 \subsubsection{Directly implemented $ioctl$s}
833 \subsubsection{$Ioctl$s routed through $audio_ioctl()$}
861 \subsubsection{New $ioctl$s in \cdromc}
948 \subsubsection{Device dependent $ioctl$s}
/linux-4.1.27/lib/
Dtest_bpf.c1861 static int probe_filter_length(struct sock_filter *fp) in probe_filter_length()
1874 struct bpf_prog *fp; in generate_filter() local
1928 static void release_filter(struct bpf_prog *fp, int which) in release_filter()
1942 static int __run_one(const struct bpf_prog *fp, const void *data, in __run_one()
1961 static int run_one(const struct bpf_prog *fp, struct bpf_test *test) in run_one()
1995 struct bpf_prog *fp; in test_bpf() local
/linux-4.1.27/arch/blackfin/mach-bf561/
Dsecondary.S102 fp = sp; define
137 fp = sp; define
175 fp = sp; define
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_file_ops.c94 static int ipath_get_base_info(struct file *fp, in ipath_get_base_info()
295 static int ipath_tid_update(struct ipath_portdata *pd, struct file *fp, in ipath_tid_update()
1250 static int ipath_mmap(struct file *fp, struct vm_area_struct *vma) in ipath_mmap()
1373 struct file *fp, in ipath_poll_urgent()
1402 struct file *fp, in ipath_poll_next()
1447 static unsigned int ipath_poll(struct file *fp, in ipath_poll()
1578 struct file *fp, in try_alloc_port()
1642 static int find_free_port(int unit, struct file *fp, in find_free_port()
1669 static int find_best_unit(struct file *fp, in find_best_unit()
1776 static int find_shared_port(struct file *fp, in find_shared_port()
[all …]
Dipath_diag.c281 static int ipath_diag_open(struct inode *in, struct file *fp) in ipath_diag_open()
324 static ssize_t ipath_diagpkt_write(struct file *fp, in ipath_diagpkt_write()
479 static int ipath_diag_release(struct inode *in, struct file *fp) in ipath_diag_release()
488 static ssize_t ipath_diag_read(struct file *fp, char __user *data, in ipath_diag_read()
520 static ssize_t ipath_diag_write(struct file *fp, const char __user *data, in ipath_diag_write()
/linux-4.1.27/arch/hexagon/kernel/
Dstacktrace.c29 unsigned long fp; member
39 unsigned long fp; in save_stack_trace() local
Dtraps.c92 static void do_show_stack(struct task_struct *task, unsigned long *fp, in do_show_stack()
192 void show_stack(struct task_struct *task, unsigned long *fp) in show_stack()
Dprocess.c160 unsigned long fp, pc; in get_wchan() local
/linux-4.1.27/arch/sh/kernel/cpu/
Dfpu.c26 struct sh_fpu_hard_struct *fp = &tsk->thread.xstate->hardfpu; in init_fpu() local
30 struct sh_fpu_soft_struct *fp = &tsk->thread.xstate->softfpu; in init_fpu() local
/linux-4.1.27/sound/
Dsound_firmware.c10 static int do_mod_firmware_load(const char *fn, char **fp) in do_mod_firmware_load()
67 int mod_firmware_load(const char *fn, char **fp) in mod_firmware_load()
/linux-4.1.27/arch/avr32/kernel/
Dstacktrace.c19 unsigned long fp; member
28 unsigned long fp; in save_stack_trace() local
Dprocess.c121 unsigned long lr, fp; in show_trace_log_lvl() local
335 unsigned long fp = p->thread.cpu_context.r7; in get_wchan() local
/linux-4.1.27/arch/blackfin/mach-common/
Dinterrupt.S106 fp = 0; define
156 fp = 0; define
264 fp = 0; define
Dhead.S111 fp = sp; define
/linux-4.1.27/kernel/bpf/
Dcore.c76 struct bpf_prog *fp; in bpf_prog_alloc() local
101 struct bpf_prog *fp; in bpf_prog_realloc() local
125 void __bpf_prog_free(struct bpf_prog *fp) in __bpf_prog_free()
629 void bpf_prog_select_runtime(struct bpf_prog *fp) in bpf_prog_select_runtime()
649 void bpf_prog_free(struct bpf_prog *fp) in bpf_prog_free()
/linux-4.1.27/arch/metag/oprofile/
Dbacktrace.c16 static void user_backtrace_fp(unsigned long __user *fp, unsigned int depth) in user_backtrace_fp()
53 unsigned long *fp = (unsigned long *)regs->ctx.AX[1].U0; in metag_backtrace() local
/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_els.c174 int bnx2fc_send_adisc(struct bnx2fc_rport *tgt, struct fc_frame *fp) in bnx2fc_send_adisc()
202 int bnx2fc_send_logo(struct bnx2fc_rport *tgt, struct fc_frame *fp) in bnx2fc_send_logo()
230 int bnx2fc_send_rls(struct bnx2fc_rport *tgt, struct fc_frame *fp) in bnx2fc_send_rls()
263 struct fc_frame *fp; in bnx2fc_srr_compl() local
381 struct fc_frame *fp; in bnx2fc_rec_compl() local
849 static void bnx2fc_flogi_resp(struct fc_seq *seq, struct fc_frame *fp, in bnx2fc_flogi_resp()
880 static void bnx2fc_logo_resp(struct fc_seq *seq, struct fc_frame *fp, in bnx2fc_logo_resp()
894 struct fc_frame *fp, unsigned int op, in bnx2fc_elsct_send()
/linux-4.1.27/arch/metag/include/asm/
Dstacktrace.h5 unsigned long fp; member
12 unsigned long fp; member
/linux-4.1.27/drivers/staging/goldfish/
Dgoldfish_audio.c114 static ssize_t goldfish_audio_read(struct file *fp, char __user *buf, in goldfish_audio_read()
144 static ssize_t goldfish_audio_write(struct file *fp, const char __user *buf, in goldfish_audio_write()
193 static int goldfish_audio_open(struct inode *ip, struct file *fp) in goldfish_audio_open()
210 static int goldfish_audio_release(struct inode *ip, struct file *fp) in goldfish_audio_release()
218 static long goldfish_audio_ioctl(struct file *fp, unsigned int cmd, in goldfish_audio_ioctl()
/linux-4.1.27/drivers/misc/mei/
Ddebugfs.c27 static ssize_t mei_dbgfs_read_meclients(struct file *fp, char __user *ubuf, in mei_dbgfs_read_meclients()
88 static ssize_t mei_dbgfs_read_active(struct file *fp, char __user *ubuf, in mei_dbgfs_read_active()
136 static ssize_t mei_dbgfs_read_devstate(struct file *fp, char __user *ubuf, in mei_dbgfs_read_devstate()
Dclient.c348 struct file *fp) in mei_io_cb_init()
444 enum mei_cb_file_ops type, struct file *fp) in mei_cl_alloc_cb()
469 struct mei_cl_cb *mei_cl_read_cb(const struct mei_cl *cl, const struct file *fp) in mei_cl_read_cb()
487 void mei_cl_read_cb_flush(const struct mei_cl *cl, const struct file *fp) in mei_cl_read_cb_flush()
509 int mei_cl_flush_queues(struct mei_cl *cl, const struct file *fp) in mei_cl_flush_queues()
1024 int mei_cl_read_start(struct mei_cl *cl, size_t length, struct file *fp) in mei_cl_read_start()
/linux-4.1.27/arch/sh/kernel/cpu/sh5/
Dunwind.c46 static int lookup_prev_stack_frame(unsigned long fp, unsigned long pc, in lookup_prev_stack_frame()
220 unsigned long pc, unsigned long fp) in unwind_nested()
230 unsigned long pc, fp; in sh64_unwind_inner() local
/linux-4.1.27/drivers/scsi/fnic/
Dfnic_fcs.c157 struct fc_frame *fp; in fnic_handle_frame() local
629 struct fc_frame *fp; in fnic_import_rq_eth_pkt() local
734 void fnic_set_port_id(struct fc_lport *lport, u32 port_id, struct fc_frame *fp) in fnic_set_port_id()
797 struct fc_frame *fp; in fnic_rq_cmpl_frame_recv() local
961 struct fc_frame *fp = buf->os_buf; in fnic_free_rq_buf() local
1023 static int fnic_send_frame(struct fnic *fnic, struct fc_frame *fp) in fnic_send_frame()
1104 int fnic_send(struct fc_lport *lp, struct fc_frame *fp) in fnic_send()
1142 struct fc_frame *fp; in fnic_flush_tx() local
1193 struct fc_frame *fp = (struct fc_frame *)skb; in fnic_wq_complete_frame_send() local
1236 struct fc_frame *fp = buf->os_buf; in fnic_free_wq_buf() local
/linux-4.1.27/arch/powerpc/perf/
Dcallchain.c56 unsigned long *fp; in perf_callchain_kernel() local
208 static int is_sigreturn_64_address(unsigned long nip, unsigned long fp) in is_sigreturn_64_address()
243 unsigned long __user *fp, *uregs; in perf_callchain_user_64() local
367 static int is_sigreturn_32_address(unsigned int nip, unsigned int fp) in is_sigreturn_32_address()
377 static int is_rt_sigreturn_32_address(unsigned int nip, unsigned int fp) in is_rt_sigreturn_32_address()
449 unsigned int __user *fp, *uregs; in perf_callchain_user_32() local
/linux-4.1.27/net/unix/
Dgarbage.c119 void unix_inflight(struct user_struct *user, struct file *fp) in unix_inflight()
140 void unix_notinflight(struct user_struct *user, struct file *fp) in unix_notinflight()
172 struct file **fp = UNIXCB(skb).fp->fp; in scan_inflight() local
/linux-4.1.27/arch/x86/tools/
Dinsn_sanity.c69 static void dump_field(FILE *fp, const char *name, const char *indent, in dump_field()
80 static void dump_insn(FILE *fp, struct insn *insn) in dump_insn()
98 static void dump_stream(FILE *fp, const char *msg, unsigned long nr_iter, in dump_stream()
Dtest_get_len.c59 static void dump_field(FILE *fp, const char *name, const char *indent, in dump_field()
70 static void dump_insn(FILE *fp, struct insn *insn) in dump_insn()
Drelocs.c333 static void read_ehdr(FILE *fp) in read_ehdr()
389 static void read_shdrs(FILE *fp) in read_shdrs()
424 static void read_strtabs(FILE *fp) in read_strtabs()
449 static void read_symtabs(FILE *fp) in read_symtabs()
482 static void read_relocs(FILE *fp) in read_relocs()
1075 void process(FILE *fp, int use_real_mode, int as_text, in process()
Drelocs_common.c23 FILE *fp; in main() local
/linux-4.1.27/tools/perf/
Dbuiltin-buildid-list.c20 static int sysfs__fprintf_build_id(FILE *fp) in sysfs__fprintf_build_id()
35 static int filename__fprintf_build_id(const char *name, FILE *fp) in filename__fprintf_build_id()
/linux-4.1.27/include/linux/
Dfilter.h342 static inline void bpf_prog_lock_ro(struct bpf_prog *fp) in bpf_prog_lock_ro()
347 static inline void bpf_prog_unlock_ro(struct bpf_prog *fp) in bpf_prog_unlock_ro()
352 static inline void bpf_prog_lock_ro(struct bpf_prog *fp) in bpf_prog_lock_ro()
356 static inline void bpf_prog_unlock_ro(struct bpf_prog *fp) in bpf_prog_unlock_ro()
374 static inline void bpf_prog_unlock_free(struct bpf_prog *fp) in bpf_prog_unlock_free()
419 static inline void bpf_jit_compile(struct bpf_prog *fp) in bpf_jit_compile()
423 static inline void bpf_jit_free(struct bpf_prog *fp) in bpf_jit_free()
/linux-4.1.27/fs/ocfs2/
Dlocks.c42 struct ocfs2_file_private *fp = file->private_data; in ocfs2_do_flock() local
97 struct ocfs2_file_private *fp = file->private_data; in ocfs2_do_funlock() local
/linux-4.1.27/scripts/kconfig/
Dconfdata.c488 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol()
511 kconfig_print_comment(FILE *fp, const char *value, void *arg) in kconfig_print_comment()
542 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol()
583 header_print_comment(FILE *fp, const char *value, void *arg) in header_print_comment()
616 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol()
629 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol()
651 conf_write_heading(FILE *fp, struct conf_printer *printer, void *printer_arg) in conf_write_heading()
/linux-4.1.27/arch/blackfin/include/asm/
Dcontext.S192 fp = 0(Z); define
272 fp = [sp++]; define
342 fp = [sp++]; define
385 fp = [sp++]; define
Dftrace.h36 unsigned long *endstack, *fp, *ret_addr; in return_address() local
/linux-4.1.27/arch/sparc/kernel/
Dprocess_32.c149 unsigned long pc, fp; in show_stack() local
241 unsigned long size, fp; local
467 unsigned long pc, fp, bias = 0; local
Dsignal_64.c51 unsigned long fp, i7; in sparc64_set_context() local
150 unsigned long fp, i7; in sparc64_get_context() local
312 static int invalid_frame_pointer(void __user *fp) in invalid_frame_pointer()
Dsignal_32.c182 static inline int invalid_frame_pointer(void __user *fp, int fplen) in invalid_frame_pointer()
249 __siginfo_fpu_t __user *fp = tail; in setup_frame() local
345 __siginfo_fpu_t __user *fp = tail; in setup_rt_frame() local
Dstacktrace.c15 unsigned long ksp, fp; in __save_stack_trace() local
Dsigutil_32.c84 unsigned long fp; in save_rwin_state() local
Dunaligned_64.c121 unsigned long value, fp; in fetch_reg() local
146 unsigned long fp; in fetch_reg_addr() local
414 unsigned long fp = regs->u_regs[UREG_FP]; in handle_popc() local
Dsigutil_64.c61 unsigned long fp = current_thread_info()->rwbuf_stkptrs[i]; in save_rwin_state() local
Dprocess_64.c410 unsigned long *fp; in thread_saved_pc() local
451 unsigned long fp, distance, rval; in clone_stackframe() local
751 unsigned long pc, fp, bias = 0; in get_wchan() local
Dsignal32.c311 static int invalid_frame_pointer(void __user *fp, int fplen) in invalid_frame_pointer()
459 __siginfo_fpu_t __user *fp = tail; in setup_frame32() local
590 __siginfo_fpu_t __user *fp = tail; in setup_rt_frame32() local
/linux-4.1.27/drivers/hid/
Dhid-roccat-pyra.c89 static ssize_t pyra_sysfs_read(struct file *fp, struct kobject *kobj, in pyra_sysfs_read()
115 static ssize_t pyra_sysfs_write(struct file *fp, struct kobject *kobj, in pyra_sysfs_write()
190 static ssize_t pyra_sysfs_read_profilex_settings(struct file *fp, in pyra_sysfs_read_profilex_settings()
209 static ssize_t pyra_sysfs_read_profilex_buttons(struct file *fp, in pyra_sysfs_read_profilex_buttons()
247 static ssize_t pyra_sysfs_write_settings(struct file *fp, in pyra_sysfs_write_settings()
Dhid-roccat-arvo.c190 static ssize_t arvo_sysfs_write(struct file *fp, in arvo_sysfs_write()
210 static ssize_t arvo_sysfs_read(struct file *fp, in arvo_sysfs_read()
233 static ssize_t arvo_sysfs_write_button(struct file *fp, in arvo_sysfs_write_button()
243 static ssize_t arvo_sysfs_read_info(struct file *fp, in arvo_sysfs_read_info()
Dhid-roccat-koneplus.c86 static ssize_t koneplus_sysfs_read(struct file *fp, struct kobject *kobj, in koneplus_sysfs_read()
112 static ssize_t koneplus_sysfs_write(struct file *fp, struct kobject *kobj, in koneplus_sysfs_write()
192 static ssize_t koneplus_sysfs_read_profilex_settings(struct file *fp, in koneplus_sysfs_read_profilex_settings()
211 static ssize_t koneplus_sysfs_read_profilex_buttons(struct file *fp, in koneplus_sysfs_read_profilex_buttons()
Dhid-roccat-lua.c29 static ssize_t lua_sysfs_read(struct file *fp, struct kobject *kobj, in lua_sysfs_read()
51 static ssize_t lua_sysfs_write(struct file *fp, struct kobject *kobj, in lua_sysfs_write()
Dhid-roccat-common.c133 ssize_t roccat_common2_sysfs_read(struct file *fp, struct kobject *kobj, in roccat_common2_sysfs_read()
157 ssize_t roccat_common2_sysfs_write(struct file *fp, struct kobject *kobj, in roccat_common2_sysfs_write()
Dhid-roccat-kovaplus.c127 static ssize_t kovaplus_sysfs_read(struct file *fp, struct kobject *kobj, in kovaplus_sysfs_read()
153 static ssize_t kovaplus_sysfs_write(struct file *fp, struct kobject *kobj, in kovaplus_sysfs_write()
220 static ssize_t kovaplus_sysfs_read_profilex_settings(struct file *fp, in kovaplus_sysfs_read_profilex_settings()
239 static ssize_t kovaplus_sysfs_read_profilex_buttons(struct file *fp, in kovaplus_sysfs_read_profilex_buttons()
Dhid-roccat-kone.c269 static ssize_t kone_sysfs_read_settings(struct file *fp, struct kobject *kobj, in kone_sysfs_read_settings()
294 static ssize_t kone_sysfs_write_settings(struct file *fp, struct kobject *kobj, in kone_sysfs_write_settings()
332 static ssize_t kone_sysfs_read_profilex(struct file *fp, in kone_sysfs_read_profilex()
353 static ssize_t kone_sysfs_write_profilex(struct file *fp, in kone_sysfs_write_profilex()
Dhid-roccat-isku.c120 static ssize_t isku_sysfs_read(struct file *fp, struct kobject *kobj, in isku_sysfs_read()
143 static ssize_t isku_sysfs_write(struct file *fp, struct kobject *kobj, in isku_sysfs_write()
/linux-4.1.27/fs/nfsd/
Dnfs4layouts.c135 struct nfs4_file *fp = ls->ls_stid.sc_file; in nfsd4_free_layout_stateid() local
188 struct nfs4_file *fp = parent->sc_file; in nfsd4_alloc_layout_stateid() local
352 struct nfs4_file *fp = ls->ls_stid.sc_file; in nfsd4_recall_conflict() local
372 struct nfs4_file *fp = ls->ls_stid.sc_file; in nfsd4_insert_layout() local
561 nfsd4_return_all_file_layouts(struct nfs4_client *clp, struct nfs4_file *fp) in nfsd4_return_all_file_layouts()
Dnfs4state.c272 struct nfs4_file *fp = container_of(rcu, struct nfs4_file, fi_rcu); in nfsd4_free_file_rcu() local
401 __nfs4_file_get_access(struct nfs4_file *fp, u32 access) in __nfs4_file_get_access()
412 nfs4_file_get_access(struct nfs4_file *fp, u32 access) in nfs4_file_get_access()
428 static __be32 nfs4_file_check_deny(struct nfs4_file *fp, u32 deny) in nfs4_file_check_deny()
447 static void __nfs4_file_put_access(struct nfs4_file *fp, int oflag) in __nfs4_file_put_access()
466 static void nfs4_file_put_access(struct nfs4_file *fp, u32 access) in nfs4_file_put_access()
499 struct nfs4_file *fp = co->co_file; in hash_clnt_odstate_locked() local
515 struct nfs4_file *fp; in put_clnt_odstate() local
531 find_or_hash_clnt_odstate(struct nfs4_file *fp, struct nfs4_clnt_odstate *new) in find_or_hash_clnt_odstate()
732 struct nfs4_file *fp = s->sc_file; in nfs4_put_stid() local
[all …]
Dpnfs.h75 struct nfs4_file *fp) in nfsd4_return_all_file_layouts()
/linux-4.1.27/net/ipv6/
Dexthdrs_core.c88 __be16 _frag_off, *fp; in ipv6_skip_exthdr() local
239 __be16 *fp; in ipv6_find_hdr() local
/linux-4.1.27/arch/x86/kernel/
Dstacktrace.c92 copy_stack_frame(const void __user *fp, struct stack_frame_user *frame) in copy_stack_frame()
111 const void __user *fp = (const void __user *)regs->bp; in __save_stack_trace_user() local
Dksysfs.c31 static ssize_t boot_params_data_read(struct file *fp, struct kobject *kobj, in boot_params_data_read()
139 static ssize_t setup_data_data_read(struct file *fp, in setup_data_data_read()
Dxsave.c144 struct _fpstate_ia32 __user *fp = buf; in save_fsave_header() local
153 struct i387_fsave_struct __user *fp = buf; in save_fsave_header() local
/linux-4.1.27/arch/c6x/kernel/
Dtraps.c71 void die(char *str, struct pt_regs *fp, int nr) in die()
86 static void die_if_kernel(char *str, struct pt_regs *fp, int nr) in die_if_kernel()
/linux-4.1.27/scripts/
Dpnmtologo.c84 static unsigned int get_number(FILE *fp) in get_number()
119 static unsigned int get_number255(FILE *fp, unsigned int maxval) in get_number255()
127 FILE *fp; in read_image() local
Dconmakehash.c52 static void addpair(int fp, int un) in addpair()
/linux-4.1.27/arch/m68k/coldfire/
Dvectors.c24 asmlinkage void dbginterrupt_c(struct frame *fp) in dbginterrupt_c()
/linux-4.1.27/tools/net/
Dbpf_asm.c30 FILE *fp = stdin; in main() local
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dfpu.h94 unsigned long fp; in ieee_swcr_to_fpcr() local
108 ieee_fpcr_to_swcr(unsigned long fp) in ieee_fpcr_to_swcr()
Dregdef.h22 #define fp s6 /* frame-pointer (s6 in frame-less procedures) */ macro
/linux-4.1.27/net/decnet/
Ddn_table.c72 #define DN_FIB_SCAN(f, fp) \ argument
75 #define DN_FIB_SCAN_KEY(f, fp, key) \ argument
126 struct dn_fib_node *f, **fp, *next; in dn_rebuild_zone() local
530 struct dn_fib_node *new_f, *f, **fp, **del_fp; in dn_fib_table_insert() local
667 struct dn_fib_node **fp, **del_fp, *f; in dn_fib_table_delete() local
745 static inline int dn_flush_list(struct dn_fib_node **fp, int z, struct dn_hash *table) in dn_flush_list()
/linux-4.1.27/arch/arm64/include/asm/
Dstacktrace.h20 unsigned long fp; member
/linux-4.1.27/net/irda/
Diriap.c435 __u8 *fp; in iriap_getvaluebyclass_confirm() local
548 __u8 *fp; in iriap_getvaluebyclass_response() local
639 __u8 *fp; in iriap_getvaluebyclass_indication() local
910 __u8 *fp; in iriap_call_indication() local
Dirlmp_frame.c94 __u8 *fp; in irlmp_link_data_indication() local
202 __u8 *fp; in irlmp_link_unitdata_indication() local
/linux-4.1.27/drivers/misc/
Dhpilo.c435 static ssize_t ilo_read(struct file *fp, char __user *buf, in ilo_read()
485 static ssize_t ilo_write(struct file *fp, const char __user *buf, in ilo_write()
517 static unsigned int ilo_poll(struct file *fp, poll_table *wait) in ilo_poll()
532 static int ilo_close(struct inode *ip, struct file *fp) in ilo_close()
563 static int ilo_open(struct inode *ip, struct file *fp) in ilo_open()
/linux-4.1.27/arch/s390/net/
Dbpf_jit_comp.c453 static noinline int bpf_jit_insn(struct bpf_jit *jit, struct bpf_prog *fp, int i) in bpf_jit_insn()
1130 static int bpf_jit_prog(struct bpf_jit *jit, struct bpf_prog *fp) in bpf_jit_prog()
1156 void bpf_jit_compile(struct bpf_prog *fp) in bpf_jit_compile()
1163 void bpf_int_jit_compile(struct bpf_prog *fp) in bpf_int_jit_compile()
1211 void bpf_jit_free(struct bpf_prog *fp) in bpf_jit_free()
/linux-4.1.27/drivers/staging/i2o/
Di2o_config.c56 struct file *fp; member
458 static int i2o_cfg_evt_reg(unsigned long arg, struct file *fp) in i2o_cfg_evt_reg()
496 static int i2o_cfg_evt_get(unsigned long arg, struct file *fp) in i2o_cfg_evt_get()
997 static long i2o_cfg_ioctl(struct file *fp, unsigned int cmd, unsigned long arg) in i2o_cfg_ioctl()
1089 static int cfg_fasync(int fd, struct file *fp, int on) in cfg_fasync()
/linux-4.1.27/drivers/media/usb/stkwebcam/
Dstk-webcam.c610 static int v4l_stk_open(struct file *fp) in v4l_stk_open()
632 static int v4l_stk_release(struct file *fp) in v4l_stk_release()
651 static ssize_t stk_read(struct file *fp, char __user *buf, in stk_read()
713 static ssize_t v4l_stk_read(struct file *fp, char __user *buf, in v4l_stk_read()
726 static unsigned int v4l_stk_poll(struct file *fp, poll_table *wait) in v4l_stk_poll()
760 static int v4l_stk_mmap(struct file *fp, struct vm_area_struct *vma) in v4l_stk_mmap()
/linux-4.1.27/arch/arc/kernel/
Darc_hostlink.c21 static int arc_hl_mmap(struct file *fp, struct vm_area_struct *vma) in arc_hl_mmap()
Dstacktrace.c51 unsigned long fp, sp, blink, ret; in seed_unwind_frame_info() local
/linux-4.1.27/arch/unicore32/include/asm/
Dstacktrace.h17 unsigned long fp; member
/linux-4.1.27/fs/freevxfs/
Dvxfs_immed.c100 vxfs_immed_readpage(struct file *fp, struct page *pp) in vxfs_immed_readpage()
/linux-4.1.27/drivers/tty/
Dn_tty.c1517 char *fp, int count) in n_tty_receive_buf_real_raw()
1537 char *fp, int count) in n_tty_receive_buf_raw()
1554 char *fp, int count) in n_tty_receive_buf_closing()
1570 char *fp, int count) in n_tty_receive_buf_standard()
1604 char *fp, int count) in n_tty_receive_buf_fast()
1629 char *fp, int count) in __receive_buf()
1707 char *fp, int count, int flow) in n_tty_receive_buf_common()
1776 char *fp, int count) in n_tty_receive_buf()
1782 char *fp, int count) in n_tty_receive_buf2()
Dn_tracerouter.c173 char *fp, int count) in n_tracerouter_receivebuf()
/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe.c865 static bool fcoe_oem_match(struct fc_frame *fp) in fcoe_oem_match()
1586 static int fcoe_xmit(struct fc_lport *lport, struct fc_frame *fp) in fcoe_xmit()
1733 struct fc_frame *fp) in fcoe_filter_frames()
1789 struct fc_frame *fp; in fcoe_recv_frame() local
2733 static void fcoe_flogi_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fcoe_flogi_resp()
2762 static void fcoe_logo_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fcoe_logo_resp()
2782 struct fc_frame *fp, unsigned int op, in fcoe_elsct_send()
2914 struct fc_frame *fp; in fcoe_set_vport_symbolic_name() local
2957 u32 port_id, struct fc_frame *fp) in fcoe_set_port_id()
/linux-4.1.27/arch/arm/include/asm/
Dstacktrace.h11 unsigned long fp; member
/linux-4.1.27/include/net/
Dscm.h25 struct file *fp[SCM_MAX_FD]; member
30 struct scm_fp_list *fp; /* Passed files */ member
/linux-4.1.27/tools/lib/api/fs/
Dfindfs.c32 FILE *fp; in find_mountpoint() local
/linux-4.1.27/tools/power/cpupower/utils/helpers/
Dcpuid.c47 FILE *fp; in get_cpu_info() local
/linux-4.1.27/arch/arm/nwfpe/
Dfpa11.c85 void nwfpe_init_fpa(union fp_state *fp) in nwfpe_init_fpa()
/linux-4.1.27/arch/avr32/oprofile/
Dbacktrace.c24 struct frame_head *fp; member
/linux-4.1.27/drivers/atm/
Dfirestream.c1437 static int init_fp(struct fs_dev *dev, struct freepool *fp, int queue, in init_fp()
1459 static inline int nr_buffers_in_freepool (struct fs_dev *dev, struct freepool *fp) in nr_buffers_in_freepool()
1474 static void top_off_fp (struct fs_dev *dev, struct freepool *fp, in top_off_fp()
1547 static void free_freepool(struct fs_dev *dev, struct freepool *fp) in free_freepool()
1942 struct FS_BPENTRY *fp, *nxt; in firestream_remove_one() local
/linux-4.1.27/arch/m68k/68000/
Dints.c77 void process_int(int vec, struct pt_regs *fp) in process_int()
/linux-4.1.27/arch/sparc/include/asm/
Dhibernate.h11 unsigned long fp; member
/linux-4.1.27/arch/arm64/net/
Dbpf_jit_comp.c148 const u8 fp = bpf2a64[BPF_REG_FP]; in build_prologue() local
182 const u8 fp = bpf2a64[BPF_REG_FP]; in build_epilogue() local
601 const u8 fp = bpf2a64[BPF_REG_FP]; in build_insn() local
/linux-4.1.27/drivers/char/
Dmbcs.c382 static int mbcs_open(struct inode *ip, struct file *fp) in mbcs_open()
403 static ssize_t mbcs_sram_read(struct file * fp, char __user *buf, size_t len, loff_t * off) in mbcs_sram_read()
428 mbcs_sram_write(struct file * fp, const char __user *buf, size_t len, loff_t * off) in mbcs_sram_write()
500 static int mbcs_gscr_mmap(struct file *fp, struct vm_area_struct *vma) in mbcs_gscr_mmap()
Dapm-emulation.c209 static ssize_t apm_read(struct file *fp, char __user *buf, size_t count, loff_t *ppos) in apm_read()
246 static unsigned int apm_poll(struct file *fp, poll_table * wait) in apm_poll()
/linux-4.1.27/arch/mips/include/asm/
Dregdef.h57 #define fp $30 /* frame pointer */ macro
100 #define fp $30 /* frame pointer */ macro
/linux-4.1.27/scripts/dtc/
Dsrcpos.c71 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open()
98 static char *fopen_any_on_path(const char *fname, FILE **fp) in fopen_any_on_path()
/linux-4.1.27/arch/x86/um/
Dsignal.c228 struct user_i387_struct fp; in copy_sc_from_user() local
328 struct user_i387_struct fp; in copy_sc_to_user() local
340 struct _fpstate __user *fp, sigset_t *set, in copy_ucontext_to_user()
/linux-4.1.27/arch/nios2/include/asm/
Dptrace.h40 unsigned long fp; /* Frame pointer */ member
61 unsigned long fp; member
/linux-4.1.27/net/sched/
Dcls_tcindex.c66 struct tcindex_filter __rcu **fp; in tcindex_lookup() local
378 struct tcindex_filter __rcu **fp; in tcindex_set_parms() local
519 struct tcindex_filter __rcu **fp; in tcindex_dump() local
Dact_bpf.c174 struct bpf_prog *fp; in tcf_bpf_init_from_ops() local
211 struct bpf_prog *fp; in tcf_bpf_init_from_efd() local
Dcls_route.c325 struct route4_filter __rcu **fp; in route4_delete() local
388 struct route4_filter *fp; in route4_set_parms() local
481 struct route4_filter __rcu **fp; in route4_change() local
Dcls_fw.c162 struct fw_filter __rcu **fp; in fw_delete() local
257 struct fw_filter __rcu **fp; in fw_change() local
/linux-4.1.27/arch/mips/kernel/
Dftrace.c281 old_parent_ra, unsigned long parent_ra_addr, unsigned long fp) in ftrace_get_parent_ra_addr()
335 unsigned long fp) in prepare_ftrace_return()
/linux-4.1.27/drivers/acpi/acpica/
Dutfileio.c145 acpi_ut_read_table(FILE * fp, in acpi_ut_read_table()
Dacdebug.h71 #define VERBOSE_PRINT(fp) DBTEST_OUTPUT_LEVEL(lvl) {\ argument
/linux-4.1.27/net/bridge/netfilter/
Debt_vlan.c52 const struct vlan_hdr *fp; in ebt_vlan_mt() local
/linux-4.1.27/fs/
Dfcntl.c577 struct fasync_struct *fa, **fp; in fasync_remove_entry() local
625 struct fasync_struct *fa, **fp; in fasync_insert_entry() local
723 void kill_fasync(struct fasync_struct **fp, int sig, int band) in kill_fasync()
/linux-4.1.27/arch/ia64/kernel/
Dmachine_kexec.c90 u64 fp, gp; in ia64_machine_kexec() local
/linux-4.1.27/tools/perf/ui/browsers/
Dheader.c101 FILE *fp = open_memstream(&ptr, &size); in tui__header_window() local
/linux-4.1.27/arch/arm/kernel/
Dperf_callchain.c23 struct frame_tail __user *fp; member
Dstacktrace.c28 unsigned long fp = frame->fp; in unwind_frame() local
/linux-4.1.27/tools/perf/tests/
Dfdarray.c17 static int fdarray__fprintf_prefix(struct fdarray *fda, const char *prefix, FILE *fp) in fdarray__fprintf_prefix()
Ddwarf-unwind.c114 void *fp = &bsearch; in krava_3() local
/linux-4.1.27/drivers/platform/x86/
Dintel_scu_ipcutil.c78 static long scu_ipc_ioctl(struct file *fp, unsigned int cmd, in scu_ipc_ioctl()
/linux-4.1.27/drivers/gpu/drm/gma500/
Dpsb_intel_display.c116 u32 dpll = 0, fp = 0, dspcntr, pipeconf; in psb_intel_crtc_mode_set() local
316 u32 fp; in psb_intel_crtc_clock_get() local
/linux-4.1.27/drivers/video/fbdev/geode/
Dsuspend_gx.c215 uint32_t fp; in gx_enable_graphics() local
Dvideo_gx.c183 unsigned long fp; in gx_configure_tft() local
/linux-4.1.27/arch/x86/oprofile/
Dbacktrace.c46 struct stack_frame_ia32 *fp; in dump_user_backtrace_32() local
/linux-4.1.27/arch/unicore32/kernel/
Dstacktrace.c38 unsigned long fp = frame->fp; in unwind_frame() local
/linux-4.1.27/arch/arm64/kernel/
Dstacktrace.c41 unsigned long fp = frame->fp; in unwind_frame() local
/linux-4.1.27/drivers/gpu/drm/msm/mdp/
Dmdp_format.c74 #define FMT(name, a, r, g, b, e0, e1, e2, e3, alpha, tight, c, cnt, fp, cs) { \ argument
/linux-4.1.27/drivers/isdn/hisax/
Delsa_ser.c243 int count, len, fp; in write_modem() local
448 int count, fp; in modem_write_cmd() local
/linux-4.1.27/arch/arm/oprofile/
Dcommon.c81 struct frame_tail *fp; member
/linux-4.1.27/arch/arm/mach-s3c64xx/
Dmach-real6410.c259 const char *fp = features_str; in real6410_parse_features() local
Dmach-mini6410.c289 const char *fp = features_str; in mini6410_parse_features() local
/linux-4.1.27/arch/m68k/lib/
Dmulsi3.S82 #define fp REG (fp) macro
Dumodsi3.S82 #define fp REG (fp) macro
Dmodsi3.S82 #define fp REG (fp) macro
Ddivsi3.S82 #define fp REG (fp) macro
/linux-4.1.27/arch/frv/kernel/
Dprocess.c172 unsigned long fp, pc; in get_wchan() local
/linux-4.1.27/samples/bpf/
Dtest_verifier.c748 static int probe_filter_length(struct bpf_insn *fp) in probe_filter_length()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dlproc_mdc.c139 struct file *fp = fget(fd); in mdc_kuc_write() local
/linux-4.1.27/tools/lib/api/fd/
Darray.c119 int fdarray__fprintf(struct fdarray *fda, FILE *fp) in fdarray__fprintf()
/linux-4.1.27/arch/powerpc/platforms/8xx/
Dm8xx_setup.c64 const unsigned int *fp; in get_freq() local
/linux-4.1.27/fs/ocfs2/dlmfs/
Ddlmfs.c136 struct dlmfs_filp_private *fp = NULL; in dlmfs_file_open() local
184 struct dlmfs_filp_private *fp = file->private_data; in dlmfs_file_release() local
/linux-4.1.27/tools/iio/
Dgeneric_buffer.c151 int fp; in main() local
/linux-4.1.27/arch/metag/kernel/
Dstacktrace.c41 struct metag_frame *fp = (struct metag_frame *)frame->fp; in unwind_frame() local
/linux-4.1.27/tools/lib/traceevent/
Dtrace-seq.c234 int trace_seq_do_fprintf(struct trace_seq *s, FILE *fp) in trace_seq_do_fprintf()
/linux-4.1.27/fs/gfs2/
Dfile.c551 struct gfs2_file *fp; in gfs2_open_common() local
1016 struct gfs2_file *fp = file->private_data; in do_flock() local
1070 struct gfs2_file *fp = file->private_data; in do_unflock() local

12