/linux-4.4.14/include/scsi/ |
D | fc_frame.h | 62 #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 …]
|
D | fc_encode.h | 73 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.4.14/drivers/s390/char/ |
D | fs3270.c | 53 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 …]
|
D | hmcdrv_dev.c | 113 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.4.14/arch/m68k/kernel/ |
D | traps.c | 132 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 …]
|
D | process.c | 259 unsigned long fp, pc; in get_wchan() local
|
/linux-4.4.14/arch/nios2/kernel/ |
D | traps.c | 118 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()
|
D | misaligned.c | 51 static inline u32 get_reg_val(struct pt_regs *fp, int reg) in get_reg_val() 57 static inline void put_reg_val(struct pt_regs *fp, int reg, u32 val) in put_reg_val() 66 asmlinkage void handle_unaligned_c(struct pt_regs *fp, int cause) in handle_unaligned_c()
|
D | process.c | 147 void dump(struct pt_regs *fp) in dump() 218 unsigned long fp, pc; in get_wchan() local
|
/linux-4.4.14/drivers/scsi/libfc/ |
D | fc_rport.c | 544 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 …]
|
D | fc_lport.c | 165 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 …]
|
D | fc_exch.c | 272 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 …]
|
D | fc_frame.c | 34 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
|
D | fc_disc.c | 85 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
|
D | fc_fcp.c | 423 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 …]
|
D | fc_elsct.c | 44 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()
|
D | fc_libfc.c | 166 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.4.14/fs/autofs4/ |
D | dev-ioctl.c | 176 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.4.14/kernel/time/ |
D | posix-clock.c | 33 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.4.14/tools/perf/ui/stdio/ |
D | hist.c | 9 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.4.14/sound/usb/ |
D | format.c | 45 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()
|
D | stream.c | 45 struct audioformat *fp, *n; in free_substream() local 84 struct audioformat *fp) in snd_usb_init_substream() 126 struct audioformat *fp) in have_dup_chmap() 145 struct audioformat *fp; in usb_chmap_ctl_tlv() local 206 struct audioformat *fp; in add_chmap() local 325 struct audioformat *fp) in snd_usb_add_audio_stream() 490 struct audioformat *fp = NULL; in snd_usb_parse_audio_interface() local
|
D | pcm.c | 98 struct audioformat *fp; in find_format() local 565 struct audioformat *fp, in match_endpoint_audioformats() 613 struct audioformat *fp; in configure_sync_endpoint() local 866 struct audioformat *fp) in hw_check_valid_format() 913 struct audioformat *fp; in hw_rule_rate() local 965 struct audioformat *fp; in hw_rule_channels() local 1016 struct audioformat *fp; in hw_rule_format() local 1047 struct audioformat *fp; in hw_rule_period_time() local 1087 struct audioformat *fp; in snd_usb_pcm_check_knot() local 1132 struct audioformat *fp; in setup_hw_info() local
|
D | quirks.c | 142 struct audioformat *fp; in create_fixed_stream_quirk() local 428 struct audioformat *fp; in create_uaxx_quirk() local 1039 int snd_usb_is_big_endian_format(struct snd_usb_audio *chip, struct audioformat *fp) in snd_usb_is_big_endian_format() 1279 struct audioformat *fp, in snd_usb_interface_dsd_format_quirks()
|
D | proc.c | 76 struct audioformat *fp; in proc_dump_substream_formats() local
|
/linux-4.4.14/security/selinux/ss/ |
D | policydb.c | 993 static int mls_read_range_helper(struct mls_range *r, void *fp) in mls_read_range_helper() 1054 void *fp) in context_read_and_validate() 1092 static int str_read(char **strp, gfp_t flags, void *fp, u32 len) in str_read() 1112 static int perm_read(struct policydb *p, struct hashtab *h, void *fp) in perm_read() 1146 static int common_read(struct policydb *p, struct hashtab *h, void *fp) in common_read() 1197 static int type_set_read(struct type_set *t, void *fp) in type_set_read() 1218 int ncons, int allowxtarget, void *fp) in read_cons_helper() 1312 static int class_read(struct policydb *p, struct hashtab *h, void *fp) in class_read() 1406 static int role_read(struct policydb *p, struct hashtab *h, void *fp) in role_read() 1463 static int type_read(struct policydb *p, struct hashtab *h, void *fp) in type_read() [all …]
|
D | conditional.c | 221 int cond_read_bool(struct policydb *p, struct hashtab *h, void *fp) in cond_read_bool() 352 static int cond_read_av_list(struct policydb *p, void *fp, struct cond_av_list **ret_list, struct c… in cond_read_av_list() 399 static int cond_read_node(struct policydb *p, struct cond_node *node, void *fp) in cond_read_node() 453 int cond_read_list(struct policydb *p, void *fp) in cond_read_list() 498 void *fp = pd->fp; in cond_write_bool() local 526 struct cond_av_list *list, struct policy_file *fp) in cond_write_av_list() 555 struct policy_file *fp) in cond_write_node() 593 int cond_write_list(struct policydb *p, struct cond_node *list, void *fp) in cond_write_list()
|
D | avtab.c | 389 int avtab_read_item(struct avtab *a, void *fp, struct policydb *pol, in avtab_read_item() 556 int avtab_read(struct avtab *a, void *fp, struct policydb *pol) in avtab_read() 600 int avtab_write_item(struct policydb *p, struct avtab_node *cur, void *fp) in avtab_write_item() 635 int avtab_write(struct policydb *p, struct avtab *a, void *fp) in avtab_write()
|
D | ebitmap.c | 343 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.4.14/drivers/sbus/char/ |
D | bbc_envctrl.c | 92 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.4.14/arch/microblaze/kernel/ |
D | unwind.c | 124 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
|
D | traps.c | 36 u32 fp = (u32) sp; in show_stack() local
|
D | exceptions.c | 39 void die(const char *str, struct pt_regs *fp, long err) in die()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.h | 500 struct bnx2x_fastpath *fp, in bnx2x_update_rx_prod() 635 static inline void bnx2x_update_fpsb_idx(struct bnx2x_fastpath *fp) in bnx2x_update_fpsb_idx() 772 static inline bool bnx2x_has_tx_work(struct bnx2x_fastpath *fp) in bnx2x_has_tx_work() 783 static inline int bnx2x_has_rx_work(struct bnx2x_fastpath *fp) in bnx2x_has_rx_work() 807 struct bnx2x_fastpath *fp, u16 index) in bnx2x_free_rx_sge() 863 static inline void bnx2x_clear_sge_mask_next_elems(struct bnx2x_fastpath *fp) in bnx2x_clear_sge_mask_next_elems() 877 static inline void bnx2x_init_sge_ring_bit_mask(struct bnx2x_fastpath *fp) in bnx2x_init_sge_ring_bit_mask() 894 static inline void bnx2x_reuse_rx_data(struct bnx2x_fastpath *fp, in bnx2x_reuse_rx_data() 1014 struct bnx2x_fastpath *fp, int last) in bnx2x_free_rx_sge_range() 1027 static inline void bnx2x_set_next_page_rx_bd(struct bnx2x_fastpath *fp) in bnx2x_set_next_page_rx_bd() [all …]
|
D | bnx2x_cmn.c | 182 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_shrink_eth_fp() local 345 static inline void bnx2x_update_last_max_sge(struct bnx2x_fastpath *fp, in bnx2x_update_last_max_sge() 354 static inline void bnx2x_update_sge_prod(struct bnx2x_fastpath *fp, in bnx2x_update_sge_prod() 430 static void bnx2x_tpa_start(struct bnx2x_fastpath *fp, u16 queue, in bnx2x_tpa_start() 546 static int bnx2x_alloc_rx_sge(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_alloc_rx_sge() 592 static int bnx2x_fill_frag_skb(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_fill_frag_skb() 682 static void bnx2x_frag_free(const struct bnx2x_fastpath *fp, void *data) in bnx2x_frag_free() 690 static void *bnx2x_frag_alloc(const struct bnx2x_fastpath *fp, gfp_t gfp_mask) in bnx2x_frag_alloc() 737 static void bnx2x_gro_receive(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_gro_receive() 759 static void bnx2x_tpa_stop(struct bnx2x *bp, struct bnx2x_fastpath *fp, in bnx2x_tpa_stop() [all …]
|
D | bnx2x_main.c | 960 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_panic_dump() local 1101 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_panic_dump() local 1141 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_panic_dump() local 1803 void bnx2x_sp_event(struct bnx2x_fastpath *fp, union eth_rx_cqe *rr_cqe) in bnx2x_sp_event() 1932 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_interrupt() local 3090 struct bnx2x_fastpath *fp, in bnx2x_get_common_flags() 3121 struct bnx2x_fastpath *fp, in bnx2x_get_q_flags() 3159 struct bnx2x_fastpath *fp, struct bnx2x_general_setup_params *gen_init, in bnx2x_pf_q_prep_general() 3177 struct bnx2x_fastpath *fp, struct rxq_pause_params *pause, in bnx2x_pf_rx_q_prep() 3265 struct bnx2x_fastpath *fp, struct bnx2x_txq_setup_params *txq_init, in bnx2x_pf_tx_q_prep() [all …]
|
/linux-4.4.14/drivers/staging/speakup/ |
D | devsynth.c | 16 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()
|
D | speakup_soft.c | 178 static int softsynth_open(struct inode *inode, struct file *fp) in softsynth_open() 193 static int softsynth_close(struct inode *inode, struct file *fp) in softsynth_close() 206 static ssize_t softsynth_read(struct file *fp, char __user *buf, size_t count, in softsynth_read() 268 static ssize_t softsynth_write(struct file *fp, const char __user *buf, in softsynth_write() 283 static unsigned int softsynth_poll(struct file *fp, in softsynth_poll()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_phonet.c | 205 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 659 struct f_phonet *fp = func_to_pn(f); in pn_unbind() local [all …]
|
/linux-4.4.14/drivers/net/phy/ |
D | fixed_phy.c | 50 static int fixed_phy_update_regs(struct fixed_phy *fp) in fixed_phy_update_regs() 152 struct fixed_phy *fp; in fixed_mdio_read() local 199 struct fixed_phy *fp; in fixed_phy_set_link_update() local 221 struct fixed_phy *fp; in fixed_phy_update_state() local 251 struct fixed_phy *fp; in fixed_phy_add() local 292 struct fixed_phy *fp, *tmp; in fixed_phy_del() local 418 struct fixed_phy *fp, *tmp; in fixed_mdio_bus_exit() local
|
/linux-4.4.14/drivers/target/tcm_fc/ |
D | tfc_cmd.c | 85 struct fc_frame *fp; in ft_free_cmd() local 120 struct fc_frame *fp; in ft_queue_status() local 198 struct fc_frame *fp; in ft_write_pending() local 252 static void ft_recv_seq(struct fc_seq *sp, struct fc_frame *fp, void *arg) in ft_recv_seq() 292 struct fc_frame *fp; in ft_send_resp_status() local 437 static void ft_recv_cmd(struct ft_sess *sess, struct fc_frame *fp) in ft_recv_cmd() 476 void ft_recv_req(struct ft_sess *sess, struct fc_frame *fp) in ft_recv_req()
|
D | tfc_io.c | 57 struct fc_frame *fp = NULL; in ft_queue_data_in() local 209 void ft_recv_write_data(struct ft_cmd *cmd, struct fc_frame *fp) in ft_recv_write_data()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | traps.c | 69 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()
|
D | stacktrace.c | 16 unsigned long fp; member 26 unsigned long fp; in save_stack_trace() local
|
D | pseudodbg.c | 40 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()
|
D | early_printk.c | 203 asmlinkage void __init early_trap_c(struct pt_regs *fp, void *retaddr) in early_trap_c()
|
D | dumpstack.c | 38 unsigned int *addr, *endstack, *fp = 0, *frame; in show_stack() local
|
D | trace.c | 732 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.4.14/arch/powerpc/net/ |
D | bpf_jit_comp.c | 29 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.4.14/drivers/crypto/qat/qat_common/ |
D | adf_ctl_drv.c | 224 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() 426 static long adf_ctl_ioctl(struct file *fp, unsigned int cmd, unsigned long arg) in adf_ctl_ioctl()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_file_ops.c | 98 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 …]
|
D | qib_diag.c | 508 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.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 817 \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.4.14/drivers/staging/rdma/hfi1/ |
D | file_ops.c | 196 static int hfi1_file_open(struct inode *inode, struct file *fp) in hfi1_file_open() 205 static ssize_t hfi1_file_write(struct file *fp, const char __user *data, in hfi1_file_write() 483 static int hfi1_file_mmap(struct file *fp, struct vm_area_struct *vma) in hfi1_file_mmap() 734 static unsigned int hfi1_poll(struct file *fp, struct poll_table_struct *pt) in hfi1_poll() 752 static int hfi1_file_close(struct inode *inode, struct file *fp) in hfi1_file_close() 849 static int assign_ctxt(struct file *fp, struct hfi1_user_info *uinfo) in assign_ctxt() 883 static int get_user_context(struct file *fp, struct hfi1_user_info *uinfo, in get_user_context() 934 static int find_shared_ctxt(struct file *fp, in find_shared_ctxt() 981 static int allocate_ctxt(struct file *fp, struct hfi1_devdata *dd, in allocate_ctxt() 1111 static int user_init(struct file *fp) in user_init() [all …]
|
D | diag.c | 547 static ssize_t diagpkt_write(struct file *fp, const char __user *data, in diagpkt_write() 644 static int hfi1_snoop_open(struct inode *in, struct file *fp) in hfi1_snoop_open() 735 static int hfi1_snoop_release(struct inode *in, struct file *fp) in hfi1_snoop_release() 788 static unsigned int hfi1_snoop_poll(struct file *fp, in hfi1_snoop_poll() 811 static ssize_t hfi1_snoop_write(struct file *fp, const char __user *data, in hfi1_snoop_write() 914 static ssize_t hfi1_snoop_read(struct file *fp, char __user *data, in hfi1_snoop_read() 963 static long hfi1_ioctl(struct file *fp, unsigned int cmd, unsigned long arg) in hfi1_ioctl()
|
/linux-4.4.14/kernel/bpf/ |
D | core.c | 78 struct bpf_prog *fp; in bpf_prog_alloc() local 106 struct bpf_prog *fp; in bpf_prog_realloc() local 133 void __bpf_prog_free(struct bpf_prog *fp) in __bpf_prog_free() 658 const struct bpf_prog *fp) in bpf_prog_array_compatible() 674 static int bpf_check_tail_call(const struct bpf_prog *fp) in bpf_check_tail_call() 701 int bpf_prog_select_runtime(struct bpf_prog *fp) in bpf_prog_select_runtime() 726 void bpf_prog_free(struct bpf_prog *fp) in bpf_prog_free()
|
/linux-4.4.14/net/core/ |
D | filter.c | 203 static bool convert_bpf_extensions(struct sock_filter *fp, in convert_bpf_extensions() 363 struct sock_filter *fp; in bpf_convert_filter() local 836 static int bpf_prog_store_orig_filter(struct bpf_prog *fp, in bpf_prog_store_orig_filter() 859 static void bpf_release_orig_filter(struct bpf_prog *fp) in bpf_release_orig_filter() 879 static void __sk_filter_release(struct sk_filter *fp) in __sk_filter_release() 891 struct sk_filter *fp = container_of(rcu, struct sk_filter, rcu); in sk_filter_release_rcu() local 902 static void sk_filter_release(struct sk_filter *fp) in sk_filter_release() 908 void sk_filter_uncharge(struct sock *sk, struct sk_filter *fp) in sk_filter_uncharge() 919 bool sk_filter_charge(struct sock *sk, struct sk_filter *fp) in sk_filter_charge() 933 static struct bpf_prog *bpf_migrate_filter(struct bpf_prog *fp) in bpf_migrate_filter() [all …]
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_file_ops.c | 94 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 …]
|
D | ipath_diag.c | 281 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.4.14/arch/blackfin/mach-bf561/ |
D | secondary.S | 102 fp = sp; define 137 fp = sp; define 175 fp = sp; define
|
/linux-4.4.14/tools/perf/util/ |
D | color.c | 71 static int __color_vfprintf(FILE *fp, const char *color, const char *fmt, in __color_vfprintf() 100 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args) in color_vfprintf() 117 int color_fprintf(FILE *fp, const char *color, const char *fmt, ...) in color_fprintf() 133 int color_fwrite_lines(FILE *fp, const char *color, in color_fwrite_lines() 174 int percent_color_fprintf(FILE *fp, const char *fmt, double percent) in percent_color_fprintf()
|
D | values.c | 130 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()
|
D | header.c | 422 FILE *fp; in build_cpu_topo() local 597 FILE *fp; in write_total_mem() local 628 FILE *fp; in write_topo_node() local 687 FILE *fp; in write_numa_topology() local 872 FILE *fp) in print_hostname() 878 FILE *fp) in print_osrelease() 883 static void print_arch(struct perf_header *ph, int fd __maybe_unused, FILE *fp) in print_arch() 889 FILE *fp) in print_cpudesc() 895 FILE *fp) in print_nrcpus() 902 FILE *fp) in print_version() [all …]
|
D | event.c | 228 FILE *fp; in perf_event__synthesize_mmap_events() local 702 size_t perf_event__fprintf_comm(union perf_event *event, FILE *fp) in perf_event__fprintf_comm() 762 size_t perf_event__fprintf_mmap(union perf_event *event, FILE *fp) in perf_event__fprintf_mmap() 771 size_t perf_event__fprintf_mmap2(union perf_event *event, FILE *fp) in perf_event__fprintf_mmap2() 802 size_t perf_event__fprintf_task(union perf_event *event, FILE *fp) in perf_event__fprintf_task() 825 size_t perf_event__fprintf_aux(union perf_event *event, FILE *fp) in perf_event__fprintf_aux() 834 size_t perf_event__fprintf_itrace_start(union perf_event *event, FILE *fp) in perf_event__fprintf_itrace_start() 840 size_t perf_event__fprintf_switch(union perf_event *event, FILE *fp) in perf_event__fprintf_switch() 854 size_t perf_event__fprintf(union perf_event *event, FILE *fp) in perf_event__fprintf()
|
D | map.c | 379 size_t map__fprintf(struct map *map, FILE *fp) in map__fprintf() 385 size_t map__fprintf_dsoname(struct map *map, FILE *fp) in map__fprintf_dsoname() 400 FILE *fp) in map__fprintf_srcline() 610 static size_t maps__fprintf(struct maps *maps, FILE *fp) in maps__fprintf() 633 FILE *fp) in __map_groups__fprintf_maps() 639 size_t map_groups__fprintf(struct map_groups *mg, FILE *fp) in map_groups__fprintf() 653 static int maps__fixup_overlappings(struct maps *maps, struct map *map, FILE *fp) in maps__fixup_overlappings() 723 FILE *fp) in map_groups__fixup_overlappings()
|
D | cgroup.c | 13 FILE *fp; in cgroupfs_find_mountpoint() local
|
/linux-4.4.14/sound/ |
D | sound_firmware.c | 10 static int do_mod_firmware_load(const char *fn, char **fp) in do_mod_firmware_load() 65 int mod_firmware_load(const char *fn, char **fp) in mod_firmware_load()
|
/linux-4.4.14/arch/blackfin/mach-common/ |
D | interrupt.S | 106 fp = 0; define 156 fp = 0; define 264 fp = 0; define
|
D | head.S | 111 fp = sp; define
|
/linux-4.4.14/arch/sh/kernel/cpu/ |
D | fpu.c | 26 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.4.14/arch/hexagon/kernel/ |
D | stacktrace.c | 29 unsigned long fp; member 39 unsigned long fp; in save_stack_trace() local
|
D | traps.c | 92 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()
|
D | process.c | 160 unsigned long fp, pc; in get_wchan() local
|
/linux-4.4.14/arch/avr32/kernel/ |
D | stacktrace.c | 19 unsigned long fp; member 28 unsigned long fp; in save_stack_trace() local
|
D | process.c | 121 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.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc_els.c | 174 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.4.14/arch/metag/oprofile/ |
D | backtrace.c | 16 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.4.14/drivers/staging/goldfish/ |
D | goldfish_audio.c | 114 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.4.14/arch/metag/include/asm/ |
D | stacktrace.h | 5 unsigned long fp; member 12 unsigned long fp; member
|
/linux-4.4.14/drivers/misc/mei/ |
D | debugfs.c | 27 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()
|
D | client.c | 362 struct file *fp) in mei_io_cb_init() 458 enum mei_cb_file_ops type, struct file *fp) in mei_cl_alloc_cb() 483 struct mei_cl_cb *mei_cl_read_cb(const struct mei_cl *cl, const struct file *fp) in mei_cl_read_cb() 501 void mei_cl_read_cb_flush(const struct mei_cl *cl, const struct file *fp) in mei_cl_read_cb_flush() 523 int mei_cl_flush_queues(struct mei_cl *cl, const struct file *fp) in mei_cl_flush_queues() 1433 int mei_cl_read_start(struct mei_cl *cl, size_t length, struct file *fp) in mei_cl_read_start()
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
D | unwind.c | 46 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.4.14/arch/powerpc/perf/ |
D | callchain.c | 56 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.4.14/drivers/scsi/fnic/ |
D | fnic_fcs.c | 157 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 973 struct fc_frame *fp = buf->os_buf; in fnic_free_rq_buf() local 1045 static int fnic_send_frame(struct fnic *fnic, struct fc_frame *fp) in fnic_send_frame() 1134 int fnic_send(struct fc_lport *lp, struct fc_frame *fp) in fnic_send() 1172 struct fc_frame *fp; in fnic_flush_tx() local 1223 struct fc_frame *fp = (struct fc_frame *)skb; in fnic_wq_complete_frame_send() local 1266 struct fc_frame *fp = buf->os_buf; in fnic_free_wq_buf() local
|
/linux-4.4.14/net/unix/ |
D | garbage.c | 119 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.4.14/arch/x86/tools/ |
D | insn_sanity.c | 69 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()
|
D | test_get_len.c | 59 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()
|
D | relocs.c | 333 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()
|
D | relocs_common.c | 23 FILE *fp; in main() local
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/ |
D | qede_main.c | 712 static bool qede_has_tx_work(struct qede_fastpath *fp) in qede_has_tx_work() 801 struct qede_fastpath *fp, in qede_skb_receive() 833 static int qede_rx_int(struct qede_fastpath *fp, int budget) in qede_rx_int() 972 struct qede_fastpath *fp = container_of(napi, struct qede_fastpath, in qede_poll() local 1025 struct qede_fastpath *fp = fp_cookie; in qede_msix_fp_int() local 1291 struct qede_fastpath *fp; in qede_free_fp_array() local 1308 struct qede_fastpath *fp; in qede_alloc_fp_array() local 1745 struct qede_fastpath *fp) in qede_free_mem_fp() 1761 struct qede_fastpath *fp) in qede_alloc_mem_fp() 1791 struct qede_fastpath *fp = &edev->fp_array[i]; in qede_free_mem_load() local [all …]
|
/linux-4.4.14/arch/h8300/kernel/ |
D | traps.c | 53 static void dump(struct pt_regs *fp) in dump() 98 void die(const char *str, struct pt_regs *fp, unsigned long err) in die()
|
D | process.c | 136 unsigned long fp, pc; in get_wchan() local
|
/linux-4.4.14/tools/perf/ |
D | builtin-buildid-list.c | 20 static int sysfs__fprintf_build_id(FILE *fp) in sysfs__fprintf_build_id() 32 static int filename__fprintf_build_id(const char *name, FILE *fp) in filename__fprintf_build_id()
|
/linux-4.4.14/fs/ocfs2/ |
D | locks.c | 42 struct ocfs2_file_private *fp = file->private_data; in ocfs2_do_flock() local 100 struct ocfs2_file_private *fp = file->private_data; in ocfs2_do_funlock() local
|
/linux-4.4.14/scripts/kconfig/ |
D | confdata.c | 486 kconfig_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in kconfig_print_symbol() 509 kconfig_print_comment(FILE *fp, const char *value, void *arg) in kconfig_print_comment() 540 header_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in header_print_symbol() 581 header_print_comment(FILE *fp, const char *value, void *arg) in header_print_comment() 614 tristate_print_symbol(FILE *fp, struct symbol *sym, const char *value, void *arg) in tristate_print_symbol() 627 static void conf_write_symbol(FILE *fp, struct symbol *sym, in conf_write_symbol() 649 conf_write_heading(FILE *fp, struct conf_printer *printer, void *printer_arg) in conf_write_heading()
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | context.S | 192 fp = 0(Z); define 272 fp = [sp++]; define 342 fp = [sp++]; define 385 fp = [sp++]; define
|
D | ftrace.h | 36 unsigned long *endstack, *fp, *ret_addr; in return_address() local
|
/linux-4.4.14/include/linux/ |
D | filter.h | 405 static inline void bpf_prog_lock_ro(struct bpf_prog *fp) in bpf_prog_lock_ro() 410 static inline void bpf_prog_unlock_ro(struct bpf_prog *fp) in bpf_prog_unlock_ro() 415 static inline void bpf_prog_lock_ro(struct bpf_prog *fp) in bpf_prog_lock_ro() 419 static inline void bpf_prog_unlock_ro(struct bpf_prog *fp) in bpf_prog_unlock_ro() 434 static inline void bpf_prog_unlock_free(struct bpf_prog *fp) in bpf_prog_unlock_free() 488 static inline void bpf_jit_compile(struct bpf_prog *fp) in bpf_jit_compile() 492 static inline void bpf_jit_free(struct bpf_prog *fp) in bpf_jit_free()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | process_32.c | 149 unsigned long pc, fp; in show_stack() local 241 unsigned long size, fp; local 467 unsigned long pc, fp, bias = 0; local
|
D | signal_64.c | 51 unsigned long fp, i7; in sparc64_set_context() local 150 unsigned long fp, i7; in sparc64_get_context() local 241 static bool invalid_frame_pointer(void __user *fp) in invalid_frame_pointer()
|
D | signal_32.c | 67 static inline bool invalid_frame_pointer(void __user *fp, int fplen) in invalid_frame_pointer() 260 __siginfo_fpu_t __user *fp = tail; in setup_frame() local 356 __siginfo_fpu_t __user *fp = tail; in setup_rt_frame() local
|
D | stacktrace.c | 15 unsigned long ksp, fp; in __save_stack_trace() local
|
D | sigutil_32.c | 88 unsigned long fp; in save_rwin_state() local
|
D | unaligned_64.c | 121 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
|
D | signal32.c | 145 static bool invalid_frame_pointer(void __user *fp, int fplen) in invalid_frame_pointer() 473 __siginfo_fpu_t __user *fp = tail; in setup_frame32() local 604 __siginfo_fpu_t __user *fp = tail; in setup_rt_frame32() local
|
D | process_64.c | 410 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
|
D | sigutil_64.c | 64 unsigned long fp = current_thread_info()->rwbuf_stkptrs[i]; in save_rwin_state() local
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4layouts.c | 135 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 356 struct nfs4_file *fp = ls->ls_stid.sc_file; in nfsd4_recall_conflict() local 376 struct nfs4_file *fp = ls->ls_stid.sc_file; in nfsd4_insert_layout() local 562 nfsd4_return_all_file_layouts(struct nfs4_client *clp, struct nfs4_file *fp) in nfsd4_return_all_file_layouts()
|
D | nfs4state.c | 272 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() 733 struct nfs4_file *fp = s->sc_file; in nfs4_put_stid() local [all …]
|
D | pnfs.h | 75 struct nfs4_file *fp) in nfsd4_return_all_file_layouts()
|
/linux-4.4.14/drivers/hid/ |
D | hid-roccat-pyra.c | 89 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()
|
D | hid-roccat-arvo.c | 190 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()
|
D | hid-roccat-koneplus.c | 86 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()
|
D | hid-roccat-common.c | 133 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()
|
D | hid-roccat-lua.c | 29 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()
|
D | hid-roccat-kovaplus.c | 127 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()
|
D | hid-roccat-kone.c | 269 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()
|
D | hid-roccat-isku.c | 120 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.4.14/arch/arm64/kernel/ |
D | perf_callchain.c | 24 struct frame_tail __user *fp; member 72 compat_uptr_t fp; /* a (struct compat_frame_tail *) in compat mode */ member
|
D | stacktrace.c | 41 unsigned long fp = frame->fp; in unwind_frame() local
|
/linux-4.4.14/arch/x86/kernel/ |
D | stacktrace.c | 92 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
|
D | ksysfs.c | 31 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()
|
/linux-4.4.14/net/ipv6/ |
D | exthdrs_core.c | 88 __be16 _frag_off, *fp; in ipv6_skip_exthdr() local 239 __be16 *fp; in ipv6_find_hdr() local
|
/linux-4.4.14/scripts/ |
D | pnmtologo.c | 84 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
|
D | conmakehash.c | 52 static void addpair(int fp, int un) in addpair()
|
/linux-4.4.14/lib/ |
D | test_bpf.c | 5211 struct sock_filter *fp; in filter_length() local 5239 struct bpf_prog *fp; in generate_filter() local 5291 static void release_filter(struct bpf_prog *fp, int which) in release_filter() 5305 static int __run_one(const struct bpf_prog *fp, const void *data, in __run_one() 5324 static int run_one(const struct bpf_prog *fp, struct bpf_test *test) in run_one() 5455 struct bpf_prog *fp; in test_bpf() local
|
/linux-4.4.14/arch/c6x/kernel/ |
D | traps.c | 71 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.4.14/arch/m68k/coldfire/ |
D | vectors.c | 24 asmlinkage void dbginterrupt_c(struct frame *fp) in dbginterrupt_c()
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | fpu.h | 94 unsigned long fp; in ieee_swcr_to_fpcr() local 108 ieee_fpcr_to_swcr(unsigned long fp) in ieee_fpcr_to_swcr()
|
D | regdef.h | 22 #define fp s6 /* frame-pointer (s6 in frame-less procedures) */ macro
|
/linux-4.4.14/net/decnet/ |
D | dn_table.c | 72 #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.4.14/tools/net/ |
D | bpf_asm.c | 30 FILE *fp = stdin; in main() local
|
/linux-4.4.14/net/irda/ |
D | iriap.c | 435 __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
|
D | irlmp_frame.c | 94 __u8 *fp; in irlmp_link_data_indication() local 202 __u8 *fp; in irlmp_link_unitdata_indication() local
|
/linux-4.4.14/fs/freevxfs/ |
D | vxfs_immed.c | 66 vxfs_immed_readpage(struct file *fp, struct page *pp) in vxfs_immed_readpage()
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | stacktrace.h | 20 unsigned long fp; member
|
/linux-4.4.14/drivers/misc/ |
D | hpilo.c | 435 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.4.14/drivers/media/usb/stkwebcam/ |
D | stk-webcam.c | 610 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.4.14/drivers/tty/ |
D | n_tty.c | 1510 char *fp, int count) in n_tty_receive_buf_real_raw() 1530 char *fp, int count) in n_tty_receive_buf_raw() 1547 char *fp, int count) in n_tty_receive_buf_closing() 1563 char *fp, int count) in n_tty_receive_buf_standard() 1597 char *fp, int count) in n_tty_receive_buf_fast() 1622 char *fp, int count) in __receive_buf() 1700 char *fp, int count, int flow) in n_tty_receive_buf_common() 1769 char *fp, int count) in n_tty_receive_buf() 1775 char *fp, int count) in n_tty_receive_buf2()
|
D | n_tracerouter.c | 173 char *fp, int count) in n_tracerouter_receivebuf()
|
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe.c | 864 static bool fcoe_oem_match(struct fc_frame *fp) in fcoe_oem_match() 1585 static int fcoe_xmit(struct fc_lport *lport, struct fc_frame *fp) in fcoe_xmit() 1732 struct fc_frame *fp) in fcoe_filter_frames() 1788 struct fc_frame *fp; in fcoe_recv_frame() local 2731 static void fcoe_flogi_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fcoe_flogi_resp() 2760 static void fcoe_logo_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg) in fcoe_logo_resp() 2780 struct fc_frame *fp, unsigned int op, in fcoe_elsct_send() 2912 struct fc_frame *fp; in fcoe_set_vport_symbolic_name() local 2955 u32 port_id, struct fc_frame *fp) in fcoe_set_port_id()
|
/linux-4.4.14/arch/arc/kernel/ |
D | arc_hostlink.c | 21 static int arc_hl_mmap(struct file *fp, struct vm_area_struct *vma) in arc_hl_mmap()
|
D | stacktrace.c | 51 unsigned long fp, sp, blink, ret; in seed_unwind_frame_info() local
|
/linux-4.4.14/arch/s390/net/ |
D | bpf_jit_comp.c | 488 static noinline int bpf_jit_insn(struct bpf_jit *jit, struct bpf_prog *fp, int i) in bpf_jit_insn() 1241 static int bpf_jit_prog(struct bpf_jit *jit, struct bpf_prog *fp) in bpf_jit_prog() 1267 void bpf_jit_compile(struct bpf_prog *fp) in bpf_jit_compile() 1274 void bpf_int_jit_compile(struct bpf_prog *fp) in bpf_int_jit_compile() 1322 void bpf_jit_free(struct bpf_prog *fp) in bpf_jit_free()
|
/linux-4.4.14/arch/unicore32/include/asm/ |
D | stacktrace.h | 17 unsigned long fp; member
|
/linux-4.4.14/include/net/ |
D | scm.h | 25 struct file *fp[SCM_MAX_FD]; member 30 struct scm_fp_list *fp; /* Passed files */ member
|
/linux-4.4.14/arch/arm/include/asm/ |
D | stacktrace.h | 11 unsigned long fp; member
|
/linux-4.4.14/arch/arm/nwfpe/ |
D | fpa11.c | 85 void nwfpe_init_fpa(union fp_state *fp) in nwfpe_init_fpa()
|
/linux-4.4.14/tools/power/cpupower/utils/helpers/ |
D | cpuid.c | 47 FILE *fp; in get_cpu_info() local
|
/linux-4.4.14/drivers/atm/ |
D | firestream.c | 1437 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.4.14/arch/avr32/oprofile/ |
D | backtrace.c | 24 struct frame_head *fp; member
|
/linux-4.4.14/scripts/dtc/ |
D | srcpos.c | 71 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.4.14/arch/arm64/net/ |
D | bpf_jit_comp.c | 154 const u8 fp = bpf2a64[BPF_REG_FP]; in build_prologue() local 216 const u8 fp = bpf2a64[BPF_REG_FP]; in build_epilogue() local 652 const u8 fp = bpf2a64[BPF_REG_FP]; in build_insn() local
|
/linux-4.4.14/drivers/char/ |
D | mbcs.c | 382 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()
|
D | apm-emulation.c | 209 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.4.14/arch/m68k/68000/ |
D | ints.c | 77 void process_int(int vec, struct pt_regs *fp) in process_int()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | hibernate.h | 11 unsigned long fp; member
|
/linux-4.4.14/arch/mips/include/asm/ |
D | regdef.h | 57 #define fp $30 /* frame pointer */ macro 100 #define fp $30 /* frame pointer */ macro
|
/linux-4.4.14/arch/x86/kernel/fpu/ |
D | signal.c | 59 struct _fpstate_32 __user *fp = buf; in save_fsave_header() local 68 struct fregs_state __user *fp = buf; in save_fsave_header() local
|
/linux-4.4.14/arch/x86/um/ |
D | signal.c | 228 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.4.14/arch/nios2/include/asm/ |
D | ptrace.h | 40 unsigned long fp; /* Frame pointer */ member 61 unsigned long fp; member
|
/linux-4.4.14/arch/mips/kernel/ |
D | ftrace.c | 281 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.4.14/drivers/acpi/acpica/ |
D | utfileio.c | 146 acpi_ut_read_table(FILE * fp, in acpi_ut_read_table()
|
/linux-4.4.14/net/sched/ |
D | act_bpf.c | 180 struct bpf_prog *fp; in tcf_bpf_init_from_ops() local 217 struct bpf_prog *fp; in tcf_bpf_init_from_efd() local
|
D | cls_tcindex.c | 67 struct tcindex_filter __rcu **fp; in tcindex_lookup() local 399 struct tcindex_filter __rcu **fp; in tcindex_set_parms() local 540 struct tcindex_filter __rcu **fp; in tcindex_dump() local
|
D | cls_route.c | 325 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
|
D | cls_fw.c | 162 struct fw_filter __rcu **fp; in fw_delete() local 257 struct fw_filter __rcu **fp; in fw_change() local
|
/linux-4.4.14/fs/ |
D | fcntl.c | 577 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.4.14/net/bridge/netfilter/ |
D | ebt_vlan.c | 52 const struct vlan_hdr *fp; in ebt_vlan_mt() local
|
/linux-4.4.14/arch/arc/include/asm/ |
D | entry-arcv2.h | 17 ; Now manually save: r12, sp, fp, gp, r25 variable
|
/linux-4.4.14/arch/ia64/kernel/ |
D | machine_kexec.c | 90 u64 fp, gp; in ia64_machine_kexec() local
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | header.c | 101 FILE *fp = open_memstream(&ptr, &size); in tui__header_window() local
|
/linux-4.4.14/drivers/gpu/drm/gma500/ |
D | psb_intel_display.c | 116 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.4.14/drivers/platform/x86/ |
D | intel_scu_ipcutil.c | 78 static long scu_ipc_ioctl(struct file *fp, unsigned int cmd, in scu_ipc_ioctl()
|
/linux-4.4.14/arch/arm/kernel/ |
D | perf_callchain.c | 23 struct frame_tail __user *fp; member
|
D | stacktrace.c | 28 unsigned long fp = frame->fp; in unwind_frame() local
|
/linux-4.4.14/tools/perf/tests/ |
D | fdarray.c | 17 static int fdarray__fprintf_prefix(struct fdarray *fda, const char *prefix, FILE *fp) in fdarray__fprintf_prefix()
|
D | dwarf-unwind.c | 118 void *fp = &bsearch; in krava_3() local
|
/linux-4.4.14/drivers/video/fbdev/geode/ |
D | suspend_gx.c | 215 uint32_t fp; in gx_enable_graphics() local
|
D | video_gx.c | 183 unsigned long fp; in gx_configure_tft() local
|
/linux-4.4.14/arch/x86/oprofile/ |
D | backtrace.c | 46 struct stack_frame_ia32 *fp; in dump_user_backtrace_32() local
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | stacktrace.c | 38 unsigned long fp = frame->fp; in unwind_frame() local
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | elsa_ser.c | 243 int count, len, fp; in write_modem() local 448 int count, fp; in modem_write_cmd() local
|
/linux-4.4.14/drivers/gpu/drm/msm/mdp/ |
D | mdp_format.c | 74 #define FMT(name, a, r, g, b, e0, e1, e2, e3, alpha, tight, c, cnt, fp, cs, yuv) { \ argument
|
/linux-4.4.14/arch/arm/oprofile/ |
D | common.c | 81 struct frame_tail *fp; member
|
/linux-4.4.14/arch/m68k/lib/ |
D | mulsi3.S | 82 #define fp REG (fp) macro
|
D | modsi3.S | 82 #define fp REG (fp) macro
|
D | umodsi3.S | 82 #define fp REG (fp) macro
|
D | divsi3.S | 82 #define fp REG (fp) macro
|
/linux-4.4.14/arch/arm/mach-s3c64xx/ |
D | mach-real6410.c | 259 const char *fp = features_str; in real6410_parse_features() local
|
D | mach-mini6410.c | 289 const char *fp = features_str; in mini6410_parse_features() local
|
/linux-4.4.14/arch/frv/kernel/ |
D | process.c | 172 unsigned long fp, pc; in get_wchan() local
|
/linux-4.4.14/tools/lib/api/fd/ |
D | array.c | 119 int fdarray__fprintf(struct fdarray *fda, FILE *fp) in fdarray__fprintf()
|
/linux-4.4.14/arch/powerpc/platforms/8xx/ |
D | m8xx_setup.c | 64 const unsigned int *fp; in get_freq() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/ |
D | lproc_mdc.c | 144 struct file *fp = fget(fd); in mdc_kuc_write() local
|
/linux-4.4.14/fs/ocfs2/dlmfs/ |
D | dlmfs.c | 136 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.4.14/fs/gfs2/ |
D | file.c | 551 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
|
/linux-4.4.14/tools/lib/traceevent/ |
D | trace-seq.c | 234 int trace_seq_do_fprintf(struct trace_seq *s, FILE *fp) in trace_seq_do_fprintf()
|
/linux-4.4.14/arch/metag/kernel/ |
D | stacktrace.c | 41 struct metag_frame *fp = (struct metag_frame *)frame->fp; in unwind_frame() local
|
/linux-4.4.14/arch/m68k/q40/ |
D | q40ints.c | 205 static void q40_irq_handler(unsigned int irq, struct pt_regs *fp) in q40_irq_handler()
|