Searched refs:hole (Results 1 – 1 of 1) sorted by relevance
876 u32 size, hole, start, pages; in bpf_jit_binary_alloc() local900 hole = min_t(unsigned int, size - (proglen + sizeof(*hdr)), in bpf_jit_binary_alloc()902 start = (get_random_int() % hole) & ~(alignment - 1); in bpf_jit_binary_alloc()