Searched refs:sizes (Results 1 – 4 of 4) sorted by relevance
/kernel/bpf/ |
D | memalloc.c | 498 static u16 sizes[NUM_CACHES] = {96, 192, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096}; in bpf_mem_alloc_init() local 549 c->unit_size = sizes[i]; in bpf_mem_alloc_init()
|
/kernel/ |
D | audit.c | 1438 u32 sizes[2]; in audit_receive_msg() local 1445 memcpy(sizes, bufp, 2 * sizeof(u32)); in audit_receive_msg() 1448 old = audit_unpack_string(&bufp, &msglen, sizes[0]); in audit_receive_msg() 1453 new = audit_unpack_string(&bufp, &msglen, sizes[1]); in audit_receive_msg()
|
D | seccomp.c | 2033 struct seccomp_notif_sizes sizes = { in seccomp_get_notif_sizes() local 2039 if (copy_to_user(usizes, &sizes, sizeof(sizes))) in seccomp_get_notif_sizes()
|
/kernel/trace/ |
D | Kconfig | 1070 was written, the sizes, what was read, what was lost, and
|