Home
last modified time | relevance | path

Searched refs:log (Results 1 – 18 of 18) sorted by relevance

/include/linux/
Ddm-dirty-log.h36 int (*ctr)(struct dm_dirty_log *log, struct dm_target *ti,
38 void (*dtr)(struct dm_dirty_log *log);
44 int (*presuspend)(struct dm_dirty_log *log);
45 int (*postsuspend)(struct dm_dirty_log *log);
46 int (*resume)(struct dm_dirty_log *log);
52 uint32_t (*get_region_size)(struct dm_dirty_log *log);
58 int (*is_clean)(struct dm_dirty_log *log, region_t region);
71 int (*in_sync)(struct dm_dirty_log *log, region_t region,
78 int (*flush)(struct dm_dirty_log *log);
86 void (*mark_region)(struct dm_dirty_log *log, region_t region);
[all …]
Dfs_context.h78 struct fc_log *log; member
100 struct p_log log; /* Logging buffer */ member
189 void logfc(struct fc_log *log, const char *prefix, char level, const char *fmt, ...);
191 #define __logfc(fc, l, fmt, ...) logfc((fc)->log.log, NULL, \
193 #define __plog(p, l, fmt, ...) logfc((p)->log, (p)->prefix, \
205 #define infofc(fc, fmt, ...) __plog((&(fc)->log), 'i', fmt, ## __VA_ARGS__)
217 #define warnfc(fc, fmt, ...) __plog((&(fc)->log), 'w', fmt, ## __VA_ARGS__)
229 #define errorfc(fc, fmt, ...) __plog((&(fc)->log), 'e', fmt, ## __VA_ARGS__)
Dbpf_verifier.h638 static inline bool bpf_verifier_log_needed(const struct bpf_verifier_log *log) in bpf_verifier_log_needed() argument
640 return log && log->level; in bpf_verifier_log_needed()
741 struct bpf_verifier_log log; member
805 __printf(2, 0) void bpf_verifier_vlog(struct bpf_verifier_log *log,
809 __printf(2, 3) void bpf_log(struct bpf_verifier_log *log,
811 int bpf_vlog_init(struct bpf_verifier_log *log, u32 log_level,
813 void bpf_vlog_reset(struct bpf_verifier_log *log, u64 new_pos);
814 int bpf_vlog_finalize(struct bpf_verifier_log *log, u32 *log_size_actual);
861 int bpf_check_attach_target(struct bpf_verifier_log *log,
Daer.h40 int pcie_read_tlp_log(struct pci_dev *dev, int where, struct pcie_tlp_log *log);
Dfs_parser.h65 extern int __fs_parse(struct p_log *log,
75 return __fs_parse(&fc->log, desc, param, result); in fs_parse()
Ddm-region-hash.h44 struct dm_dirty_log *log, uint32_t region_size,
Dbtf.h582 bool btf_is_prog_ctx_type(struct bpf_verifier_log *log, const struct btf *btf,
585 int get_kern_ctx_btf_id(struct bpf_verifier_log *log, enum bpf_prog_type prog_type);
600 static inline int btf_relocate(void *log, struct btf *btf, const struct btf *base_btf, in btf_relocate() argument
648 btf_is_prog_ctx_type(struct bpf_verifier_log *log, const struct btf *btf, in btf_is_prog_ctx_type() argument
654 static inline int get_kern_ctx_btf_id(struct bpf_verifier_log *log, in get_kern_ctx_btf_id() argument
Dbpf.h954 struct bpf_verifier_log *log; /* for verbose logs */ member
1002 int (*btf_struct_access)(struct bpf_verifier_log *log,
1889 struct bpf_verifier_log *log);
2633 int btf_struct_access(struct bpf_verifier_log *log,
2637 bool btf_struct_ids_match(struct bpf_verifier_log *log,
2642 int btf_distill_func_proto(struct bpf_verifier_log *log,
2650 int btf_check_type_match(struct bpf_verifier_log *log, const struct bpf_prog *prog,
2672 struct bpf_verifier_log *log; member
2676 bool btf_nested_type_is_trusted(struct bpf_verifier_log *log,
2680 bool btf_type_ids_nocast_alias(struct bpf_verifier_log *log,
[all …]
Dtpm.h163 struct tpm_bios_log log; member
Dkvm_host.h1496 int kvm_vm_ioctl_get_dirty_log(struct kvm *kvm, struct kvm_dirty_log *log);
1497 int kvm_get_dirty_log(struct kvm *kvm, struct kvm_dirty_log *log,
Defi.h1222 u8 log[]; member
Dfilter.h671 extern int (*nfct_btf_struct_access)(struct bpf_verifier_log *log,
/include/trace/events/
Dfsi_master_i2cr.h66 TP_PROTO(const struct i2c_client *client, uint64_t status, uint64_t error, uint64_t log),
67 TP_ARGS(client, status, error, log),
70 __field(uint64_t, log)
77 __entry->log = log;
83 __entry->status, __entry->error, __entry->log)
/include/net/netfilter/
Dnf_log.h35 } log; member
/include/kunit/
Dtest.h138 struct string_stream *log; member
260 struct string_stream *log; member
289 struct string_stream *log; /* Points at case log after initialization */ member
329 void kunit_init_test(struct kunit *test, const char *name, struct string_stream *log);
560 void __printf(2, 3) kunit_log_append(struct string_stream *log, const char *fmt, ...);
605 kunit_log_append((test_or_suite)->log, fmt, \
/include/net/
Dtls.h307 u32 log[TLS_DEVICE_RESYNC_ASYNC_LOGMAX]; member
Dudp.h77 unsigned int log; member
/include/media/
Dv4l2-ctrls.h157 void (*log)(const struct v4l2_ctrl *ctrl); member