Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 66) sorted by relevance

123

/kernel/trace/
Dtrace_export.c32 #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 …]
Dtrace_probe.h54 #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
Dtrace_probe.c40 #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()
Dbpf_trace.c515 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()
Dtrace_event_perf.c292 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()
Dtrace_syscalls.c201 #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()
Dtrace_kprobe.c148 #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()
Dtrace_uprobe.c113 #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/
Dinode.c32 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 …]
Dcgroup.c28 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()
Dsyscall.c802 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/
Dpid.c299 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()
Dprofile.c169 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()
Dkcmp.c39 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
Djump_label.c292 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
Ducount.c196 enum ucount_type type) in inc_ucount()
218 void dec_ucount(struct ucounts *ucounts, enum ucount_type type) in dec_ucount()
Daudit.c875 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/
Dhw_breakpoint.c64 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/
Dalarmtimer.c251 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/
Dcgroup-v1.c176 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
Dcpuset.c1618 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/
Dchip.c70 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()
Dproc.c48 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/
Dgcc_3_4.c150 static int counter_active(struct gcov_info *info, unsigned int type) in counter_active()
340 unsigned int type; member
/kernel/rcu/
Dsync.c80 void rcu_sync_init(struct rcu_sync *rsp, enum rcu_sync_type type) in rcu_sync_init()

123