| /linux/include/scsi/ |
| H A D | fc_frame.h | 50 #define fp_skb(fp) (&((fp)->skb)) argument 51 #define fr_hdr(fp) ((fp)->skb.data) argument 52 #define fr_len(fp) ((fp)->skb.len) argument 53 #define fr_cb(fp) ((struct fcoe_rcv_info *)&((fp)->skb.cb[0])) argument 54 #define fr_dev(fp) (fr_cb(fp)->fr_dev) argument 55 #define fr_seq(fp) (fr_cb(fp)->fr_seq) argument 56 #define fr_sof(fp) (fr_cb(fp)->fr_sof) argument 57 #define fr_eof(fp) (fr_cb(fp)->fr_eof) argument 58 #define fr_flags(fp) (fr_cb(fp)->fr_flags) argument 59 #define fr_encaps(fp) (fr_cb(fp)->fr_encaps) argument [all …]
|
| /linux/fs/smb/server/ |
| H A D | vfs_cache.c | 72 struct ksmbd_file *fp = NULL; in proc_show_files() local 186 ksmbd_inode_lookup(struct ksmbd_file * fp) ksmbd_inode_lookup() argument 224 ksmbd_inode_pending_delete(struct ksmbd_file * fp) ksmbd_inode_pending_delete() argument 236 ksmbd_set_inode_pending_delete(struct ksmbd_file * fp) ksmbd_set_inode_pending_delete() argument 245 ksmbd_clear_inode_pending_delete(struct ksmbd_file * fp) ksmbd_clear_inode_pending_delete() argument 254 ksmbd_fd_set_delete_on_close(struct ksmbd_file * fp,int file_info) ksmbd_fd_set_delete_on_close() argument 282 ksmbd_inode_init(struct ksmbd_inode * ci,struct ksmbd_file * fp) ksmbd_inode_init() argument 296 ksmbd_inode_get(struct ksmbd_file * fp) ksmbd_inode_get() argument 369 __ksmbd_inode_close(struct ksmbd_file * fp) __ksmbd_inode_close() argument 423 __ksmbd_remove_durable_fd(struct ksmbd_file * fp) __ksmbd_remove_durable_fd() argument 439 ksmbd_remove_durable_fd(struct ksmbd_file * fp) ksmbd_remove_durable_fd() argument 448 __ksmbd_remove_fd(struct ksmbd_file_table * ft,struct ksmbd_file * fp) __ksmbd_remove_fd() argument 462 __ksmbd_close_fd(struct ksmbd_file_table * ft,struct ksmbd_file * fp) __ksmbd_close_fd() argument 512 ksmbd_fp_get(struct ksmbd_file * fp) ksmbd_fp_get() argument 525 struct ksmbd_file *fp; __ksmbd_lookup_fd() local 538 __put_fd_final(struct ksmbd_work * work,struct ksmbd_file * fp) __put_fd_final() argument 558 set_close_state_blocked_works(struct ksmbd_file * fp) set_close_state_blocked_works() argument 573 struct ksmbd_file *fp; ksmbd_close_fd() local 602 ksmbd_fd_put(struct ksmbd_work * work,struct ksmbd_file * fp) ksmbd_fd_put() argument 612 __sanity_check(struct ksmbd_tree_connect * tcon,struct ksmbd_file * fp) __sanity_check() argument 628 struct ksmbd_file *fp = __ksmbd_lookup_fd(&work->sess->file_table, id); ksmbd_lookup_fd_fast() local 640 struct ksmbd_file *fp; ksmbd_lookup_fd_slow() local 666 struct ksmbd_file *fp; ksmbd_lookup_durable_fd() local 680 ksmbd_put_durable_fd(struct ksmbd_file * fp) ksmbd_put_durable_fd() argument 690 struct ksmbd_file *fp = NULL; ksmbd_lookup_fd_cguid() local 736 __open_id_set(struct ksmbd_file * fp,u64 id,int type) __open_id_set() argument 744 __open_id(struct ksmbd_file_table * ft,struct ksmbd_file * fp,int type) __open_id() argument 772 ksmbd_open_durable_fd(struct ksmbd_file * fp) ksmbd_open_durable_fd() argument 780 struct ksmbd_file *fp; ksmbd_open_fd() local 842 ksmbd_update_fstate(struct ksmbd_file_table * ft,struct ksmbd_file * fp,unsigned int state) ksmbd_update_fstate() argument 874 ksmbd_mark_fp_closed(struct ksmbd_file * fp) ksmbd_mark_fp_closed() argument 889 __close_file_table_ids(struct ksmbd_session * sess,struct ksmbd_tree_connect * tcon,bool (* skip)(struct ksmbd_tree_connect * tcon,struct ksmbd_file * fp,struct ksmbd_user * user),bool skip_preserves_fp) __close_file_table_ids() argument 894 struct ksmbd_file *fp; __close_file_table_ids() local 1019 is_reconnectable(struct ksmbd_file * fp) is_reconnectable() argument 1046 tree_conn_fd_check(struct ksmbd_tree_connect * tcon,struct ksmbd_file * fp,struct ksmbd_user * user) tree_conn_fd_check() argument 1066 ksmbd_scavenger_dispose_dh(struct ksmbd_file * fp) ksmbd_scavenger_dispose_dh() argument 1092 struct ksmbd_file *fp = NULL; ksmbd_durable_scavenger() local 1220 ksmbd_vfs_copy_durable_owner(struct ksmbd_file * fp,struct ksmbd_user * user) ksmbd_vfs_copy_durable_owner() argument 1247 ksmbd_vfs_compare_durable_owner(struct ksmbd_file * fp,struct ksmbd_user * user) ksmbd_vfs_compare_durable_owner() argument 1265 session_fd_check(struct ksmbd_tree_connect * tcon,struct ksmbd_file * fp,struct ksmbd_user * user) session_fd_check() argument 1347 struct ksmbd_file *fp = NULL; ksmbd_free_global_file_table() local 1360 ksmbd_validate_name_reconnect(struct ksmbd_share_config * share,struct ksmbd_file * fp,char * name) ksmbd_validate_name_reconnect() argument 1385 ksmbd_reopen_durable_fd(struct ksmbd_work * work,struct ksmbd_file * fp) ksmbd_reopen_durable_fd() argument [all...] |
| H A D | oplock.c | 149 struct oplock_info *opinfo_get(struct ksmbd_file *fp) in opinfo_get() 196 static void opinfo_add(struct oplock_info *opinfo, struct ksmbd_file *fp) in opinfo_add() 219 static unsigned long opinfo_count(struct ksmbd_file *fp) in opinfo_count() 227 static void opinfo_count_inc(struct ksmbd_file *fp) in opinfo_count_inc() 235 static void opinfo_count_dec(struct ksmbd_file *fp) in opinfo_count_dec() 386 void close_id_del_oplock(struct ksmbd_file *fp) in close_id_del_oplock() 649 struct ksmbd_file *fp; in __smb2_oplock_break_noti() local 1094 void smb_send_parent_lease_break_noti(struct ksmbd_file *fp, in smb_send_parent_lease_break_noti() 1133 void smb_lazy_parent_lease_break_close(struct ksmbd_file *fp) in smb_lazy_parent_lease_break_close() 1187 struct ksmbd_file *fp, __u16 tid, in smb_grant_oplock() [all …]
|
| /linux/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_main.c | 42 static int fun_port_write_cmds(struct funeth_priv *fp, unsigned int n, in fun_port_write_cmds() 70 int fun_port_write_cmd(struct funeth_priv *fp, int key, u64 data) in fun_port_write_cmd() 76 static int fun_port_read_cmds(struct funeth_priv *fp, unsigned int n, in fun_port_read_cmds() 116 int fun_port_read_cmd(struct funeth_priv *fp, int key, u64 *data) in fun_port_read_cmd() 124 const struct funeth_priv *fp = netdev_priv(netdev); in fun_report_link() local 179 struct funeth_priv *fp = netdev_priv(dev); in fun_config_rss() local 226 static void fun_destroy_rss(struct funeth_priv *fp) in fun_destroy_rss() 249 static struct fun_irq *fun_alloc_qirq(struct funeth_priv *fp, unsigned int idx, in fun_alloc_qirq() 284 static void fun_free_qirq(struct funeth_priv *fp, struct fun_irq *irq) in fun_free_qirq() 294 struct funeth_priv *fp = netdev_priv(dev); in fun_prune_queue_irqs() local [all …]
|
| H A D | funeth_ktls.c | 6 static int fun_admin_ktls_create(struct funeth_priv *fp, unsigned int id) in fun_admin_ktls_create() 23 struct funeth_priv *fp = netdev_priv(netdev); in fun_ktls_add() local 75 struct funeth_priv *fp = netdev_priv(netdev); in fun_ktls_del() local 98 struct funeth_priv *fp = netdev_priv(netdev); in fun_ktls_resync() local 134 struct funeth_priv *fp = netdev_priv(netdev); in fun_ktls_init() local 148 void fun_ktls_cleanup(struct funeth_priv *fp) in fun_ktls_cleanup()
|
| /linux/include/linux/ |
| H A D | fprobe.h | 32 struct fprobe *fp; member 47 struct fprobe *fp; member 82 static inline bool fprobe_disabled(struct fprobe *fp) in fprobe_disabled() 87 static inline bool fprobe_shared_with_kprobes(struct fprobe *fp) in fprobe_shared_with_kprobes() 101 static inline int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe() 105 static inline int register_fprobe_ips(struct fprobe *fp, unsigned long *addrs, int num) in register_fprobe_ips() 109 static inline int register_fprobe_syms(struct fprobe *fp, const char **syms, int num) in register_fprobe_syms() 113 static inline int unregister_fprobe(struct fprobe *fp) in unregister_fprobe() 117 static inline int unregister_fprobe_async(struct fprobe *fp) in unregister_fprobe_async() 121 static inline bool fprobe_is_registered(struct fprobe *fp) in fprobe_is_registered() [all …]
|
| /linux/drivers/s390/char/ |
| H A D | fs3270.c | 52 static inline int fs3270_working(struct fs3270 *fp) in fs3270_working() 63 struct fs3270 *fp; in fs3270_do_io() local 92 struct fs3270 *fp; in fs3270_reset_callback() local 101 struct fs3270 *fp; in fs3270_restore_callback() local 115 struct fs3270 *fp; in fs3270_activate() local 161 struct fs3270 *fp; in fs3270_save_callback() local 188 struct fs3270 *fp; in fs3270_deactivate() local 216 static void fs3270_irq(struct fs3270 *fp, struct raw3270_request *rq, in fs3270_irq() 240 struct fs3270 *fp; in fs3270_read() local 285 struct fs3270 *fp; in fs3270_write() local [all …]
|
| H A D | hmcdrv_dev.c | 67 static int hmcdrv_dev_open(struct inode *inode, struct file *fp) in hmcdrv_dev_open() 100 static int hmcdrv_dev_release(struct inode *inode, struct file *fp) in hmcdrv_dev_release() 113 static loff_t hmcdrv_dev_seek(struct file *fp, loff_t pos, int whence) in hmcdrv_dev_seek() 171 static ssize_t hmcdrv_dev_read(struct file *fp, char __user *ubuf, in hmcdrv_dev_read() 196 static ssize_t hmcdrv_dev_write(struct file *fp, const char __user *ubuf, in hmcdrv_dev_write()
|
| /linux/kernel/trace/ |
| H A D | fprobe.c | 82 static int __insert_fprobe_node(struct fprobe_hlist_node *node, struct fprobe *fp) in __insert_fprobe_node() 108 static bool fprobe_registered(struct fprobe *fp) in fprobe_registered() 123 static int add_fprobe_hash(struct fprobe *fp) in add_fprobe_hash() 138 static int del_fprobe_hash(struct fprobe *fp) in del_fprobe_hash() 161 struct fprobe *fp, unsigned int size_words) in write_fprobe_header() 172 struct fprobe **fp, unsigned int *size_words) in read_fprobe_header() 182 struct fprobe *fp; member 189 struct fprobe *fp, unsigned int size_words) in write_fprobe_header() 202 struct fprobe **fp, unsigned int *size_words) in read_fprobe_header() 222 struct fprobe *fp, struct ftrace_regs *fregs, in __fprobe_handler() [all …]
|
| /linux/arch/nios2/kernel/ |
| H A D | traps.c | 109 asmlinkage void breakpoint_c(struct pt_regs *fp) in breakpoint_c() 122 asmlinkage void handle_unaligned_c(struct pt_regs *fp, int cause) in handle_unaligned_c() 147 asmlinkage void handle_illegal_c(struct pt_regs *fp) in handle_illegal_c() 154 asmlinkage void handle_supervisor_instr(struct pt_regs *fp) in handle_supervisor_instr() 161 asmlinkage void handle_diverror_c(struct pt_regs *fp) in handle_diverror_c() 183 asmlinkage void handle_trap_1_c(struct pt_regs *fp) in handle_trap_1_c() 188 asmlinkage void handle_trap_2_c(struct pt_regs *fp) in handle_trap_2_c() 193 asmlinkage void handle_trap_3_c(struct pt_regs *fp) in handle_trap_3_c()
|
| /linux/sound/usb/ |
| H A D | format.c | 32 struct audioformat *fp, in parse_audio_format_i_type() 165 static int set_fixed_rate(struct audioformat *fp, int rate, int rate_bits) in set_fixed_rate() 180 static void set_rate_table_min_max(struct audioformat *fp) in set_rate_table_min_max() 206 static int parse_audio_format_rates_v1(struct snd_usb_audio *chip, struct audioformat *fp, in parse_audio_format_rates_v1() 288 static bool s1810c_valid_sample_rate(struct audioformat *fp, in s1810c_valid_sample_rate() 341 struct audioformat *fp, in focusrite_valid_sample_rate() 422 struct audioformat *fp, int nr_triplets, in parse_uac2_sample_rate_range() 491 struct audioformat *fp) in line6_parse_audio_format_rates_quirk() 546 struct audioformat *fp, in validate_sample_rate_table_v2v3() 622 struct audioformat *fp) in parse_audio_format_rates_v2v3() [all …]
|
| H A D | stream.c | 31 static void audioformat_free(struct audioformat *fp) in audioformat_free() argument 44 struct audioformat *fp, *n; in free_substream() local 81 struct audioformat *fp, in snd_usb_init_substream() argument 134 have_dup_chmap(struct snd_usb_substream * subs,struct audioformat * fp) have_dup_chmap() argument 151 struct audioformat *fp; usb_chmap_ctl_tlv() local 212 struct audioformat *fp; add_chmap() local 498 __snd_usb_add_audio_stream(struct snd_usb_audio * chip,int stream,struct audioformat * fp,struct snd_usb_power_domain * pd) __snd_usb_add_audio_stream() argument 581 snd_usb_add_audio_stream(struct snd_usb_audio * chip,int stream,struct audioformat * fp) snd_usb_add_audio_stream() argument 588 snd_usb_add_audio_stream_v3(struct snd_usb_audio * chip,int stream,struct audioformat * fp,struct snd_usb_power_domain * pd) snd_usb_add_audio_stream_v3() argument 702 struct audioformat *fp; audio_format_alloc_init() local 733 struct audioformat *fp; snd_usb_get_audioformat_uac12() local 898 struct audioformat *fp; snd_usb_get_audioformat_uac3() local 1131 struct audioformat *fp = NULL; __snd_usb_parse_audio_interface() local [all...] |
| /linux/tools/perf/ui/stdio/ |
| H A D | hist.c | 23 static size_t callchain__fprintf_left_margin(FILE *fp, int left_margin) in callchain__fprintf_left_margin() 37 static size_t ipchain__fprintf_graph_line(FILE *fp, int depth, int depth_mask, in ipchain__fprintf_graph_line() 54 static size_t ipchain__fprintf_graph(FILE *fp, struct callchain_node *node, in ipchain__fprintf_graph() 113 static size_t __callchain__fprintf_graph(FILE *fp, struct rb_root *root, in __callchain__fprintf_graph() 221 static size_t callchain__fprintf_graph(FILE *fp, struct rb_root *root, in callchain__fprintf_graph() 286 static size_t __callchain__fprintf_flat(FILE *fp, struct callchain_node *node, in __callchain__fprintf_flat() 309 static size_t callchain__fprintf_flat(FILE *fp, struct rb_root *tree, in callchain__fprintf_flat() 334 static size_t __callchain__fprintf_folded(FILE *fp, struct callchain_node *node) in __callchain__fprintf_folded() 360 static size_t callchain__fprintf_folded(FILE *fp, struct rb_root *tree, in callchain__fprintf_folded() 387 FILE *fp) in hist_entry_callchain__fprintf() [all …]
|
| /linux/drivers/net/fddi/ |
| H A D | defza.c | 212 static inline void fza_regs_dump(struct fza_private *fp) in fza_regs_dump() 223 static inline void fza_do_reset(struct fza_private *fp) in fza_do_reset() 236 static inline void fza_do_shutdown(struct fza_private *fp) in fza_do_shutdown() 248 static int fza_reset(struct fza_private *fp) in fza_reset() 288 struct fza_private *fp = netdev_priv(dev); in fza_cmd_send() local 380 struct fza_private *fp = netdev_priv(dev); in fza_init_send() local 418 static void fza_rx_init(struct fza_private *fp) in fza_rx_init() 446 struct fza_private *fp = netdev_priv(dev); in fza_do_xmit() local 514 struct fza_private *fp = netdev_priv(dev); in fza_do_recv_smt() local 543 struct fza_private *fp = netdev_priv(dev); in fza_tx() local [all …]
|
| /linux/fs/autofs/ |
| H A D | dev-ioctl.c | 159 static int autofs_dev_ioctl_version(struct file *fp, in autofs_dev_ioctl_version() 170 static int autofs_dev_ioctl_protover(struct file *fp, in autofs_dev_ioctl_protover() 179 static int autofs_dev_ioctl_protosubver(struct file *fp, in autofs_dev_ioctl_protosubver() 245 static int autofs_dev_ioctl_openmount(struct file *fp, in autofs_dev_ioctl_openmount() 276 static int autofs_dev_ioctl_closemount(struct file *fp, in autofs_dev_ioctl_closemount() 287 static int autofs_dev_ioctl_ready(struct file *fp, in autofs_dev_ioctl_ready() 301 static int autofs_dev_ioctl_fail(struct file *fp, in autofs_dev_ioctl_fail() 325 static int autofs_dev_ioctl_setpipefd(struct file *fp, in autofs_dev_ioctl_setpipefd() 379 static int autofs_dev_ioctl_catatonic(struct file *fp, in autofs_dev_ioctl_catatonic() 411 static int autofs_dev_ioctl_timeout(struct file *fp, in autofs_dev_ioctl_timeout() [all …]
|
| /linux/drivers/scsi/libfc/ |
| H A D | fc_rport.c | 699 struct fc_frame *fp) in fc_rport_login_complete() 738 static void fc_rport_flogi_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_flogi_resp() 823 struct fc_frame *fp; in fc_rport_enter_flogi() local 860 struct fc_frame *fp = rx_fp; in fc_rport_recv_flogi_req() local 982 static void fc_rport_plogi_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_plogi_resp() 1072 struct fc_frame *fp; in fc_rport_enter_plogi() local 1115 static void fc_rport_prli_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_prli_resp() 1252 struct fc_frame *fp; in fc_rport_enter_prli() local 1318 static void fc_rport_rtv_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_rtv_resp() 1386 struct fc_frame *fp; in fc_rport_enter_rtv() local [all …]
|
| H A D | fc_lport.c | 156 static int fc_frame_drop(struct fc_lport *lport, struct fc_frame *fp) in fc_frame_drop() 403 static void fc_lport_recv_rlir_req(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_recv_rlir_req() 422 struct fc_frame *fp; in fc_lport_recv_echo_req() local 457 struct fc_frame *fp; in fc_lport_recv_rnid_req() local 512 static void fc_lport_recv_logo_req(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_recv_logo_req() 741 struct fc_frame *fp) in fc_lport_set_port_id() 798 struct fc_frame *fp; in fc_lport_recv_flogi_req() local 877 struct fc_frame *fp) in fc_lport_recv_els_req() 945 void fc_lport_recv(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_recv() 1077 static void fc_lport_error(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_error() [all …]
|
| H A D | fc_exch.c | 262 static void fc_exch_setup_hdr(struct fc_exch *ep, struct fc_frame *fp, in fc_exch_setup_hdr() 464 struct fc_frame *fp) in fc_seq_send_locked() 525 int fc_seq_send(struct fc_lport *lport, struct fc_seq *sp, struct fc_frame *fp) in fc_seq_send() 637 struct fc_frame *fp; in fc_exch_abort_locked() local 730 struct fc_frame *fp) in fc_invoke_resp() 906 struct fc_frame *fp) in fc_exch_alloc() 992 struct fc_frame *fp) in fc_exch_resp() 1040 struct fc_frame *fp) in fc_seq_lookup_recip() 1169 struct fc_frame *fp) in fc_seq_lookup_orig() 1227 void fc_seq_els_rsp_send(struct fc_frame *fp, enum fc_els_cmd els_cmd, in fc_seq_els_rsp_send() [all …]
|
| /linux/tools/perf/util/ |
| H A D | symbol_fprintf.c | 10 size_t symbol__fprintf(struct symbol *sym, FILE *fp) in symbol__fprintf() argument 22 bool print_offsets, FILE *fp) in __symbol__fprintf_symname_offs() argument 45 FILE *fp) in symbol__fprintf_symname_offs() argument 52 bool unknown_as_addr, FILE *fp) in __symbol__fprintf_symname() argument 57 symbol__fprintf_symname(const struct symbol * sym,FILE * fp) symbol__fprintf_symname() argument 63 dso__fprintf_symbols_by_name(struct dso * dso,FILE * fp) dso__fprintf_symbols_by_name() argument [all...] |
| H A D | event.c | 182 perf_event__fprintf_comm(union perf_event * event,FILE * fp) perf_event__fprintf_comm() argument 194 perf_event__fprintf_namespaces(union perf_event * event,FILE * fp) perf_event__fprintf_namespaces() argument 221 perf_event__fprintf_cgroup(union perf_event * event,FILE * fp) perf_event__fprintf_cgroup() argument 323 perf_event__fprintf_mmap(union perf_event * event,FILE * fp) perf_event__fprintf_mmap() argument 332 perf_event__fprintf_mmap2(union perf_event * event,FILE * fp) perf_event__fprintf_mmap2() argument 366 perf_event__fprintf_thread_map(union perf_event * event,FILE * fp) perf_event__fprintf_thread_map() argument 382 perf_event__fprintf_cpu_map(union perf_event * event,FILE * fp) perf_event__fprintf_cpu_map() argument 414 perf_event__fprintf_task(union perf_event * event,FILE * fp) perf_event__fprintf_task() argument 457 perf_event__fprintf_aux(union perf_event * event,FILE * fp) perf_event__fprintf_aux() argument 468 perf_event__fprintf_itrace_start(union perf_event * event,FILE * fp) perf_event__fprintf_itrace_start() argument 474 perf_event__fprintf_aux_output_hw_id(union perf_event * event,FILE * fp) perf_event__fprintf_aux_output_hw_id() argument 480 perf_event__fprintf_switch(union perf_event * event,FILE * fp) perf_event__fprintf_switch() argument 496 perf_event__fprintf_lost(union perf_event * event,FILE * fp) perf_event__fprintf_lost() argument 501 perf_event__fprintf_ksymbol(union perf_event * event,FILE * fp) perf_event__fprintf_ksymbol() argument 509 perf_event__fprintf_bpf(union perf_event * event,FILE * fp) perf_event__fprintf_bpf() argument 515 perf_event__fprintf_bpf_metadata(union perf_event * event,FILE * fp) perf_event__fprintf_bpf_metadata() argument 530 text_poke_printer(enum binary_printer_ops op,unsigned int val,void * extra,FILE * fp) text_poke_printer() argument 546 perf_event__fprintf_text_poke(union perf_event * event,struct machine * machine,FILE * fp) perf_event__fprintf_text_poke() argument 576 perf_event__fprintf_schedstat_cpu(union perf_event * event,FILE * fp) perf_event__fprintf_schedstat_cpu() argument 601 perf_event__fprintf_schedstat_domain(union perf_event * event,FILE * fp) perf_event__fprintf_schedstat_domain() argument 626 perf_event__fprintf(union perf_event * event,struct machine * machine,FILE * fp) perf_event__fprintf() argument [all...] |
| /linux/lib/tests/ |
| H A D | test_fprobe.c | 35 static notrace int fp_entry_handler(struct fprobe *fp, unsigned long ip, in fp_entry_handler() 54 static notrace void fp_exit_handler(struct fprobe *fp, unsigned long ip, in fp_exit_handler() 106 struct fprobe fp = { in test_fprobe() local 132 struct fprobe fp = { in test_fprobe_syms() local 158 struct fprobe fp = { in test_fprobe_data() local 174 struct fprobe fp = { in test_fprobe_skip() local 195 static notrace int entry_only_handler(struct fprobe *fp, unsigned long ip, in entry_only_handler() 208 static notrace int fprobe_entry_multi_handler(struct fprobe *fp, unsigned long ip, in fprobe_entry_multi_handler() 222 static notrace void fprobe_exit_multi_handler(struct fprobe *fp, unsigned long ip, in fprobe_exit_multi_handler()
|
| /linux/security/selinux/ss/ |
| H A D | policydb.c | 1004 static int mls_read_range_helper(struct mls_range *r, struct policy_file *fp) in mls_read_range_helper() 1064 struct policy_file *fp) in context_read_and_validate() 1102 int str_read(char **strp, gfp_t flags, struct policy_file *fp, u32 len) in str_read() 1125 static int perm_read(struct policydb *p, struct symtab *s, struct policy_file *fp) in perm_read() 1158 static int common_read(struct policydb *p, struct symtab *s, struct policy_file *fp) in common_read() 1210 static int type_set_read(struct type_set *t, struct policy_file *fp) in type_set_read() 1229 u32 ncons, int allowxtarget, struct policy_file *fp) in read_cons_helper() 1321 static int class_read(struct policydb *p, struct symtab *s, struct policy_file *fp) in class_read() 1418 static int role_read(struct policydb *p, struct symtab *s, struct policy_file *fp) in role_read() 1475 static int type_read(struct policydb *p, struct symtab *s, struct policy_file *fp) in type_read() [all …]
|
| /linux/kernel/time/ |
| H A D | posix-clock.c | 20 static struct posix_clock *get_posix_clock(struct file *fp) in get_posix_clock() 40 static ssize_t posix_clock_read(struct file *fp, char __user *buf, in posix_clock_read() 58 static __poll_t posix_clock_poll(struct file *fp, poll_table *wait) in posix_clock_poll() 75 static long posix_clock_ioctl(struct file *fp, in posix_clock_ioctl() 93 static int posix_clock_open(struct inode *inode, struct file *fp) in posix_clock_open() 129 static int posix_clock_release(struct inode *inode, struct file *fp) in posix_clock_release() 193 struct file *fp; member 199 struct file *fp = fget(clockid_to_fd(id)); in get_clock_desc() local
|
| /linux/drivers/sbus/char/ |
| H A D | bbc_envctrl.c | 93 static void set_fan_speeds(struct bbc_fan_control *fp) in set_fan_speeds() 320 static int maybe_new_ambient_fan_speed(struct bbc_fan_control *fp) in maybe_new_ambient_fan_speed() 354 static int maybe_new_cpu_fan_speed(struct bbc_fan_control *fp) in maybe_new_cpu_fan_speed() 390 static void maybe_new_fan_speeds(struct bbc_fan_control *fp) in maybe_new_fan_speeds() 403 struct bbc_fan_control *fp; in fans_full_blast() local 426 struct bbc_fan_control *fp; in kenvctrld() local 497 struct bbc_fan_control *fp; in attach_one_fan() local 549 static void destroy_one_fan(struct bbc_fan_control *fp) in destroy_one_fan() 557 struct bbc_fan_control *fp, *fpos; in destroy_all_fans() local
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_cmn.h | 506 struct bnx2x_fastpath *fp, in bnx2x_update_rx_prod() 630 static inline void bnx2x_update_fpsb_idx(struct bnx2x_fastpath *fp) in bnx2x_update_fpsb_idx() 765 static inline bool bnx2x_has_tx_work(struct bnx2x_fastpath *fp) in bnx2x_has_tx_work() 776 static inline int bnx2x_has_rx_work(struct bnx2x_fastpath *fp) in bnx2x_has_rx_work() 800 struct bnx2x_fastpath *fp, u16 index) in bnx2x_free_rx_sge() 856 static inline void bnx2x_clear_sge_mask_next_elems(struct bnx2x_fastpath *fp) in bnx2x_clear_sge_mask_next_elems() 870 static inline void bnx2x_init_sge_ring_bit_mask(struct bnx2x_fastpath *fp) in bnx2x_init_sge_ring_bit_mask() 887 static inline void bnx2x_reuse_rx_data(struct bnx2x_fastpath *fp, in bnx2x_reuse_rx_data() 1011 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 …]
|