Lines Matching +full:8 +full:kbyte
33 * Every allocated objected is padded with extra 8 bytes that contains
38 /* similar to kmalloc, but sizeof == 8 bucket is gone */
40 3, /* 8 */
72 return size_index[(size - 1) / 8] - 1; in bpf_mem_cache_idx()
140 void *pptr = __alloc_percpu_gfp(c->unit_size, 8, flags); in __alloc()
455 * 64*16 + 64*32 + 64*64 + 64*96 + 64*128 + 64*196 + 64*256 + 32*512 + 16*1024 + 8*2048 + 4*4096
456 * == ~ 116 Kbyte using below heuristic.
458 * consume ~ 11 Kbyte per cpu.
472 * 8k allocs and above low == 1, high == 3, batch == 1. in init_refill_work()
507 pc = __alloc_percpu_gfp(sizeof(*pc), 8, GFP_KERNEL); in bpf_mem_alloc_init()
539 pcc = __alloc_percpu_gfp(sizeof(*cc), 8, GFP_KERNEL); in bpf_mem_alloc_init()
764 BUILD_BUG_ON(LLIST_NODE_SZ > 8); in unit_free()