Searched defs:size (Results 1 – 7 of 7) sorted by relevance
| /samples/bpf/ |
| D | trace_output_user.c | 60 __u32 size; member 130 static void print_bpf_output(void *data, int size) in print_bpf_output()
|
| D | bpf_load.c | 58 static int load_and_attach(const char *event, struct bpf_insn *prog, int size) in load_and_attach()
|
| D | test_lru_dist.c | 211 static int create_map(int map_type, int map_flags, unsigned int size) in create_map()
|
| /samples/connector/ |
| D | ucon.c | 63 unsigned int size; in netlink_send() local
|
| /samples/mic/mpssd/ |
| D | mpssd.c | 59 #define _ALIGN_DOWN(addr, size) ((addr)&(~((size)-1))) argument 60 #define _ALIGN_UP(addr, size) _ALIGN_DOWN(addr + size - 1, size) argument 63 #define _ALIGN(addr, size) _ALIGN_UP(addr, size) argument
|
| /samples/vfio-mdev/ |
| D | mtty.c | 86 u32 size; member 1074 unsigned int size = 0; in mtty_get_region_info() local
|
| /samples/v4l/ |
| D | v4l2-pci-skeleton.c | 198 unsigned long size = skel->format.sizeimage; in buffer_prepare() local
|