Home
last modified time | relevance | path

Searched defs:log (Results 326 - 350 of 356) sorted by relevance

1...<<1112131415

/kernel/linux/linux-5.10/virt/kvm/
H A Dkvm_main.c1502 int kvm_get_dirty_log(struct kvm *kvm, struct kvm_dirty_log *log, in kvm_get_dirty_log() argument
1561 static int kvm_get_dirty_log_protect(struct kvm *kvm, struct kvm_dirty_log *log) in kvm_get_dirty_log_protect() argument
1648 kvm_vm_ioctl_get_dirty_log(struct kvm *kvm, struct kvm_dirty_log *log) kvm_vm_ioctl_get_dirty_log() argument
1667 kvm_clear_dirty_log_protect(struct kvm *kvm, struct kvm_clear_dirty_log *log) kvm_clear_dirty_log_protect() argument
1739 kvm_vm_ioctl_clear_dirty_log(struct kvm *kvm, struct kvm_clear_dirty_log *log) kvm_vm_ioctl_clear_dirty_log() argument
3849 struct kvm_dirty_log log; kvm_vm_ioctl() local
3859 struct kvm_clear_dirty_log log; kvm_vm_ioctl() local
4044 struct kvm_clear_dirty_log log; kvm_vm_compat_ioctl() local
4061 struct kvm_dirty_log log; kvm_vm_compat_ioctl() local
[all...]
/kernel/linux/linux-5.10/kernel/bpf/
H A Dbtf.c251 struct bpf_verifier_log log; member
1220 __printf(2, 3) static void __btf_verifier_log(struct bpf_verifier_log *log, in __btf_verifier_log() argument
1233 struct bpf_verifier_log *log = &env->log; in btf_verifier_log() local
1249 struct bpf_verifier_log *log = &env->log; in __btf_verifier_log_type() local
1294 struct bpf_verifier_log *log = &env->log; btf_verifier_log_member() local
1340 struct bpf_verifier_log *log = &env->log; btf_verifier_log_vsi() local
1365 struct bpf_verifier_log *log = &env->log; btf_verifier_log_hdr() local
4118 struct bpf_verifier_log *log; btf_parse() local
4232 btf_get_prog_ctx_type(struct bpf_verifier_log *log, struct btf *btf, const struct btf_type *t, enum bpf_prog_type prog_type, int arg) btf_get_prog_ctx_type() argument
4311 btf_vmlinux_map_ids_init(const struct btf *btf, struct bpf_verifier_log *log) btf_vmlinux_map_ids_init() argument
4335 btf_translate_to_vmlinux(struct bpf_verifier_log *log, struct btf *btf, const struct btf_type *t, enum bpf_prog_type prog_type, int arg) btf_translate_to_vmlinux() argument
4356 struct bpf_verifier_log *log; BTF_ID_LIST() local
4446 struct bpf_verifier_log *log = info->log; btf_ctx_access() local
4614 btf_struct_walk(struct bpf_verifier_log *log, const struct btf_type *t, int off, int size, u32 *next_btf_id) btf_struct_walk() argument
4840 btf_struct_access(struct bpf_verifier_log *log, const struct btf_type *t, int off, int size, enum bpf_access_type atype __maybe_unused, u32 *next_btf_id) btf_struct_access() argument
4881 btf_struct_ids_match(struct bpf_verifier_log *log, int off, u32 id, u32 need_type_id) btf_struct_ids_match() argument
4936 btf_distill_func_proto(struct bpf_verifier_log *log, struct btf *btf, const struct btf_type *func, const char *tname, struct btf_func_model *m) btf_distill_func_proto() argument
5008 btf_check_func_type_match(struct bpf_verifier_log *log, struct btf *btf1, const struct btf_type *t1, struct btf *btf2, const struct btf_type *t2) btf_check_func_type_match() argument
5119 btf_check_type_match(struct bpf_verifier_log *log, const struct bpf_prog *prog, struct btf *btf2, const struct btf_type *t2) btf_check_type_match() argument
5152 struct bpf_verifier_log *log = &env->log; btf_check_func_arg_match() local
5249 struct bpf_verifier_log *log = &env->log; btf_prepare_func_args() local
[all...]
H A Dverifier.c270 void bpf_verifier_vlog(struct bpf_verifier_log *log, const char *fmt, in bpf_verifier_vlog() argument
293 bpf_vlog_reset(struct bpf_verifier_log *log, u32 new_pos) bpf_vlog_reset() argument
336 bpf_log(struct bpf_verifier_log *log, const char *fmt, ...) bpf_log() argument
12272 bpf_check_attach_target(struct bpf_verifier_log *log, const struct bpf_prog *prog, const struct bpf_prog *tgt_prog, u32 btf_id, struct bpf_attach_target_info *tgt_info) bpf_check_attach_target() argument
12592 struct bpf_verifier_log *log; bpf_check() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dbpf.h487 struct bpf_verifier_log *log; /* for verbose logs */ member
1018 bpf_struct_ops_init(struct btf *btf, struct bpf_verifier_log *log) bpf_struct_ops_init() argument
H A Defi.h1183 u8 log[]; member
/kernel/linux/linux-6.6/drivers/android/
H A Dbinder.c254 binder_transaction_log_add( struct binder_transaction_log *log) binder_transaction_log_add() argument
6626 struct binder_transaction_log *log = m->private; transaction_log_show() local
[all...]
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dfslog.c1060 lsn_to_vbo(struct ntfs_log *log, const u64 lsn) lsn_to_vbo() argument
1068 next_page_off(struct ntfs_log *log, u32 off) next_page_off() argument
1074 lsn_to_page_off(struct ntfs_log *log, u64 lsn) lsn_to_page_off() argument
1079 vbo_to_lsn(struct ntfs_log *log, u32 off, u64 Seq) vbo_to_lsn() argument
1084 is_lsn_in_file(struct ntfs_log *log, u64 lsn) is_lsn_in_file() argument
1090 hdr_file_off(struct ntfs_log *log, struct RECORD_PAGE_HDR *hdr) hdr_file_off() argument
1099 base_lsn(struct ntfs_log *log, const struct RECORD_PAGE_HDR *hdr, u64 lsn) base_lsn() argument
1116 verify_client_lsn(struct ntfs_log *log, const struct CLIENT_REC *client, u64 lsn) verify_client_lsn() argument
1123 read_log_page(struct ntfs_log *log, u32 vbo, struct RECORD_PAGE_HDR **buffer, bool *usa_error) read_log_page() argument
1184 log_read_rst(struct ntfs_log *log, bool first, struct restart_info *info) log_read_rst() argument
1293 log_init_pg_hdr(struct ntfs_log *log, u16 major_ver, u16 minor_ver) log_init_pg_hdr() argument
1311 log_create(struct ntfs_log *log, const u64 last_lsn, u32 open_log_count, bool wrapped, bool use_multi_page) log_create() argument
1374 log_create_ra(struct ntfs_log *log) log_create_ra() argument
1403 final_log_off(struct ntfs_log *log, u64 lsn, u32 data_len) final_log_off() argument
1444 next_log_lsn(struct ntfs_log *log, const struct LFS_RECORD_HDR *rh, u64 *lsn) next_log_lsn() argument
1500 current_log_avail(struct ntfs_log *log) current_log_avail() argument
1544 check_subseq_log_page(struct ntfs_log *log, const struct RECORD_PAGE_HDR *rp, u32 vbo, u64 seq) check_subseq_log_page() argument
1576 last_log_lsn(struct ntfs_log *log) last_log_lsn() argument
2230 read_log_rec_buf(struct ntfs_log *log, const struct LFS_RECORD_HDR *rh, void *buffer) read_log_rec_buf() argument
2299 read_rst_area(struct ntfs_log *log, struct NTFS_RESTART **rst_, u64 *lsn) read_rst_area() argument
2365 find_log_rec(struct ntfs_log *log, u64 lsn, struct lcb *lcb) find_log_rec() argument
2432 read_log_rec_lcb(struct ntfs_log *log, u64 lsn, u32 ctx_mode, struct lcb **lcb_) read_log_rec_lcb() argument
2479 find_client_next_lsn(struct ntfs_log *log, struct lcb *lcb, u64 *lsn) find_client_next_lsn() argument
2556 read_next_log_rec(struct ntfs_log *log, struct lcb *lcb, u64 *lsn) read_next_log_rec() argument
2948 find_loaded_attr(struct ntfs_log *log, const struct ATTRIB *attr, CLST rno) find_loaded_attr() argument
3015 do_action(struct ntfs_log *log, struct OPEN_ATTR_ENRTY *oe, const struct LOG_REC_HDR *lrh, u32 op, void *data, u32 dlen, u32 rec_len, const u64 *rlsn) do_action() argument
3720 struct ntfs_log *log; log_replay() local
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Defi.h1218 u8 log[]; member
H A Dbpf.h906 struct bpf_verifier_log *log; /* for verbose logs */ member
2446 struct bpf_verifier_log *log; member
1689 bpf_struct_ops_init(struct btf *btf, struct bpf_verifier_log *log) bpf_struct_ops_init() argument
2664 btf_struct_access(struct bpf_verifier_log *log, const struct bpf_reg_state *reg, int off, int size, enum bpf_access_type atype, u32 *next_btf_id, enum bpf_type_flag *flag, const char **field_name) btf_struct_access() argument
2830 bpf_dev_bound_kfunc_check(struct bpf_verifier_log *log, struct bpf_prog_aux *prog_aux) bpf_dev_bound_kfunc_check() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/amphion/
H A Dvpu_windsor.c634 void vpu_windsor_set_log_buf(struct vpu_shared_addr *shared, struct vpu_buffer *log) in vpu_windsor_set_log_buf() argument
/kernel/linux/linux-6.6/virt/kvm/
H A Dkvm_main.c2082 int kvm_get_dirty_log(struct kvm *kvm, struct kvm_dirty_log *log, in kvm_get_dirty_log() argument
2145 kvm_get_dirty_log_protect(struct kvm *kvm, struct kvm_dirty_log *log) kvm_get_dirty_log_protect() argument
2236 kvm_vm_ioctl_get_dirty_log(struct kvm *kvm, struct kvm_dirty_log *log) kvm_vm_ioctl_get_dirty_log() argument
2255 kvm_clear_dirty_log_protect(struct kvm *kvm, struct kvm_clear_dirty_log *log) kvm_clear_dirty_log_protect() argument
2331 kvm_vm_ioctl_clear_dirty_log(struct kvm *kvm, struct kvm_clear_dirty_log *log) kvm_vm_ioctl_clear_dirty_log() argument
4825 struct kvm_dirty_log log; kvm_vm_ioctl() local
4835 struct kvm_clear_dirty_log log; kvm_vm_ioctl() local
5026 struct kvm_clear_dirty_log log; kvm_vm_compat_ioctl() local
5043 struct kvm_dirty_log log; kvm_vm_compat_ioctl() local
[all...]
/kernel/linux/linux-5.10/drivers/block/
H A Drbd.c6335 struct p_log log = {.prefix = "rbd"}; in rbd_parse_param() local
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H A Dionic_if.h2884 struct ionic_log_event log; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c1218 ipw_capture_event_log(struct ipw_priv *priv, u32 log_len, struct ipw_event *log) ipw_capture_event_log() argument
1268 struct ipw_event *log; show_event_log() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c241 struct mbox_cmd_log *log = adapter->mbox_log; in t4_record_mbox() local
[all...]
H A Dcxgb4.h527 static inline struct mbox_cmd *mbox_cmd_log_entry(struct mbox_cmd_log *log, in mbox_cmd_log_entry() argument
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc.h636 char log[DBG_LOG_STR_SZ]; member
/kernel/linux/linux-5.10/drivers/scsi/esas2r/
H A Datvda.h931 struct atto_vda_ae_log log; member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c241 struct mbox_cmd_log *log = adapter->mbox_log; in t4_record_mbox() local
[all...]
H A Dcxgb4.h525 static inline struct mbox_cmd *mbox_cmd_log_entry(struct mbox_cmd_log *log, in mbox_cmd_log_entry() argument
/kernel/linux/linux-6.6/drivers/block/
H A Drbd.c6262 struct p_log log = {.prefix = "rbd"}; in rbd_parse_param() local
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbtf.c306 struct bpf_verifier_log log; member
1384 __printf(2, 3) static void __btf_verifier_log(struct bpf_verifier_log *log, in __btf_verifier_log() argument
1397 struct bpf_verifier_log *log = &env->log; in btf_verifier_log() local
1413 struct bpf_verifier_log *log = &env->log; in __btf_verifier_log_type() local
1463 struct bpf_verifier_log *log = &env->log; btf_verifier_log_member() local
1516 struct bpf_verifier_log *log = &env->log; btf_verifier_log_vsi() local
1541 struct bpf_verifier_log *log = &env->log; btf_verifier_log_hdr() local
5316 btf_parse_struct_metas(struct bpf_verifier_log *log, struct btf *btf) btf_parse_struct_metas() argument
5459 finalize_log(struct bpf_verifier_log *log, bpfptr_t uattr, u32 uattr_size) finalize_log() argument
5612 btf_get_prog_ctx_type(struct bpf_verifier_log *log, const struct btf *btf, const struct btf_type *t, enum bpf_prog_type prog_type, int arg) btf_get_prog_ctx_type() argument
5682 btf_translate_to_vmlinux(struct bpf_verifier_log *log, struct btf *btf, const struct btf_type *t, enum bpf_prog_type prog_type, int arg) btf_translate_to_vmlinux() argument
5697 get_kern_ctx_btf_id(struct bpf_verifier_log *log, enum bpf_prog_type prog_type) get_kern_ctx_btf_id() argument
5723 struct bpf_verifier_log *log; BTF_ID_LIST() local
5792 struct bpf_verifier_log *log; btf_parse_module() local
5934 struct bpf_verifier_log *log = info->log; btf_ctx_access() local
6126 btf_struct_walk(struct bpf_verifier_log *log, const struct btf *btf, const struct btf_type *t, int off, int size, u32 *next_btf_id, enum bpf_type_flag *flag, const char **field_name) btf_struct_walk() argument
6385 btf_struct_access(struct bpf_verifier_log *log, const struct bpf_reg_state *reg, int off, int size, enum bpf_access_type atype __maybe_unused, u32 *next_btf_id, enum bpf_type_flag *flag, const char **field_name) btf_struct_access() argument
6474 btf_struct_ids_match(struct bpf_verifier_log *log, const struct btf *btf, u32 id, int off, const struct btf *need_btf, u32 need_type_id, bool strict) btf_struct_ids_match() argument
6548 btf_distill_func_proto(struct bpf_verifier_log *log, struct btf *btf, const struct btf_type *func, const char *tname, struct btf_func_model *m) btf_distill_func_proto() argument
6627 btf_check_func_type_match(struct bpf_verifier_log *log, struct btf *btf1, const struct btf_type *t1, struct btf *btf2, const struct btf_type *t2) btf_check_func_type_match() argument
6738 btf_check_type_match(struct bpf_verifier_log *log, const struct bpf_prog *prog, struct btf *btf2, const struct btf_type *t2) btf_check_type_match() argument
6768 struct bpf_verifier_log *log = &env->log; btf_check_func_arg_match() local
6954 struct bpf_verifier_log *log = &env->log; btf_prepare_func_args() local
8157 __print_cand_cache(struct bpf_verifier_log *log, struct bpf_cand_cache **cache, int cache_size) __print_cand_cache() argument
8178 print_cand_cache(struct bpf_verifier_log *log) print_cand_cache() argument
8486 btf_nested_type_is_trusted(struct bpf_verifier_log *log, const struct bpf_reg_state *reg, const char *field_name, u32 btf_id, const char *suffix) btf_nested_type_is_trusted() argument
8533 btf_type_ids_nocast_alias(struct bpf_verifier_log *log, const struct btf *reg_btf, u32 reg_id, const struct btf *arg_btf, u32 arg_id) btf_type_ids_nocast_alias() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c1202 ipw_capture_event_log(struct ipw_priv *priv, u32 log_len, struct ipw_event *log) ipw_capture_event_log() argument
1251 struct ipw_event *log; event_log_show() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/esas2r/
H A Datvda.h931 struct atto_vda_ae_log log; member
/kernel/linux/linux-6.6/net/core/
H A Dfilter.c8904 static int tc_cls_act_btf_struct_access(struct bpf_verifier_log *log, in tc_cls_act_btf_struct_access() argument
8977 static int xdp_btf_struct_access(struct bpf_verifier_log *log, in xdp_btf_struct_access() argument

Completed in 135 milliseconds

1...<<1112131415