Searched refs:uwb_est (Results 1 – 1 of 1) sorted by relevance
34 struct uwb_est { struct41 static struct uwb_est *uwb_est; argument173 uwb_est = kcalloc(uwb_est_size, sizeof(uwb_est[0]), GFP_KERNEL); in uwb_est_create()174 if (uwb_est == NULL) in uwb_est_create()191 kfree(uwb_est); in uwb_est_destroy()192 uwb_est = NULL; in uwb_est_destroy()205 size_t actual_size = uwb_est_size * sizeof(uwb_est[0]); in uwb_est_grow()209 memcpy(new, uwb_est, actual_size); in uwb_est_grow()211 kfree(uwb_est); in uwb_est_grow()212 uwb_est = new; in uwb_est_grow()[all …]