/Linux-v6.6/drivers/gpu/drm/i915/ |
D | i915_fixed.h | 27 uint_fixed_16_16_t fp = { .val = val << 16 }; in u32_to_fixed16() local 34 static inline u32 fixed16_to_u32_round_up(uint_fixed_16_16_t fp) in fixed16_to_u32_round_up() 39 static inline u32 fixed16_to_u32(uint_fixed_16_16_t fp) in fixed16_to_u32() 62 uint_fixed_16_16_t fp = { .val = (u32)val }; in clamp_u64_to_fixed16() local
|
/Linux-v6.6/drivers/scsi/bnx2fc/ |
D | bnx2fc_els.c | 182 int bnx2fc_send_adisc(struct bnx2fc_rport *tgt, struct fc_frame *fp) in bnx2fc_send_adisc() 210 int bnx2fc_send_logo(struct bnx2fc_rport *tgt, struct fc_frame *fp) in bnx2fc_send_logo() 238 int bnx2fc_send_rls(struct bnx2fc_rport *tgt, struct fc_frame *fp) in bnx2fc_send_rls() 271 struct fc_frame *fp; in bnx2fc_srr_compl() local 389 struct fc_frame *fp; in bnx2fc_rec_compl() local 860 static void bnx2fc_flogi_resp(struct fc_seq *seq, struct fc_frame *fp, in bnx2fc_flogi_resp() 912 static void bnx2fc_logo_resp(struct fc_seq *seq, struct fc_frame *fp, in bnx2fc_logo_resp() 926 struct fc_frame *fp, unsigned int op, in bnx2fc_elsct_send()
|
/Linux-v6.6/security/selinux/ss/ |
D | conditional.c | 208 int cond_read_bool(struct policydb *p, struct symtab *s, void *fp) in cond_read_bool() 324 static int cond_read_av_list(struct policydb *p, void *fp, in cond_read_av_list() 376 static int cond_read_node(struct policydb *p, struct cond_node *node, void *fp) in cond_read_node() 416 int cond_read_list(struct policydb *p, void *fp) in cond_read_list() 454 void *fp = pd->fp; in cond_write_bool() local 482 struct cond_av_list *list, struct policy_file *fp) in cond_write_av_list() 503 struct policy_file *fp) in cond_write_node() 537 int cond_write_list(struct policydb *p, void *fp) in cond_write_list()
|
/Linux-v6.6/arch/arm/kernel/ |
D | stacktrace.c | 50 unsigned long fp = frame->fp; in frame_pointer_check() local 80 unsigned long fp = frame->fp; in unwind_frame() local 146 unsigned long fp, unsigned long sp, in start_stack_trace()
|
/Linux-v6.6/drivers/comedi/drivers/ni_routing/tools/ |
D | convert_c_to_py.c | 36 void family_write(const struct family_route_values *rv, FILE *fp) in family_write() 99 void device_write(const struct ni_device_routes *dR, FILE *fp) in device_write() 141 FILE *fp = fopen("ni_values.py", "w"); in main() local
|
/Linux-v6.6/drivers/net/ethernet/qlogic/qede/ |
D | qede_main.c | 528 static void qede_fp_sb_dump(struct qede_dev *edev, struct qede_fastpath *fp) in qede_fp_sb_dump() 544 struct qede_fastpath *fp, struct qede_tx_queue *txq) in qede_txq_fp_log_metadata() 562 qede_tx_log_print(struct qede_dev *edev, struct qede_fastpath *fp, struct qede_tx_queue *txq) in qede_tx_log_print() 600 struct qede_fastpath *fp; in qede_tx_timeout() local 953 struct qede_fastpath *fp; in qede_free_fp_array() local 981 struct qede_fastpath *fp; in qede_alloc_fp_array() local 1700 static void qede_free_mem_fp(struct qede_dev *edev, struct qede_fastpath *fp) in qede_free_mem_fp() 1721 static int qede_alloc_mem_fp(struct qede_dev *edev, struct qede_fastpath *fp) in qede_alloc_mem_fp() 1760 struct qede_fastpath *fp = &edev->fp_array[i]; in qede_free_mem_load() local 1772 struct qede_fastpath *fp = &edev->fp_array[queue_id]; in qede_alloc_mem_load() local [all …]
|
D | qede_fp.c | 638 struct qede_fastpath *fp, in qede_skb_receive() 918 struct qede_fastpath *fp, in qede_gro_receive() 973 struct qede_fastpath *fp, in qede_tpa_end() 1080 struct qede_fastpath *fp, in qede_rx_xdp() 1224 struct qede_fastpath *fp, in qede_rx_process_tpa_cqe() 1244 struct qede_fastpath *fp, in qede_rx_process_cqe() 1339 static int qede_rx_int(struct qede_fastpath *fp, int budget) in qede_rx_int() 1377 static bool qede_poll_is_more_work(struct qede_fastpath *fp) in qede_poll_is_more_work() 1418 struct qede_fastpath *fp = container_of(napi, struct qede_fastpath, in qede_poll() local 1469 struct qede_fastpath *fp = fp_cookie; in qede_msix_fp_int() local
|
/Linux-v6.6/fs/smb/server/ |
D | smb2pdu.c | 2415 struct ksmbd_file *fp, in smb2_set_stream_name_xattr() 2506 struct ksmbd_file *fp) in smb2_new_xattrs() 2527 const struct path *path, struct ksmbd_file *fp) in smb2_update_xattrs() 2649 struct ksmbd_file *fp = NULL; in smb2_open() local 4290 static int smb2_get_ea(struct ksmbd_work *work, struct ksmbd_file *fp, in smb2_get_ea() 4444 struct ksmbd_file *fp, void *rsp_org) in get_file_access_info() 4455 struct ksmbd_file *fp, void *rsp_org) in get_file_basic_info() 4485 struct ksmbd_file *fp, void *rsp_org) in get_file_standard_info() 4520 struct ksmbd_file *fp, in get_file_all_info() 4584 struct ksmbd_file *fp, in get_file_alternate_info() [all …]
|
/Linux-v6.6/drivers/net/ethernet/fungible/funeth/ |
D | funeth_tx.c | 26 const skb_frag_t *fp, *end; in fun_map_pkt() local 345 struct funeth_priv *fp = netdev_priv(netdev); in fun_start_xmit() local 574 struct funeth_priv *fp = netdev_priv(dev); in fun_xdp_xmit_frames() local 628 struct funeth_priv *fp = netdev_priv(dev); in fun_txq_create_sw() local 667 struct funeth_priv *fp = netdev_priv(q->netdev); in fun_txq_free_sw() local 682 struct funeth_priv *fp = netdev_priv(q->netdev); in fun_txq_create_dev() local 733 struct funeth_priv *fp = netdev_priv(q->netdev); in fun_txq_free_dev() local
|
D | funeth_rx.c | 481 struct funeth_priv *fp = netdev_priv(q->netdev); in fun_process_cqes() local 589 struct funeth_priv *fp = netdev_priv(q->netdev); in fun_rxq_set_bpf() local 619 struct funeth_priv *fp = netdev_priv(dev); in fun_rxq_create_sw() local 679 struct funeth_priv *fp = netdev_priv(q->netdev); in fun_rxq_free_sw() local 699 struct funeth_priv *fp = netdev_priv(q->netdev); in fun_rxq_create_dev() local 767 struct funeth_priv *fp = netdev_priv(q->netdev); in fun_rxq_free_dev() local
|
/Linux-v6.6/tools/perf/util/ |
D | header.c | 661 FILE *fp; in write_total_mem() local 1643 static void print_hostname(struct feat_fd *ff, FILE *fp) in print_hostname() 1648 static void print_osrelease(struct feat_fd *ff, FILE *fp) in print_osrelease() 1653 static void print_arch(struct feat_fd *ff, FILE *fp) in print_arch() 1658 static void print_cpudesc(struct feat_fd *ff, FILE *fp) in print_cpudesc() 1663 static void print_nrcpus(struct feat_fd *ff, FILE *fp) in print_nrcpus() 1669 static void print_version(struct feat_fd *ff, FILE *fp) in print_version() 1674 static void print_cmdline(struct feat_fd *ff, FILE *fp) in print_cmdline() 1703 static void print_cpu_topology(struct feat_fd *ff, FILE *fp) in print_cpu_topology() 1760 static void print_clockid(struct feat_fd *ff, FILE *fp) in print_clockid() [all …]
|
D | evswitch.c | 34 static int evswitch__fprintf_enoent(FILE *fp, const char *evtype, const char *evname) in evswitch__fprintf_enoent() 41 int evswitch__init(struct evswitch *evswitch, struct evlist *evlist, FILE *fp) in evswitch__init()
|
/Linux-v6.6/drivers/soc/fsl/ |
D | dpaa2-console.c | 104 static int dpaa2_generic_console_open(struct inode *node, struct file *fp, in dpaa2_generic_console_open() 169 static int dpaa2_mc_console_open(struct inode *node, struct file *fp) in dpaa2_mc_console_open() 176 static int dpaa2_aiop_console_open(struct inode *node, struct file *fp) in dpaa2_aiop_console_open() 183 static int dpaa2_console_close(struct inode *node, struct file *fp) in dpaa2_console_close() 192 static ssize_t dpaa2_console_read(struct file *fp, char __user *buf, in dpaa2_console_read()
|
/Linux-v6.6/include/linux/ |
D | bpf_mprog.h | 115 #define bpf_mprog_foreach_tuple(entry, fp, cp, t) \ argument 124 #define bpf_mprog_foreach_prog(entry, fp, p) \ argument 205 const struct bpf_mprog_fp *fp; in bpf_mprog_exists() local 305 struct bpf_mprog_fp **fp, in bpf_mprog_read() 312 static inline void bpf_mprog_write(struct bpf_mprog_fp *fp, in bpf_mprog_write()
|
/Linux-v6.6/drivers/scsi/fnic/ |
D | fnic_fcs.c | 187 struct fc_frame *fp; in fnic_handle_frame() local 654 struct fc_frame *fp; in fnic_import_rq_eth_pkt() local 759 void fnic_set_port_id(struct fc_lport *lport, u32 port_id, struct fc_frame *fp) in fnic_set_port_id() 822 struct fc_frame *fp; in fnic_rq_cmpl_frame_recv() local 994 struct fc_frame *fp = buf->os_buf; in fnic_free_rq_buf() local 1063 static int fnic_send_frame(struct fnic *fnic, struct fc_frame *fp) in fnic_send_frame() 1150 int fnic_send(struct fc_lport *lp, struct fc_frame *fp) in fnic_send() 1188 struct fc_frame *fp; in fnic_flush_tx() local 1239 struct fc_frame *fp = (struct fc_frame *)skb; in fnic_wq_complete_frame_send() local 1282 struct fc_frame *fp = buf->os_buf; in fnic_free_wq_buf() local
|
/Linux-v6.6/arch/nios2/kernel/ |
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()
|
/Linux-v6.6/kernel/bpf/ |
D | core.c | 95 struct bpf_prog *fp; in bpf_prog_alloc_no_stats() local 241 struct bpf_prog *fp; in bpf_prog_realloc() local 267 void __bpf_prog_free(struct bpf_prog *fp) in __bpf_prog_free() 280 int bpf_prog_calc_tag(struct bpf_prog *fp) in bpf_prog_calc_tag() 538 static void bpf_prog_kallsyms_del_subprogs(struct bpf_prog *fp) in bpf_prog_kallsyms_del_subprogs() 546 void bpf_prog_kallsyms_del_all(struct bpf_prog *fp) in bpf_prog_kallsyms_del_all() 666 static bool bpf_prog_kallsyms_candidate(const struct bpf_prog *fp) in bpf_prog_kallsyms_candidate() 671 void bpf_prog_kallsyms_add(struct bpf_prog *fp) in bpf_prog_kallsyms_add() 684 void bpf_prog_kallsyms_del(struct bpf_prog *fp) in bpf_prog_kallsyms_del() 1158 bpf_jit_binary_pack_hdr(const struct bpf_prog *fp) in bpf_jit_binary_pack_hdr() [all …]
|
/Linux-v6.6/arch/hexagon/kernel/ |
D | stacktrace.c | 15 unsigned long fp; member 25 unsigned long fp; in save_stack_trace() local
|
/Linux-v6.6/tools/perf/jvmti/ |
D | jvmti_agent.c | 251 FILE *fp; in jvmti_open() local 334 FILE *fp = agent; in jvmti_close() local 365 FILE *fp = agent; in jvmti_write_code() local 424 FILE *fp = agent; in jvmti_write_debug_info() local
|
/Linux-v6.6/arch/sh/kernel/cpu/ |
D | fpu.c | 30 struct sh_fpu_hard_struct *fp = &tsk->thread.xstate->hardfpu; in init_fpu() local 34 struct sh_fpu_soft_struct *fp = &tsk->thread.xstate->softfpu; in init_fpu() local
|
/Linux-v6.6/arch/x86/tools/ |
D | insn_sanity.c | 52 static void dump_field(FILE *fp, const char *name, const char *indent, in dump_field() 63 static void dump_insn(FILE *fp, struct insn *insn) in dump_insn() 81 static void dump_stream(FILE *fp, const char *msg, unsigned long nr_iter, in dump_stream()
|
/Linux-v6.6/arch/riscv/kernel/ |
D | perf_callchain.c | 14 unsigned long fp, unsigned long reg_ra) in user_backtrace() 59 unsigned long fp = 0; in perf_callchain_user() local
|
/Linux-v6.6/sound/usb/ |
D | pcm.c | 95 const struct audioformat *fp; in find_format() local 162 const struct audioformat *fp; in snd_usb_pcm_has_fixed_rate() local 726 const struct audioformat *fp) in hw_check_valid_format() 820 const struct audioformat *fp; in hw_rule_rate() local 884 const struct audioformat *fp; in hw_rule_channels() local 925 const struct audioformat *fp; in hw_rule_format() local 964 const struct audioformat *fp; in hw_rule_period_time() local 993 const struct audioformat *fp; in hw_rule_period_size_implicit_fb() local 1038 const struct audioformat *fp; in hw_rule_periods_implicit_fb() local 1084 const struct audioformat *fp; in setup_hw_info() local
|
/Linux-v6.6/arch/powerpc/perf/ |
D | callchain_32.c | 58 static int is_sigreturn_32_address(unsigned int nip, unsigned int fp) in is_sigreturn_32_address() 68 static int is_rt_sigreturn_32_address(unsigned int nip, unsigned int fp) in is_rt_sigreturn_32_address() 140 unsigned int __user *fp, *uregs; in perf_callchain_user_32() local
|
/Linux-v6.6/drivers/scsi/libfc/ |
D | fc_elsct.c | 32 struct fc_frame *fp, unsigned int op, in fc_elsct_send() 79 const char *fc_els_resp_type(struct fc_frame *fp) in fc_els_resp_type()
|