| /kernel/trace/ |
| D | trace_export.c | 32 #define __field_struct(type, item) argument 35 #define __field(type, item) type item; argument 38 #define __field_desc(type, container, item) type item; argument 41 #define __array(type, item, size) type item[size]; argument 44 #define __array_desc(type, container, item, size) type item[size]; argument 47 #define __dynamic_array(type, item) type item[]; argument 76 #define __field(type, item) \ argument 85 #define __field_desc(type, container, item) \ argument 95 #define __array(type, item, len) \ argument 108 #define __array_desc(type, container, item, len) \ argument [all …]
|
| D | trace_probe.h | 54 #define DEFINE_FIELD(type, item, name, is_signed) \ argument 135 #define PRINT_TYPE_FUNC_NAME(type) print_type_##type argument 136 #define PRINT_TYPE_FMT_NAME(type) print_type_format_##type argument 139 #define DECLARE_BASIC_PRINT_TYPE_FUNC(type) \ argument 159 #define FETCH_FUNC_NAME(method, type) fetch_##method##_##type argument 162 #define DECLARE_FETCH_FUNC(method, type) \ argument 216 #define ASSIGN_FETCH_FUNC(method, type) \ argument 289 const struct fetch_type *type; /* Type of this argument */ member
|
| D | trace_probe.c | 40 #define DEFINE_BASIC_PRINT_TYPE_FUNC(tname, type, fmt) \ argument 90 #define DEFINE_FETCH_reg(type) \ argument 102 #define DEFINE_FETCH_retval(type) \ argument 122 #define DEFINE_FETCH_deref(type) \ argument 180 #define DEFINE_FETCH_bitfield(type) \ argument 248 static const struct fetch_type *find_fetch_type(const char *type, in find_fetch_type() 304 static fetch_func_t get_fetch_size_function(const struct fetch_type *type, in get_fetch_size_function()
|
| D | bpf_trace.c | 515 static bool kprobe_prog_is_valid_access(int off, int size, enum bpf_access_type type, in kprobe_prog_is_valid_access() 598 static bool tp_prog_is_valid_access(int off, int size, enum bpf_access_type type, in tp_prog_is_valid_access() 617 static bool pe_prog_is_valid_access(int off, int size, enum bpf_access_type type, in pe_prog_is_valid_access() 644 static u32 pe_prog_convert_ctx_access(enum bpf_access_type type, in pe_prog_convert_ctx_access()
|
| D | trace_event_perf.c | 292 void perf_trace_buf_update(void *record, u16 type) in perf_trace_buf_update() 368 enum trace_reg type, void *data) in perf_ftrace_event_register()
|
| D | trace_syscalls.c | 201 #define SYSCALL_FIELD(type, field, name) \ argument 760 enum trace_reg type, void *data) in syscall_enter_register() 788 enum trace_reg type, void *data) in syscall_exit_register()
|
| D | trace_kprobe.c | 148 #define DEFINE_FETCH_stack(type) \ argument 162 #define DEFINE_FETCH_memory(type) \ argument 231 #define DEFINE_FETCH_symbol(type) \ argument 1262 enum trace_reg type, void *data) in kprobe_register()
|
| D | trace_uprobe.c | 113 #define DEFINE_FETCH_stack(type) \ argument 125 #define DEFINE_FETCH_memory(type) \ argument 198 #define DEFINE_FETCH_file_offset(type) \ argument 1190 trace_uprobe_register(struct trace_event_call *event, enum trace_reg type, in trace_uprobe_register()
|
| /kernel/bpf/ |
| D | inode.c | 32 static void *bpf_any_get(void *raw, enum bpf_type type) in bpf_any_get() 49 static void bpf_any_put(void *raw, enum bpf_type type) in bpf_any_put() 64 static void *bpf_fd_probe_obj(u32 ufd, enum bpf_type *type) in bpf_fd_probe_obj() 112 static int bpf_inode_type(const struct inode *inode, enum bpf_type *type) in bpf_inode_type() 172 enum bpf_type type = MINOR(devt); in bpf_mkobj() local 231 enum bpf_type type) in bpf_obj_do_pin() 268 enum bpf_type type; in bpf_obj_pin_user() local 298 enum bpf_type *type, int flags) in bpf_obj_do_get() 331 enum bpf_type type = BPF_TYPE_UNSPEC; in bpf_obj_get_user() local 372 static struct bpf_prog *__get_prog_inode(struct inode *inode, enum bpf_prog_type type) in __get_prog_inode() [all …]
|
| D | cgroup.c | 28 unsigned int type; in cgroup_bpf_put() local 47 unsigned int type; in cgroup_bpf_inherit() local 87 struct bpf_prog *prog, enum bpf_attach_type type, in __cgroup_bpf_update() 172 enum bpf_attach_type type) in __cgroup_bpf_run_filter_skb() 221 enum bpf_attach_type type) in __cgroup_bpf_run_filter_sk() 258 enum bpf_attach_type type) in __cgroup_bpf_run_filter_sock_ops()
|
| D | syscall.c | 802 static int find_prog_type(enum bpf_prog_type type, struct bpf_prog *prog) in find_prog_type() 1037 static struct bpf_prog *__bpf_prog_get(u32 ufd, enum bpf_prog_type *type) in __bpf_prog_get() 1061 struct bpf_prog *bpf_prog_get_type(u32 ufd, enum bpf_prog_type type) in bpf_prog_get_type() 1076 enum bpf_prog_type type = attr->prog_type; in bpf_prog_load() local
|
| /kernel/ |
| D | pid.c | 299 enum pid_type type; in alloc_pid() local 390 void attach_pid(struct task_struct *task, enum pid_type type) in attach_pid() 396 static void __change_pid(struct task_struct *task, enum pid_type type, in __change_pid() 416 void detach_pid(struct task_struct *task, enum pid_type type) in detach_pid() 421 void change_pid(struct task_struct *task, enum pid_type type, in change_pid() 430 enum pid_type type) in transfer_pid() 436 struct task_struct *pid_task(struct pid *pid, enum pid_type type) in pid_task() 465 struct pid *get_task_pid(struct task_struct *task, enum pid_type type) in get_task_pid() 477 struct task_struct *get_pid_task(struct pid *pid, enum pid_type type) in get_pid_task() 521 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type, in __task_pid_nr_ns()
|
| D | profile.c | 169 int profile_event_register(enum profile_type type, struct notifier_block *n) in profile_event_register() 188 int profile_event_unregister(enum profile_type type, struct notifier_block *n) in profile_event_unregister() 284 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() 385 static void do_profile_hits(int type, void *__pc, unsigned int nr_hits) in do_profile_hits() 393 void profile_hits(int type, void *__pc, unsigned int nr_hits) in profile_hits() 401 void profile_tick(int type) in profile_tick()
|
| D | kcmp.c | 39 static long kptr_obfuscate(long v, int type) in kptr_obfuscate() 50 static int kcmp_ptr(void *v1, void *v2, enum kcmp_type type) in kcmp_ptr() 152 SYSCALL_DEFINE5(kcmp, pid_t, pid1, pid_t, pid2, int, type, in SYSCALL_DEFINE5() argument
|
| D | jump_label.c | 292 enum jump_label_type type) in arch_jump_label_transform_static() 345 unsigned long type; in static_key_set_entries() local 425 bool type = static_key_type(key); in jump_label_init_type() local 453 unsigned long type; in static_key_set_mod() local
|
| D | ucount.c | 196 enum ucount_type type) in inc_ucount() 218 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) in dec_ucount()
|
| D | audit.c | 875 struct sk_buff *audit_make_reply(int seq, int type, int done, in audit_make_reply() 929 static void audit_send_reply(struct sk_buff *request_skb, int seq, int type, int done, in audit_send_reply() 1620 gfp_t gfp_mask, int type) in audit_buffer_alloc() 1693 int type) in audit_log_start() 2332 void audit_log(struct audit_context *ctx, gfp_t gfp_mask, int type, in audit_log()
|
| /kernel/events/ |
| D | hw_breakpoint.c | 64 static struct bp_cpuinfo *get_bp_info(int cpu, enum bp_type_idx type) in get_bp_info() 100 static unsigned int max_task_bp_pinned(int cpu, enum bp_type_idx type) in max_task_bp_pinned() 117 static int task_bp_pinned(int cpu, struct perf_event *bp, enum bp_type_idx type) in task_bp_pinned() 146 enum bp_type_idx type) in fetch_bp_busy_slots() 185 enum bp_type_idx type, int weight) in toggle_bp_task_slot() 203 toggle_bp_slot(struct perf_event *bp, bool enable, enum bp_type_idx type, in toggle_bp_slot() 283 enum bp_type_idx type; in __reserve_bp_slot() local 329 enum bp_type_idx type; in __release_bp_slot() local
|
| /kernel/time/ |
| D | alarmtimer.c | 251 int i, ret, type; in alarmtimer_suspend() local 332 __alarm_init(struct alarm *alarm, enum alarmtimer_type type, in __alarm_init() 348 void alarm_init(struct alarm *alarm, enum alarmtimer_type type, in alarm_init() 489 static void alarmtimer_freezerset(ktime_t absexp, enum alarmtimer_type type) in alarmtimer_freezerset() 678 enum alarmtimer_type type; in alarm_timer_create() local 716 enum alarmtimer_type type) in alarmtimer_do_nsleep() 755 alarm_init_on_stack(struct alarm *alarm, enum alarmtimer_type type, in alarm_init_on_stack() 771 enum alarmtimer_type type = restart->nanosleep.clockid; in alarm_timer_nsleep_restart() local 792 enum alarmtimer_type type = clock2alarm(which_clock); in alarm_timer_nsleep() local
|
| /kernel/cgroup/ |
| D | cgroup-v1.c | 176 struct { enum cgroup_filetype type; struct pid_namespace *ns; } key; member 294 enum cgroup_filetype type) in cgroup_pidlist_find() 315 enum cgroup_filetype type) in cgroup_pidlist_find_create() 358 static int pidlist_array_load(struct cgroup *cgrp, enum cgroup_filetype type, in pidlist_array_load() 431 enum cgroup_filetype type = seq_cft(s)->private; in cgroup_pidlist_start() local
|
| D | cpuset.c | 1618 cpuset_filetype_t type = cft->private; in cpuset_write_u64() local 1665 cpuset_filetype_t type = cft->private; in cpuset_write_s64() local 1762 cpuset_filetype_t type = seq_cft(sf)->private; in cpuset_common_seq_show() local 1791 cpuset_filetype_t type = cft->private; in cpuset_read_u64() local 1822 cpuset_filetype_t type = cft->private; in cpuset_read_s64() local
|
| /kernel/irq/ |
| D | chip.c | 70 int irq_set_irq_type(unsigned int irq, unsigned int type) in irq_set_irq_type() 945 unsigned int type = irqd_get_trigger_type(&desc->irq_data); in __irq_do_set_handler() local 1315 int irq_chip_set_type_parent(struct irq_data *data, unsigned int type) in irq_chip_set_type_parent()
|
| D | proc.c | 48 static int show_irq_affinity(int type, struct seq_file *m) in show_irq_affinity() 143 static ssize_t write_irq_affinity(int type, struct file *file, in write_irq_affinity()
|
| /kernel/gcov/ |
| D | gcc_3_4.c | 150 static int counter_active(struct gcov_info *info, unsigned int type) in counter_active() 340 unsigned int type; member
|
| /kernel/rcu/ |
| D | sync.c | 80 void rcu_sync_init(struct rcu_sync *rsp, enum rcu_sync_type type) in rcu_sync_init()
|