| /kernel/linux/linux-5.10/include/scsi/ |
| 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 …]
|
| D | fc_encode.h | 61 static inline void fc_fill_fc_hdr(struct fc_frame *fp, enum fc_rctl r_ctl, in fc_fill_fc_hdr() 76 static inline void fc_adisc_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_adisc_fill() 92 static inline struct fc_ct_req *fc_ct_hdr_fill(const struct fc_frame *fp, in fc_ct_hdr_fill() 120 u32 fc_id, struct fc_frame *fp, in fc_ct_ns_fill() 204 u32 fc_id, struct fc_frame *fp, in fc_ct_ms_fill() 498 u32 fc_id, struct fc_frame *fp, in fc_ct_fill() 521 static inline void fc_plogi_fill(struct fc_lport *lport, struct fc_frame *fp, in fc_plogi_fill() 554 static inline void fc_flogi_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_flogi_fill() 579 static inline void fc_fdisc_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_fdisc_fill() 602 static inline void fc_logo_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_logo_fill() [all …]
|
| /kernel/linux/linux-6.6/include/scsi/ |
| 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 …]
|
| /kernel/liteos_m/testsuites/unittest/posix/src/fs/ |
| D | posix_fs_func_test.c | 73 FILE *fp = NULL; variable 90 FILE *fp = NULL; variable 107 FILE *fp = NULL; variable 124 FILE *fp = NULL; variable 140 FILE *fp = NULL; variable 154 FILE *fp = NULL; variable 173 FILE *fp = NULL; variable 192 FILE *fp = NULL; variable 211 FILE *fp = NULL; variable 230 FILE *fp = NULL; variable [all …]
|
| /kernel/linux/linux-6.6/fs/smb/server/ |
| D | vfs_cache.c | 85 static struct ksmbd_inode *ksmbd_inode_lookup(struct ksmbd_file *fp) in ksmbd_inode_lookup() 118 bool ksmbd_inode_pending_delete(struct ksmbd_file *fp) in ksmbd_inode_pending_delete() 123 void ksmbd_set_inode_pending_delete(struct ksmbd_file *fp) in ksmbd_set_inode_pending_delete() 128 void ksmbd_clear_inode_pending_delete(struct ksmbd_file *fp) in ksmbd_clear_inode_pending_delete() 133 void ksmbd_fd_set_delete_on_close(struct ksmbd_file *fp, in ksmbd_fd_set_delete_on_close() 159 static int ksmbd_inode_init(struct ksmbd_inode *ci, struct ksmbd_file *fp) in ksmbd_inode_init() 173 static struct ksmbd_inode *ksmbd_inode_get(struct ksmbd_file *fp) in ksmbd_inode_get() 246 static void __ksmbd_inode_close(struct ksmbd_file *fp) in __ksmbd_inode_close() 278 static void __ksmbd_remove_durable_fd(struct ksmbd_file *fp) in __ksmbd_remove_durable_fd() 288 static void __ksmbd_remove_fd(struct ksmbd_file_table *ft, struct ksmbd_file *fp) in __ksmbd_remove_fd() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/ |
| D | funeth_ethtool.c | 206 const struct funeth_priv *fp = netdev_priv(netdev); in fun_get_link_ksettings() local 300 static int fun_change_advert(struct funeth_priv *fp, u64 new_advert) in fun_change_advert() 320 struct funeth_priv *fp = netdev_priv(netdev); in fun_set_link_ksettings() local 357 const struct funeth_priv *fp = netdev_priv(netdev); in fun_get_pauseparam() local 368 struct funeth_priv *fp = netdev_priv(netdev); in fun_set_pauseparam() local 394 struct funeth_priv *fp = netdev_priv(netdev); in fun_restart_an() local 406 struct funeth_priv *fp = netdev_priv(netdev); in fun_set_phys_id() local 422 const struct funeth_priv *fp = netdev_priv(netdev); in fun_get_drvinfo() local 430 const struct funeth_priv *fp = netdev_priv(netdev); in fun_get_msglevel() local 437 struct funeth_priv *fp = netdev_priv(netdev); in fun_set_msglevel() local [all …]
|
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/s390/char/ |
| D | fs3270.c | 54 fs3270_working(struct fs3270 *fp) in fs3270_working() 66 struct fs3270 *fp; in fs3270_do_io() local 96 struct fs3270 *fp; in fs3270_reset_callback() local 106 struct fs3270 *fp; in fs3270_restore_callback() local 121 struct fs3270 *fp; in fs3270_activate() local 166 struct fs3270 *fp; in fs3270_save_callback() local 193 struct fs3270 *fp; in fs3270_deactivate() local 222 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 …]
|
| /kernel/linux/linux-6.6/drivers/s390/char/ |
| D | fs3270.c | 53 static inline int fs3270_working(struct fs3270 *fp) in fs3270_working() 64 struct fs3270 *fp; in fs3270_do_io() local 93 struct fs3270 *fp; in fs3270_reset_callback() local 102 struct fs3270 *fp; in fs3270_restore_callback() local 116 struct fs3270 *fp; in fs3270_activate() local 162 struct fs3270 *fp; in fs3270_save_callback() local 189 struct fs3270 *fp; in fs3270_deactivate() local 217 static void fs3270_irq(struct fs3270 *fp, struct raw3270_request *rq, in fs3270_irq() 241 struct fs3270 *fp; in fs3270_read() local 286 struct fs3270 *fp; in fs3270_write() local [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | fprobe.h | 54 static inline bool fprobe_disabled(struct fprobe *fp) in fprobe_disabled() 59 static inline bool fprobe_shared_with_kprobes(struct fprobe *fp) in fprobe_shared_with_kprobes() 71 static inline int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe() 75 static inline int register_fprobe_ips(struct fprobe *fp, unsigned long *addrs, int num) in register_fprobe_ips() 79 static inline int register_fprobe_syms(struct fprobe *fp, const char **syms, int num) in register_fprobe_syms() 83 static inline int unregister_fprobe(struct fprobe *fp) in unregister_fprobe() 87 static inline bool fprobe_is_registered(struct fprobe *fp) in fprobe_is_registered() 100 static inline void disable_fprobe(struct fprobe *fp) in disable_fprobe() 112 static inline void enable_fprobe(struct fprobe *fp) in enable_fprobe()
|
| /kernel/linux/linux-6.6/kernel/trace/ |
| D | fprobe.c | 29 struct fprobe *fp; in __fprobe_handler() local 63 struct fprobe *fp; in fprobe_handler() local 87 struct fprobe *fp; in fprobe_kprobe_handler() local 125 struct fprobe *fp = (struct fprobe *)data; in fprobe_exit_handler() local 178 static void fprobe_init(struct fprobe *fp) in fprobe_init() 188 static int fprobe_init_rethook(struct fprobe *fp, int num) in fprobe_init_rethook() 225 static void fprobe_fail_cleanup(struct fprobe *fp) in fprobe_fail_cleanup() 246 int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe() 305 int register_fprobe_ips(struct fprobe *fp, unsigned long *addrs, int num) in register_fprobe_ips() 339 int register_fprobe_syms(struct fprobe *fp, const char **syms, int num) in register_fprobe_syms() [all …]
|
| /kernel/linux/linux-6.6/arch/m68k/kernel/ |
| D | traps.c | 134 static inline void access_error060 (struct frame *fp) in access_error060() 231 static inline void fix_xframe040(struct frame *fp, unsigned long wba, unsigned short wbs) in fix_xframe040() 239 static inline void do_040writebacks(struct frame *fp) in do_040writebacks() 284 asmlinkage void berr_040cleanup(struct frame *fp) in berr_040cleanup() 292 static inline void access_error040(struct frame *fp) in access_error040() 372 static inline void bus_error030 (struct frame *fp) in bus_error030() 497 static inline void bus_error030 (struct frame *fp) in bus_error030() 699 static inline void access_errorcf(unsigned int fs, struct frame *fp) in access_errorcf() 754 asmlinkage void buserr_c(struct frame *fp) in buserr_c() 845 struct frame *fp = (struct frame *)regs; in show_registers() local [all …]
|
| /kernel/linux/linux-5.10/arch/m68k/kernel/ |
| D | traps.c | 133 static inline void access_error060 (struct frame *fp) in access_error060() 235 static inline void fix_xframe040(struct frame *fp, unsigned long wba, unsigned short wbs) in fix_xframe040() 243 static inline void do_040writebacks(struct frame *fp) in do_040writebacks() 288 asmlinkage void berr_040cleanup(struct frame *fp) in berr_040cleanup() 296 static inline void access_error040(struct frame *fp) in access_error040() 376 static inline void bus_error030 (struct frame *fp) in bus_error030() 501 static inline void bus_error030 (struct frame *fp) in bus_error030() 703 static inline void access_errorcf(unsigned int fs, struct frame *fp) in access_errorcf() 758 asmlinkage void buserr_c(struct frame *fp) in buserr_c() 849 struct frame *fp = (struct frame *)regs; in show_registers() local [all …]
|
| /kernel/linux/linux-6.6/arch/nios2/kernel/ |
| 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()
|
| /kernel/linux/linux-5.10/sound/usb/ |
| D | format.c | 33 struct audioformat *fp, in parse_audio_format_i_type() 160 static int set_fixed_rate(struct audioformat *fp, int rate, int rate_bits) in set_fixed_rate() 184 static int parse_audio_format_rates_v1(struct snd_usb_audio *chip, struct audioformat *fp, in parse_audio_format_rates_v1() 269 static bool s1810c_valid_sample_rate(struct audioformat *fp, in s1810c_valid_sample_rate() 294 struct audioformat *fp, in focusrite_valid_sample_rate() 341 struct audioformat *fp, int nr_triplets, in parse_uac2_sample_rate_range() 410 struct audioformat *fp) in line6_parse_audio_format_rates_quirk() 435 struct audioformat *fp) in parse_audio_format_rates_v2v3() 532 struct audioformat *fp, u64 format, in parse_audio_format_i() 615 struct audioformat *fp, in parse_audio_format_ii() [all …]
|
| /kernel/linux/linux-5.10/arch/nios2/kernel/ |
| D | traps.c | 114 asmlinkage void breakpoint_c(struct pt_regs *fp) in breakpoint_c() 127 asmlinkage void handle_unaligned_c(struct pt_regs *fp, int cause) in handle_unaligned_c() 152 asmlinkage void handle_illegal_c(struct pt_regs *fp) in handle_illegal_c() 159 asmlinkage void handle_supervisor_instr(struct pt_regs *fp) in handle_supervisor_instr() 166 asmlinkage void handle_diverror_c(struct pt_regs *fp) in handle_diverror_c() 188 asmlinkage void handle_trap_1_c(struct pt_regs *fp) in handle_trap_1_c() 193 asmlinkage void handle_trap_2_c(struct pt_regs *fp) in handle_trap_2_c() 198 asmlinkage void handle_trap_3_c(struct pt_regs *fp) in handle_trap_3_c()
|
| /kernel/linux/linux-6.6/sound/usb/ |
| D | format.c | 32 struct audioformat *fp, in parse_audio_format_i_type() 164 static int set_fixed_rate(struct audioformat *fp, int rate, int rate_bits) in set_fixed_rate() 179 static void set_rate_table_min_max(struct audioformat *fp) in set_rate_table_min_max() 205 static int parse_audio_format_rates_v1(struct snd_usb_audio *chip, struct audioformat *fp, in parse_audio_format_rates_v1() 287 static bool s1810c_valid_sample_rate(struct audioformat *fp, in s1810c_valid_sample_rate() 312 struct audioformat *fp, in focusrite_valid_sample_rate() 359 struct audioformat *fp, int nr_triplets, in parse_uac2_sample_rate_range() 420 struct audioformat *fp) in line6_parse_audio_format_rates_quirk() 475 struct audioformat *fp, in validate_sample_rate_table_v2v3() 551 struct audioformat *fp) in parse_audio_format_rates_v2v3() [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/libfc/ |
| D | fc_encode.h | 48 static inline void fc_adisc_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_adisc_fill() 64 static inline struct fc_ct_req *fc_ct_hdr_fill(const struct fc_frame *fp, in fc_ct_hdr_fill() 92 u32 fc_id, struct fc_frame *fp, in fc_ct_ns_fill() 186 u32 fc_id, struct fc_frame *fp, in fc_ct_ms_fill() 722 u32 fc_id, struct fc_frame *fp, in fc_ct_fill() 745 static inline void fc_plogi_fill(struct fc_lport *lport, struct fc_frame *fp, in fc_plogi_fill() 778 static inline void fc_flogi_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_flogi_fill() 803 static inline void fc_fdisc_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_fdisc_fill() 826 static inline void fc_logo_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_logo_fill() 840 static inline void fc_rtv_fill(struct fc_lport *lport, struct fc_frame *fp) in fc_rtv_fill() [all …]
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | symbol_fprintf.c | 10 size_t symbol__fprintf(struct symbol *sym, FILE *fp) in symbol__fprintf() 22 bool print_offsets, FILE *fp) in __symbol__fprintf_symname_offs() 45 FILE *fp) in symbol__fprintf_symname_offs() 52 bool unknown_as_addr, FILE *fp) in __symbol__fprintf_symname() 57 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp) in symbol__fprintf_symname() 63 FILE *fp) in dso__fprintf_symbols_by_name()
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | symbol_fprintf.c | 10 size_t symbol__fprintf(struct symbol *sym, FILE *fp) in symbol__fprintf() 22 bool print_offsets, FILE *fp) in __symbol__fprintf_symname_offs() 45 FILE *fp) in symbol__fprintf_symname_offs() 52 bool unknown_as_addr, FILE *fp) in __symbol__fprintf_symname() 57 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp) in symbol__fprintf_symname() 63 FILE *fp) in dso__fprintf_symbols_by_name()
|
| /kernel/linux/linux-5.10/tools/perf/ui/stdio/ |
| D | hist.c | 22 static size_t callchain__fprintf_left_margin(FILE *fp, int left_margin) in callchain__fprintf_left_margin() 33 static size_t ipchain__fprintf_graph_line(FILE *fp, int depth, int depth_mask, in ipchain__fprintf_graph_line() 50 static size_t ipchain__fprintf_graph(FILE *fp, struct callchain_node *node, in ipchain__fprintf_graph() 109 static size_t __callchain__fprintf_graph(FILE *fp, struct rb_root *root, in __callchain__fprintf_graph() 217 static size_t callchain__fprintf_graph(FILE *fp, struct rb_root *root, in callchain__fprintf_graph() 282 static size_t __callchain__fprintf_flat(FILE *fp, struct callchain_node *node, in __callchain__fprintf_flat() 305 static size_t callchain__fprintf_flat(FILE *fp, struct rb_root *tree, in callchain__fprintf_flat() 330 static size_t __callchain__fprintf_folded(FILE *fp, struct callchain_node *node) in __callchain__fprintf_folded() 356 static size_t callchain__fprintf_folded(FILE *fp, struct rb_root *tree, in callchain__fprintf_folded() 383 FILE *fp) in hist_entry_callchain__fprintf() [all …]
|
| /kernel/linux/linux-6.6/tools/perf/ui/stdio/ |
| D | hist.c | 22 static size_t callchain__fprintf_left_margin(FILE *fp, int left_margin) in callchain__fprintf_left_margin() 33 static size_t ipchain__fprintf_graph_line(FILE *fp, int depth, int depth_mask, in ipchain__fprintf_graph_line() 50 static size_t ipchain__fprintf_graph(FILE *fp, struct callchain_node *node, in ipchain__fprintf_graph() 109 static size_t __callchain__fprintf_graph(FILE *fp, struct rb_root *root, in __callchain__fprintf_graph() 217 static size_t callchain__fprintf_graph(FILE *fp, struct rb_root *root, in callchain__fprintf_graph() 282 static size_t __callchain__fprintf_flat(FILE *fp, struct callchain_node *node, in __callchain__fprintf_flat() 305 static size_t callchain__fprintf_flat(FILE *fp, struct rb_root *tree, in callchain__fprintf_flat() 330 static size_t __callchain__fprintf_folded(FILE *fp, struct callchain_node *node) in __callchain__fprintf_folded() 356 static size_t callchain__fprintf_folded(FILE *fp, struct rb_root *tree, in callchain__fprintf_folded() 383 FILE *fp) in hist_entry_callchain__fprintf() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/fddi/ |
| 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 …]
|
| /kernel/linux/linux-5.10/drivers/net/fddi/ |
| 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 …]
|
| /kernel/linux/linux-6.6/lib/ |
| D | test_fprobe.c | 41 static notrace int fp_entry_handler(struct fprobe *fp, unsigned long ip, in fp_entry_handler() 60 static notrace void fp_exit_handler(struct fprobe *fp, unsigned long ip, in fp_exit_handler() 82 static notrace int nest_entry_handler(struct fprobe *fp, unsigned long ip, in nest_entry_handler() 90 static notrace void nest_exit_handler(struct fprobe *fp, unsigned long ip, in nest_exit_handler() 128 struct fprobe fp = { in test_fprobe() local 154 struct fprobe fp = { in test_fprobe_syms() local 180 struct fprobe fp = { in test_fprobe_data() local 198 struct fprobe fp = { in test_fprobe_nest() local 215 struct fprobe fp = { in test_fprobe_skip() local
|