Home
last modified time | relevance | path

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

/kernel/bpf/
Dringbuf.c351 BPF_CALL_3(bpf_ringbuf_reserve, struct bpf_map *, map, u64, size, u64, flags) in BPF_CALL_3() argument
398 BPF_CALL_2(bpf_ringbuf_submit, void *, sample, u64, flags) in BPF_CALL_2() argument
411 BPF_CALL_2(bpf_ringbuf_discard, void *, sample, u64, flags) in BPF_CALL_2() argument
424 BPF_CALL_4(bpf_ringbuf_output, struct bpf_map *, map, void *, data, u64, size, in BPF_CALL_4() argument
452 BPF_CALL_2(bpf_ringbuf_query, struct bpf_map *, map, u64, flags) in BPF_CALL_2() argument
Dhelpers.c46 void *, value, u64, flags) in BPF_CALL_4() argument
78 BPF_CALL_3(bpf_map_push_elem, struct bpf_map *, map, void *, value, u64, flags) in BPF_CALL_3() argument
407 BPF_CALL_2(bpf_get_local_storage, struct bpf_map *, map, u64, flags) in BPF_CALL_2() argument
514 BPF_CALL_4(bpf_strtol, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument
539 BPF_CALL_4(bpf_strtoul, const char *, buf, size_t, buf_len, u64, flags, in BPF_CALL_4() argument
568 BPF_CALL_4(bpf_get_ns_current_pid_tgid, u64, dev, u64, ino, in BPF_CALL_4() argument
618 u64, flags, void *, data, u64, size) in BPF_CALL_5() argument
1096 u64, flags) in BPF_CALL_3() argument
1215 BPF_CALL_3(bpf_timer_start, struct bpf_timer_kern *, timer, u64, nsecs, u64, flags) in BPF_CALL_3() argument
Dstackmap.c328 u64, flags) in BPF_CALL_3() argument
376 struct bpf_map *, map, u64, flags) in BPF_CALL_3() argument
509 u64, flags) in BPF_CALL_4() argument
525 u32, size, u64, flags) in BPF_CALL_4() argument
553 void *, buf, u32, size, u64, flags) in BPF_CALL_4() argument
Dbpf_lsm.c59 BPF_CALL_2(bpf_bprm_opts_set, struct linux_binprm *, bprm, u64, flags) in BPF_CALL_2() argument
Dbpf_inode_storage.c171 void *, value, u64, flags) in BPF_CALL_4() argument
Dbpf_task_storage.c228 task, void *, value, u64, flags) in BPF_CALL_4() argument
Dbpf_iter.c703 void *, callback_ctx, u64, flags) in BPF_CALL_4() argument
Dcgroup.c1714 size_t, buf_len, u64, flags) in BPF_CALL_4() argument
/kernel/trace/
Dbpf_trace.c368 BPF_CALL_5(bpf_trace_printk, char *, fmt, u32, fmt_size, u64, arg1, in BPF_CALL_5() argument
471 u32, btf_ptr_size, u64, flags) in BPF_CALL_4() argument
518 BPF_CALL_2(bpf_perf_event_read, struct bpf_map *, map, u64, flags) in BPF_CALL_2() argument
541 BPF_CALL_4(bpf_perf_event_read_value, struct bpf_map *, map, u64, flags, in BPF_CALL_4() argument
609 u64, flags, void *, data, u64, size) in BPF_CALL_5() argument
959 u32, btf_ptr_size, u64, flags) in BPF_CALL_5() argument
1209 u64, flags, void *, data, u64, size) in BPF_CALL_5() argument
1233 u64, flags) in BPF_CALL_3() argument
1256 u64, flags) in BPF_CALL_4() argument
1341 void *, buf, u32, size, u64, flags) in BPF_CALL_4() argument
[all …]