Home
last modified time | relevance | path

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

/include/linux/
A 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);
71 int (*in_sync)(struct dm_dirty_log *log, region_t region,
78 int (*flush)(struct dm_dirty_log *log);
108 void (*set_region_sync)(struct dm_dirty_log *log,
114 region_t (*get_sync_count)(struct dm_dirty_log *log);
[all …]
A Dfs_context.h78 struct fc_log *log; member
100 struct p_log log; /* Logging buffer */ member
187 void logfc(struct fc_log *log, const char *prefix, char level, const char *fmt, ...);
189 #define __logfc(fc, l, fmt, ...) logfc((fc)->log.log, NULL, \
191 #define __plog(p, l, fmt, ...) logfc((p)->log, (p)->prefix, \
203 #define infofc(fc, fmt, ...) __plog((&(fc)->log), 'i', fmt, ## __VA_ARGS__)
215 #define warnfc(fc, fmt, ...) __plog((&(fc)->log), 'w', fmt, ## __VA_ARGS__)
227 #define errorfc(fc, fmt, ...) __plog((&(fc)->log), 'e', fmt, ## __VA_ARGS__)
A Dbpf_verifier.h643 static inline bool bpf_verifier_log_needed(const struct bpf_verifier_log *log) in bpf_verifier_log_needed() argument
645 return log && log->level; in bpf_verifier_log_needed()
788 struct bpf_verifier_log log; member
860 __printf(2, 0) void bpf_verifier_vlog(struct bpf_verifier_log *log,
864 __printf(2, 3) void bpf_log(struct bpf_verifier_log *log,
866 int bpf_vlog_init(struct bpf_verifier_log *log, u32 log_level,
868 void bpf_vlog_reset(struct bpf_verifier_log *log, u64 new_pos);
869 int bpf_vlog_finalize(struct bpf_verifier_log *log, u32 *log_size_actual);
880 bpf_log(&env->log, "verifier bug: " fmt "(" #cond ")\n", ##args); \
927 int bpf_check_attach_target(struct bpf_verifier_log *log,
A Dfs_parser.h66 extern int __fs_parse(struct p_log *log,
76 return __fs_parse(&fc->log, desc, param, result); in fs_parse()
A Ddm-region-hash.h44 struct dm_dirty_log *log, uint32_t region_size,
A Dbtf.h590 bool btf_is_prog_ctx_type(struct bpf_verifier_log *log, const struct btf *btf,
593 int get_kern_ctx_btf_id(struct bpf_verifier_log *log, enum bpf_prog_type prog_type);
618 static inline int btf_relocate(void *log, struct btf *btf, const struct btf *base_btf, in btf_relocate() argument
666 btf_is_prog_ctx_type(struct bpf_verifier_log *log, const struct btf *btf, in btf_is_prog_ctx_type() argument
672 static inline int get_kern_ctx_btf_id(struct bpf_verifier_log *log, in get_kern_ctx_btf_id() argument
A Dbpf.h1008 struct bpf_verifier_log *log; /* for verbose logs */ member
1071 int (*btf_struct_access)(struct bpf_verifier_log *log,
1578 struct llist_head log; member
2007 struct bpf_verifier_log *log);
2802 int btf_struct_access(struct bpf_verifier_log *log,
2806 bool btf_struct_ids_match(struct bpf_verifier_log *log,
2811 int btf_distill_func_proto(struct bpf_verifier_log *log,
2841 struct bpf_verifier_log *log; member
2845 bool btf_nested_type_is_trusted(struct bpf_verifier_log *log,
2849 bool btf_type_ids_nocast_alias(struct bpf_verifier_log *log,
[all …]
A Dtpm.h164 struct tpm_bios_log log; member
A Dkvm_host.h1555 int kvm_vm_ioctl_get_dirty_log(struct kvm *kvm, struct kvm_dirty_log *log);
1556 int kvm_get_dirty_log(struct kvm *kvm, struct kvm_dirty_log *log,
A Defi.h1211 u8 log[]; member
A Dfilter.h688 extern int (*nfct_btf_struct_access)(struct bpf_verifier_log *log,
/include/trace/events/
A 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/
A Dnf_log.h35 } log; member
/include/net/
A Drps.h42 u8 log; member
A Dtls.h299 u32 log[TLS_DEVICE_RESYNC_ASYNC_LOGMAX]; member
A Dudp.h104 unsigned int log; member
/include/kunit/
A Dtest.h135 struct string_stream *log; member
255 struct string_stream *log; member
282 struct string_stream *log; /* Points at case log after initialization */ member
321 void kunit_init_test(struct kunit *test, const char *name, struct string_stream *log);
565 void __printf(2, 3) kunit_log_append(struct string_stream *log, const char *fmt, ...);
610 kunit_log_append((test_or_suite)->log, fmt, \
/include/media/
A Dv4l2-ctrls.h151 void (*log)(const struct v4l2_ctrl *ctrl); member

Completed in 55 milliseconds