Searched refs:uwb_est (Results 1 – 1 of 1) sorted by relevance
48 struct uwb_est { struct55 static struct uwb_est *uwb_est; argument187 uwb_est = kcalloc(uwb_est_size, sizeof(uwb_est[0]), GFP_KERNEL); in uwb_est_create()188 if (uwb_est == NULL) in uwb_est_create()205 kfree(uwb_est); in uwb_est_destroy()206 uwb_est = NULL; in uwb_est_destroy()219 size_t actual_size = uwb_est_size * sizeof(uwb_est[0]); in uwb_est_grow()223 memcpy(new, uwb_est, actual_size); in uwb_est_grow()225 kfree(uwb_est); in uwb_est_grow()226 uwb_est = new; in uwb_est_grow()[all …]