Searched defs:fp (Results 1 – 14 of 14) sorted by relevance
| /include/scsi/ |
| 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 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 61 #define fr_fsp(fp) (fr_cb(fp)->fr_fsp) argument 62 #define fr_crc(fp) (fr_cb(fp)->fr_crc) argument [all …]
|
| /include/linux/ |
| A D | fprobe.h | 31 struct fprobe *fp; member 46 struct fprobe *fp; member 81 static inline bool fprobe_disabled(struct fprobe *fp) in fprobe_disabled() 86 static inline bool fprobe_shared_with_kprobes(struct fprobe *fp) in fprobe_shared_with_kprobes() 99 static inline int register_fprobe(struct fprobe *fp, const char *filter, const char *notfilter) in register_fprobe() 103 static inline int register_fprobe_ips(struct fprobe *fp, unsigned long *addrs, int num) in register_fprobe_ips() 107 static inline int register_fprobe_syms(struct fprobe *fp, const char **syms, int num) in register_fprobe_syms() 111 static inline int unregister_fprobe(struct fprobe *fp) in unregister_fprobe() 115 static inline bool fprobe_is_registered(struct fprobe *fp) in fprobe_is_registered() 132 static inline void disable_fprobe(struct fprobe *fp) in disable_fprobe() [all …]
|
| A 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()
|
| A D | unwind_user_types.h | 38 unsigned long fp; member
|
| A D | posix-clock.h | 112 struct file *fp; member
|
| A D | filter.h | 1058 static inline int __must_check bpf_prog_lock_ro(struct bpf_prog *fp) in bpf_prog_lock_ro() 1108 static inline void bpf_prog_unlock_free(struct bpf_prog *fp) in bpf_prog_unlock_free() 1267 static inline bool bpf_prog_kallsyms_verify_off(const struct bpf_prog *fp) in bpf_prog_kallsyms_verify_off() 1321 static inline bool bpf_prog_ebpf_jited(const struct bpf_prog *fp) in bpf_prog_ebpf_jited() 1392 static inline bool bpf_prog_ebpf_jited(const struct bpf_prog *fp) in bpf_prog_ebpf_jited() 1404 static inline void bpf_jit_free(struct bpf_prog *fp) in bpf_jit_free() 1444 static inline void bpf_prog_kallsyms_add(struct bpf_prog *fp) in bpf_prog_kallsyms_add() 1448 static inline void bpf_prog_kallsyms_del(struct bpf_prog *fp) in bpf_prog_kallsyms_del()
|
| A D | kprobes.h | 547 unsigned long kretprobe_find_ret_addr(struct task_struct *tsk, void *fp, in kretprobe_find_ret_addr() 568 unsigned long kretprobe_find_ret_addr(struct task_struct *tsk, void *fp, in kretprobe_find_ret_addr()
|
| A D | ftrace.h | 1197 unsigned long fp; member 1215 unsigned long fp, unsigned long *retp) in function_graph_enter()
|
| A D | cdrom.h | 196 __u8 fp : 1; member
|
| /include/asm-generic/ |
| A D | fprobe.h | 30 #define arch_fprobe_header_encodable(fp) \ argument 34 #define arch_encode_fprobe_header(fp, size) \ argument
|
| /include/net/ |
| A D | scm.h | 41 struct file *fp[SCM_MAX_FD]; member 46 struct scm_fp_list *fp; /* Passed files */ member
|
| /include/uapi/linux/ |
| A D | if_hippi.h | 149 struct hippi_fp_hdr fp; member
|
| A D | cdrom.h | 891 __u8 fp : 1; member 902 __u8 fp : 1; member
|
| /include/media/ |
| A D | v4l2-vp9.h | 139 u32 (*fp)[2][4]; member
|
Completed in 26 milliseconds