Home
last modified time | relevance | path

Searched defs:u64 (Results 1 – 13 of 13) sorted by relevance

/kernel/bpf/
Dringbuf.c466 BPF_CALL_3(bpf_ringbuf_reserve, struct bpf_map *, map, u64, size, u64, flags) in BPF_CALL_3() argument
513 BPF_CALL_2(bpf_ringbuf_submit, void *, sample, u64, flags) in BPF_CALL_2() argument
526 BPF_CALL_2(bpf_ringbuf_discard, void *, sample, u64, flags) in BPF_CALL_2() argument
539 BPF_CALL_4(bpf_ringbuf_output, struct bpf_map *, map, void *, data, u64, size, in BPF_CALL_4() argument
567 BPF_CALL_2(bpf_ringbuf_query, struct bpf_map *, map, u64, flags) in BPF_CALL_2() argument
594 BPF_CALL_4(bpf_ringbuf_reserve_dynptr, struct bpf_map *, map, u32, size, u64, flags, in BPF_CALL_4() argument
634 BPF_CALL_2(bpf_ringbuf_submit_dynptr, struct bpf_dynptr_kern *, ptr, u64, flags) in BPF_CALL_2() argument
653 BPF_CALL_2(bpf_ringbuf_discard_dynptr, struct bpf_dynptr_kern *, ptr, u64, flags) in BPF_CALL_2() argument
742 void *, callback_fn, void *, callback_ctx, u64, flags) in BPF_CALL_4() argument
Dstackmap.c301 u64, flags) in BPF_CALL_3() argument
349 struct bpf_map *, map, u64, flags) in BPF_CALL_3() argument
497 u64, flags) in BPF_CALL_4() argument
513 u64, flags) in BPF_CALL_4() argument
546 u32, size, u64, flags) in BPF_CALL_4() argument
563 u32, size, u64, flags) in BPF_CALL_4() argument
580 void *, buf, u32, size, u64, flags) in BPF_CALL_4() argument
Dhelpers.c55 void *, value, u64, flags) in BPF_CALL_4() argument
89 BPF_CALL_3(bpf_map_push_elem, struct bpf_map *, map, void *, value, u64, flags) in BPF_CALL_3() argument
521 BPF_CALL_4(bpf_strtol, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument
546 BPF_CALL_4(bpf_strtoul, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument
547 u64 *, res) in BPF_CALL_4() argument
588 BPF_CALL_4(bpf_get_ns_current_pid_tgid, u64, dev, u64, ino, in BPF_CALL_4() argument
638 u64, flags, void *, data, u64, size) in BPF_CALL_5() argument
681 const void __user *, user_ptr, struct task_struct *, tsk, u64, flags) in BPF_CALL_5() argument
1334 u64, flags) in BPF_CALL_3() argument
1421 BPF_CALL_3(bpf_timer_start, struct bpf_async_kern *, timer, u64, nsecs, u64, flags) in BPF_CALL_3() argument
[all …]
Dbpf_task_storage.c231 task, void *, value, u64, flags, gfp_t, gfp_flags) in BPF_CALL_5() argument
250 task, void *, value, u64, flags, gfp_t, gfp_flags) in BPF_CALL_5() argument
Dbpf_inode_storage.c131 void *, value, u64, flags, gfp_t, gfp_flags) in BPF_CALL_5() argument
Dbpf_lsm.c144 BPF_CALL_2(bpf_bprm_opts_set, struct linux_binprm *, bprm, u64, flags) in BPF_CALL_2() argument
Dbpf_iter.c728 void *, callback_ctx, u64, flags) in BPF_CALL_4() argument
744 u64, flags) in BPF_CALL_4() argument
Dbpf_cgrp_storage.c162 void *, value, u64, flags, gfp_t, gfp_flags) in BPF_CALL_5() argument
Dtask_iter.c755 BPF_CALL_5(bpf_find_vma, struct task_struct *, task, u64, start, in BPF_CALL_5() argument
Dcgroup.c1586 BPF_CALL_2(bpf_get_local_storage, struct bpf_map *, map, u64, flags) in BPF_CALL_2() argument
2082 size_t, buf_len, u64, flags) in BPF_CALL_4() argument
Dsyscall.c5895 BPF_CALL_4(bpf_kallsyms_lookup_name, const char *, name, int, name_sz, int, flags, u64 *, res) in BPF_CALL_4() argument
/kernel/trace/
Dbpf_trace.c374 BPF_CALL_5(bpf_trace_printk, char *, fmt, u32, fmt_size, u64, arg1, in BPF_CALL_5() argument
524 u32, btf_ptr_size, u64, flags) in BPF_CALL_4() argument
571 BPF_CALL_2(bpf_perf_event_read, struct bpf_map *, map, u64, flags) in BPF_CALL_2() argument
594 BPF_CALL_4(bpf_perf_event_read_value, struct bpf_map *, map, u64, flags, in BPF_CALL_4() argument
665 u64, flags, void *, data, u64, size) in BPF_CALL_5() argument
991 u32, btf_ptr_size, u64, flags) in BPF_CALL_5() argument
1167 BPF_CALL_3(bpf_get_branch_snapshot, void *, buf, u32, size, u64, flags) in BPF_CALL_3() argument
1191 BPF_CALL_3(get_func_arg, void *, ctx, u32, n, u64 *, value) in BPF_CALL_3() argument
1211 BPF_CALL_2(get_func_ret, void *, ctx, u64 *, value) in BPF_CALL_2() argument
1623 u64, flags, void *, data, u64, size) in BPF_CALL_5() argument
[all …]
Dtrace_osnoise.c705 #define timerlat_dump_stack(u64 latency) do {} while (0) argument