Searched defs:type (Results 1 – 10 of 10) sorted by relevance
/samples/bpf/ |
A D | tcp_dumpstats_kern.c | 16 __u32 type; member
|
A D | tracex6.bpf.c | 60 enum bpf_map_type type; in BPF_KPROBE() local
|
A D | test_lru_dist.c | 27 #define container_of(ptr, type, member) ({ \ argument 77 #define list_entry(ptr, type, member) \ argument 80 #define list_last_entry(ptr, type, member) \ argument
|
A D | cookie_uid_helper_example.c | 33 #define offsetof(type, member) __builtin_offsetof(type, member) argument
|
A D | tc_l2_redirect_kern.c | 24 __u32 type; member
|
A D | task_fd_query_user.c | 129 int type = bpf_find_probe_type(event_type); in test_nondebug_fs_kuprobe_common() local
|
/samples/hid/ |
A D | hid_mouse.bpf.c | 71 int BPF_PROG(hid_event, struct hid_bpf_ctx *hctx, enum hid_report_type type) in BPF_PROG()
|
/samples/vfio-mdev/ |
A D | mdpy.c | 51 struct mdev_type type; member 105 const struct mdpy_type *type; member 230 const struct mdpy_type *type = in mdpy_init_dev() local 656 struct mdpy_type *type = container_of(mtype, struct mdpy_type, type); in mdpy_show_description() local
|
A D | mbochs.c | 104 struct mdev_type type; member 148 struct vfio_region_info_cap_type type; member 182 const struct mbochs_type *type; member 524 struct mbochs_type *type = in mbochs_init_dev() local 1357 struct mbochs_type *type = in mbochs_show_description() local 1366 struct mbochs_type *type = in mbochs_get_available() local
|
A D | mtty.c | 178 struct mdev_type type; member 1317 struct mtty_type *type = in mtty_init_dev() local 1930 struct mtty_type *type = container_of(mtype, struct mtty_type, type); in mtty_get_available() local
|
Completed in 28 milliseconds