Lines Matching +full:8 +full:kbyte
33 * Every allocated objected is padded with extra 8 bytes that contains
40 /* similar to kmalloc, but sizeof == 8 bucket is gone */
42 3, /* 8 */
74 return size_index[(size - 1) / 8] - 1; in bpf_mem_cache_idx()
144 void __percpu *pptr = __alloc_percpu_gfp(c->unit_size, 8, flags); in __alloc()
457 * 64*16 + 64*32 + 64*64 + 64*96 + 64*128 + 64*196 + 64*256 + 32*512 + 16*1024 + 8*2048 + 4*4096
458 * == ~ 116 Kbyte using below heuristic.
460 * consume ~ 11 Kbyte per cpu.
480 * 8k allocs and above low == 1, high == 3, batch == 1. in init_refill_work()
525 pc = __alloc_percpu_gfp(sizeof(*pc), 8, GFP_KERNEL); in bpf_mem_alloc_init()
552 pcc = __alloc_percpu_gfp(sizeof(*cc), 8, GFP_KERNEL); in bpf_mem_alloc_init()
581 pcc = __alloc_percpu_gfp(sizeof(struct bpf_mem_caches), 8, GFP_KERNEL); in bpf_mem_alloc_percpu_init()
831 BUILD_BUG_ON(LLIST_NODE_SZ > 8); in unit_free()