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